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