
Hash
文章平均质量分 78
iyangdi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode:M-36. Valid Sudoku
Link Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially filled, where empty cells are filled with the character '.'. A p原创 2017-09-05 22:01:30 · 295 阅读 · 0 评论 -
LeetCode:M-560. Subarray Sum Equals K
LeetCode链接 Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. Example 1: Input:nums = [1,1,1], k = 2 Output: 2原创 2017-09-10 10:48:47 · 309 阅读 · 0 评论