Please enable JavaScript.
Coggle requires JavaScript to display documents.
Binary Tree, Worst case - Coggle Diagram
Binary Tree
-
Binary Search Tree
"for every node all elements in the left subtree are smaller and all the elements in the right subtree are greater than the element in the subtree’s root"
-
-
-
-