/RBT_Dictionary

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).

Primary LanguageJava

RBT_Dictionary

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