Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bobthered/advent-of-code-2022

Advent of Code - 2022
https://github.com/bobthered/advent-of-code-2022

Last synced: about 2 months ago
JSON representation

Advent of Code - 2022

Awesome Lists containing this project

README

        

# Advent of Code - 2022

| Day | Problem | Solution |
| --- | ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| 1 | [Calorie Counting](./1-calorie-counting/README.md) | [Solution](./1-calorie-counting/solution.js) |
| 2 | [Rock Paper Scissors](./2-rock-paper-scissors/README.md) | [Solution](./2-rock-paper-scissors/solution.js) |
| 3 | [Rucksack Reorganization](./3-rucksack-reorganization/README.md) | [Solution](./3-rucksack-reorganization/solution.js) |
| 4 | [Camp Cleanup](./4-camp-cleanup/README.md) | [Solution](./4-camp-cleanup/solution.js) |
| 5 | [Supply Stacks](./5-supply-stacks/README.md) | [Solution](./5-supply-stacks/solution.js) |
| 6 | [Tuning Trouble](./6-tuning-trouble/README.md) | [Solution](./6-tuning-trouble/solution.js) |
| 7 | [No Space Left On Device](./7-no-space-left-on-device/README.md) | [Solution](./7-no-space-left-on-device/solution.js) |
| 8 | [Treetop Tree House](./8-treetop-tree-house/README.md) | [Part One](./8-treetop-tree-house/visibleTreeCount.js) \| [Part Two](./8-treetop-tree-house/scenicScore.js) |
| 9 | [Rope Bridge](./9-rope-bridge/README.md) | [Solution](./9-rope-bridge/solution.js)|
| 10 | [Cathode-Ray Tube](./10-cathode-ray-tube/README.md) | [Solution](./10-cathode-ray-tube/solution.js)|
| 11 | [Monkey in the Middle](./11-monkey-in-the-middle/README.md) | [Solution](./11-monkey-in-the-middle/solution.js)|
| 12 | [Hill Climbing Algorithm](./12-hill-climbing-algorithm/README.md) | [Solution](./12-hill-climbing-algorithm/solution.js)|
| 13 | | |
| 14 | | |
| 15 | | |
| 16 | | |
| 17 | | |
| 18 | | |
| 19 | | |
| 20 | | |
| 21 | | |
| 22 | | |
| 23 | | |
| 24 | | |
| 25 | | |