Skip to content

Commit

Permalink
Update Leaders_in_array.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 14, 2024
1 parent 7ddec79 commit 95e93ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Leaders_in_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Given an array A of positive integers. Your task is to find the leaders in the a
An element of array is leader if it is greater than or equal to all the elements to its right side.
The rightmost element is always a leader.
Example 1:
Input:
n = 6
Expand Down

0 comments on commit 95e93ce

Please sign in to comment.