LintCode-Maximum Subarray III
Given an array of integers and a number k, find k non-overlapping subarrays which have the largest s ...
Given an array of integers and a number k, find k non-overlapping subarrays which have the largest s ...
Given an integer array, find a subarray with sum closest to zero. Return the indexes of the first nu ...
Given an directed graph, a topological order of the graph nodes is defined as follow: For each d ...