mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update backtracking/subset_sum.cpp
Co-authored-by: Abhinn Mishra <49574460+mishraabhinn@users.noreply.github.com>
This commit is contained in:
parent
e80834df79
commit
71a742ec7d
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @brief Program to Count number of subsets(both continuous and non-continuous
|
* @brief Program to Count number of subsets (non-continuous
|
||||||
* subarrays) with a given sum
|
* subarrays) with a given sum
|
||||||
*
|
*
|
||||||
* @details Subset problem (https://en.wikipedia.org/wiki/Subset_sum_problem)
|
* @details Subset problem (https://en.wikipedia.org/wiki/Subset_sum_problem)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user