mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-09 20:20:56 +08:00
Update class name
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
package DynamicProgramming;
|
||||
// Partition a set into two subsets such that the difference of subset sums is minimum
|
||||
|
||||
/*
|
||||
@ -17,7 +18,7 @@ Subset2 = {36, 40} ; sum of Subset2 = 76
|
||||
import java.util.*;
|
||||
import java.lang.*;
|
||||
import java.io.*;
|
||||
class GFG
|
||||
public class MinimumSumPartition
|
||||
{
|
||||
public static void main (String[] args)
|
||||
{
|
||||
|
Reference in New Issue
Block a user