posepr-c-2ihif-24-25-assignments-19-advanced-doubly-linked-list-with-iterators-19-advanced_doubly_li created by GitHub Classroom
| html | ||
| .gitignore | ||
| allocator.c | ||
| allocator.h | ||
| config.h | ||
| doubly_linked_list_with_iterator.c | ||
| doubly_linked_list_with_iterator.h | ||
| Doxyfile | ||
| doxygen_extra.css | ||
| general.h | ||
| list.h | ||
| list_iterator.h | ||
| list_main_driver.c | ||
| list_test_driver.c | ||
| list_types.h | ||
| mainpage.h | ||
| makefile | ||
| README.md | ||
| shortcut.c | ||
| shortcut.h | ||
| test_list.c | ||
| test_list.h | ||
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.