Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 431 Bytes

File metadata and controls

12 lines (6 loc) · 431 Bytes

Register Allocation Visualizer

This project is essentially a web app meant to help students undestand the register allocation algorithm.

Running instructions

Opening the index.html in a web browser will initiate the program.

Technologies used

The project was done using mainly javascript as a programming language. JQuery was used to help get values from the DOM and vis.js was used to provide the graph interface.