this post was submitted on 07 Nov 2023
2 points (75.0% liked)

Advent of Code

293 readers
1 users here now

Advent of Code is an annual Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

https://adventofcode.com

founded 2 years ago
MODERATORS
 

As a warmup for this year's Advent of Code, I'm re-reading and posting my solutions to last year's challenges. You can read, run and edit today's solution by following the post link.

Quite a jump in difficulty today, requiring us to reconstruct and query a notional filesystem based on the results of a series of cd and ls commands. Building a simple graph revealed the required information.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here