Skip to content

A dictionary is created using Binary search tree, which can store words along with their meanings.

Notifications You must be signed in to change notification settings

Abirami-Ravikumar/Dictionary-using-BST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary-using-BST

Dictionary using BST

  1. main.c ---> is the c file to simulate a dictionary.
  2. dict.csv ---> is the CSV file that has 200 words with meaning.

To run:

  1. Download the c file and csv file in the same path/ folder.
  2. Install any C compiler(eg. Codeblocks), and run the main.c file.

About

A dictionary is created using Binary search tree, which can store words along with their meanings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages