Waiting7777
文章列表
分類
標籤
關於我
LeetCode
Sorting
文章列表
分類
標籤
關於我
LeetCode
Sorting
leetcode-medium
A collection of 12 posts - 1 / 2
engineering
[LeetCode][Medium] 89. Gray Code
An n-bit gray code sequence is a sequence of 2n integers where
2021-04-06
2 MIN
engineering
[LeetCode][Medium] 77. Combinations
Given two integers n and k, return all possible combinations of k numbers out of the range [1, n].
2021-04-04
1 MIN
engineering
[LeetCode][Medium] 47. Permutations II
Given a collection of numbers, nums, that might contain duplicates, return all possible unique permutations in any order.
2021-04-03
2 MIN
engineering
[LeetCode][Medium] 46. Permutations
Given an array nums of distinct integers, return all the possible permutations. You can return the answer in any order.
2021-04-03
1 MIN
engineering
[LeetCode][Medium] 63. Unique Paths II
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
2021-04-03
2 MIN
engineering
[LeetCode][Medium] 62. Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
2021-04-03
2 MIN
engineering
[LeetCode][Medium] 16. 3Sum Cloest
Given an array nums of n integers and an integer target, find three integers in nums such that the sum is closest to target. Return the sum of the three integers. You may assume that each input would have exactly one solution.
2021-04-02
2 MIN
engineering
[LeetCode][Medium] 15. 3Sum
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
2021-04-02
2 MIN
engineering
[LeetCode][Medium] 17. Letter Combinations of a Phone Number
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. Return the answer in any order.
2021-04-02
2 MIN
1
2
Copyright © 2020-2023 | Design by
Waiting7777