上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 79 下一页
摘要: 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 阅读(133) 评论(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 阅读(95) 评论(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 阅读(67) 评论(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 阅读(120) 评论(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 阅读(116) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_763 /** * 763. Partition Labels * https://leetcode.com/problems/partition-labels/description/ * * A string S of lowercase English let 阅读全文
posted @ 2020-09-23 23:48 johnny_zhao 阅读(98) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_535 /** * 535. Encode and Decode TinyURL * https://leetcode.com/problems/encode-and-decode-tinyurl/description/ * * TinyURL is a URL 阅读全文
posted @ 2020-09-23 23:41 johnny_zhao 阅读(141) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_394 import java.util.* /** * 394. Decode String * https://leetcode.com/problems/decode-string/description/ * * Given an encoded strin 阅读全文
posted @ 2020-09-23 00:58 johnny_zhao 阅读(142) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 79 下一页