Data structures and algorithms (continually updated)

 Master data structures and algorithms to be able to write code for better performance. The depth of the problem-solving perspective on the problem will be completely different.

 

 

data structure
Array    List   Stack     queue Hash table
stack   Binary Tree Map   Trie tree

Jump table

 


 

 

Some common algorithm
Recursion Sequence search for Binary search Hash Algorithm
how are you  Divide and Conquer Algorithm  Backtracking  Dynamic Programming  String matching algorithm

Get rid of the CRUD boy, to record their growth ...

Guess you like

Origin www.cnblogs.com/vince-zww/p/11514261.html