Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.09 KB

leetcode_bake

1. Introduction(简介)

1.1 Personal algorithm brush question record

个人算法刷题记录

1.2 Update the python version first, and then update the JS and Java versions if possible

先更新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

会给代码做详细的注释,会梳理算法的解题步骤、注意事项、关键点、易错点,会对算法进行归类,并梳理对应类别下的常见题目

1.4 I will index some good references

会索引一些比较好的参考资料

2. Algorithm classification(算法分类)

array、stack、queue、linked list、tree、hash、heap、graph 数组、栈、队列、链表、树、散列表、堆、图

3. 题目对比

单题多方法的横向比较 同一类题的多题横向比较 不同类别题目的横向比较 同一题目不同语言之间的比较