This is a simple test of data structure creation that parses a database of the language density in Canada + United States, and creates a complete, balanced, AVL Tree. This tree has a search time of O(log(n)).
goelbenj/AVLbuilder
This is a simple test of data structure creation that parses a database of the language density in Canada + United States, and creates a complete, balanced, AVL Tree. This tree has a search time of O(log(n)).
PythonMIT