Skip to content

TheSergioHenrique/adventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

47 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ„ Advent of Code ๐ŸŽ…

Welcome to my Advent of Code repository! ๐ŸŒŸ Each December, coders worldwide come together for a holiday-themed coding challenge, and this repo contains my solutions to the puzzles.


โœจ What is Advent of Code?

Advent of Code is an annual set of Christmas-themed programming puzzles released daily from December 1st to December 25th. Each day unlocks a new problem to solve. It's a very fun way to:

  • Sharpen your programming skills ๐Ÿง 
  • Explore new algorithms and data structures ๐Ÿ“š
  • Compete with friends or the people worldwide ๐ŸŽฎ
  • Celebrate the holidays! ๐ŸŽ‰

Check out the challenges at Advent of Code.


๐Ÿ“‚ Repository Structure

Each day's puzzle solution is organized in its own folder:

๐Ÿ“ adventOfCode
โ”œโ”€โ”€ year/
โ”œโ”€โ”€ โ”œโ”€โ”€ day01/
โ”‚   โ”œโ”€โ”€ โ”œโ”€โ”€ input.txt             # Puzzle input
โ”‚   โ”œโ”€โ”€ โ”œโ”€โ”€ day1.X               # Python solution
โ”‚   โ”œโ”€โ”€ โ”œโ”€โ”€ day1-challenge.X     # Python solution for the challenge
โ”œโ”€โ”€ โ”œโ”€โ”€ day02/
โ”‚   โ”œโ”€โ”€ ...
...

๐Ÿš€ How to Run

  1. Clone this repository:

    git clone https://github.com/TheSergioHenrique/adventOfCode.git
    cd adventOfCode
  2. Run the solution for a specific day(If I solved it in python lol):

     python src/dayXX/dayX.py

โœจ๐ŸŽ„โ„๏ธ๐ŸŽ…Happy Holidays & Happy Coding!๐ŸŽ…โ„๏ธ๐ŸŽ„โœจ

About

Repo where I store my answers to the Advent of Code challenge!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages