13-minesweeper/README.md
2025-01-28 12:28:18 +01:00

6 lines
520 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/tvCTiPjz)
### 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.