2018年12月31日

Leetcode 843. Guess the Word

摘要: Problem: This problem is an interactive problem new to the LeetCode platform. We are given a word list of unique words, each word is 6 letters long, a 阅读全文

posted @ 2018-12-31 17:12 周浩炜 阅读(524) 评论(0) 推荐(0) 编辑

Leetcode 410. Split Array Largest Sum

摘要: Problem: Given an array which consists of non-negative integers and an integer m, you can split the array into m non-empty continuous subarrays. Write 阅读全文

posted @ 2018-12-31 09:37 周浩炜 阅读(204) 评论(0) 推荐(0) 编辑

Leetcode 778. Swim in Rising Water

摘要: Problem: On an N x N grid, each square grid[i][j] represents the elevation at that point (i,j). Now rain starts to fall. At time t, the depth of the w 阅读全文

posted @ 2018-12-31 06:35 周浩炜 阅读(222) 评论(0) 推荐(0) 编辑

Leetcode 719. Find K-th Smallest Pair Distance

摘要: Problem: Given an integer array, return the k-th smallest distance among all the pairs. The distance of a pair (A, B) is defined as the absolute diffe 阅读全文

posted @ 2018-12-31 05:37 周浩炜 阅读(139) 评论(0) 推荐(0) 编辑

导航