posepr-c-2ihif-24-25-assignments-19-advanced-doubly-linked-list-with-iterators-19-advanced_doubly_li created by GitHub Classroom
Find a file
github-classroom[bot] e8fef7e170
add deadline
2025-03-26 12:21:32 +00:00
html Initial commit 2025-03-24 23:14:50 +00:00
.gitignore Initial commit 2025-03-24 23:14:50 +00:00
allocator.c Initial commit 2025-03-24 23:14:50 +00:00
allocator.h Initial commit 2025-03-24 23:14:50 +00:00
config.h Initial commit 2025-03-24 23:14:50 +00:00
doubly_linked_list_with_iterator.c Initial commit 2025-03-24 23:14:50 +00:00
doubly_linked_list_with_iterator.h Initial commit 2025-03-24 23:14:50 +00:00
Doxyfile Initial commit 2025-03-24 23:14:50 +00:00
doxygen_extra.css Initial commit 2025-03-24 23:14:50 +00:00
general.h Initial commit 2025-03-24 23:14:50 +00:00
list.h Initial commit 2025-03-24 23:14:50 +00:00
list_iterator.h Initial commit 2025-03-24 23:14:50 +00:00
list_main_driver.c Initial commit 2025-03-24 23:14:50 +00:00
list_test_driver.c Initial commit 2025-03-24 23:14:50 +00:00
list_types.h Initial commit 2025-03-24 23:14:50 +00:00
mainpage.h Initial commit 2025-03-24 23:14:50 +00:00
makefile Initial commit 2025-03-24 23:14:50 +00:00
README.md add deadline 2025-03-26 12:21:32 +00:00
shortcut.c Initial commit 2025-03-24 23:14:50 +00:00
shortcut.h Initial commit 2025-03-24 23:14:50 +00:00
test_list.c Initial commit 2025-03-24 23:14:50 +00:00
test_list.h Initial commit 2025-03-24 23:14:50 +00:00

Review Assignment Due Date

if.04.22 Procedural Programming

Assignment Lists

Doubly Linked List

With this assignment you shall implement abstract data types for a list in C.

Clone this assignment, open the index.html, read the assignment instructions and try to make all unit tests green.