Waiting7777
文章列表
分類
標籤
關於我
LeetCode
Sorting
文章列表
分類
標籤
關於我
LeetCode
Sorting
leetcode
A collection of 15 posts - 1 / 2
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
engineering
[LeetCode][Medium] 19. Remove Nth Node From End of List
Given the head of a linked list, remove the nth node from the end of the list and return its head.
2021-04-02
2 MIN
engineering
[LeetCode][Medium] 12. Integer to Roman
Roman numerals are represented by seven different symbols I, V, X, L, C, D and M.
2021-04-01
3 MIN
engineering
[LeetCode][Medium] 6. ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this (you may want to display this pattern in a fixed font for better legibility)
2021-04-01
2 MIN
1
2
Copyright © 2020-2023 | Design by
Waiting7777