This is a simple web app that allows to visualize First fit, Best fit, Worst fit and Next fit memory allocation algorithms.
- 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.