20-queue-and-stack/README.md
github-classroom[bot] 77a072886c
add deadline
2025-04-08 09:59:09 +00:00

536 B
Raw Permalink Blame History

Review Assignment Due Date

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.