Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 440 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 440 Bytes

Malloc Algorithm Visualizer

This is a simple web app that allows to visualize First fit, Best fit, Worst fit and Next fit memory allocation algorithms.

Running instructions

  • Install Node JS (>= 8.x)
  • Clone repository
  • Run npm install
  • Run npm run

This project was bootstrapped with Create React App.
Create React App documentation can be found here.