Skip to content

Commit

Permalink
Update Partition_Equal_subset_sum.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Nov 5, 2023
1 parent fe03657 commit 7a8e8cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Partition_Equal_subset_sum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Output: NO
Explanation: This array can never be
partitioned into two such parts.*/


#include <bits/stdc++.h>
using namespace std;

Expand Down

0 comments on commit 7a8e8cb

Please sign in to comment.