### if.04.22 Procedural Programming # Assignment – Queue and Stack ## Queue and Stack With this assignment you shall implement abstract data types for a queue and a stack based on a advanced singly linked list in C. Clone this assignment, open the index.html, read the assignment instructions and try to make all unit tests green.