Adaptive memory visualizer. Supports basic data structure and outputs an HTML report of current memory state of programs.
Stacks: -s Dictionary: -d Queue: -q Vector: -v Array: -a
Compile with Make
Usage:
./file_name -s stack1 -d dictionary1 -v vector1