Ruby Binary Search List gem
Ruby Binary Search List gem with Red Black Tree
A Ruby gem implementing a self-balancing binary search tree list using a Red-Black Tree.
Key Features- O(log n) complexity for most operations
- List-like interface with familiar methods
- Enumerable for powerful iteration
- Self-balancing to maintain performance with large datasets
Post a comment