Maze Visualizer × Mini Redis
I am tightening the boundary between two independent C++ programs: a pathfinding visualizer that serializes mazes and a Redis-compatible server that stores them through TCP and RESP.
Working now
- Save and load through SET and GET
- Disk-backed recovery after restart
- Validation before maze reconstruction
Next checkpoint
Broaden malformed-input tests and document performance across larger mazes.
Open case study ↗