I've been solving some AoC 2021 puzzles with #Hare.
Did the dumbest possible queue for a BFS for day 15:
let queue = []enqueue: append(queue, ...)dequeue: queue[0]; delete(queue[0])
Dirt simple and probably not very efficient, but it Just Works™.
Err, day 15: https://adventofcode.com/2021/day/15
Mastodon is the best way to keep up with what's happening.
Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.