Skip to content

charlieb954/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code (Python)

Description

This repository contains my solutions for the Advent of Code challenges, implemented in Python. My goal is to solve each day's puzzle quickly using only the Python standard library.

The repository is organised by year, day and will contain the input file as well as 2 .py files for the solutions.

I have attempted AoC since 2022, but due to time constraints - I don't get far!

How to execute a solution

To run a solution for a specific day:

  1. Navigate to the day's directory
cd 2024/day-1
  1. Execute the Python script:
python3 part1.py
  1. The result will be printed in the terminal

About

This repository contains my solutions for the Advent of Code challenges, implemented in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages