Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 368 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 368 Bytes

EnglishDictionary

This repository is a mini-project for Data Structures 2 course at "Faculty of Engineering, Alexandria University".

English Dictionary uses Red Black Trees data structure to perform efficient searching operations in a list of words loaded from a text file (words of the dictionary). It provides, as well, search, insertion and deletion.