Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faranak-cs/digital-dictionary

A digital dictionary using Data Structures i.e., AVL and Trie Trees
https://github.com/faranak-cs/digital-dictionary

algorithms-and-data-structures avl-tree-implementations dictionary trie-tree

Last synced: 1 day ago
JSON representation

A digital dictionary using Data Structures i.e., AVL and Trie Trees

Awesome Lists containing this project

README

        

# A digital dictionary via AVL & Trie trees
This is a C++ console based project that allows the user to search a word just like an online dictionary. Application will return its meaning (synonym), part of speech, and history of word (if any). The user can compare between the Data Structures used (AVL Tree, Trie Tree) which is faster.
# Setup
* Add .cpp , .h , and .csv files in one directory.
* Create a project in Microsoft Visual Studio and install C++ libraries.
* Build the project and run the .cpp file.