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

Commit

Permalink
Auto Create Issue - 9
Browse files Browse the repository at this point in the history
  • Loading branch information
harshraj8843 committed Jan 13, 2024
1 parent d1039e0 commit 9e2dff1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions program/data/programs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1454,8 +1454,8 @@
"contributor": "harshraj8843",
"createdAt": "2024-01-08T07:26:57.909Z",
"createdIssueNumber": "5059",
"publishedAt": "",
"created": false
"publishedAt": "2024-01-13T01:32:38.814Z",
"created": true
},
{
"title": "Find the smallest two elements in an array",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Find the smallest three elements in an array
trackId: 5222
---

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

```txt
Input : arr[] = {10, 4, 3, 50, 23, 90}
Output : 3 4 10
Input : arr[] = {12, 13, 1, 10, 34, 1}
Output : 1 1 10
```

---

0 comments on commit 9e2dff1

Please sign in to comment.