
随机搜索
景行cmy
这个作者很懒,什么都没留下…
展开
-
leetcode 843. Guess the Word
This problem is aninteractive problemnew to the LeetCode platform.We are given a word list of unique words, each word is 6 letters long, and one word in this list is chosen assecret.You may cal...原创 2019-08-27 09:57:00 · 392 阅读 · 0 评论 -
leetcode 1157. Online Majority Element In Subarray
Implementing the class MajorityChecker, which has the following API:MajorityChecker(int[] arr) constructs an instance of MajorityChecker with the given array arr; int query(int left, int right, int...原创 2019-09-25 08:41:07 · 178 阅读 · 0 评论