posepr-c-2ihif-24-25-assignments-20-queue-and-stack-20-queue_and_stack created by GitHub Classroom
| html | ||
| .gitignore | ||
| advanced_singly_linked_list.c | ||
| advanced_singly_linked_list.h | ||
| allocator.c | ||
| allocator.h | ||
| config.h | ||
| Doxyfile | ||
| doxygen_extra.css | ||
| general.h | ||
| list.h | ||
| mainpage.h | ||
| makefile | ||
| queue.c | ||
| queue.h | ||
| queue_stack_main_driver.c | ||
| queue_stack_test_driver.c | ||
| README.md | ||
| shortcut.c | ||
| shortcut.h | ||
| stack.c | ||
| stack.h | ||
| test_list.c | ||
| test_list.h | ||
| test_queue.c | ||
| test_queue.h | ||
| test_stack.c | ||
| test_stack.h | ||
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.