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 2f43454 commit 27de68eCopy full SHA for 27de68e
readme.md
@@ -75,7 +75,7 @@ print(binary_search(arr, 3))
75
- [Palindrome Check](https://python.allalgorithms.com/string/palindrom-check)
76
77
- ### Subarray
78
- - [Kadane's Algorithm](https://python.allalgorithms.com/subarray/kadane)
+ - [Kadane's Algorithm](https://github.com/kunal768/allalgorithms-python/blob/master/allalgorithms/subarray/kadane.py)
79
80
81
# Related
0 commit comments