Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds an implementation of red-black trees in Python #12

Merged
merged 11 commits into from Oct 23, 2018
Merged

Adds an implementation of red-black trees in Python #12

merged 11 commits into from Oct 23, 2018

Conversation

aitorres
Copy link
Contributor

This pull requests adds an implementation of red-black trees developed in Python, following the pseudocode and general explanations of Thomas Cormen's "Introduction to Algorithms", Chapter 13. The implementation is fully documented and includes a small test suite as its main procedure.

@aitorres
Copy link
Contributor Author

This pull request was added to contribute to issue #4 for #hacktoberfest.

@SiddharthaAnand SiddharthaAnand merged commit 4539ec3 into SiddharthaAnand:master Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants