Skip to content

This project contains my solutions to the programming challenges from Advent of Code.

Notifications You must be signed in to change notification settings

MechaDuck/Advent_of_Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

Welcome to the Advent of Code Solutions repository! This project contains my solutions to the programming challenges from Advent of Code.

Table of Contents

About

Advent of Code is an annual event that provides a series of programming challenges throughout the month of December. Each day, a new problem is released, and this repository contains my solutions to those problems.

Structure

The repository is organized by year and day:

Each dayXX directory contains:

  • solution.py: The Python script with the solution for that day's challenge.
  • input.txt: The input data for the challenge.
  • README.md: A brief description of the problem and solution.

Getting Started

To run the solutions locally, you need to have Python installed. You can download it from python.org.

Clone the Repository

git clone https://github.com/yourusername/advent-of-code-solutions.git
cd advent-of-code-solutions

Usage

cd 2023/day01 python solution.py

About

This project contains my solutions to the programming challenges from Advent of Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages