Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucifer1004/aoc
Solutions to Advent of Code.
https://github.com/lucifer1004/aoc
advent-of-code aoc-2021-in-julia aoc-2021-in-kotlin aoc-2021-in-python aoc-2022-in-kotlin
Last synced: about 2 months ago
JSON representation
Solutions to Advent of Code.
- Host: GitHub
- URL: https://github.com/lucifer1004/aoc
- Owner: lucifer1004
- Created: 2020-12-15T08:25:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:36:52.000Z (about 1 year ago)
- Last Synced: 2024-06-11T19:49:03.109Z (7 months ago)
- Topics: advent-of-code, aoc-2021-in-julia, aoc-2021-in-kotlin, aoc-2021-in-python, aoc-2022-in-kotlin
- Language: Jupyter Notebook
- Homepage:
- Size: 267 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
## 2021
This year, I decide to write my solutions with Jupyter notebooks.
I will mostly use Python when competing, but will reimplement in other languages after that.
The folder structure is:
- utils
- aoc.py (useful functions and constants)
- .env (`AOC_SESSION=`)
- 2021
- Day01.ipynb, Day02.ipynb, ... (Python solutions)
- kotlin (`#aoc-2021-in-kotlin`)
- Day01.ipynb, Day02.ipynb, ... (Kotlin solutions)
- elixir
- Day01.ipynb, Day02.ipynb, ... (Elixir solutions)
- ruby
- Day01.ipynb, Day02.ipynb, ... (Ruby solutions)
- julia
- Day01.jl, Day02.jl, ... (Julia solutions, using Pluto.jl)
- other languages to be added