Skip to content

heenahmed/EnglishLexicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Aim : To Implement Dictionary Using Binary Search Tree

Description of project:

Dictionaries can be implemented using a binary search tree. A binary search tree is a binary tree such that each node stores a key of a dictionary. Key 'K' of a node is always greater than the keys present in its left sub tree. Similarly, the key 'K' of a node is always lesser than the keys present in its right subtree. Implementation of lexicon - which will read a list of words and their definitions. Users can look for their meaning and their synonyms. Insertion of new words, searching and deletion can also be performed. We are using the concepts of data structures such as trees, arrays ,linked lists etc.

Data structure used:

Binary search tree, Arrays

Language used:

C++

Functions:

Creation ; Insertion ; Deletion ; Inorder Traversal (display) ; Searching ; Total number of words

Group Members

Aditi Agrawal ; Balpreet Kaur ; Jaskiran Kaur ; Heena Ahmed ; Saumya Jangid ;

-

About

Implementation of lexicon - which will read a list of words and their definitions. Users can look for their meaning and their synonyms. Insertion of new words, searching and deletion can also be performed. We are using the concepts of data structures such as trees, arrays ,linked lists etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages