随机搜索
景行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 · 435 阅读 · 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 · 210 阅读 · 0 评论
分享