Use C++ language to do this exercise, BST (Binary Search Trees) template in attach files.
Write a program that manage your phonebook contact using BST
It helps to find easily and rapidly the phone number of your friend based on the name and inverse . Contact can be saved in text file. User can read contact already saved in text file.