Lab 4 – Binary Search Trees

 

Follow all code styling and submission instructions as outlined for previous labs.

  • 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 use the following 20 Dollar objects to be created in the exact order in your main to seed the tree:
      1. $57.12
      2. $23.44
      3. $87.43
      4. $68.99
      5. $111.22
      6. $44.55
      7. $77.77
      8. $18.36
      9. $543.21
      10. $20.21
      11. $345.67
      12. $36.18
      13. $48.48
      14. $101.00
      15. $11.00
      16. $21.00
      17. $51.00
      18. $1.00
      19. $251.00
      20. $151.00
  • Also, create an output file to write program output as specified in one or more instructions below.
  • After seeding the data, perform your traversal operations in the specific sequence of breadth-first, in-order, pre-order, post-order, ensuring that output is written out to both screen and file concurrently.
  • Then provide interactivity for the user to add/search/delete nodes from the console after the data has been seeded into the application.
  • Perform adequate input 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 same output file) to indicate which data items were ignored.
  • Also, provide the user the option to print output of traversals or exit the program. 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.
  • For submission – upload your BST, Dollar/USD and main code files, screenshots of console window and your output files only.

Any other questions or clarifications – ask on the forum first.

Grading:

  • 25 pts – EXE created from your code works from command line.
  • 45 pts – BSTNode and BST ADT
  • 30 pts – Your main
  • 15 pts extra credit – demonstrate use of your Lab 4 queue without any modifications for the tree traversals
Calculate your order
Pages (275 words)
Standard price: $0.00
Client Reviews
4.9
Sitejabber
4.6
Trustpilot
4.8
Our Guarantees
100% Confidentiality
Information about customers is confidential and never disclosed to third parties.
Original Writing
We complete all papers from scratch. You can get a plagiarism report.
Timely Delivery
No missed deadlines – 97% of assignments are completed in time.
Money Back
If you're confident that a writer didn't follow your order details, ask for a refund.

Calculate the price of your order

You will get a personal manager and a discount.
We'll send you the first draft for approval by at
Total price:
$0.00
Power up Your Academic Success with the
Team of Professionals. We’ve Got Your Back.
Power up Your Study Success with Experts We’ve Got Your Back.