https://github.com/dimo414/advent-2021
Advent of Code 2021
https://github.com/dimo414/advent-2021
Last synced: 8 months ago
JSON representation
Advent of Code 2021
- Host: GitHub
- URL: https://github.com/dimo414/advent-2021
- Owner: dimo414
- Created: 2021-11-19T09:33:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T07:10:51.000Z (over 3 years ago)
- Last Synced: 2025-02-02T04:41:12.787Z (over 1 year ago)
- Language: Rust
- Size: 182 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solutions for Advent of Code 2021
## Visualizations
### Day 11

### Day 14
Displays the first 10 iterations, one or two more iterations starts to overflow
the terminal.

### Day 15

### Day 20
Render the "image" using Braille characters as dense "pixels":

It can also play Conway's Game of Life:

### Day 22
Rendered in [OpenSCAD](https://openscad.org/):
[
](https://user-images.githubusercontent.com/1885701/148029743-20ec186a-2b36-42a2-8ac9-8ab82144e521.gif)
And turned into a Christmas ornament!
[
](https://old.reddit.com/r/adventofcode/comments/s598kw/)
### Day 23

### Day 25

## Timings
See the "Timing" step in the [CI action](https://github.com/dimo414/advent-2021/actions)
for some basic benchmarks.