Answered step by step
Verified Expert Solution
Question
1 Approved Answer
implement only in c++ language You are to implement a phone dictionary using Binary Search Tree (BST). A dictionary is composed of numbers of contacts.
implement only in c++ language
You are to implement a phone dictionary using Binary Search Tree (BST). A dictionary is composed of numbers of contacts. Each contact will have name, phone number and Id. Your task is to add/edit/remove contacts in BST. Every contact is searchable based on name and phone number. A function to determine whether give tree is BST. Functions for inorder/preorder/postorder traversals. Create duplicate of BST Save every record to a file (Bonus points) Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started