Dev Tools · 1h ago
Developer Revives 35-Year-Old Maze Algorithm in TypeScript
A developer independently rediscovered a recursive backtracking maze algorithm in 1991 while drawing trees in Turbo Pascal, before it became widely known. He recently ported the algorithm to TypeScript, running it in a browser for the first time. The original Pascal code used a precomputed permutation table for direction selection, a design choice that still holds up.
Meridian48 take
A charming personal coding history, but the algorithm itself is well-known; the novelty is the independent discovery story and the cross-generational port.
Read the full reporting
From Turbo Pascal to TypeScript: A 35-Year-Old Maze Algorithm Comes Back to Life →
DEV Community
retro-computingalgorithm-history