DrChookWilson / Tree-List

List with Self Balancing Tree as the underlying structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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();

About

List with Self Balancing Tree as the underlying structure


Languages

Language:HTML 84.9%Language:Java 11.2%Language:CSS 3.6%Language:JavaScript 0.2%