Dictionary implemented using Splay tree data structure in C language.
The dictionary contains 100 words and their meanings which are fetched from data.txt file.
To execute the program, enter "make st" command in your terminal. This command compiles all the program files associated with the project. Make sure to put all the files in one folder. After the compilation is done, enter ".\st" command, it will run the program.
Insertion, deletion, searching and traversal operations are available.