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

Find the smallest three elements in an array #5222

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

Find the smallest three elements in an array #5222

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

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Jan 13, 2024

Description

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

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

Input  : arr[] = {12, 13, 1, 10, 34, 1}
Output : 1 1 10
### Tracking Issues
- [ ] #5224
- [ ] #5225
- [ ] #5226
- [ ] #5227
- [ ] #5228
- [ ] #5229
- [ ] #5230
- [ ] #5231
- [ ] #5232
- [ ] #5233
- [ ] #5234
- [ ] #5235
- [ ] #5236
- [ ] #5237
- [ ] #5238
- [ ] #5239
- [ ] #5240
- [ ] #5241
- [ ] #5242
- [ ] #5243
@harshraj8843 harshraj8843 added the auto-track Good First Issue Tracker label Jan 13, 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 13, 2024
@harshraj8843 harshraj8843 added program and removed triage Waiting for review labels Jan 13, 2024
grinish21 added a commit to grinish21/codinasion that referenced this issue Feb 2, 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