Nieuws

Heaps are tree data structures that retain the minimum or maximum of the elements pushed into them. There are two types of heaps: minimum and maximum heaps. A heap must satisfy two conditions: The ...
This lab assumes you are using a 64 bit Linux OS on an $\texttt{x86}$ series CPU. Mac Users must use Docker. You will need $\texttt{gcc-13}$ and NASM for this lab. Your task will be to implement the ...