From 1992e5b2692246b6105058fbf7ae173ec0561ada Mon Sep 17 00:00:00 2001 From: Swastika Gupta <64654203+Swastyy@users.noreply.github.com> Date: Wed, 7 Jul 2021 08:44:31 +0530 Subject: [PATCH] Update backtracking/subset_sum.cpp Co-authored-by: David Leal --- backtracking/subset_sum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backtracking/subset_sum.cpp b/backtracking/subset_sum.cpp index a72e0b22a..e6bc59400 100644 --- a/backtracking/subset_sum.cpp +++ b/backtracking/subset_sum.cpp @@ -23,7 +23,7 @@ namespace backtracking { * @brief Functions for the [Subset * Sum](https://en.wikipedia.org/wiki/Subset_sum_problem) problem. */ -namespace Subsets { +namespace subset_sum { /** * @brief The main function implements count of subsets * @param sum is the required sum of any subset