Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bobthered/advent-of-code-2022
- Owner: bobthered
- Created: 2022-12-08T15:12:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T16:27:47.000Z (about 1 year ago)
- Last Synced: 2023-11-24T20:36:01.447Z (about 1 year ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | | |