Files
VV-ISTIC-TP4/sujet.md
Romain Lefeuvre ac81d61d01 2025 init
2025-11-18 14:44:07 +01:00

10 lines
320 B
Markdown

# 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)