Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 537 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 537 Bytes

Knapsack Problem Visualizer [Demo]

This application visualizes update of dp-table in the case of knapsack problem.

This project is built by Vite.

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000/dp-visualizer to view it in the browser.

npm run build

Builds the app for production to the dist folder.