摘要: 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)