« Types for top-level definitions » Swarm alpha release!

Competitive programming in Haskell: Infinite 2D array

Posted on September 1, 2022
Tagged ,

If you like number theory, combinatorics, and/or optimizing Haskell code, I challenge you to solve Infinite 2D Array using Haskell.

I have solved it but it was definitely challenging. In a subsequent blog post I’ll talk about my solution and ask for other optimization ideas.