Please enable JavaScript.
Coggle requires JavaScript to display documents.
8.資料結構 - Coggle Diagram
8.資料結構
data structure
-
-
-
-
Tree
degree of a node, the number of subtrees of a node
degree of a tree, the maximum of the degree of the nodes in the tree
-
-
-
-
ancestor/descendent node,祖先/後代
-
-
binary tree
-
-
-
-
binary search tree,O(log N)
-