Skip to content

Commit 71a742e

Browse files
Update backtracking/subset_sum.cpp
Co-authored-by: Abhinn Mishra <49574460+mishraabhinn@users.noreply.github.com>
1 parent e80834d commit 71a742e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/subset_sum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file
3-
* @brief Program to Count number of subsets(both continuous and non-continuous
3+
* @brief Program to Count number of subsets (non-continuous
44
* subarrays) with a given sum
55
*
66
* @details Subset problem (https://en.wikipedia.org/wiki/Subset_sum_problem)

0 commit comments

Comments
 (0)