this post was submitted on 28 May 2024
13 points (100.0% liked)
Data Structures and Algorithms
165 readers
1 users here now
A community dedicated to topics related to data structures and algorithms.
founded 7 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
"Introduction to Algorithms" by Ronald Rivest is the standard college level textbook for this topic. I highly suggest starting there. For my undergraduate degree, this was meant to be taught in the first half of the second year and there's no specific mathematical requirements other than understanding advanced notation.
"Cracking the coding interview" will likely expose you to questions you'll see again during the interview process, but it lacks the formality.and structure of a mathematics text.
Thanks.
I see it's the reference book for the 6.006 Introduction to Algorithms (MIT OpenCourseWare) course.