Skip to content

Commit a30558e

Browse files
committed
add program description in a readme file
1 parent 79eefce commit a30558e

File tree

1 file changed

+6
-0
lines changed
  • Array/Python/ArrayPrefix/SubArrayWithZero

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Find if there is a subarray with 0 sum
2+
3+
Time complexity - O(n)
4+
Space Complexity - O(n)
5+
6+
[Algorithm Explanation](https://www.geeksforgeeks.org/find-if-there-is-a-subarray-with-0-sum/)

0 commit comments

Comments
 (0)