Interactive Voronoi-style map based on optimal tour signatures.
Higher depth = sharper boundaries but slower performance.
Tip: Keep nodes below 12 for real-time performance (Held-Karp complexity).
Nodes: 0
Tour Length: N/A
How it works:
1. Click on canvas to add nodes.
2. Drag nodes to move them.
3. The background is partitioned using a Quadtree.
4. Pixels sharing the same Canonical TSP Signature receive the same color.