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

Find the smallest two elements in an array #5068

Open
harshraj8843 opened this issue Jan 8, 2024 · 2 comments
Open

Find the smallest two elements in an array #5068

harshraj8843 opened this issue Jan 8, 2024 · 2 comments
Labels
auto-track Good First Issue Tracker program

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Jan 8, 2024

Description

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

Input  : arr[] = {12, 13, 1, 10, 34, 1}
Output : 1 1

Input  : arr[] = {10, 5, 10}
Output : 5 10
### Tracking Issues
- [ ] #5070
- [ ] #5071
- [ ] #5072
- [ ] #5073
- [ ] #5074
- [ ] #5075
- [ ] #5076
- [ ] #5077
- [ ] #5078
- [ ] #5079
- [ ] #5080
- [ ] #5081
- [ ] #5082
- [ ] #5083
- [ ] #5084
- [ ] #5085
- [ ] #5086
- [ ] #5087
- [ ] #5088
- [ ] #5089
@harshraj8843 harshraj8843 added the auto-track Good First Issue Tracker label Jan 8, 2024
@codinasion-bot
Copy link

codinasion-bot bot commented Jan 8, 2024

👋🏻 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 8, 2024
@harshraj8843 harshraj8843 added program and removed triage Waiting for review labels Jan 8, 2024
@khizer-flow
Copy link
Contributor

!assign

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

2 participants