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: 11 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T08:23:13.000Z (over 1 year ago)
- Last Synced: 2025-03-12T15:12:43.452Z (about 1 year ago)
- Topics: greedy-algorithms, knapsack, partition-problem, subset, subset-sum, subset-sum-problem
- Language: Java
- Homepage:
- Size: 9.77 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.