There was an error while loading. Please reload this page.
1 parent a7c58c0 commit 0cb2571Copy full SHA for 0cb2571
JS-Algo/0560. Subarray Sum Equals K.md
@@ -1,6 +1,5 @@
1
**Given an array of integers *nums* and an integer *k*, return the total number of continuous subarrays whose sum equals to *k*.**
2
3
-*aka-有几组和为k的组合*
4
5
<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">
6
0 commit comments