Trees, Binary Trees, and Binary Search Trees
COMP171. Trees, Binary Trees, and Binary Search Trees. Trees. Linear access time of linked lists is prohibitive Does there exist any simple data structure for which the running time of most operations (search, insert, delete) is O(log N)? Trees Basic concepts Tree traversal Binary tree
1.31k views • 36 slides