mnhtrieu / advent2021

Advent of Code 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021

This repository is dedicated to the AoC 2021 puzzles. Every puzzle will be written in C++.

What is Advent of Code?

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

The AoC was created by Eric Wastl

Each puzzle consists of two parts. On successfully solving the first part, the second part unlocks and usually it is just a modification of the first part. In every folder, there should be an input for the puzzle.

Puzzles

  • Day 01 - Sonar Sweep | PART 1: 1288 | PART 2: 1311
  • Day 02 - Dive! | PART 1: 1728414 | PART 2: 1765720035
  • Day 03 - Binary Diagnostic | PART 1: 4160394 | PART 2: 4125600
  • Day 04 - Giant Squid | PART 1: 4662 | PART 2: 412080125600
  • Day 05 - Hydrothermal Venture | PART 1: 5167 | PART 2: 17604
  • Day 06 - Lanternfish | PART 1: 388419 | PART 2: 1740449478328

About

Advent of Code 2021


Languages

Language:C++ 100.0%