codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

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

Closed harshraj8843 closed 8 months ago

harshraj8843 commented 8 months ago

Description

Write a C 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
How to contribute - Comment `!assign` to assign this issue to yourself - Fork this repository - Create a new branch - Save the solution in `program/program/find-the-smallest-three-elements-in-an-array/FindTheSmallestThreeElementsInAnArray.c` - Commit the changes - Create a pull request
codinasion-bot[bot] commented 8 months ago

👋🏻 Hey @harshraj8843

💖 Thanks for opening this issue 💖

A team member should be by to give feedback soon.

Redzwinger commented 8 months ago

!assign

zackbmz commented 8 months ago

!assign

codinasion-bot[bot] commented 8 months ago

Hey @zackbmz, this issue is already assigned to @Redzwinger! cc/ @codinasion/codinasion