mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 21:47:07 +08:00
Update backtracking/subset_sum.cpp
Co-authored-by: Abhinn Mishra <49574460+mishraabhinn@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @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
|
||||
*
|
||||
* @details Subset problem (https://en.wikipedia.org/wiki/Subset_sum_problem)
|
||||
|
||||
Reference in New Issue
Block a user