Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added depth first search in kotlin #218

Merged
merged 3 commits into from
Oct 8, 2021

Conversation

InLieuOfLuna
Copy link
Contributor

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:

  • [x ] My code is placed in the required directory as outlined in CONTRIBUTING.md
  • [x ] My code file is named according to CONTRIBUTING.md
  • [x ] Variables, classes, functions etc. follow camel case as outlined in CONTRIBUTING.md
  • [x ] My code hasn't been implemented or claimed by someone else and I have checked the present issues and PRs for the same
  • [x ] My code is well commented
  • [x ] I have not copied my code from anywhere

Copy link
Owner

@deutranium deutranium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, this code is really good and well-commented!

Thank you for contributing!

@deutranium deutranium merged commit 618d601 into deutranium:master Oct 8, 2021
@deutranium
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants