Published March 20, 2024
| Version v1
Lesson
Open
Heap Practical Programming Assignment (German)
Description
In this programming assignment in Java the students are to program the data structure Min-Heap from scratch. In addition, they are to implement a sorting algorithm for the Heap data structure that is most efficient. The assignment is designed for students in the second semester of a bachelor degree in computer science or similar fields and requires previous programming experience in Java.
The record contains:
- The assignment description written in German as PDF and Latex.
- The programming framework in Java. This includes:
- The necessary Java code
- An ant build file
- A simple Bash script for testing the student submissions
- A set of public test cases