1. What is computing?
  2. Latex Pro Tips
  3. Advent of Code 2022 - Lean4
  4. A quantum-inspired solution to a CP problem
  5. Function optimization - a problem from AdventOfCode 2021
  6. ICPC WF 2020, Problem F. Ley Lines
  7. ICPC WF 2020, Problem C. Domes
  8. [CP] Approaching Geometry Problems
  9. Haskell in C++: The IO Monad
  10. Regular tilings of the 2D plane
  11. [Haskell for CP] Solving an interactive problem using laziness
  12. What is a variety?
  13. Haskell in C++: Implementing pure functional constructs in c++ using templates
  14. Advent Of Code 2020 - in Haskell
  15. [Haskell for CP] Exploiting laziness for memoized DPs
  16. A calculator in C++ - at compile time!
  17. Sprague-Grundy: Why is it XOR?
  18. Solving a functional equation using Lean
  19. Awesome Software/Tools for Programming
  20. [Haskell for CP] Some Basic Problems
  21. [Haskell for CP] Knapsack DP reinvented
  22. [Haskell for CP] Introduction and our first problem