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

https://github.com/hxndev/console-based-notepad-using-trie-trees

This is a fully implemented Notepad in C++. It has all major functionalities implemented. For this project, I am using a Four-Dimensional (4D) Linked List, and a Trie Tree. Furthermore, this notepad also displays the meanings and synonyms of the words entered.
https://github.com/hxndev/console-based-notepad-using-trie-trees

4d 4d-linked-list binary-tree console-based cpp definition dictionary linked-list notepad synonyms trees trie windows

Last synced: 28 days ago
JSON representation

This is a fully implemented Notepad in C++. It has all major functionalities implemented. For this project, I am using a Four-Dimensional (4D) Linked List, and a Trie Tree. Furthermore, this notepad also displays the meanings and synonyms of the words entered.

Awesome Lists containing this project

README

          

# Console-Based-Notepad-using-Trie-Trees

There are 4 header files and 1 cpp file.

Header files are as follows:
List.h, MDList.h, Notepad.h, Trei.h

All the files have been commented for your ease. Furthermore you may also add further comments if you may. I have uploaded the Visual Studio project file too. You can simply run the project by running "Assignment 2.vcxproj".

#### Furthermore all text files are simply some additional work that we did

For better understanding of the scenerio, refer to "Requirements.md" and "TRIE Overview.pdf".

This was a group project and equal contribution was provided by my fellow team member [Azka Khurram](https://github.com/AzkaKhurram)

For further queries contact me at : chhxnshah@gmail.com