SiddharthaAnand / datastructures

Data structures Problem Solving Algorithms
19 stars 65 forks source link

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

Closed aitorres closed 5 years ago

aitorres commented 5 years ago

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 commented 5 years ago

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