摘要: 33. Search in Rotated Sorted Array There is an integer array nums sorted in ascending order (with distinct values). Prior to being passed to your func 阅读全文
posted @ 2023-01-29 18:40 AaronTanooo 阅读(45) 评论(0) 推荐(0)
摘要: 153. Find Minimum in Rotated Sorted Array Suppose an array of length n sorted in ascending order is rotated between 1 and n times. For example, the ar 阅读全文
posted @ 2023-01-29 17:46 AaronTanooo 阅读(34) 评论(0) 推荐(0)
摘要: 20. Valid Parentheses Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An inpu 阅读全文
posted @ 2023-01-29 17:02 AaronTanooo 阅读(32) 评论(0) 推荐(0)
摘要: 76. Minimum Window Substring Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every chara 阅读全文
posted @ 2023-01-29 14:38 AaronTanooo 阅读(25) 评论(0) 推荐(0)