jimmy-byte / -HactoberFest2023-For_All_Beginers-

Raise Genuine PRs, Your PRs will be accepted, Star This Repo, You aren't allowed to Update README.md
2 stars 29 forks source link

Create kadane’s_Algo.java #662

Closed Solanki-dharmesh closed 9 months ago

Solanki-dharmesh commented 9 months ago

This is famous kadane's algo for solve problems like : Given an array arr[] of size N. The task is to find the sum of the contiguous subarray within a arr[] with the largest sum.

the concept of this algo is very useful in compititive coding.