0
How to start DSA for complete beginners and from where to start?
Data structure and algorithm
4 Answers
+ 2
Data Structures by Seymour Lipschutz and Introduction to Algorithms by Thomas H Cormen, Charles E Leiserson, Ronald L Rivest and Clifford Stein, are certainly the best books to learn Data Structures and Algorithms, both for beginners and professionals. And yes, bothe books serve the self study and self assessment purpose.
Once Search on Ouora you can find Better suggestions and best sites and tutorial for Data structure.
gfg is also best for dsa once visit
www.geeksforgeeks.com
+ 1
0
Surely, here are some data structure websites that offer free resources:
1. GeeksforGeeks - https://www.geeksforgeeks.org/ 2. Data Structures and Algorithms by Stanford University - https://web.stanford.edu/class/cs166/
3. Data Structures and Algorithms Specialization by Coursera - https://www.coursera.org/specializations/data-structures-algorithms
4. TutorialsPoint - https://www.tutorialspoint.com/data_structures_algorithms/index.htm
5. HackerRank - https://www.hackerrank.com/domains/data-structures
Hope you'll find these resources helpful!