Test-Driven Algorithms – Sorting | Alabê’s Blog

In this article, I’d like to explore a couple of implementations of sorting algorithms. However, I’d like to do so driven by unit tests. The examples are written in Go but don’t worry if you never worked with Go before. The emphasis here is on the journey and the joy of building solutions guided by tests!