摘要: You have a browser of one tab where you start on the homepage and you can visit another url, get back in the history number of steps or move forward i 阅读全文
posted @ 2020-06-09 09:17 Schwifty 阅读(178) 评论(0) 推荐(0)
摘要: Given an array of integers arr and an integer k. A value arr[i] is said to be stronger than a value arr[j] if |arr[i] - m| > |arr[j] - m| where m is t 阅读全文
posted @ 2020-06-09 04:34 Schwifty 阅读(242) 评论(0) 推荐(0)
摘要: Given the array nums consisting of 2n elements in the form [x1,x2,...,xn,y1,y2,...,yn]. Return the array in the form [x1,y1,x2,y2,...,xn,yn]. Example 阅读全文
posted @ 2020-06-09 04:14 Schwifty 阅读(317) 评论(0) 推荐(0)