Learn
Practice
Newsletter
Resources
F
Toggle theme
0
F
Toggle theme
0
Toggle menu
← Back to All Animations
Subarray Sum Equals K
Bookmark
Input
Input 1
Input 2
All Zeroes
Custom
nums
=
[1, 1, 1]
,
k
=
2
count = 0
1
1
1
sum = 0
map = {}
algo
master
.
io
Step:
Initialize variables: sum=0, count=0, map={0:1}
0 / 11
Input
Input 1
Input 2
All Zeroes
Custom
nums
=
[1, 1, 1]
,
k
=
2
0 / 11
count = 0
1
1
1
sum = 0
map = {}
algo
master
.
io
Step:
Initialize variables: sum=0, count=0, map={0:1}