1/20
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
True, AVL Tree are more balanced than Red-Black Tree
BFS用?實作
Queue
DFS用?實作
Stack
List can be constructed to a BST with worst case O(n)
False, skewed tree will have worst case O(n2)
“The height of tree is n and there are n elements“
O(nlogn)/O(nlogn)/O(n^2). When the data are sorted
O(nlogn)/O(nlogn)/O(nlogn)
O(n)/O(n^2)/O(n^2)/ when the data are sorted
Selection Sort:Best/Avg/Worst
O(n^2)/O(n^2)/O(n^2)
If a weighted graph with weight w_i\geq0 , then if a new graph with w_i+M,M\geq0 , the shortest path will remain the same.
Time complexity for k-coloring problem when
1.k <= 2
2. k >=3
O(V+E) ( 判斷是否為二分圖)
2. NP-C
degree=\lceil\frac{order}{2}\rceil
keys = 2t-1
child = 2t
It’s possible to run radix sort in linear time with respect to the length of the list
"True, but only when the length of elements are all fixed, otherwise it will be O(kn) k for digit,n for # of elements"
AD