Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Conversation

@arctistic
Copy link
Contributor

Given an array A of random integers and an integer k, find and return the kth largest element in the array. This programs achieves the goal with a time complexity of O(nlogn).

This pull request is:

  • A new Algorithm
  • An update to an existing algorithm.
  • An error fix
  • Other (Describe below*)

This pull request fixes:

Changes:

Given an array A of random integers and an integer k, find and return the kth largest element in the array. This programs achieves the goal with a time complexity of O(nlogn).
@abranhe abranhe merged commit 13073b6 into AllAlgorithms:master Oct 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants