alexilyenko / Algorithms1

Programming assignments for Algorithms I Coursera e-learning course
20 stars 13 forks source link

Oustanding #4

Open DunkanMcLoud opened 4 years ago

DunkanMcLoud commented 4 years ago

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.

Заранее благодарю за совет.

alexilyenko commented 4 years ago

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:

  1. Clean Code by Robert C. Martin
  2. Code Complete by Steve McConnell
  3. Effective Java by Joshua Bloch

Hope that helps! Alex