🎯 Interactive visualization available: visualization/overview.html — an interactive HTML guide to the missing-center concept, C₄ theorem, symmetry classes ...
Summary shell-quote 's parse() finalizes its token list with a reduce that uses Array.prototype.concat as the accumulator. Each prev.concat(arg) copies the entire growing array, so parse() runs in O ...