Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frectonz/advent_of_code_2022
Solutions for advent of code 2022
https://github.com/frectonz/advent_of_code_2022
advent-of-code advent-of-code-2022 elm golang ocaml rust
Last synced: 13 days ago
JSON representation
Solutions for advent of code 2022
- Host: GitHub
- URL: https://github.com/frectonz/advent_of_code_2022
- Owner: frectonz
- Created: 2022-12-01T09:53:39.000Z (about 2 years ago)
- Default Branch: trunk
- Last Pushed: 2022-12-14T16:39:19.000Z (about 2 years ago)
- Last Synced: 2024-11-14T10:37:08.295Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2022, elm, golang, ocaml, rust
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
This repository contains my solutions to the [Advent of Code 2022](https://adventofcode.com/2022) challenges.
## Day 1 "Calorie Counting"
- [OCaml](./day1/day1_ocaml/bin/main.ml) Solution
- [Go](./day1/day1_go/main.go) Solution
- [TypeScript](./day1/day1_ts/main.ts) Solution## Day 2 "Rock Paper Scissors"
- [Rust](./day2/day2_rust/src/main.rs) Solution
- [Elm](./day2/day2_elm/src/Main.elm) Solution## Day 3 "Rucksack Reorganization"
- [Rust](./day3/day3_rust/src/main.rs) Solution
- [Go](./day3/day3_go/main.go) Solution## Day 4 "Camp Cleanup"
- [Rust](./day4/day4_rust/src/main.rs) Solution
- [Go](./day4/day4_go/main.go) Solution## Day 5 "Supply Stacks"
- [Rust](./day5/day5_rust/src/main.rs) Solution
## Day 6 "Tuning Trouble"
- [Go](./day6/day6_go/main.go) Solution
## Day 7 "No Space Left On Device"
- [Rust](./day7/day7_rust/src/main.rs) Solution
## Day 8 "Treetop Tree House"
- [Rust](./day8/day8_rust/src/main.rs) Solution
- [Go](./day8/day8_go/main.go) Solution## Day 9 "Rope Bridge"
- [Rust](./day9/day9_rust/src/main.rs) Solution
## Day 10 "Cathode-Ray Tube"
- [Rust](./day10/day10_rust/src/main.rs) Solution
## Day 11 "Monkey in the Middle"
- [Rust](./day11/day11_rust/src/main.rs) Solution `Part 2 Unsolved`
## Day 12 "Hill Climbing Algorithm"
- [Rust](./day12/day12_rust/src/main.rs) Solution `Unsolved`
## Day 13 "Distress Signal"
- [Rust](./day13/day13_rust/src/main.rs) Solution
## Day 14 "Regolith Reservoir"
- [Rust](./day14/day14_rust/src/main.rs) Solution