Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Black Tree

A red black binary search tree, offering better worst case time complexity than most other binary search trees.

Like many other binary search trees it has an expected time O(log n) for many operations like inserting, deleting, and searching. Unlike many other tree types, though, it also has a worst case time of O(log n) on these operations, rather than the common O(n) worst time.

About

An implementation of the red black tree data structure

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages