ALGOTUTOR(1) | User Contributed Perl Documentation | ALGOTUTOR(1) |
algotutor - an interactive program for observing the intermediate steps of algorithms.
algotutor [OPTION] ... DATA ...
algotutor is an interactive program for observing the intermediate steps of algorithms. 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. It requires perl-Tk.
DATA is the input data. For the dynamic programming algorithms such as lcs and matc, please see the respective entries in the following list; for other algorithms, it is the file name containing the actual input data.
This code is distributed under the GNU General Public License
Chao-Kuei Hung ckhung AT ofset DOT org
Please see /usr/share/doc/algotutor/doc/ for examples and the full set of documentations.
2022-04-12 | perl v5.34.0 |