https://github.com/robertoaleman/ra-knapsack-problem-solver
The 0/1 Knapsack problem involves selecting a subset of items, each with a weight and a value, to maximize the total value while staying within a given weight capacity. Each item can either be included or excluded (0 or 1).
https://github.com/robertoaleman/ra-knapsack-problem-solver
algorithms mathematical-methods php
Last synced: about 2 months ago
JSON representation
The 0/1 Knapsack problem involves selecting a subset of items, each with a weight and a value, to maximize the total value while staying within a given weight capacity. Each item can either be included or excluded (0 or 1).
- Host: GitHub
- URL: https://github.com/robertoaleman/ra-knapsack-problem-solver
- Owner: robertoaleman
- License: agpl-3.0
- Created: 2025-04-01T13:46:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T14:04:26.000Z (about 2 months ago)
- Last Synced: 2025-04-01T14:42:18.605Z (about 2 months ago)
- Topics: algorithms, mathematical-methods, php
- Language: PHP
- Homepage: https://ventics.com
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RA-Knapsack-Problem-Solver
Author: Roberto Aleman,ventics.com, license AGPL
The 0/1 Knapsack problem involves selecting a subset of items, each with a weight and a value, to maximize the total value while staying within a given weight capacity. Each item can either be included or excluded (0 or 1).
Write me right now and I'll advise you.