mbahri / AoC2021_CPP

Learning C++ by shoehorning features into AoC problems. Don't expect perfect code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample solutions for AoC problems in C++.

This is for my personal learning effort, so expect things like:

  • Unnecessary additional complexity
  • Unnatural use of some language features
  • Weird stuff that only makes sense because I want to practice using something

But... it works! 😅

About

Learning C++ by shoehorning features into AoC problems. Don't expect perfect code.


Languages

Language:C++ 100.0%