dev:kb:data_structure_algorithm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dev:kb:data_structure_algorithm [2014/05/15 08:37] – hackerzhou | dev:kb:data_structure_algorithm [2020/06/06 23:32] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== Array ===== | ===== Array ===== | ||
+ | * Quick Sort | ||
+ | * Merge Sort | ||
+ | * Insertion Sort | ||
+ | * Bubble Sort | ||
+ | * Shell Sort | ||
+ | * Bucket Sort | ||
+ | * Radix Sort | ||
+ | * Heap Sort | ||
===== Stack ===== | ===== Stack ===== | ||
Line 11: | Line 18: | ||
===== Linked List ===== | ===== Linked List ===== | ||
+ | ==== Singly Linked Lists ==== | ||
+ | ==== Doubly Linked Lists ==== | ||
===== Tree ===== | ===== Tree ===== | ||
==== B-Tree ==== | ==== B-Tree ==== | ||
Line 22: | Line 30: | ||
==== Trie ==== | ==== Trie ==== | ||
+ | ==== Radix Tree ==== | ||
===== Graph ===== | ===== Graph ===== | ||
+ | * Breadth First Search | ||
+ | * Depth First Search | ||
===== Hash ===== | ===== Hash ===== | ||
+ | |||
+ | ===== String Algorithm ===== | ||
+ | |||
+ | ===== Dynamic Programming ===== |
dev/kb/data_structure_algorithm.1400143021.txt.gz · Last modified: 2020/06/06 23:32 (external edit)