随笔分类 - Leetcode | String
摘要:问题描述Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the problem ...
阅读全文
摘要:问题描述Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators...
阅读全文
摘要:问题描述Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longes...
阅读全文

浙公网安备 33010602011771号