Property based testing

I believe it would be beneficial to add property-based tests to some of the exercises. This would ensure that students provide correct answers even for unusual edge cases. Have you considered this approach? I’ve already added property-based tests to the circular buffer exercise but am unsure how to contribute further.