Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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