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 smallest three elements in an array #5222

Open
17 of 20 tasks
harshraj8843 opened this issue Jan 13, 2024 · 1 comment
Open
17 of 20 tasks

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

  1. C closed good first issue program
    Redzwinger
  2. C# good first issue program triage
    zackbmz
  3. C++ closed good first issue program
    CoffeeFrog101
  4. Dart good first issue program
    MohitKambli
  5. F# good first issue program
    anandfresh
  6. GO closed good first issue program
  7. Haskell good first issue program triage
    Riyazul555
  8. Java closed good first issue program
    dimitris1208
  9. JavaScript closed good first issue program
    mktana
  10. Julia good first issue program triage
    anandfresh
  11. Kotlin closed good first issue program
    joenjogu
  12. Perl closed good first issue program
    anandfresh
  13. PHP good first issue program
    charan-hash
  14. Python closed good first issue program
    Amedi-Imbira
  15. R good first issue program triage
    PunugupatiSaikumar
  16. Ruby closed good first issue program
    anandfresh
  17. Rust closed good first issue program
    PunugupatiSaikumar
  18. Scala closed good first issue program
    srivamsidandu
  19. Swift good first issue program triage
    Riyazul555
  20. TypeScript closed good first issue program
    Shivamk034
@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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-track Good First Issue Tracker program
Projects
None yet
Development

No branches or pull requests

1 participant