https://github.com/markkvdb/advent-of-code-2021
Solutions to AoC 2021 using the Julia Programming Language
https://github.com/markkvdb/advent-of-code-2021
aoc2021 julia-language
Last synced: about 1 year ago
JSON representation
Solutions to AoC 2021 using the Julia Programming Language
- Host: GitHub
- URL: https://github.com/markkvdb/advent-of-code-2021
- Owner: markkvdb
- Created: 2021-12-01T18:11:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T21:41:03.000Z (over 4 years ago)
- Last Synced: 2025-01-26T10:45:50.474Z (over 1 year ago)
- Topics: aoc2021, julia-language
- Language: Julia
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021 using Julia
This repository contains solutions to the AoC 2021 challenge. The solutions are written in the Julia Programming Language.
I'm new to Julia, so don't peek here for best practices 😙.
### Solutions
The following challenges have been solved:
- [x] Day 1
- [x] Day 2
- [ ] Day 3
- [ ] Day 4
- [ ] Day 5
- [ ] Day 6
- [ ] Day 7
- [ ] Day 8
- [ ] Day 9
- [ ] Day 10
- [ ] Day 11
- [ ] Day 12
- [ ] Day 13
- [ ] Day 14
- [ ] Day 15
- [ ] Day 16
- [ ] Day 17
- [ ] Day 18
- [ ] Day 19
- [ ] Day 20
- [ ] Day 21
- [ ] Day 22
- [ ] Day 23
- [ ] Day 24
- [ ] Day 25