10 2020 档案

摘要:You are given a sorted unique integer array nums. Return the smallest sorted list of ranges that cover all the numbers in the array exactly. That is, 阅读全文
posted @ 2020-10-29 17:05 琴影 阅读(264) 评论(0) 推荐(0) 编辑
摘要:Given a string, you need to reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order. E 阅读全文
posted @ 2020-10-28 23:55 琴影 阅读(188) 评论(0) 推荐(0) 编辑
摘要:Alice and Bob take turns playing a game, with Alice starting first. Initially, there are n stones in a pile. On each player's turn, that player makes 阅读全文
posted @ 2020-10-28 23:53 琴影 阅读(274) 评论(0) 推荐(0) 编辑
摘要:Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to the nearest l 阅读全文
posted @ 2020-10-22 22:37 琴影 阅读(89) 评论(0) 推荐(0) 编辑