Learn
Practice
Newsletter
Resources
F
Toggle theme
0
F
Toggle theme
0
Toggle menu
← Back to All Animations
Find All Numbers Disappeared in an Array
Bookmark
Input
Standard
Simple
All Same
Custom
nums
=
[4, 3, 2, 7, 8, 2, 3, 1]
nums
0
1
2
3
4
5
6
7
4
3
2
7
8
2
3
1
=1
=2
=3
=4
=5
=6
=7
=8
algo
master
.
io
Step:
Start: Find disappeared numbers using cyclic sort
0 / 46
Input
Standard
Simple
All Same
Custom
nums
=
[4, 3, 2, 7, 8, 2, 3, 1]
0 / 46
nums
0
1
2
3
4
5
6
7
4
3
2
7
8
2
3
1
=1
=2
=3
=4
=5
=6
=7
=8
algo
master
.
io
Step:
Start: Find disappeared numbers using cyclic sort