posepr-c-2ihif-24-25-assignments-20-queue-and-stack-20-queue_and_stack created by GitHub Classroom
Find a file
github-classroom[bot] 77a072886c
add deadline
2025-04-08 09:59:09 +00:00
html Initial commit 2025-04-01 10:41:03 +00:00
.gitignore Initial commit 2025-04-01 10:41:03 +00:00
advanced_singly_linked_list.c Initial commit 2025-04-01 10:41:03 +00:00
advanced_singly_linked_list.h Initial commit 2025-04-01 10:41:03 +00:00
allocator.c Initial commit 2025-04-01 10:41:03 +00:00
allocator.h Initial commit 2025-04-01 10:41:03 +00:00
config.h Initial commit 2025-04-01 10:41:03 +00:00
Doxyfile Initial commit 2025-04-01 10:41:03 +00:00
doxygen_extra.css Initial commit 2025-04-01 10:41:03 +00:00
general.h Initial commit 2025-04-01 10:41:03 +00:00
list.h Initial commit 2025-04-01 10:41:03 +00:00
mainpage.h Initial commit 2025-04-01 10:41:03 +00:00
makefile Initial commit 2025-04-01 10:41:03 +00:00
queue.c Initial commit 2025-04-01 10:41:03 +00:00
queue.h Initial commit 2025-04-01 10:41:03 +00:00
queue_stack_main_driver.c Initial commit 2025-04-01 10:41:03 +00:00
queue_stack_test_driver.c Initial commit 2025-04-01 10:41:03 +00:00
README.md add deadline 2025-04-08 09:59:09 +00:00
shortcut.c Initial commit 2025-04-01 10:41:03 +00:00
shortcut.h Initial commit 2025-04-01 10:41:03 +00:00
stack.c Initial commit 2025-04-01 10:41:03 +00:00
stack.h Initial commit 2025-04-01 10:41:03 +00:00
test_list.c Initial commit 2025-04-01 10:41:03 +00:00
test_list.h Initial commit 2025-04-01 10:41:03 +00:00
test_queue.c Initial commit 2025-04-01 10:41:03 +00:00
test_queue.h Initial commit 2025-04-01 10:41:03 +00:00
test_stack.c Initial commit 2025-04-01 10:41:03 +00:00
test_stack.h Initial commit 2025-04-01 10:41:03 +00:00

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.