/Tree-List

List with Self Balancing Tree as the underlying structure

Primary LanguageHTML

Tree-List

A Binary Search Tree which implementes the list interface.
Has log(n) time complexity for list methods such as add(), remove(), get() and set()
Usage, Instantiate object

TreeList treeList = new TreeList();