partition-problem
There are 3 repositories under partition-problem topic.
drupol/phpartition
Partition problem for balanced arrays splitting made easy.
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.
Prashant-JT/PartitionProblem
Implemented using 6 different algorithms: Brute Force (iterative and recursive), Backtracking (iterative and recursive), Memoization and Tabulation for the Partition Problem + time analysis