Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 278 Bytes

File metadata and controls

16 lines (10 loc) · 278 Bytes

Memory Visualizer

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