Algorithm Visualizations
Interactive visualizations of various algorithms. Use the terminal below to navigate and explore different algorithms. Type help to see available commands.
Matrix Terminal — matrix — 80×24
>
Available Commands
Navigation
lsList available algorithmscd <algorithm>Navigate to an algorithmcat <algorithm>Show algorithm details
Terminal Controls
helpShow help messageclearClear terminal output- ↑Previous command
Example Usage
algorithm@visualization:~$ ls
dfs - Depth-First Search
bfs - Breadth-First Search
algorithm@visualization:~$ cat dfs
Depth-First Search
Category: graph
Description: Graph traversal algorithm that explores as far as possible along each branch before backtracking.
algorithm@visualization:~$ cd dfs
Navigating to DFS visualization...