Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 293 Bytes

File metadata and controls

5 lines (5 loc) · 293 Bytes

LinkedListVisualizer

This project involves making a graphical representation of a c++ linkedlist using tkinter from python.

important

This program makes a system call in a child process for now using execvp. Make sure you machine is campatible with unix This is running python 2.7 for now