Today and yesterday are very different types of puzzles. This one is a variation on a staple of the AoC series: Conway's Game of Life.
The Puzzle
In today’s puzzle, we're modeling seats on a ferry. Except that this ferry is looking like a 2D grid and these seats are looking like cells, and this puzzle is looking a bit like the Game of Life. Our job is to simulate seating and wait until things stabilize.
The Leaderboards
As always, this is the spot where I’ll plug any leaderboard codes shared from the community.
Ryan's Leaderboard: 224198-25048a19
If you want to generate your own leaderboard and signal boost it a little bit, send it to me either in a DEV message or in a comment on one of these posts and I'll add it to the list above.
Yesterday’s Languages
Updated 03:09PM 12/12/2020 PST.
Language | Count |
---|---|
JavaScript | 5 |
Rust | 2 |
Ruby | 2 |
C# | 1 |
C | 1 |
COBOL | 1 |
Elixir | 1 |
Merry Coding!