Flow control¶
flow_control is a submodule of Visualgo dedicated to record eveything that is happening in a program. Especially, the Program class can be found inside /flow_control/program.py. That class is used to store variables and their states in the course of the program execution.