https://github.com/kinduff/advent2021
https://github.com/kinduff/advent2021
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kinduff/advent2021
- Owner: kinduff
- Created: 2021-12-01T18:01:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T14:11:06.000Z (over 4 years ago)
- Last Synced: 2025-02-22T21:43:42.930Z (over 1 year ago)
- Language: Ruby
- Homepage: https://kinduff.com/2021/12/03/advent-of-code-2021/
- Size: 39.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AoC 2021
This repository contains the solutions for the [Advent of Code 2021](https://adventofcode.com/2021/) event in Ruby.
I may not finish but it's worth the try.
|Day|Name|Solution|Status|
|---|---|---|---|
|[01](https://adventofcode.com/2021/day/1)|Sonar Sweep|[view](solutions/day01.rb)|⭐ ⭐|
|[02](https://adventofcode.com/2021/day/2)|Dive!|[view](solutions/day02.rb)|⭐ ⭐|
|[03](https://adventofcode.com/2021/day/3)|Binary Diagnostic|[view](solutions/day03.rb)|⭐ ⭐|
|[04](https://adventofcode.com/2021/day/4)|Giant Squid|[view](solutions/day04.rb)|⭐ ⭐|
|[05](https://adventofcode.com/2021/day/5)|Hydrothermal Venture|[view](solutions/day05.rb)|⭐ ⭐|
|[06](https://adventofcode.com/2021/day/6)|Lanternfish|[view](solutions/day06.rb)|⭐ ⭐|
|[07](https://adventofcode.com/2021/day/7)|The Treachery of Whales|[view](solutions/day07.rb)|⭐ ⭐|
|[08](https://adventofcode.com/2021/day/8)|Seven Segment Search|[view](solutions/day08.rb)|⭐ |
|[09](https://adventofcode.com/2021/day/9)|Smoke Basin|[view](solutions/day09.rb)|⭐ |
|[10](https://adventofcode.com/2021/day/10)||[view](solutions/day10.rb)||
|[11](https://adventofcode.com/2021/day/11)||[view](solutions/day11.rb)||
|[12](https://adventofcode.com/2021/day/12)||[view](solutions/day12.rb)||
|[13](https://adventofcode.com/2021/day/13)||[view](solutions/day13.rb)||
|[14](https://adventofcode.com/2021/day/14)||[view](solutions/day14.rb)||
|[15](https://adventofcode.com/2021/day/15)||[view](solutions/day15.rb)||
|[16](https://adventofcode.com/2021/day/16)||[view](solutions/day16.rb)||
|[17](https://adventofcode.com/2021/day/17)||[view](solutions/day17.rb)||
|[18](https://adventofcode.com/2021/day/18)||[view](solutions/day18.rb)||
|[19](https://adventofcode.com/2021/day/19)||[view](solutions/day19.rb)||
|[20](https://adventofcode.com/2021/day/20)||[view](solutions/day20.rb)||
|[21](https://adventofcode.com/2021/day/21)||[view](solutions/day21.rb)||
|[22](https://adventofcode.com/2021/day/22)||[view](solutions/day22.rb)||
|[23](https://adventofcode.com/2021/day/23)||[view](solutions/day23.rb)||
|[24](https://adventofcode.com/2021/day/24)||[view](solutions/day24.rb)||
|[25](https://adventofcode.com/2021/day/25)||[view](solutions/day25.rb)||