Topic: "maximum-subarray"
jaredliw/python-question-bank
Python solutions of problems from various competitive programming platforms.
Language: Python - Size: 397 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 1

storm-ptr/step 📦
Step is a C++17, header-only library of STL-like algorithms and data structures
Language: C++ - Size: 357 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

11fenil11/30-Day-LeetCoding-Challenge
This repository contain all the codes thoroughly implemented by me in 30-Day LeetCoding Challenge.
Language: C++ - Size: 130 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

mmushfiq/MaximumSubarray
Maximum subarray problem. Brute Force, Divide and Conquer, Kadane's Algorithm
Language: Java - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

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.
Language: JavaScript - Size: 1.95 KB - Last synced at: 14 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mndxpnsn/ultimate-dp-I
All solutions to the problems in "Dynamic Programming I", the LeetCode dynamic programming study plan - I.
Language: C++ - Size: 320 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

derekharrison/dynamic-programming-plan
Solutions to the problems in "Dynamic Programming I", part of the Dynamic Programming Study Plan on LeetCode.
Language: C++ - Size: 282 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mndxpnsn/max-subarray-prod
Divide and conquer solution to the "Maximum Product Subarray" problem on LeetCode.
Language: Java - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mndxpnsn/max-sub
Maximum subarray and subsequence using dynamic programming, divide and conquer and Kadane's algorithm.
Language: C++ - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

erdaldogan/max-subarray
Largest Sum Contiguous Subarray Problem
Language: TeX - Size: 1.04 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

RajibTheKing/PracticeAlgorithm
Most common algorithms for Programmers
Language: C++ - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

swasun/MaximumSubarrayProblem 📦
A simple program that implements four algorithms to compute the Maximum Subarray Problem
Language: C - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

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)
Language: C# - Size: 12.7 KB - Last synced at: 6 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
