Topic: "kadane-algorithm"
Siddharth1698/Image-Processing-to-find-the-brightest-area-in-Astronomical-image-and-video-using-Kadane-s-Algorithm
Using Kadane's Algorithm to find the brightest area in Astronomical images. Using concept of maximum contiguous subarray to find the area with highest sum and thus using opencv and finding the brightest area, applying on image and video.
Language: Jupyter Notebook - Size: 1.04 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

er-hiba/Maximum_Subarray_Sum
It finds the maximum sum of a continuous subarray in a given array of integers.
Language: Python - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

eMahtab/maximum-subarray-sum
Find the maximum contiguous subarray sum
Language: Java - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

agrimaswal/kadane
Given an array Arr[] of N integers. Find the contiguous sub-array(containing at least one number) which has the maximum sum and return its sum.
Language: Java - Size: 1000 Bytes - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

maximilianfeldthusen/Kadane
This C++ code implements a solution to the "Maximum Subarray Problem" using Kadane's Algorithm, which efficiently finds the maximum sum of a contiguous subarray within a one-dimensional array of numbers.
Language: C++ - Size: 12.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

zeyadwaleed003/LeetCode-Problems
This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush
Language: C++ - Size: 131 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
