Skip to content

Commit d3f6624

Browse files
Update lessons/practise-question.md
Co-authored-by: Utkarsh Mishra <76392681+Utkarsh1504@users.noreply.github.com>
1 parent baa9b5b commit d3f6624

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lessons/practise-question.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
### Q1) Move All Zeros to End of an Array
1+
---
2+
path: "/practise-questions"
3+
title: "Practise Questions"
4+
order: "5F"
5+
section: "Searching & Sorting"
6+
description: "learn Searching & sorting algorithms"
7+
---
28
You have been given a random integer array of size N. You have been required to push all the zeros that are present in the array to the end of it such that the relative order of the non-zero elements should be maintained.
39
```java
410
Sample Input/Output

0 commit comments

Comments
 (0)