Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Mathematical
5.1K+ articles
Arrays
4.2K+ articles
Greedy
1.4K+ articles
subarray
658+ articles
subarray-sum
192+ articles
Analysis of Algorithms
187+ articles
Kadane
25+ articles
subarray-sumsubarray
2 posts
Recent Articles
Maximize sum of an Array by flipping sign of all elements of a single subarray
Last Updated: 15 July 2025
Given an array arr[] of N integers, the task is to find the maximum sum of the array that can be obtained by flipping signs of any subarray of the given array at most once...
read more
DSA
subarray
Kadane
subarray-sum
subarray-sumsubarray
Minimize sum by dividing all elements of a subarray by K
Last Updated: 12 July 2025
Given an array arr[] of N integers and a positive integer K, the task is to minimize the sum of the array elements after performing the given operation atmost one time. Th...
read more
Analysis of Algorithms
Greedy
Mathematical
DSA
Arrays
subarray
subarray-sumsubarray