• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle
  • I’ve used “Data Structure and Algorithms in Java” by Goodrich, Tamassia & Goldwasser. I used the Java one but they wrote other books covering a lot of other programming languages. Really good book, the arguments are well explained and made easy to read and understand. It starts with a little bit of theory about the language, recursion, analysis methods. Covers the arguments very well, by presenting the Abstract Data Type, pseudo code for all of them and even a Java implementations like 95% of the arguments. Helped me a lot in uni, the book alone did a much better job than my DSA course lecturer and I still got a really good mark.