User Tools

Site Tools


dev:kb:data_structure_algorithm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:kb:data_structure_algorithm [2014/05/15 08:31] – [Binary Tree] hackerzhoudev:kb:data_structure_algorithm [2020/06/06 23:32] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Data Structure & Algorithm ====== ====== Data Structure & Algorithm ======
-===== Basic ===== 
-==== Stack ==== 
-==== Queue ==== 
-==== Heap ==== 
  
 +===== Array =====
 +  * Quick Sort
 +  * Merge Sort
 +  * Insertion Sort
 +  * Bubble Sort
 +  * Shell Sort
 +  * Bucket Sort
 +  * Radix Sort
 +  * Heap Sort
 +===== Stack =====
 +
 +===== Queue =====
 +=== Priority Queue ===
 +
 +===== Heap =====
 +
 +===== Linked List =====
 +==== Singly Linked Lists ====
 +==== Doubly Linked Lists ====
 ===== Tree ===== ===== Tree =====
 ==== B-Tree ==== ==== B-Tree ====
Line 15: Line 30:
 ==== Trie ==== ==== Trie ====
  
 +==== Radix Tree ====
 ===== Graph ===== ===== Graph =====
 +  * Breadth First Search
 +  * Depth First Search
 +
 +===== Hash =====
  
 +===== String Algorithm =====
  
 +===== Dynamic Programming =====
dev/kb/data_structure_algorithm.1400142714.txt.gz · Last modified: 2020/06/06 23:32 (external edit)