posepr-c-2ihif-24-25-assignments-18-simple-singly-linked-list-18-simple_singly_linked_list created by GitHub Classroom
Find a file
2025-03-20 15:42:49 +01:00
html yes 2025-03-18 18:26:12 +01:00
.gitignore yes 2025-03-18 18:26:12 +01:00
allocator.c yes 2025-03-18 18:26:12 +01:00
allocator.h yes 2025-03-18 18:26:12 +01:00
config.h yes 2025-03-18 18:26:12 +01:00
Doxyfile yes 2025-03-18 18:26:12 +01:00
doxygen_extra.css yes 2025-03-18 18:26:12 +01:00
general.h yes 2025-03-18 18:26:12 +01:00
list.h yes 2025-03-18 18:26:12 +01:00
list_main_driver.c yes 2025-03-18 18:26:12 +01:00
list_test_driver.c yes 2025-03-18 18:26:12 +01:00
mainpage.h yes 2025-03-18 18:26:12 +01:00
makefile yes 2025-03-18 18:26:12 +01:00
README.md yes 2025-03-18 18:26:12 +01:00
shortcut.c yes 2025-03-18 18:26:12 +01:00
shortcut.h yes 2025-03-18 18:26:12 +01:00
simple_singly_linked_list.c completed everything 2025-03-20 15:42:49 +01:00
simple_singly_linked_list.h yes 2025-03-18 18:26:12 +01:00
test_list.c yes 2025-03-18 18:26:12 +01:00
test_list.h yes 2025-03-18 18:26:12 +01:00

Review Assignment Due Date

if.04.22 Procedural Programming

Assignment Lists

Simple Singly Linked List

With this assignment you shall implement abstract data types for a list in C.\n Clone this assignment, open the index.html, read the assignment instructions and try to make all unit tests green.