Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drupol/aoc2022
- Owner: drupol
- Created: 2022-12-03T17:21:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T23:07:01.000Z (about 2 years ago)
- Last Synced: 2024-11-15T12:37:41.489Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2022-php
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
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