- 博客(4)
- 收藏
- 关注
原创 Number of Islands
题目 Given a 2d grid map of 1s (land) and 0s (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. You may assume ...
2019-03-28 03:44:25 117
原创 Trapping Rain Water
题目: Given a non-negative integer array representing the heights of a list of adjacent bars. Suppose each bar has a width of 1. Find the largest amount of water that can be trapped in the histogram. As...
2019-03-25 00:04:43 75
原创 Maximum Size Subarray Sum
题目: Given an array nums and a target value k, find the maximum length of a subarray that sums to k. If there isn’t one, return 0 instead. Note: The sum of the entire nums array is guaranteed to fit wi...
2019-03-24 07:31:02 96
原创 Minimum Size Subarray Sum
题目: Given an array of n positive integers and a positive integer s, find the minimal length of a contiguous subarray of which the sum ≥ s. If there isn’t one, return 0 instead. For example, given the ...
2019-03-24 03:39:07 88
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人