[Solved] CSE 522 Assignment 5 Part 1 -Using the Tree Memento

$25

File Name: CSE_522_Assignment_5_Part_1_-Using_the_Tree_Memento.zip
File Size: 480.42 KB

SKU: [Solved] CSE 522 Assignment 5 Part 1 -Using the Tree Memento Category: Tag:
5/5 - (1 vote)

Posted on Piazza:Resources Assignments is a file TreeGUI.java which implements a graphical user interface for the Binary Search Tree and DupTree. This program was demo-ed in Lecture 19. When it is run, a GUI appears, using which one can perform the familiar operations such as insert, delete, etc. The program draws the tree or duptree as illustrated below.

Your task in this part of the assignment is to implement the actionPerformed method corresponding to the Undo button. Implement this operation using the TreeMemento class given in the file and discussed in Lecture 19. Using the Undo button, it should be possible to undo all operations and restore earlier tree (or duptree) structures. The Undo button should never throw an exception; instead, whenever it is inapplicable (e.g., trying to perform an undo before any tree is built), a suitable pop-up message should be shown.

Coding Hints. The definition of the actionPerformed method is about 10-12 lines of Java code, and it is similar to those of insert and delete (given in the file). Feel free to add extra class fields as well as extra executable code to the TreeGUI class in order to support the Undo operation.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] CSE 522 Assignment 5 Part 1 -Using the Tree Memento
$25