原文链接: https://leetcode-cn.com/problems/two-sum
英文原文Given an array of integers nums and an integer target, return
标签详情
哈希表 分类
原文链接: https://leetcode-cn.com/problems/longest-substring-without-repeating-characters
英文原文Given a string s, find the l
原文链接: https://leetcode-cn.com/problems/integer-to-roman
英文原文Roman numerals are represented by seven different symbols:
原文链接: https://leetcode-cn.com/problems/roman-to-integer
英文原文Roman numerals are represented by seven different symbols:
原文链接: https://leetcode-cn.com/problems/letter-combinations-of-a-phone-number
英文原文Given a string containing digits from
原文链接: https://leetcode-cn.com/problems/substring-with-concatenation-of-all-words
英文原文You are given a string s and an a
原文链接: https://leetcode-cn.com/problems/valid-sudoku
英文原文Determine if a 9 x 9 Sudoku board is valid. Onl
原文链接: https://leetcode-cn.com/problems/first-missing-positive
英文原文Given an unsorted integer array nums, return the sma
原文链接: https://leetcode-cn.com/problems/set-matrix-zeroes
英文原文Given an m x n integer matrix matrix, if an element is 0,
原文链接: https://leetcode-cn.com/problems/minimum-window-substring
英文原文Given two strings s and t of lengths m and n respe
1 / 31