Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find the Third largest element in an array #44

Open
Ananyaas opened this issue Oct 11, 2021 · 3 comments
Open

Find the Third largest element in an array #44

Ananyaas opened this issue Oct 11, 2021 · 3 comments
Labels
Arrays good first issue Good for newcomers Hacktoberfest Participating in Hacktoberfest '21 Queues

Comments

@Ananyaas
Copy link
Collaborator

Ananyaas commented Oct 11, 2021

AIM : Given an array of n integers, find the third largest element. All the elements in the array are distinct integers.
Input: arr[] = {1, 14, 2, 16, 10, 20}
Output: The third Largest element is 14

Explanation: Largest element is 20, second largest element is 16
and third largest element is 14

@Ananyaas Ananyaas added good first issue Good for newcomers Arrays Queues Hacktoberfest Participating in Hacktoberfest '21 labels Oct 11, 2021
@sgaurav37533
Copy link

hi @Ananyaas can you assign me this.

@Ananyaas
Copy link
Collaborator Author

@sgaurav37533 you can work on this issue. All the best!

chinmaykumbhare added a commit to chinmaykumbhare/Engineering-Daze that referenced this issue Oct 12, 2021
@Raptor-Dev97
Copy link

@Ananyaas can I have this issue assigned to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arrays good first issue Good for newcomers Hacktoberfest Participating in Hacktoberfest '21 Queues
Projects
None yet
Development

No branches or pull requests

3 participants