Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krshrimali/knapsack-problem-using-javascript-p5-js-
These are my own programs in P5 js
https://github.com/krshrimali/knapsack-problem-using-javascript-p5-js-
algorithms knapsack p5 p5js
Last synced: 21 days ago
JSON representation
These are my own programs in P5 js
- Host: GitHub
- URL: https://github.com/krshrimali/knapsack-problem-using-javascript-p5-js-
- Owner: krshrimali
- License: mit
- Created: 2017-10-18T04:11:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T13:11:17.000Z (over 5 years ago)
- Last Synced: 2024-10-25T10:54:20.678Z (2 months ago)
- Topics: algorithms, knapsack, p5, p5js
- Language: JavaScript
- Size: 1.26 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knapsack in P5 JS
This is an implementation of Knapsack problem, in p5 js. With a refresh, every time the knapsack is loaded with random capacity (being shown on-screen), and the final output being shown as well (optimal cost).
Also note that this is the most optimized solution only, feasible solutions have not been shown. (Optimized Solution - Profit per unit weight method).
Credits - Kushashwa Ravi Shrimali
For any doubts, feel free to get in touch with me.