ethowitz / WAVL-splay-comparison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains implementations of a standard binary search tree, a
splay tree, and a WAVL (weak AVL) tree. It also contains a suite of tests that I
designed to gauge the relative performance of the three trees. Everything is
written in Python 3, and the only thing you need to do to run the tests is type
"python test_suite.py".

Here is a link to the analysis of the results I found:
https://sites.google.com/view/bst-comparison/home

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%