Implementing Red black Trees with property-based testing
2020-03-20
In languages like Ocaml, Haskell, type systems will often help you along the way.…
#algorithms#Python#testing#tdd
Generating Primes
2019-12-10
This post is motivated by a Computerphile video by Graham Hutton…
#math#Python