2025 init

This commit is contained in:
Romain Lefeuvre
2025-11-18 14:44:07 +01:00
commit ac81d61d01
21 changed files with 986 additions and 0 deletions

10
sujet.md Normal file
View File

@@ -0,0 +1,10 @@
# Practical Session #4: Property testing
Each exercise comes with a starting template project. These templates have all dependencies already configured.
## Exercises
1. [Roman numerals](./exercises/roman-numerals.md)
2. [Sorting algorithms](./exercises/sorting.md)
3. [Testing the heap property](./exercises/heap.md)