greening / pysplay

Splay tree implementation implementing dictionary interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PySplay

This is a Python port of the original Java implementation by Danny Sleator (co-inventor of Splay Tree).

Bug Reports

If you come across any bugs, please raise it in the issue tracker. Even better, send me a pull request.

Links

http://www.link.cs.cmu.edu/link/ftp-site/splaying/

About

Splay tree implementation implementing dictionary interface


Languages

Language:Python 100.0%