this post was submitted on 28 May 2024
12 points (100.0% liked)

Data Structures and Algorithms

129 readers
1 users here now

A community dedicated to topics related to data structures and algorithms.

founded 3 months ago
MODERATORS
 

I'm currently finishing a CS degree, so I've had some DSA courses. Nonetheless, I don't feel I have good enough theoretical foundations or proficiency when putting them into practice.

My main goal would be to prepare myself for coding interviews, but I'd also want to make sure I understand well theory.

What are the best resources for learning Data Structures and Algorithms theoretical with good theoretical background that also allows you to succeed in coding interviews?

Some resources I've found, but I haven't followed myself:

Free resources

Paid resources

you are viewing a single comment's thread
view the rest of the comments
[–] simplymath 3 points 1 month ago (1 children)

"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.

[–] [email protected] 1 points 1 month ago

Thanks.

I see it's the reference book for the 6.006 Introduction to Algorithms (MIT OpenCourseWare) course.