个人算法刷题记录
先更新python版本,后续有条件会更新js、java版本
1.3 I will make detailed comments on the code, and sort out the problem-solving steps, key steps, and error prone points of the algorithm. I Will classify the algorithm, and sort out the common problems under the corresponding categories
会给代码做详细的注释,会梳理算法的解题步骤、注意事项、关键点、易错点,会对算法进行归类,并梳理对应类别下的常见题目
会索引一些比较好的参考资料
array、stack、queue、linked list、tree、hash、heap、graph 数组、栈、队列、链表、树、散列表、堆、图
单题多方法的横向比较 同一类题的多题横向比较 不同类别题目的横向比较 同一题目不同语言之间的比较