Skip to content

algovis Awesome

This is collection of projects and links about algorithm visualization.

Projects

Libraries & tools

  • Tailspin: JS interpreter in JS that runs an algorithm and lets the visualization inspect the local variables. Records history to allow stepping backwards too.
  • Vamonos: algorithm visualizations with pseudocode shown to reader and JS version underneath, plus some useful widgets to show pseudocode, call stack, data structures
  • Algomation: algorithm visualization that uses JS generators to pass control between algorithm execution and browser event loop
  • Algorithm Visualizations
  • LaTeX2HTML5: annotate LaTeX diagrams with interactivity when exporting to HTML
  • Tangle

References

Examples