上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 117 下一页
摘要: we have an array with length of n+1, and it contains from 1 to n. ... 阅读全文
posted @ 2020-11-10 10:11 EvanMeetTheWorld 阅读(20) 评论(0) 推荐(0)
摘要: You are a product manager and currently leading a team to develop ... 阅读全文
posted @ 2020-11-10 09:29 EvanMeetTheWorld 阅读(13) 评论(0) 推荐(0)
摘要: this is actually pretty easy, we only needs to do in order travers... 阅读全文
posted @ 2020-11-10 06:00 EvanMeetTheWorld 阅读(18) 评论(0) 推荐(0)
摘要: Given a complete binary tree, count the number of nodes. In a comp... 阅读全文
posted @ 2020-11-10 05:45 EvanMeetTheWorld 阅读(15) 评论(0) 推荐(0)
摘要: given an array and a positive integer s, we have to find the short... 阅读全文
posted @ 2020-11-10 03:52 EvanMeetTheWorld 阅读(22) 评论(0) 推荐(0)
摘要: knight need to save the princess, and he needs to start from left ... 阅读全文
posted @ 2020-11-09 11:39 EvanMeetTheWorld 阅读(12) 评论(0) 推荐(0)
摘要: public int findPeakElement(int[] nums) The array may contain multi... 阅读全文
posted @ 2020-11-09 10:35 EvanMeetTheWorld 阅读(19) 评论(0) 推荐(0)
摘要: Implement int sqrt(int x). this is actually need us to find the bi... 阅读全文
posted @ 2020-11-09 06:01 EvanMeetTheWorld 阅读(20) 评论(0) 推荐(0)
摘要: Implement pow(x, n), which calculates x raised to the power n (i.e... 阅读全文
posted @ 2020-11-09 04:31 EvanMeetTheWorld 阅读(23) 评论(0) 推荐(0)
摘要: divide two integers without using * / and %. the range of integer ... 阅读全文
posted @ 2020-11-09 03:54 EvanMeetTheWorld 阅读(11) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 117 下一页