subject

Binary Search Trees (BST). PLEASE code in C++ • Declare and implement a BSTNode ADT with a data attribute and two pointer attributes, one for the left child and the other for the right child. Implement the usual getters/setters for these attributes.
• Declare and implement a BST as a link-based ADT whose data will be Dollar objects - the data will be inserted based on the actual money value of your Dollar objects as a combination of the whole value and fractional value attributes.
• For the BST, implement the four traversal methods as well as methods for the usual search, insert, delete, print, count, isEmpty, empty operations and any other needed.
• Your pgm will have at least 10 Dollar objects created from data specified in your main to seed the tree. • Read the data of your main to create your Dollar database using the BST.
• Also, create an output file to write program output as specified in one or more instructions below.
• Perform adequate data validation when reading data from the user into the tree - if any data item is invalid, ignore the data item and continue to next item but print a message to output (both screen and output file) to indicate which data items were ignored.
• Provide interactivity for the user to add/search/delete nodes from the console after the data has been seeded into the application, including data validation.
• Once the user selects the option to print data or exits the program, the data in the BST should be printed out to both screen and output file in all four traversal methods in the specific sequence of breadth-first, in-order, pre-order, post-order.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:30
Ajeweler designing a pin has decided to use five stones chosen from diamonds, rubies, and emeralds. in how many ways can the stones be selected?
Answers: 3
question
Computers and Technology, 22.06.2019 10:00
According to alisa miller foreign news bureaus
Answers: 3
question
Computers and Technology, 22.06.2019 14:00
What are procedures that keep a data base current
Answers: 1
question
Computers and Technology, 22.06.2019 16:00
Why should characters such as / \ " ' * ; - ? [ ] ( ) ~ ! $ { } < > # @ & | space, tab, and newline be avoided in file names?
Answers: 2
You know the right answer?
Binary Search Trees (BST). PLEASE code in C++ • Declare and implement a BSTNode ADT with a data att...
Questions
question
Mathematics, 11.02.2021 20:20
question
History, 11.02.2021 20:20
question
Biology, 11.02.2021 20:30
question
Mathematics, 11.02.2021 20:30
question
Mathematics, 11.02.2021 20:30
Questions on the website: 13722363