Skip to content

Commit dbdb489

Browse files
authored
Update practise-question.md
1 parent bbfda31 commit dbdb489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lessons/practise-question.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ order: "5F"
55
section: "Searching & Sorting"
66
description: "learn Searching & sorting algorithms"
77
---
8+
**Q1) Move All Zeros to End of an Array**<br>
89
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.
910
```java
1011
Sample Input/Output

0 commit comments

Comments
 (0)