Initial commit

This commit is contained in:
github-classroom[bot] 2025-03-24 23:14:50 +00:00 committed by GitHub
commit 9d2733d705
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
63 changed files with 7330 additions and 0 deletions

6
README.md Normal file
View file

@ -0,0 +1,6 @@
### 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.