Skip to content

Advent of Code (AoC) 2022 - Written in Python! ๐ŸŽ„

License

Notifications You must be signed in to change notification settings

f-o/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Advent of Code 2022 ๐ŸŽ„

This repo contains my solutions to the 2022 Advent of Code, written in Python.

The AoC is a series of daily programming challenges, available at: https://adventofcode.com/

Usage

To run the solutions, you'll need Python 3.9 or later.

Each day's challenge is in a separate folder, named Day_XX, where XX is the day number zero-padded to two digits.

The folder contains:

  • challenge.md, which contains the challenge description
  • input_sample.txt, which contains the sample input data for the challenge (if any)
  • input.txt, which contains the input data for the challenge
  • day_XX.py, which contains both parts of the solution for the challenge

To run the solution for a given day, run the day_XX.py file:

python3 day_XX.py

The solution will be printed to the console.

Progress

Day Title Part 1 Part 2
01 Calorie Counting โœ”๏ธ โœ”๏ธ
02 Rock Paper Scissors โœ”๏ธ โœ”๏ธ
03 Rucksack Reorganization โœ”๏ธ โœ”๏ธ
04 Camp Cleanup โŒ โŒ
05 Supply Stacks โœ”๏ธ โŒ
06 Tuning Trouble โœ”๏ธ โœ”๏ธ

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Advent of Code (AoC) 2022 - Written in Python! ๐ŸŽ„

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages