Skip to content

afalfares/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code

This repository includes my Python code solutions for Advent of Code.

This is just for the fun of solving the puzzles and is, by no means, perfect or well-optimized code 😊

If you want to solve the puzzles yourself, please do not cheat yourself out of a fun learning experience by copying code!

Dependencies

  • python3

Running the Solution Scripts

  1. Navigate to the desired year directory (currently only 2024 is available).
  2. Create a XX.txt file populated with your own input obtained from Advent of Code where XX is the day number. For day 1's input, the txt file should be called 01.txt.
  3. Run the corresponding Python Script with python3 XX.py where XX is the day. For day 1's script, run python3 01.py.

About

My solutions to Advent of Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages