maximum-subarray
There are 18 repositories under maximum-subarray topic.
jaredliw/python-question-bank
Python solutions of problems from various competitive programming platforms.
storm-ptr/step
Step is a C++17, header-only library of STL-like algorithms and data structures
11fenil11/30-Day-LeetCoding-Challenge
This repository contain all the codes thoroughly implemented by me in 30-Day LeetCoding Challenge.
aks3800/Algorithm_Solutions
Solutions to mostly used and asked questions in Tech Interviews. Java.
mmushfiq/MaximumSubarray
Maximum subarray problem. Brute Force, Divide and Conquer, Kadane's Algorithm
tanvirul15/Divide-And-Conquer
My solution of divide and conquer method problems in hackerrank. This includes quick short, merge short, MaximmumSubArrayBruit, and a few more.
lucasrepo/Maximum-subarray-sum
Find the sub-array that has the greatest value when all of its elements are summed together.
mndxpnsn/ultimate-dp-I
All solutions to the problems in "Dynamic Programming I", the LeetCode dynamic programming study plan - I.
shre1000/Analysis-of-Algorithm
Solution to CLRS problems
cdw1p/MaximumSubarrayDFS
This project designed to analyze historical OHLC (Open-High-Low-Close) data of financial markets and predict potential breakout patterns. It utilizes the Maximum Subarray algorithm with Depth-First Search (DFS) to identify periods of significant price movement.
derekharrison/dynamic-programming-plan
Solutions to the problems in "Dynamic Programming I", part of the Dynamic Programming Study Plan on LeetCode.
erdaldogan/max-subarray
Largest Sum Contiguous Subarray Problem
mndxpnsn/max-sub
Maximum subarray and subsequence using dynamic programming, divide and conquer and Kadane's algorithm.
mndxpnsn/max-subarray-prod
Divide and conquer solution to the "Maximum Product Subarray" problem on LeetCode.
RajibTheKing/PracticeAlgorithm
Most common algorithms for Programmers
swasun/MaximumSubarrayProblem
A simple program that implements four algorithms to compute the Maximum Subarray Problem
tymur-l/Introduction-to-algorithms
Implemented algorithms from CLRS "Introduction to algorithms" book (the development is in process, so not all the algorithms are implemented, yet)