10 lines
320 B
Markdown
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) |