Skip to content

Commit

Permalink
Update Flip_bits.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Nov 28, 2024
1 parent 15a2e1e commit 8faf0a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Flip_bits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ You have to do at most one “Flip” operation of any subarray. Formally, selec
that (0 ≤ l ≤ r < n) holds and flip the elements in this range to get the maximum ones in the final array. You can
possibly make zero operations to get the answer.
Input:
N = 5
A[] = {1, 0, 0, 1, 0}
Expand Down

0 comments on commit 8faf0a2

Please sign in to comment.