Skip to content

loki-47-6F-64/RedBlackTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Author Loki:

RBTree::insert(keyType key, classType *data) inserts data into the tree.
RBTree::getData(keyType key) retrieves a pointer to the data associated with the key.
RBTree::deleteData(keyType key) deletes the data associated with the key.

About

A balanced tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages