Skip to content

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.

License

Notifications You must be signed in to change notification settings

HxnDev/Console-Based-Notepad-using-Trie-Trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages