Skip to content

Kadane's Algorithm #305

Open
Open
@manan2110

Description

@manan2110

Title or Name of the Algorithm :-
Kadane’s Algorithm

Describe the algorithm
It is an algorith used to calculate Largest Sum in Contiguous Subarray.
Simple idea of the Kadane’s algorithm is to look for all positive contiguous segments of the array , And keep track of maximum sum contiguous segment among all positive segments.
Algorithmic Paradigm: Dynamic Programming

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions