Skip to content

An implementation of a general dictionary that allows efficient insertions, deletions and access to a collection of objects. Here, efficient refers to O(lg n).

Notifications You must be signed in to change notification settings

Hassan-Elseoudy/RBT_Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

RBT_Dictionary

Implementation of Dictionary (using RBT [Red Black Tree] ).

About

An implementation of a general dictionary that allows efficient insertions, deletions and access to a collection of objects. Here, efficient refers to O(lg n).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages