Skip to content

πŸŽ„My Advent of Code solutions, exploring challenging puzzles with different languages to learn new paradigms and algorithms.

License

Notifications You must be signed in to change notification settings

KyleDerZweite/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

52 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ Advent of Code

My solutions for Advent of Code - an annual coding challenge with daily puzzles from December 1st to 25th.

Years

Year Language Stars Status
2025 Go ⭐ 18/24 πŸ”„ In Progress
2024 Python ⭐ 16/50 πŸ”„ In Progress
2023 Rust β˜† 0/50 πŸ”„ Not Started
2022 Zig β˜† 0/50 πŸ†• Not Started
2021 Elixir β˜† 0/50 πŸ†• Not Started
2020 Haskell β˜† 0/50 πŸ†• Not Started
2019 Dart β˜† 0/50 πŸ†• Not Started
2018 OCaml β˜† 0/50 πŸ†• Not Started
2017 Gleam β˜† 0/50 πŸ†• Not Started
2016 Kotlin β˜† 0/50 πŸ†• Not Started
2015 Julia β˜† 0/50 πŸ†• Not Started

Repository Structure

advent-of-code/
β”œβ”€β”€ aoc_2015/          # Julia solutions
β”œβ”€β”€ aoc_2016/          # Kotlin solutions
β”œβ”€β”€ aoc_2017/          # Gleam solutions
β”œβ”€β”€ aoc_2018/          # OCaml solutions
β”œβ”€β”€ aoc_2019/          # Dart solutions
β”œβ”€β”€ aoc_2020/          # Haskell solutions
β”œβ”€β”€ aoc_2021/          # Elixir solutions
β”œβ”€β”€ aoc_2022/          # Zig solutions
β”œβ”€β”€ aoc_2023/          # Rust solutions
β”œβ”€β”€ aoc_2024/          # Python solutions
β”œβ”€β”€ aoc_2025/          # Go solutions
└── README.md

Each year folder contains its own README with detailed progress and instructions.

About Advent of Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. β€” Eric Wastl, creator of AoC

Tooling

This repository includes fetch_aoc.py, a helper script to fetch puzzle descriptions for personal use.

⚠️ Important: This tool is for personal use only to help organize your own solutions. Please be respectful of adventofcode.com servers. Puzzle content is © Advent of Code / Eric Wastl and is git-ignored.

Legal

  • Puzzle descriptions are Β© Advent of Code / Eric Wastl and are not included in this repository
  • Solutions are my own work (with AI-assisted documentation)
  • Input files are personalized and git-ignored
  • Please consider supporting Advent of Code if you enjoy it!

License

Solutions are available under the MIT License. See LICENSE.

About

πŸŽ„My Advent of Code solutions, exploring challenging puzzles with different languages to learn new paradigms and algorithms.

Topics

Resources

License

Stars

Watchers

Forks