Skip to content

Commit a152bf7

Browse files
LazeeezPanquesito7
andauthored
Update dynamic_programming/partition_problem.cpp
Co-authored-by: David Leal <[email protected]>
1 parent d830017 commit a152bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/partition_problem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ bool findPartiion(const std::vector<uint64_t> &arr, uint64_t size) {
8484
* @brief Self-test implementations
8585
* @returns void
8686
*******************************************************************************/
87-
void test() {
87+
static void test() {
8888
std::vector<uint64_t> arr = {{1, 3, 3, 2, 3, 2}};
8989
uint64_t n = arr.size();
9090
bool expected_result = true;

0 commit comments

Comments
 (0)