Skip to content

Commit b9aed0e

Browse files
committed
Fix comments
1 parent 2c86dd4 commit b9aed0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ private SumOfSubset() {
1616

1717
/**
1818
* Determines if there exists a subset of elements in the array `arr` that
19-
* adds up to the given `key` value.
19+
* adds up to the given `key` value using recursion.
2020
*
2121
* @param arr The array of integers.
2222
* @param num The index of the current element being considered.

0 commit comments

Comments
 (0)