Skip to content

Leaders in an Array (Data Structure Problem) #3321

@kanikarajpal

Description

@kanikarajpal

This is a(n):

  • New algorithm
  • Update to an existing algorithm
  • Error
  • Proposal to the Repository

Details:
I would like to add an Algorithm- Leaders in an Array (Geeks for Geeks Problem).

Description -
Given an array A of positive integers. Your task is to find the leaders in the array. 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.

Link -
https://practice.geeksforgeeks.org/problems/leaders-in-an-array-1587115620/0

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions