Skip to content

Commit 0cb2571

Browse files
Update 0560. Subarray Sum Equals K.md
1 parent a7c58c0 commit 0cb2571

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

JS-Algo/0560. Subarray Sum Equals K.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
**Given an array of integers *nums* and an integer *k*, return the total number of continuous subarrays whose sum equals to *k*.**
22

3-
*aka-有几组和为k的组合*
43

54
<img width="282" alt="Screen Shot 2021-09-15 at 1 07 31 AM" src="https://user-images.githubusercontent.com/37787994/133395288-9e4e8c66-e6ae-45f8-ae12-21649ea69e42.png">
65

0 commit comments

Comments
 (0)