发表评论取消回复
相关阅读
相关 #15 3Sum——Top 100 Liked Questions
Given an array `nums` of n integers, are there elements a, b, c in `nums` such that a +
相关 #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",
相关 #48 Rotate Image——Top 100 Liked Questions
You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees
相关 #75 Sort Colors——Top 100 Liked Questions
Given an array with n objects colored red, white or blue, sort them [in-place][] so that
相关 #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
相关 55.Jump Game
Given an array of non-negative integers, you are initially positioned at the first index
还没有评论,来说两句吧...