Generator

Generator for Graph Algorithm Animations Available (v0.98)

Download GFGAA (Version 0.98, April 30, 2008), an optional generator for graph algorithm animations. This allows the user to visually generate graph structures. It is also able to animate a set of graph algorithms on the given graph(s) in AnimalScript. You can start the tool using
java -jar gfgaa_0p98-30-04-08.jar

Content Generators

Here you can find links to the following set of extension packages:

Generator for Sorting Algorithms available

Download SortAlgorithmGUI.jar, an optional extension for generating sorting algorithm animations on demand. The tool can be started by
java -jar SortAlgorithmGUI.jar.

Note: the extension is now outdated; all contents have been incorporated directly into Animal.

Generator for Searching and String Searching Algorithms available

Download Searching.jar, an optional generator for searching and string searching algorithms. This generator can currently handle the following algorithms:

  • Brute-force Search
  • Binary Search
  • Interpolated Search
  • Brute-Force Search in Strings
  • Knuth, Morris, and Pratt Search (KMP) in Strings
  • Boyer-Moore Search in Strings.

Please note that this generator is currently only available in German!

Generator for Vigenere En-/Decryption available

Download AnimalVigenere.jar, an optional extension for generating animations for the Vigènere data encyption algorithm on demand. The tool can then be started by java -jar AnimalVigenere.jar

Syndicate content