#Skip to menu

Programming challenges

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
  • Programming Praxis - problems of all kinds. Useful for learning new algorithms/data structures/concepts.
  • Dailyprogrammer - contains problems of various difficulties and topics, they are good for exploring programming in all its varieties

I also have a repository with a bunch of algorithms and data structures in Rust.