Skip to content

Algorithms for the rotation distance between binary trees

License

Notifications You must be signed in to change notification settings

emmmile/rotdist

Repository files navigation

Algorithms for the rotation distance between binary trees

The C++ code for my B.Sc. thesis and the article "A Rotation Algorithm Based on Induced Equivalent Edges".

Build

The project uses Scons as build system, available on most distributions.

# install with Python
pip install scons
# or.. install with Homebrew (Mac)
brew install scons

Then:

git submodule init
git submodule update
scons

About

Algorithms for the rotation distance between binary trees

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published