发表评论取消回复
相关阅读
相关 #3 Longest Substring Without Repeating Characters——Top 100 Liked Questions
Given a string, find the length of the longest substring without repeating characters.
相关 #5 Longest Palindromic Substring——Top 100 Liked Questions
Given a string s, find the longest palindromic substring in s. You may assume that the m
相关 #32 Longest Valid Parentheses——Top 100 Liked Questions
Given a string containing just the characters `'('` and `')'`, find the length of the lo
相关 #62 Unique Paths——Top 100 Liked Questions
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram
相关 #55 Jump Game——Top 100 Liked Questions
Given an array of non-negative integers, you are initially positioned at the first index
相关 #49 Group Anagrams——Top 100 Liked Questions
Given an array of strings, group anagrams together. Example: Input: ["eat", "tea",
相关 #72 Edit Distance——Top 100 Liked Questions
Given two words word1 and word2, find the minimum number of operations required to conve
相关 #78 Subsets ——Top 100 Liked Questions
Given a set of distinct integers, nums, return all possible subsets (the power set). No
相关 #79 Word Search——Top 100 Liked Questions
Given a 2D board and a word, find if the word exists in the grid. The word can be const
相关 5. Longest Palindromic Substring
description: Given a string s, find the longest palindromic substring in s. You may a
还没有评论,来说两句吧...