https://github.com/shnarazk/advent-of-code
🎄The annual event for computer science enthusiasts!
https://github.com/shnarazk/advent-of-code
advent-of-code bqn lean4 rust
Last synced: 6 months ago
JSON representation
🎄The annual event for computer science enthusiasts!
- Host: GitHub
- URL: https://github.com/shnarazk/advent-of-code
- Owner: shnarazk
- License: cc0-1.0
- Created: 2020-12-02T23:05:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T05:25:34.000Z (6 months ago)
- Last Synced: 2025-04-12T20:12:42.251Z (6 months ago)
- Topics: advent-of-code, bqn, lean4, rust
- Language: Rust
- Homepage: https://adventofcode.com
- Size: 5.07 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
* [adventofcode.com](https://adventofcode.com/)
* [r/adventofcode](https://www.reddit.com/r/adventofcode/)
* [my old data visualizer](https://github.com/shnarazk/AoCVisualizer)I solve all the problems in Rust and sometimes use some other interesting languages.
## 2024 completed
* [calendar](https://adventofcode.com/2024)
- day14: define meaningful images mathematically
- day17: this is a search problem that we can solve by Dijkstra nicely
- day18: bisect
- day24: a variant of search problem with a shallow but vast search space requiring mathematical intuition or analysis
## 2023 completed
* [calendar](https://adventofcode.com/2023)

## 2022 completed
* [calendar](https://adventofcode.com/2022)

## 2021 completed
* [calendar](https://adventofcode.com/2021)

## 2020 completed
* [calendar](https://adventofcode.com/2020)

## 2019 completed
* [calendar](https://adventofcode.com/2019)

## 2018 completed
* [calendar](https://adventofcode.com/2018)

## 2017 completed
* [calendar](https://adventofcode.com/2017)

## 2016 completed
* [calendar](https://adventofcode.com/2016)

## 2015 completed
* [calendar](https://adventofcode.com/2015)
