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
Matrix v4.2.1 - Algorithm Visualization System ============================================ Type 'help' for available commands. Type 'matrix' for a surprise...
>

Available Commands

Navigation

  • lsList available algorithms
  • cd <algorithm>Navigate to an algorithm
  • cat <algorithm>Show algorithm details

Terminal Controls

  • helpShow help message
  • clearClear 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...