We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60402f commit d0569fdCopy full SHA for d0569fd
dsa-solutions/gfg-solutions/0003-kadane's-algorithm.md
@@ -250,7 +250,7 @@ class Solution:
250
```
251
252
#### Complexity:
253
-- Time Complexity: $(O(N))$, where O(N)$ is the size of the array as we are looping once over the whole array.
+- Time Complexity: $(O(N))$, where $O(N)$ is the size of the array as we are looping once over the whole array.
254
- Space Complexity: $(O(1))$, Here we are not using extra space.
255
256
## Conclusion
0 commit comments