Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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