Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 192 Bytes

File metadata and controls

5 lines (4 loc) · 192 Bytes

Dictionary-using-Data-Structures-in-C

It's a basic dictionary implementaion using Data Structures in C language. Data Structure used is AVL Tree.

MAIN CODE: dictionary.c CONTENTS: dict.txt