An open API service indexing awesome lists of open source software.

https://github.com/davecom/swiftredblacktree

A Red-Black Tree Implemented in Swift
https://github.com/davecom/swiftredblacktree

balanced-binary-search-trees balanced-search-trees binary-search-tree binary-search-trees binary-trees red-black-tree red-black-trees

Last synced: 4 months ago
JSON representation

A Red-Black Tree Implemented in Swift

Awesome Lists containing this project

README

        

# 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](https://algs4.cs.princeton.edu/33balanced/RedBlackBST.java.html).