上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 79 下一页
摘要: package LeetCode_684 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap /** * 684. Redundant Connection * https: 阅读全文
posted @ 2020-09-30 13:52 johnny_zhao 阅读(116) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_272 import java.util.* import kotlin.collections.ArrayList /** * 272. Closest Binary Search Tree Value II * (Prime) * Given a non-emp 阅读全文
posted @ 2020-09-28 21:46 johnny_zhao 阅读(106) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_270 import java.util.* /** * 270. Closest Binary Search Tree Value * (Prime) * Given a non-empty binary search tree and a target valu 阅读全文
posted @ 2020-09-28 21:30 johnny_zhao 阅读(95) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_277 /** * 277. Find the Celebrity * (Prime) * Suppose you are at a party with n people (labeled from 0 to n - 1) and among them, ther 阅读全文
posted @ 2020-09-28 20:57 johnny_zhao 阅读(134) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_724 /** * 724. Find Pivot Index * https://leetcode.com/problems/find-pivot-index/description/ * * Given an array of integers nums, wr 阅读全文
posted @ 2020-09-27 23:02 johnny_zhao 阅读(97) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_658 /** * 658. Find K Closest Elements * https://leetcode.com/problems/find-k-closest-elements/description/ * * Given a sorted array 阅读全文
posted @ 2020-09-27 22:22 johnny_zhao 阅读(69) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_232 import java.util.* /** * 232. Implement Queue using Stacks * https://leetcode.com/problems/implement-queue-using-stacks/descripti 阅读全文
posted @ 2020-09-25 22:18 johnny_zhao 阅读(86) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_225 import java.util.* /** * 225. Implement Stack using Queues * https://leetcode.com/problems/implement-stack-using-queues/descripti 阅读全文
posted @ 2020-09-25 21:50 johnny_zhao 阅读(91) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_739 import java.util.* /** * 739. Daily Temperatures * https://leetcode.com/problems/daily-temperatures/description/ * * Given a list 阅读全文
posted @ 2020-09-24 23:16 johnny_zhao 阅读(121) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_17 /** * 17. Letter Combinations of a Phone Number * https://leetcode.com/problems/letter-combinations-of-a-phone-number/description/ 阅读全文
posted @ 2020-09-24 11:09 johnny_zhao 阅读(119) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 79 下一页