Skip to content

Implementation of Splay trees in Python as part of a research paper

License

Notifications You must be signed in to change notification settings

naucke/SplayPy-Paper

Repository files navigation

SplayPy-Paper

Implementation of Splay trees in Python as part of a research paper (German).

Upstream is tested with Conda & Python 3.7. Any Python distribution >=3.7 should work, but is not regularly tested.

For setup under Conda, run conda install --file requirements.txt and pip install -r pip_only_requirements.txt.

For setup under a normal pip environment, run pip install -r all_requirements.txt (or pip3 if applicable).

Regardless of Conda or regular pip, Graphviz will need to be installed. For Cython, a working C compiler, such as GCC, Clang/LLVM, or MSVC, will need to be installed.

Run jupyter notebook to open the notebook.

About

Implementation of Splay trees in Python as part of a research paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published