摘要: 题目如下: You are given a string s of even length. Split this string into two halves of equal lengths, and let a be the first half and b be the second hal 阅读全文
posted @ 2022-02-07 16:02 seyjs 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 题目如下: You may recall that an array arr is a mountain array if and only if: arr.length >= 3 There exists some index i (0-indexed) with 0 < i < arr.leng 阅读全文
posted @ 2022-02-07 15:57 seyjs 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 题目如下: You are given a 0-indexed integer array nums and an integer k. You are initially standing at index 0. In one move, you can jump at most k steps 阅读全文
posted @ 2022-02-07 15:46 seyjs 阅读(62) 评论(0) 推荐(0) 编辑