Waiting7777
文章列表
分類
標籤
關於我
LeetCode
Sorting
文章列表
分類
標籤
關於我
LeetCode
Sorting
leetcode
A collection of 15 posts - 1 / 2
engineering
LeetCode 集合頁面
最近開始複習LeetCode,這個頁面是LeetCode的集合頁面,包含了LeetCode的所有題目。
2022-07-12
1 MIN
engineering
[LeetCode][Easy] 28. Implement strStr()
Implement strStr(). Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
2021-04-07
2 MIN
engineering
[LeetCode][Easy] 27. Remove Element
Given an integer array nums and an integer val, remove all occurrences of val in nums in-place. The relative order of the elements may be changed.
2021-04-07
3 MIN
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
1
2
Copyright © 2020-2023 | Design by
Waiting7777