https://github.com/mfalt/adventofcode.jl
Fast and short solutions to some AdventOfCode problems 2021
https://github.com/mfalt/adventofcode.jl
julia
Last synced: 12 months ago
JSON representation
Fast and short solutions to some AdventOfCode problems 2021
- Host: GitHub
- URL: https://github.com/mfalt/adventofcode.jl
- Owner: mfalt
- Created: 2021-12-01T23:12:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T09:51:54.000Z (over 4 years ago)
- Last Synced: 2025-03-15T13:22:51.664Z (over 1 year ago)
- Topics: julia
- Language: Julia
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Solutions to the [AdventOfCode](https://adventofcode.com/) problems.
The solutions are fairly fast and whenever possible I try to create one-line solutions to benchmark the higher-order functions in Julia.