Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drupol/aoc2022

Solutions of Advent Of Code 2022
https://github.com/drupol/aoc2022

advent-of-code advent-of-code-2022 advent-of-code-2022-php

Last synced: 4 days ago
JSON representation

Solutions of Advent Of Code 2022

Awesome Lists containing this project

README

        

# Advent Of Code 2022

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.

[Read more at adventofcode.com][about adventofcode]

## Progress

- [x] Day 1
- [x] Day 2
- [x] Day 3
- [x] Day 4
- [x] Day 5
- [x] Day 6
- [x] Day 7
- [x] Day 8
- [x] 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

## Language and libraries used

- [PHP 8.1][php]
- [loophp/collection][loophp/collection]

[about adventofcode]: https://adventofcode.com/2022/about
[php]: https://php.net
[loophp/collection]: https://github.com/loophp/collection