上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 79 下一页
摘要: package LeetCode_914 /** * 914. X of a Kind in a Deck of Cards * https://leetcode.com/problems/x-of-a-kind-in-a-deck-of-cards/description/ * * In a de 阅读全文
posted @ 2020-09-21 22:29 johnny_zhao 阅读(149) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1310 /** * 1310. XOR Queries of a Subarray * https://leetcode.com/problems/xor-queries-of-a-subarray/description/ * * Given the array 阅读全文
posted @ 2020-09-21 00:25 johnny_zhao 阅读(127) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_421 /** * 421. Maximum XOR of Two Numbers in an Array * https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-array/descript 阅读全文
posted @ 2020-09-20 23:33 johnny_zhao 阅读(112) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_80 /** * 80. Remove Duplicates from Sorted Array II * https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/descriptio 阅读全文
posted @ 2020-09-19 23:56 johnny_zhao 阅读(106) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_281 import java.util.* /** * 281. Zigzag Iterator * (Prime) * Given two 1d vectors, implement an iterator to return their elements al 阅读全文
posted @ 2020-09-18 23:09 johnny_zhao 阅读(136) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_173 import java.util.* /** * 173. Binary Search Tree Iterator * https://leetcode.com/problems/binary-search-tree-iterator/description 阅读全文
posted @ 2020-09-16 22:52 johnny_zhao 阅读(89) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_173 /** * 173. Binary Search Tree Iterator * https://leetcode.com/problems/binary-search-tree-iterator/description/ * * Implement an 阅读全文
posted @ 2020-09-16 22:32 johnny_zhao 阅读(115) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_287 /** * 287. Find the Duplicate Number * https://leetcode.com/problems/find-the-duplicate-number/description/ * * Given an array of 阅读全文
posted @ 2020-09-16 00:16 johnny_zhao 阅读(131) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_142 /** * 142. Linked List Cycle II * https://leetcode.com/problems/linked-list-cycle-ii/description/ * * Given a linked list, return 阅读全文
posted @ 2020-09-15 00:12 johnny_zhao 阅读(153) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_358 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap /** * 358. Rearrange String k Distance A 阅读全文
posted @ 2020-09-14 23:19 johnny_zhao 阅读(142) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 79 下一页