Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 292 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 292 Bytes

SwiftRedBlackTree

This is a simple red-black tree implementation. Currently it is a port of the Java code from section 3.3 of Algorithms, 4th Edition, by Sedgewick and Wayne. You can find the original implementation here.