Initial commit

This commit is contained in:
github-classroom[bot] 2025-01-28 00:13:55 +00:00 committed by GitHub
parent 392362b8ee
commit 8c7ea4970a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
74 changed files with 8220 additions and 30 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
### if.03.22 Procedural Programming
# Assignment Recursion and Abstract Data Type
## Mine Sweeper
With this assignment you shall implement abstract data types and a recursive algorithm in C.
Clone this assignment, open the index.html, read the assignment instructions and try to make all unit tests green.