other
NPC
NP問題
asymptotic notation
asymptotic
time complexity
Recursion Relation
Recurrence Relation
Master Theorem
Dynamic programming
Dynamic programming
sort
selection sort
insertion sort
bubble sort
merge sort(divide-and-conquer)
shell sort (1 4 13 40 121...)
quick sort
radix sort(基數排序)
Heap sort
(max/min tree) 編號關係要記
Search
其他人寫的
Graph(圖論)
ChiuCC - Breadth First Search(廣先搜尋)
ChiuCC - Depth First Search(深先搜尋)
圖(graph)
Graph
樹(Tree)
樹(Tree)