IEEESFIT1 / OpenOctober

Open-October contribution destination. The Contest has now ended.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leaders in an array - java

KeerthanaPravallika opened this issue · comments

Question : Given an array A of positive integers. Your task is to find the leaders in the array. An element of array is a leader if it is greater than or equal to all the elements to its right side. The rightmost element is always a leader.

I want to work on this issue.Can you please assign me this issue