Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skpro-glitch/subset-sum-problem-gba
This file contains the Java implementation of a Greedy and Backtracking Algorithm (GBA) to solve the Subset Sum Problem.
https://github.com/skpro-glitch/subset-sum-problem-gba
greedy-algorithms knapsack partition-problem subset subset-sum subset-sum-problem
Last synced: about 2 months ago
JSON representation
This file contains the Java implementation of a Greedy and Backtracking Algorithm (GBA) to solve the Subset Sum Problem.
- Host: GitHub
- URL: https://github.com/skpro-glitch/subset-sum-problem-gba
- Owner: SKpro-glitch
- Created: 2024-08-14T13:13:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T13:20:22.000Z (5 months ago)
- Last Synced: 2024-08-14T14:41:29.295Z (5 months ago)
- Topics: greedy-algorithms, knapsack, partition-problem, subset, subset-sum, subset-sum-problem
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Author**: Soham Kapur
**Description**: This file contains the Java implementation of a Greedy and Backtracking Algorithm (GBA) to solve the Subset Sum Problem.