Skip to content

Commit d54f164

Browse files
authored
Update Subarray-sum-equals-k.md (CodingWallah#9)
1 parent 15889eb commit d54f164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArraysSolutions/Subarray-sum-equals-k.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[ Profile ](https://github.com/rath23)
22
========
33

4-
### Solution of Wave Array
4+
### Solution Subarray sum equals to k
55
#### Time Complexity - O (n^2)
66
#### Space Complexity - O(1)
77

0 commit comments

Comments
 (0)