Algorithms1
Algorithms1 copied to clipboard
Oustanding
Hello! I am a novice studying programming and I was doing my homework in princeton course in algorithms when ccidentally bumped into your repo and was so much admired by quality and elegance of your code (particularly documentation) so decided to provide a straigtforward question to you and ask for an advice. Could you please give an advice about good resources to learn Java and Algorithms in order to learn to write such a good code like you. Would be very grateful for your advice.
Заранее благодарю за совет.
Hey @DunkanMcLoud ! Sorry for late response, apparently my GitHub notifications have been turned off for a while.
Thank you for kind words! I usually recommend these three books:
- Clean Code by Robert C. Martin
- Code Complete by Steve McConnell
- Effective Java by Joshua Bloch
Hope that helps! Alex