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.
- Host: GitHub
- URL: https://github.com/hxndev/console-based-notepad-using-trie-trees
- Owner: HxnDev
- License: mit
- Created: 2021-05-30T14:46:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T06:27:37.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T10:41:10.929Z (about 1 year ago)
- Topics: 4d, 4d-linked-list, binary-tree, console-based, cpp, definition, dictionary, linked-list, notepad, synonyms, trees, trie, windows
- Language: C++
- Homepage:
- Size: 1.34 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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