Skip to content

Dictionary implemented using Splay tree data structure in C language.

License

Notifications You must be signed in to change notification settings

BelieveInTheLimitless/Dictionary-Splay-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary-Splay-Tree

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.

About

Dictionary implemented using Splay tree data structure in C language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published