DSA in C
I learnt DSA in 2012, when I was working on my first ‘big’ project (over 5k lines). Why I determined to study again? I found that I forgot so many things when I was trying to test myself on leetcode.
References
大话数据结构 数据结构与算法分析: C语言 tutorialspoint-DSA 经验贴: 怎么学习数据结构和算法 GUET课件
Online Resources
- VisuAlgo : help to understand the fundamental data structures
- 数据结构学习网: all kinds of Chinese resources (blogs,videos,books) Y
- coursera: Algorithm I and course Algorithm II and Algorithms Specialization
- Algorithm 4th Edition
Study Plans
- First round: [BOOK] 数据结构与算法C; [Course] 小甲鱼 和 Algorithm I;
- Daily Test 1: 100 Problems on Leetcode
- Second: [Course] Algorithm II; [BOOK] Algorithm 4th.
- Daily Test 2: 150 Problems on Leetcode
- Third: TBD.