pete > courses > CS 202 Spring 24 > Tier 2, Phase 2, Problem 05: Heap Structure


Tier 2, Phase 2, Problem 05: Heap Structure

The goals of this problem are to solidify your knowledge and understanding of The Heap. It is similar in style to the previous problem, t2p2p04: Stack Size, in that you will not be building a computational thing (like a circuit or a program) to specification; instead, you have questions to answer and will have to devise a program that helps you answer them.

These are the questions you must answer:

You will submit two files for this assignment:

Submission Instructions

Copy the heap-structure.c and README.txt files to weathertop and then run:

$ 202 submit t2p2p05 heap-structure.c
$ 202 submit t2p2p05 README.txt

Submissions will not be accepted after 2pm on Friday, 10 May.

Last modified: