mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Add the initial EN translation for C++ code (#1346)
This commit is contained in:
@ -48,6 +48,6 @@ public class subset_sum_i_naive {
|
||||
|
||||
System.out.println("Input array nums = " + Arrays.toString(nums) + ", target = " + target);
|
||||
System.out.println("All subsets summing to " + target + " res = " + res);
|
||||
System.out.println("Please note that the result of this method includes duplicate sets");
|
||||
System.out.println("The result of this method includes duplicate sets");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user