posepr-c-2ihif-24-25-assignments-19-advanced-doubly-linked-list-with-iterators-19-advanced_doubly_li created by GitHub Classroom
Find a file
2025-06-02 00:49:10 +02:00
html usual WSL problem 2025-03-26 13:22:44 +01:00
.gitignore Updated .gitignore to ignore test bin 2025-03-26 19:12:06 +01:00
allocator.c usual WSL problem 2025-03-26 13:22:44 +01:00
allocator.h usual WSL problem 2025-03-26 13:22:44 +01:00
config.h usual WSL problem 2025-03-26 13:22:44 +01:00
doubly_linked_list_with_iterator.c Fixed potential segfault 2025-06-02 00:49:10 +02:00
doubly_linked_list_with_iterator.h Made it compile 2025-03-26 18:32:53 +01:00
Doxyfile usual WSL problem 2025-03-26 13:22:44 +01:00
doxygen_extra.css usual WSL problem 2025-03-26 13:22:44 +01:00
general.h usual WSL problem 2025-03-26 13:22:44 +01:00
list.h usual WSL problem 2025-03-26 13:22:44 +01:00
list_iterator.h Made it compile 2025-03-26 18:32:53 +01:00
list_main_driver.c usual WSL problem 2025-03-26 13:22:44 +01:00
list_test_driver.c usual WSL problem 2025-03-26 13:22:44 +01:00
list_types.h usual WSL problem 2025-03-26 13:22:44 +01:00
mainpage.h usual WSL problem 2025-03-26 13:22:44 +01:00
makefile usual WSL problem 2025-03-26 13:22:44 +01:00
README.md usual WSL problem 2025-03-26 13:22:44 +01:00
shortcut.c usual WSL problem 2025-03-26 13:22:44 +01:00
shortcut.h usual WSL problem 2025-03-26 13:22:44 +01:00
test_list.c Added more data to print if a test fails 2025-03-26 18:46:48 +01:00
test_list.h usual WSL problem 2025-03-26 13:22:44 +01: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.