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.
The dataset is taken from here.
- Clone the repository
- Compile and run the main.cpp file