Skip to content

Commit c75c073

Browse files
committed
package changed in Sum_Of_Subset.java file
1 parent 59f1060 commit c75c073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/dynamicprogramming/Sum_Of_Subset.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.algo;
1+
package com.thealgorithms.dynamicprogramming;
22

33
public class Sum_Of_Subset {
44

0 commit comments

Comments
 (0)