Skip to content

nehat312/AoC2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2024 🎄

These are my solutions for the Advent of Code 2024 challenges. Huge thanks to anze3db for his excellent AOC python framework. I borrowed alot of his code in the effort to create a more streamlined AOC experience for myself. Thank you!

** DIRECT ALL CREDIT AND THANKS TO Landcruiser87 [github.com/Landcruiser87] for developing this excellent template !!!

Setup TODO

First export your cookie session with AOC with the google chrome developer tools (Literally just go copy it) Then make a folder in your root titled secret and create a text file within called cookie.txt.
The .gitignore will ignore all text files / (and other formats) so it won't get loaded into github.

  • Make a function that captures the output and updates the results table in the README. SORCERY 🧙 🪄
  • Make a TUI to view and navigate the leaderboard.
    • It looks like you can request a Json payload every 15 minutes (900 seconds) for public and private leaderboards. Could write to a JSON configs file in utils with last timestamp accessed. easier to maintain that way. Not sure cacheing would help here as we would want immediate leaderboard updates.

⭐🎄 Results 🎄⭐

Day Stars Solution Name Speed Part A Speed Part B LOC
01 ⭐⭐ Day1 Historian Hysteria 25 ms 35 ms 57
02 Day2 Red-Nosed Reports ? ms ? ms ?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages