CSIS3475 Assignment 4: Expression Trees and Heaps
VerifiedAdded on 2019/09/16
|1
|290
|174
Homework Assignment
AI Summary
This is a homework assignment for CSIS3475, requiring students to develop a Java application. Task 1 involves constructing an expression tree from a postfix expression using stacks and a doubly linked list. Task 2 requires implementing an array-based heap with methods for creation, emptiness check, insertion, and deletion. Students must submit their complete Java project by April 3rd, 2017, with comments explaining the logic of their code. The assignment is worth 20 points and is an individual effort.