Data Structures.
- Slides and labs for CS2700/10 course by Prof. Rupesh Nasre, IITM.
- Lecture videos by Prof. Hema Murthy
- Alternative Playlist by Prof. Rupesh Nasre.
** Apparently the links to labs in the first link have broken -- will try to fix this ASAP.
Possible workflow:
- This course is a beginning level introduction to programming using data structures -- understanding the properties of these data structures to make design choices in implementing algorithms. Moreover, there is a good amount of learning in taking the pain of implementing complicated data structures like AVL trees :))
- Follow one of the playlists above
- Solve a lab every week and try to go through some problems (possibly on Leetcode or Geeks for Geeks)