From 95e93ce753d5d6e636ec6bf090c86c661ed6280a Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:16:45 +0530 Subject: [PATCH] Update Leaders_in_array.cpp --- Daily/Leaders_in_array.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Daily/Leaders_in_array.cpp b/Daily/Leaders_in_array.cpp index d4d84ac..c4af2ce 100644 --- a/Daily/Leaders_in_array.cpp +++ b/Daily/Leaders_in_array.cpp @@ -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