hacking algorithm-visualizer
https://algorithm-visualizer.org/


- the build tree for algo-viz looks like this
- App's layout:
<ResizableContainer><Navigator><VisualizationViewer><TabContainer<CodeEditor>

- how does
<VisualizationViewer>work?- what is
this.root?


- where is
argsincommandcoming from?commandsare "visualizing commands"- "tracers/ interprets visualizing commands into visualization data."
- the components
PlayerandVisualizationViewerhave the most use of the wordcommand
- what is
- the
<Player>:
- renders this:
Backlinks
