- {/* Floating icons for tech vibe */} -
- -
-
- -
+
+
+ + {/* 404 Title Section */} +
+ + 404 + + +
+ + {/* Error Message Section */} +
+

+ Path Not Found +

+

+ {pathSearching + ? "Searching through the algorithm tree..." + : "No valid path exists to this route. The algorithm couldn't find a solution here."} +

+ + Error Code: ROUTE_NOT_FOUND | Stack Trace: /404 + +
+ + {/* Primary CTA Buttons */} +
+ + + Back to Home + + + + View Docs + +
+ + {/* Quick Navigation Section */} +
+
+

+ Explore Our Visualizers +

+
+ {quickLinks.map((link) => ( + +
+ +
+ + {link.label} + + + ))} +
+
- {/* Main content */} -
-

404

-

- Uh-oh! This algorithm didn't find a solution here. -

-

- Looks like this page isn't in the visualization. Try going back and - exploring! -

- - - Go Back to Visualizer - + {/* Bottom Hint */} + +

+ 💡 Tip: Use breadth-first search to navigate back to familiar routes +

+
+ +
-
+ ); };