Skip to content

Commit

Permalink
Add more followup links for Max Subarray problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Feb 4, 2022
1 parent 82f0b5e commit 7a37a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/algorithms/sets/maximum-subarray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ with the largest sum is `4, −1, 2, 1`, with sum `6`.
- [Wikipedia](https://en.wikipedia.org/wiki/Maximum_subarray_problem)
- [YouTube](https://www.youtube.com/watch?v=ohHWQf1HDfU&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
- [GeeksForGeeks](https://www.geeksforgeeks.org/largest-sum-contiguous-subarray/)
- [LeetCode](https://leetcode.com/explore/interview/card/top-interview-questions-easy/97/dynamic-programming/566/discuss/1595195/C++Python-7-Simple-Solutions-w-Explanation-or-Brute-Force-+-DP-+-Kadane-+-Divide-and-Conquer)

0 comments on commit 7a37a6b

Please sign in to comment.