Xunzhuo`s Tutorials of Algorithm and Data Structure 🚀🚀🚀
本仓库带你系统掌握程序员必知必会的算法和数据结构
本仓库主要有两个分支:
master分支:最近的新分支,也是以后日常维护的主分支,内容为算法和数据结构的教程。
Collections 分支:以前的主分支,整理了算法和数据结构的资料,现作为辅助分支:这里访问
算法部分基本完成,数据结构还有很多未完成部分,空闲时会加快完善
在掌握了重要的算法和数据结构之后,需要练习巩固
推荐 LeetCode,这里访问
如果你时间紧张:可以练习LeetCode的热门推荐:
如果你时间充裕:可以按以下分类,系统练习:
Chapter1_Array
)Chapter2_list
)Chapter3_String
)Chapter4_Stack
)Chapter5_Tree
)Chapter6_Sort
)Chapter7_Search
)Chapter8_Violence
)Chapter9_BFS
)Chapter10_DFS
)Chapter11_Paritition
)Chapter12_Greedy
)Chapter13_DP
)Chapter14_Graph
)Chapter15_Unspecific
)