Parag0506 / AVL-Tree

Using AVL tree to make a Dictionary in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVL-Tree

Using AVL tree to make a Dictionary in C++

PROBLEM STATEMENT:

A Dictionary stores keywords & its meanings. Provide facility for adding new keywords, deleting keywords, updating values of any entry. Provide facility to display whole data sorted in ascending or descending order. Find how many maximum comparisons may require for finding any keyword. Use height balance tree and find the complexity for finding a keyword.

About

Using AVL tree to make a Dictionary in C++


Languages

Language:C++ 100.0%