20-queue-and-stack/README.md
github-classroom[bot] e6e6f4ae94
Initial commit
2025-04-01 10:41:03 +00:00

334 B
Raw Blame History

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.