https://github.com/basemax/subsetsumbacktracking
This is an implementation of the Sub Set Sum Backtracking algorithm in C. The algorithm is used to find a subset of a given set of numbers that adds up to a given sum. The algorithm is implemented using backtracking.
https://github.com/basemax/subsetsumbacktracking
algorithm backtracking backtracking-algorithm backtracking-search c data-structures-and-algorithms datastructure ds sub-set-sum subsetsum sum sum-algorithm tree
Last synced: 2 months ago
JSON representation
This is an implementation of the Sub Set Sum Backtracking algorithm in C. The algorithm is used to find a subset of a given set of numbers that adds up to a given sum. The algorithm is implemented using backtracking.
- Host: GitHub
- URL: https://github.com/basemax/subsetsumbacktracking
- Owner: BaseMax
- License: gpl-3.0
- Created: 2022-12-10T07:00:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T07:33:28.000Z (over 2 years ago)
- Last Synced: 2025-03-28T17:08:09.651Z (3 months ago)
- Topics: algorithm, backtracking, backtracking-algorithm, backtracking-search, c, data-structures-and-algorithms, datastructure, ds, sub-set-sum, subsetsum, sum, sum-algorithm, tree
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0