A tool that allows a user to create and edit documents. The user can interact with the text editor through the Status bar, all the features of the text editor are listed below. This text editor is implemented using C language. This project has been built as a part of DSA-1 Mini Project.
- Linked lists for adding elements
- Rabin Karp and hashing techniques for string searching
- Clone the repository
git clone https://github.com/pt3002/DSA-1-Mini-Project.git
- In the command line at the project root, run:
gcc -o main main.c
- After compiling, run:
./main