algotutor

program for observing the intermediate steps of algorithm

Install

All systems
curl cmd.cat/algotutor.sh
Debian Debian
apt-get install algotutor
Ubuntu
apt-get install algotutor
image/svg+xml Kali Linux
apt-get install algotutor
Windows (WSL2)
sudo apt-get update sudo apt-get install algotutor
Raspbian
apt-get install algotutor

algotutor

program for observing the intermediate steps of algorithm

algotutor is an interactive program for observing the intermediate steps of algorithms ("algorithm animation"). The target audience is computer science students and/or anyone who studies algorithms and/or data structures. One can create data files in plain text format (actually perl anonymous hashes, but one need not care) and let algotutor runs through some predefined algorithm. Then one can step backward and forward through the execution sequence of the algorithm at different levels of details.