Yellow Pages

C++ Graphics Console Application

View project on GitHub

Yellow-Pages

It is a Project on Data Structures using C++ graphics. This project is primarily based on Binary Search Tree and C++ Graphics. On the basic of user’s data, we have implemented insertion, deletion and searching operation with interactive graphics. Moreover we have provided a comparison in time of execution of insertion and traversal in binary tree (using queue), BST, AVL Tree and Heap Tree.

C++ Graphics are not very presentable. This project is an attempt to learn Data-Structures with illustrations.

Welcome Graphics

alt text alt text

List of Options

alt text

Add Names and Phone Numbers and create Yellow Pages

Tree Creation Cost: O(N)

alt text

Search results for ‘Nipun’

Search Cost: O(logn)

alt text

Edit ‘Abhinav’ to ‘Booby’

Search, Delete and Modify: O(logn)

alt text

Delete ‘Pulkit’ and ‘Bobby’

Search, Delete and Modify: O(logn)

alt text

Time of Execution of Data-Structures

alt text

Exit Graphics

alt text

alt text