Skip to content

Advent of Code - A series of challenges in the spirit of the holidays for 2023πŸŽ„

Notifications You must be signed in to change notification settings

AndreeaDraghici/Advent-of-Code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

41 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AoC-2023


About

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


Project Structure

  • input: This directory contains input files for each day's challenge.

    • Example: [PROJECT_ROOT]/input/[dayX]
  • logic: This directory contains Python scripts with solutions to the challenges.

    • Example: [PROJECT_ROOT]/logic/[dayX]
  • challenges: This directory contains requirements for each day's challenge.

    • Example: [PROJECT_ROOT]/challenges/[dayX]

How to Run

To run a specific day's solution:

  1. Navigate to the logic directory.
    cd [PROJECT_ROOT]/logic
    python [SCRIPT_NAME].py
    

Happy Holidays! πŸŽ„

Releases

No releases published

Packages

No packages published

Languages