Skip to content

The essence of programming is data structure and algorithm

Notifications You must be signed in to change notification settings

ToryZhou/algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm

Easy to understand style
Knowledge:Acquire-> Remember -> Understand -> Apply -> Gain
There is a lot of repetitiveness, lack of logic, and the fact that authenticity is difficult to distinguish is the problem of fragmented learning. So we need targeted and systematic learning to apply knowledge

apache 顶级开源项目也就几千到一万颗星。而中国的一个教学项目中文写的,只要github达人一打颗星,几天就引来了快两万颗星。中国人就是多。 《后端架构师技术图谱》

翻了翻电脑里面的陈年项目,准备都进行版本控制,并把重复的删掉,没有用的删掉,把轮子整理成common。 准备把github 上提供的api https://github.com/jokermonn/-Api 进行 idea http测试 8月17号就要去爬黄山了,记忆以来最高的山了吧

贪心算法(Greedy)

回溯算法(Backtrack)

二叉树(Binary tree)

迪杰斯特拉算法(Dijkstra算法)

穷举算法(Exhaustive method)

分治算法(Divide and conquer)

动态规划(Dynamic programming)

Bloom filter

Hyperloglog

About

The essence of programming is data structure and algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages