We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80834d commit 71a742eCopy full SHA for 71a742e
backtracking/subset_sum.cpp
@@ -1,6 +1,6 @@
1
/**
2
* @file
3
- * @brief Program to Count number of subsets(both continuous and non-continuous
+ * @brief Program to Count number of subsets (non-continuous
4
* subarrays) with a given sum
5
*
6
* @details Subset problem (https://en.wikipedia.org/wiki/Subset_sum_problem)
0 commit comments