Advent of code
Solutions to previous advent of code that I wrote (with some help)

Link

https://github.com/SleepySwords/advent_of_code

Description

Advent of code is a yearly challenge, where from the 1st to the 25th there is a new programming challenge that participants try to solve as fast as possible.

Experiences

  • Learnt more about programming techniques, such as dynamic programming.
  • Learnt about data structures.
  • Experienced different languages to be able to implement solutions.

Tools used

Rust
A nice to use programming language with emphesis on ownership and memory safety
Haskell
A purely functional programming language
Kotlin
An expressive language that runs on the JVM.