Merge branch 'master' of github.com:codemicro/adventOfCode

This commit is contained in:
akp 2022-12-03 13:41:55 +00:00
commit 92dc12ff15
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -11,7 +11,7 @@ Solutions to the [2022 Advent of Code](https://adventofcode.com/2022).
| Day | Status | Solutions | Notes |
| ----------------------------------- | ------------------ | ---------- | ------ |
| 01 - Calorie Counting | ★ ★ | [Python](01-calorieCounting/py), [Nim](01-calorieCounting/nim), [Java](01-calorieCounting/java/src) | Summing numbers |
| 02 - Rock Paper Scissors | ★ ★ | [Python](02-rockPaperScissors/py), [Nim](03-rockPaperScissors/nim) | Programmatically playing Rock Paper Scissors |
| 02 - Rock Paper Scissors | ★ ★ | [Python](02-rockPaperScissors/py), [Nim](02-rockPaperScissors/nim) | Programmatically playing Rock Paper Scissors |
| 03 - Rucksack Reorganization | ★ ★ | [Python](03-rucksackReorganization/py), [Nim](03-rucksackReorganization/nim) | Sets and intersections |
<!-- PARSE END -->