码迷,mamicode.com
首页 >  
搜索关键字:two points    ( 13225个结果
【leetcode】1343. Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold
题目如下: Given an array of integers arr and two integers k and threshold. Return the number of sub-arrays of size k and average greater than or equal to  ...
分类:其他好文   时间:2020-02-09 18:18:53    阅读次数:52
【leetcode】1344. Angle Between Hands of a Clock
题目如下: Given two numbers, hour and minutes. Return the smaller angle (in sexagesimal units) formed between the hour and the minute hand. Example 1: Inp ...
分类:其他好文   时间:2020-02-09 18:15:29    阅读次数:313
【leetcode】1348. Tweet Counts Per Frequency
题目如下: Implement the class TweetCounts that supports two methods: 1. recordTweet(string tweetName, int time) Stores the tweetName at the recorded time  ...
分类:其他好文   时间:2020-02-09 18:10:45    阅读次数:50
LC 127. Word Ladder (two end bfs)
Link class Solution { public: int ladderLength(string beginWord, string endWord, vector<string>& wordList) { unordered_set<string> words; for(auto &s: ...
分类:其他好文   时间:2020-02-09 11:19:33    阅读次数:67
Flip Game / POJ 1753
Flip game is played on a rectangular 4x4 field with two-sided pieces placed on each of its 16 squares. One side of each piece is white and the other o ...
分类:其他好文   时间:2020-02-08 22:02:58    阅读次数:86
HGAME2020 Week3 Writeup
签到成功 只求week4不要交白卷 Crypto Exchange 题目: Our admin hijacked a secret channel and it looks like there are two teams doing some unspeakable transactions. n ...
分类:其他好文   时间:2020-02-08 09:57:02    阅读次数:107
TODO
Problem "TODO] [Crisp String" "Done] [Lightning Conductor" ...
分类:其他好文   时间:2020-02-08 00:20:51    阅读次数:48
How to write a paper in a weekend - by Prof. Pete Carr
Key points: don't procrastinate; review the notes and renew the literature search; determine who your audience is - most likely reviewers, so get thei ...
分类:其他好文   时间:2020-02-07 22:35:45    阅读次数:88
leetcode21 Merge Two Sorted Lists
1 """ 2 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. ...
分类:其他好文   时间:2020-02-07 18:47:24    阅读次数:67
leetcode24 Swap Nodes in Pairs
1 """ 2 Given a linked list, swap every two adjacent nodes and return its head. 3 You may not modify the values in the list's nodes, only nodes itself ...
分类:其他好文   时间:2020-02-07 18:27:44    阅读次数:58
13225条   上一页 1 ... 59 60 61 62 63 ... 1323 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!