Question
Make a C++ Word Dictionary program that uses tree algorithm that has 6 options in a menu: 1.Search: allows the user to search for a
Make a C++ Word Dictionary program that uses tree algorithm that has 6 options in a menu:
1.Search: allows the user to search for a word and its meaning and allows the user to search for a letter and the program will show all the words starting with the letter entered. Here are the initial 6 words that will be in the dictionary Abacus - an instrument for performing calculations by sliding counters along rods or in grooves Abandon - to give up to the control or influence of another person or agent
Babble - to talk enthusiastically or excessively Baboon- any of a genus (Papio) of large gregarious primates of Africa and southwestern Asia having a long square naked muzzle
Cabaret- a shop selling wines and liquors
Cache - : a hiding place especially for concealing and preserving provisions or implements
2 . Edit: allows the user to edit a word and its meaning
3. Add: allows the user to add a word and its meaning ( to add more to the initial words)
4: View: allows the user to view all the words and their meanings
5. Sort: allows the user to sort all the words alphabetically
6. Exit: Exit the program
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