NeXus is a polished interactive DAA visualization website built as a static frontend. It includes:
- Searching and sorting visualizations
- Greedy algorithm demos
- Dynamic programming table walkthroughs
- N-Queens backtracking animation
- Graph traversal and MST visualizers
- Light and dark mode with saved preference
- Step controls, autoplay, speed selection, random input, and reset flows
Open index.html directly in a browser, or serve the folder with any static server.
Example:
python -m http.server 4173Then visit http://127.0.0.1:4173/index.html.