Skip to content

Commit 27de68e

Browse files
authored
Update readme.md
1 parent 2f43454 commit 27de68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ print(binary_search(arr, 3))
7575
- [Palindrome Check](https://python.allalgorithms.com/string/palindrom-check)
7676

7777
- ### Subarray
78-
- [Kadane's Algorithm](https://python.allalgorithms.com/subarray/kadane)
78+
- [Kadane's Algorithm](https://github.com/kunal768/allalgorithms-python/blob/master/allalgorithms/subarray/kadane.py)
7979

8080

8181
# Related

0 commit comments

Comments
 (0)