Implement a phonebook program that uses a binary tree


Problem

Using Java in a procedural style (no object orientated features), implement a phonebook program that uses a binary tree to store, remove and search entries in the phonebook. Each entry consists of a name, an address and a phone number. In addition to a regular search which retrieves the number that corresponds to a given name, the phonebook should enable reverse searches which retrieve the name and address that correspond to a given number. Your program should provide a basic command line user interface with simple menu choices.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Implement a phonebook program that uses a binary tree
Reference No:- TGS03256207

Expected delivery within 24 Hours