Skip to content

Commit d1c481d

Browse files
Update missing-number-in-array1416
1 parent e93abc9 commit d1c481d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dsa-solutions/gfg-solutions/Easy problems/missing-number-in-array1416

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
id: find-the-missing-number
23
title: Find the Missing Number Problem (gfg)
34
sidebar_label: 0005 - Find the Missing Number
@@ -10,7 +11,7 @@ tags:
1011
- Python
1112
- DSA
1213
description: "This tutorial covers the solution to the Find the Missing Number problem from the GeeksforGeeks website, featuring implementations in Python and C++."
13-
14+
---
1415
## Problem Description
1516

1617
Given an array containing `n-1` distinct numbers taken from 1 to `n`, find the one number that is missing from the array.

0 commit comments

Comments
 (0)