Skip to content

TianpingHsu/rbtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An implementation of red-black tree in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published