VamsiSangam / theoryofprogramming

Code repository for codes in the educational website Theory of Programming
http://theoryofprogramming.com/
MIT License
103 stars 56 forks source link

BFS Implementation in Java #36

Closed ranesr closed 7 years ago

ranesr commented 7 years ago

This pull request is for issue number #25

Plus

VamsiSangam commented 7 years ago

Please use only one pull request for each issue. Make a commit to remove the binary search implementation. You can add it via another PR. And please remove the .gitignore file too, we don't need it. :smile:

ranesr commented 7 years ago

.gitignore file really helps when multiple people are working on different systems. That's why I added it. But, if you really think it is not needed, I will remove it.

VamsiSangam commented 7 years ago

I will think about your advice, but for now please remove it.

ranesr commented 7 years ago

@VamsiSangam I have made the suggested changes. Please review the code.

VamsiSangam commented 7 years ago

Thanks for understanding! You should be able to see your code live on the corresponding post in a few minutes. :smile: