Skip to content

ghostcipher1/advent-of-code-2024-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Welcome to my Advent of Code 2024 repository! 🎄✨

About

Advent of Code is a globally celebrated annual programming challenge that takes place from December 1st through December 25th. Each day during this period, a brand-new puzzle is unveiled, designed to test participants' problem-solving skills and creativity in coding. These puzzles range in complexity and often encourage exploring new algorithms, data structures, and programming techniques. Enthusiasts and developers from around the world eagerly engage with these challenges, using a variety of programming languages to craft their solutions and improve their skills.

2024 marks my first year participating in Advent of Code, and I am thrilled to join this vibrant and innovative coding community. In this repository, I have shared my personal journey and progress by documenting my solutions to the daily puzzles. I have chosen TypeScript as my programming language for these challenges, and I hope these solutions provide insight, inspiration, and learning opportunities for others exploring this exciting event.

⋆꙳•̩̩͙❅*̩̩͙‧͙ ‧͙*̩̩͙❆ ͙͛ ˚₊⋆⋆꙳•̩̩͙❅*̩̩͙‧͙ ‧͙*̩̩͙❆ ͙͛ ˚₊⋆⋆꙳•̩̩͙❅*̩̩͙‧͙ ‧͙*̩̩͙❆ ͙͛ ˚₊⋆⋆꙳•̩̩͙❅*̩̩͙‧͙ ‧͙*̩̩͙❆ ͙͛ ˚₊⋆⋆꙳•̩̩͙❅*̩̩͙‧͙ ‧͙*̩̩͙❆ ͙͛ ˚₊⋆⋆꙳•̩̩͙❅*̩̩͙‧͙˚₊⋆⋆꙳•̩̩͙❅*̩̩͙‧͙˚₊⋆⋆꙳•̩̩͙❅*̩̩͙‧͙
      *
     ***
    *****
   *******
  *o*o*o*o*
 *o*o*o*o*o*
*o*o*o*o*o*o*                                     
    | |       🎁🎁🎁 
   /|\|/|\   🎁🎁🎁🎁                           

My Current Progress

Programming is a highly individualistic discipline, where each developer brings their unique style, approach, and problem-solving methodology to the table. Different scenarios and puzzles can often be resolved using a variety of techniques, and the choice of approach may depend on personal preferences, experience, or the specific requirements of the task at hand. The code contained within this repository reflects my personal approach to programming and problem resolution. While I strive for clarity, efficiency, and functionality in my solutions, I make no warranties or guarantees that this code will be successful, optimal, or applicable for scenarios beyond those it was explicitly designed to address. Users are encouraged to review, adapt, and test the code to ensure it meets their own specific needs and contexts.

Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day Day

My Collected Stars

Stars collected: 22/50

Results Format

The results.json file has the following structure:

{
  "day1": {
    "part1": {
      "solved": true,
      "date": "Tue, 03 Dec 2024 20:04:47 GMT",
      "performance": "5.05 ms"
    },
    "part2": {
      "solved": true,
      "date": "Tue, 03 Dec 2024 20:35:16 GMT",
      "performance": "5.73 ms"
    }

  }
}

I've modified the Advent of Code Template by Advent of Code Template by matijaoe to find my needs to use with Python.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages