Binary Trees

Linked list with two next list!

Linked list with two next list!

Property

Binary Search Trees

Property

Untitled

A Binary Search Trees used to implement a dictionary will store both a key and data at every node.

Untitled

Visiting the longest Path tree or try finding non-exist data: O(log(n))

find