Skip to content

aeversme/adventofcode2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

This repo contains code I generated for the Advent of Code 2021.

I used the Advent of Code to practice and enhance my Python skills, from basic logic to custom modules, Object-Oriented Programming, and unit tests. So far, I have achieved 43 out of 50 ⭐ (two possible per day); days 1-20 are complete.

Highlights:

  • Day 4: Bingo
  • Day 5: 2D mapping part 1 - plotting lines
  • Day 8: Signal decoder
  • Day 9: 2D mapping part 2 - interpreting heightmaps
  • Day 10: Syntax checker
  • Day 15: 2D mapping part 3 - Dijkstra's shortest path
  • Day 19: 3D mapping

About

Daily Python solutions to the 2021 Advent of Code challenges, demonstrating learning in algorithms and OOP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages