iT邦幫忙

leetcode相關文章
共有 943 則文章
鐵人賽 自我挑戰組 DAY 13
LeetCode - 30 Days 系列 第 13

技術 [Leetcode-13/30][Tree] #226 Invert Binary Tree

#226 Invert Binary Tree 同步發佈於 Github repo 題目難度:Easy 題目敘述: Invert a binary tree...

鐵人賽 自我挑戰組 DAY 12
LeetCode - 30 Days 系列 第 12

技術 [Leetcode-12/30][Linked List] #2 Add Two Numbers

#2 Add Two Numbers 同步發佈於 Github repo 題目難度:Medium 題目敘述: You are given two linke...

鐵人賽 自我挑戰組 DAY 11
LeetCode - 30 Days 系列 第 11

技術 [Leetcode-11/30][Linked List] #82 Remove Duplicates from Sorted List II

#82 Remove Duplicates from Sorted List II 同步發佈於 Github repo 題目難度:Medium 題目敘述:...

鐵人賽 自我挑戰組 DAY 10
LeetCode - 30 Days 系列 第 10

技術 [Leetcode-10/30][Linked List] #141 Linked List Cycle

#141 Linked List Cycle 同步發佈於 Github repo 題目難度:Easy 題目敘述: Given a linked list,...

鐵人賽 自我挑戰組 DAY 9
LeetCode - 30 Days 系列 第 9

技術 [Leetcode-9/30][Matrix] #73 Set Matrix Zeroes

#73 Set Matrix Zeroes 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given a m x n matrix...

鐵人賽 自我挑戰組 DAY 8
LeetCode - 30 Days 系列 第 8

技術 [Leetcode-8/30][Matrix] #54 Spiral Matrix

#54 Spiral Matrix 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given a matrix of m x n...

鐵人賽 自我挑戰組 DAY 7
LeetCode - 30 Days 系列 第 7

技術 [Leetcode-7/30][Matrix] #59 Spiral Matrix II

同步發佈於 Github repo #59 Spiral Matrix II 題目難度:Medium 題目敘述: Given an integer n, g...

鐵人賽 自我挑戰組 DAY 6
LeetCode - 30 Days 系列 第 6

技術 [Leetcode-6/30][Array] #442 Find All Duplicates in an Array

#442 Find All Duplicates in an Array 題目難度:Medium 題目敘述: Given an array of integer...

鐵人賽 自我挑戰組 DAY 5
LeetCode - 30 Days 系列 第 5

技術 [Leetcode-5/30][Array] #209 Minimum Size Subarray Sum

#209 Minimum Size Subarray Sum 題目難度:Medium 題目敘述: Given an array of n positive in...

鐵人賽 自我挑戰組 DAY 4
LeetCode - 30 Days 系列 第 4

技術 [Leetcode-4/30][Array] #1 Two Sum

#1 Two Sum 題目難度:Easy :star: 題目敘述: Given an array of integers, return indices of...

鐵人賽 自我挑戰組 DAY 3
LeetCode - 30 Days 系列 第 3

技術 [Leetcode-3/30][String] #214 Shortest Palindrome

#214 Shortest Palindrome 題目難度:Hard 題目敘述: Given a string S, you are allowed to co...

鐵人賽 自我挑戰組 DAY 2
LeetCode - 30 Days 系列 第 2

技術 [LeetCode-2/30][String] #3 Longest Substring Without Repeating Characters

#3 Longest Substring Without Repeating Characters 同步發佈於 Github repo 題目難度:Mediu...

鐵人賽 自我挑戰組 DAY 1
LeetCode - 30 Days 系列 第 1

達標好文 技術 [LeetCode-1/30][String] 前言、主題、#344 Reverse String

前言 相信所有寫程式的人在面試前,總是在揣測在白板題會被問到什麼問題,而我們最常聽到的準備方式就是“刷 LeetCode ”。 LeetCode 上有數百個可...