摘要: Description: Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string 阅读全文
posted @ 2021-04-17 21:07 summer_mimi 阅读(32) 评论(0) 推荐(0) 编辑
摘要: Description: Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty stri 阅读全文
posted @ 2021-04-17 19:47 summer_mimi 阅读(21) 评论(0) 推荐(0) 编辑
摘要: Description: Given an array of non-negative integers nums, you are initially positioned at the first index of the array. Each element in the array rep 阅读全文
posted @ 2021-04-17 11:53 summer_mimi 阅读(33) 评论(0) 推荐(0) 编辑