上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 79 下一页
摘要: package LeetCode_540 /** * 540. Single Element in a Sorted Array * https://leetcode.com/problems/single-element-in-a-sorted-array/ * You are given a s 阅读全文
posted @ 2020-10-16 00:03 johnny_zhao 阅读(54) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_606 import LeetCode_1382.TreeNode /** * 606. Construct String from Binary Tree * https://leetcode.com/problems/construct-string-from- 阅读全文
posted @ 2020-10-15 13:35 johnny_zhao 阅读(54) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_536 import java.util.* /** * 536. Construct Binary Tree from String * (Prime) * You need to construct a binary tree from a string con 阅读全文
posted @ 2020-10-14 23:55 johnny_zhao 阅读(114) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_509 /** * 509. Fibonacci Number * https://leetcode.com/problems/fibonacci-number/ * * The Fibonacci numbers, commonly denoted F(n) fo 阅读全文
posted @ 2020-10-14 00:37 johnny_zhao 阅读(94) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_505 import java.util.* /** * 505. The Maze II * (Prime) * There is a ball in a maze with empty spaces and walls. * The ball can go th 阅读全文
posted @ 2020-10-13 23:54 johnny_zhao 阅读(82) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_498 import java.util.* /** * 498. Diagonal Traverse * https://leetcode.com/problems/diagonal-traverse/ * Given a matrix of M x N elem 阅读全文
posted @ 2020-10-13 14:14 johnny_zhao 阅读(63) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_493 import java.util.* /** * 493. Reverse Pairs * https://leetcode.com/problems/reverse-pairs/ * * Given an array nums, we call (i, j 阅读全文
posted @ 2020-10-12 20:38 johnny_zhao 阅读(97) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1021 import java.util.* /** * 1021. Remove Outermost Parentheses * https://leetcode.com/problems/remove-outermost-parentheses/ * A va 阅读全文
posted @ 2020-10-12 15:52 johnny_zhao 阅读(119) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_490 import java.util.* import kotlin.collections.HashSet /** * 490. The Maze * (Prime) * https://www.lintcode.com/problem/the-maze/de 阅读全文
posted @ 2020-10-11 23:48 johnny_zhao 阅读(132) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_489 /** * 489. Robot Room Cleaner * (Prime) * Given a robot cleaner in a room modeled as a grid. Each cell in the grid can be empty o 阅读全文
posted @ 2020-10-10 23:45 johnny_zhao 阅读(88) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 79 下一页