deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Added depth first search in kotlin #218

Closed InLieuOfLuna closed 3 years ago

InLieuOfLuna commented 3 years ago

This PR implements the code for Depth First Search in Kotlin referred in issue #139 I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

deutranium commented 3 years ago

On a side note, you can select the checkboxes by typing [x] instead of [x ] Happy coding!