Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellydanma/aoc-2020
Advent of code 🎄
https://github.com/kellydanma/aoc-2020
advent advent-of-code advent-of-code-2020
Last synced: 20 days ago
JSON representation
Advent of code 🎄
- Host: GitHub
- URL: https://github.com/kellydanma/aoc-2020
- Owner: kellydanma
- Created: 2020-11-30T03:55:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T20:10:21.000Z (about 4 years ago)
- Last Synced: 2023-08-23T01:06:29.954Z (over 1 year ago)
- Topics: advent, advent-of-code, advent-of-code-2020
- Language: Ruby
- Homepage: https://adventofcode.com
- Size: 125 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AoC 2020
My solutions to [Advent of Code](https://adventofcode.com/), whilst trying to learn some Ruby.
1. [Day 1: Report Repair](./day01.rb)
2. [Day 2: Password Philosophy](./day02.rb)
3. [Day 3: Toboggan Trajectory](./day03.rb)
4. [Day 4: Passport Processing](./day04.rb)
5. [Day 5: Binary Boarding](./day05.rb)
6. [Day 6: Custom Customs](./day06.rb)
7. [Day 7: Handy Haversacks](./day07.rb)
8. [Day 8: Handheld Halting](./day08.rb)
9. [Day 9: Day 9: Encoding Error](./day09.rb)
10. [Day 10: Adapter Array](./day10.rb)
11. [Day 11: Seating System](./day11.rb)
12. [Day 12: Rain Risk](./day12.rb)
13. [Day 13: Shuttle Search](./day13.rb)
14. [Day 14: Docking Data](./day14.rb)
15. [Day 15: Rambunctious Recitation](./day15.rb)
16. [Day 16: Ticket Translation](./day16.rb)
17. [Day 17: Conway Cubes](./day17.rb)
18. [Day 18: Operation Order](./day18.rb)
19. [Day 19: Monster Messages](./day19.rb)
20. [Day 20: Jurassic Jigsaw](./day20.rb)