Algviz is an algorithm visualization tool.
You can see live algorithm animation by adding a few algviz interfaces to your Python code!
Bubble sort algorithm
Merge two linked lists
Make a trie tree
Topological sort algorithm
Bubble sort algorithm
There are multiple data structures defined in Algviz to support various animation effects.
You can use them just like Python's built-in objects.
You can use Algviz to generate animations in Jupyter Notebook., and preview the algorithm animations in real time.