Algotutor -- 學習資料結構的好工具
What is Algotutor? 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.
可將下列2筆加入source.lists中
deb http://debian.ofset.org/ sarge main deb-src http://debian.ofset.org/ sarge main
安裝: apt-get -y --force-yes install algotutor
執行: samuel@pika047:~$ algotutor -a bst /usr/share/algotutor/data/countries.gr
相關連結: 阿貴老師的介紹