随笔分类 - leetcode
摘要:Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Example 2: 这个代码有一个问题,就是
阅读全文
摘要:Given a string, find the length of the longest substring without repeating characters. 给定一个字符串,找到最长无重复子串。 Examples: Given "abcabcbb", the answer is "a
阅读全文
摘要:You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai
阅读全文
摘要:Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex
阅读全文

浙公网安备 33010602011771号