#Skip to menu

From time to time I like to write code for the sake of it. Here's a collection of programming challenges that I've solved:

  • Project Euler - is math-oriented and the challenges require the exploit of some math proprieties to be solved efficiently
  • Advent of Code - an Advent calendar of small programming puzzles for a variety of skill sets and skill levels
  • Programming Praxis - problems of all kinds. Useful for learning new algorithms/data structures/concepts
  • The full code is available on GitHub.