Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Find the largest three elements in an array #5165

Open
harshraj8843 opened this issue Jan 11, 2024 · 1 comment
Open

Find the largest three elements in an array #5165

harshraj8843 opened this issue Jan 11, 2024 · 1 comment
Labels
auto-track Good First Issue Tracker program

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Jan 11, 2024

Description

Write a program to find the largest three elements in an array

Input  : arr[] = {10, 4, 3, 50, 23, 90}
Output : 90, 50, 23

Input  : arr[] = {10, 4, 3, 50, 23, 90, 1, 100, 49}
Output : 100, 90, 50
### Tracking Issues
- [ ] #5167
- [ ] #5168
- [ ] #5169
- [ ] #5170
- [ ] #5171
- [ ] #5172
- [ ] #5173
- [ ] #5174
- [ ] #5175
- [ ] #5176
- [ ] #5177
- [ ] #5178
- [ ] #5179
- [ ] #5180
- [ ] #5181
- [ ] #5182
- [ ] #5183
- [ ] #5184
- [ ] #5185
- [ ] #5186
@harshraj8843 harshraj8843 added the auto-track Good First Issue Tracker label Jan 11, 2024
@codinasion-bot
Copy link

👋🏻 Hey @harshraj8843

💖 Thanks for opening this issue 💖

A team member should be by to give feedback soon.

@codinasion-bot codinasion-bot bot added the triage Waiting for review label Jan 11, 2024
@harshraj8843 harshraj8843 added program and removed triage Waiting for review labels Jan 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-track Good First Issue Tracker program
Projects
None yet
Development

No branches or pull requests

1 participant