Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 312 Bytes

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.