Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 341 Bytes

Introduction

An implementation of red-black tree. For more information, check chapter 13 of Introduction to Algorithms by Charles E. Leiserson, Clifford Stein, Ronald Rivest, and Thomas H. Cormen (CLRS)

Usage

git clone https://github.com/TianpingHsu/rbtree.git
cd rbtree && mkdir -p build && cd build && cmake .. && make