mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-06 09:23:18 +08:00
Update READMEs.
This commit is contained in:
@ -6,6 +6,8 @@ which has the largest sum, where,
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Example
|
||||
|
||||
The list usually contains both positive and negative numbers along
|
||||
@ -17,3 +19,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/)
|
||||
|
Reference in New Issue
Block a user