/Dictionary-Implementation-Using-Trie-DataStructure

This is a simple console-based implementation of a Dictionary in Trie Data Structure. I have used a dataset of about 130,000 words which contains the Word, its meaning and its part of speech. The dataset is available here as synonyms.csv.

Primary LanguageC++MIT LicenseMIT

No issues in this repository yet.