iT邦幫忙

leetcode相關文章
共有 1089 則文章
8月 LeetCode Daily 見聞錄 系列 第 24

技術 [8/24] 564. Find the Closest Palindrome

Hard Related Topics: Math / StringLeetCode Source 解題想法 在這個問題中,給定一個代表整數的字串 n,我們...

8月 LeetCode Daily 見聞錄 系列 第 23

技術 [8/23] 592. Fraction Addition and Subtraction

MediumRelated Topics: Math / String / SimulationLeetCode Source 解題想法 首先我們要定義分子...

刷題筆記 系列 第 10

技術 [Day10] Fruit Into Baskets

You are visiting a farm that has a single row of fruit trees arranged from left...

8月 LeetCode Daily 見聞錄 系列 第 22

技術 [8/22] 476. Number Complement

EasyRelated Topics: Bit ManipulationLeetCode Source 解題想法 十進位數字轉成二進制 之後將1轉成0 將0...

8月 LeetCode Daily 見聞錄 系列 第 21

技術 [8/21] 664. Strange Printer

HardRelated Topics: String / Dynamic ProgrammingLeetCode Source 解題想法 這道題目是關於計算...

8月 LeetCode Daily 見聞錄 系列 第 20

技術 [8/20] 1140. Stone Game II

MediumRelated Topics: Array / Math / Dynamic Programming / Prefix Sum / Game Th...

8月 LeetCode Daily 見聞錄 系列 第 19

技術 [8/19] 650. 2 Keys Keyboard

MediumRelated Topics: Math / Dynamic ProgrammingLeetCode Source 解題想法 題目要求我們找到最...

8月 LeetCode Daily 見聞錄 系列 第 18

技術 [8/18] 264. Ugly Number II

MediumRelated Topics: Hash Table / Math / Dynamic Programming / Heap (Priority...

8月 LeetCode Daily 見聞錄 系列 第 17

技術 [8/17] 1937. Maximum Number of Points with Cost

MediumRelated Topics: Array / Dynamic ProgrammingLeetCode Source 解題想法 暴力解的話,會使...

8月 LeetCode Daily 見聞錄 系列 第 16

技術 [8/16] 624. Maximum Distance in Arrays

MediumRelated Topics: Array / GreedyLeetCode Source 解題想法 題目唯一要注意的點就是 arrays 最大...

8月 LeetCode Daily 見聞錄 系列 第 15

技術 [8/15] 860. Lemonade Change

EasyRelated Topics: Array / GreedyLeetCode Source 解題想法 題目主要是希望透過 5 10 20 來交易價值...

8月 LeetCode Daily 見聞錄 系列 第 14

技術 [8/14] 719. Find K-th Smallest Pair Distance

HardRelated Topics: Array / Two Pointers / Binary Search / SortingLeetCode Sour...

8月 LeetCode Daily 見聞錄 系列 第 13

技術 [8/13] 40. Combination Sum II

MediumRelated Topics: Array / BacktrackingLeetCode Source 解題想法 首先透過 sort 把 can...

8月 LeetCode Daily 見聞錄 系列 第 12

技術 [8/12] 703. Kth Largest Element in a Stream

EasyRelated Topics: Tree / Design / BST / Heap (Priority Queue) / BT / Data Str...

8月 LeetCode Daily 見聞錄 系列 第 11

技術 [8/11] 1568. Minimum Number of Days to Disconnect Island

HardRelated Topics: Array / DFS / BFS / Matrix / Strongly Connected ComponentLe...

8月 LeetCode Daily 見聞錄 系列 第 10

技術 [8/10] 959. Regions Cut By Slashes

MediumRelated Topics: Array / Hash Table / DFS / BFS / Union Find MatrixLeetCod...

技術 [8/9] 840. Magic Squares In Grid

MediumRelated Topics: Array / Hash Table / Math / MatrixLeetCode Source 解題想法 整...

技術 [8/8] 885. Spiral Matrix III

MediumRelated Topics: Array / Matrix / SimulationLeetCode Source 解題想法 首先設定每次尋訪...

技術 [8/7] 273. Integer to English Words

HardRelated Topics: Hash Table / String / Greedy / Sorting / CountingLeetCode S...

技術 [8/6] 3016. Minimum Number of Pushes to Type Word II

MediumRelated Topics: Hash Table / String / Greedy / Sorting / CountingLeetCode...

技術 [8/5] 2053. Kth Distinct String in an Array

EasyRelated Topics: Array / Hash Table / String / CountingLeetCode Source 解題想法...

技術 [8/4] 1508. Range Sum of Sorted Subarray Sums

MediumRelated Topics: Array / Two Pointers / Binary Search / SortingLeetCode So...

技術 [8/3] 1460. Make Two Arrays Equal by Reversing Subarrays

EasyRelated Topics: Array / Hash Table / SortingLeetCode Source 解題想法 基本上就是判斷說兩...

技術 [8/2] 2134. Minimum Swaps to Group All 1's Together II

MediumRelated Topics: Array / Sliding WindowLeetCode Source 解題想法 我們首先遍歷數組來計算1的...

技術 [8/1] 2678. Number of Senior Citizens

EasyRelated Topics: Array / StringLeetCode Source 解題想法 在 details 的陣列中,總長 15,計算...

技術 Leetcode 刷題日記 - 383. Ransom Note (Python)

前言 最近在刷 LeetCode,今天要來跟大家分享一下我解「383. Ransom Note」的過程!這題雖然標示為 Easy,解題邏輯不難,但因為對語法不熟...

技術 【Stone Game】LeetCode 解題 leetcode-877

Stone Game 題目連結 兩種情況 大數字在前或後==> alice 可以先選 大數字在中間 ==> 由於alice 選數字時數量一定是...

技術 【Smallest String Starting From Leaf】LeetCode 解題 (leetcode-988)

Smallest String Starting From Leaf 題目連結 用bfs來做 1.先移路往左走(直到左邊是null),刪掉當下的點(往回走)...

技術 【Add One Row to Tree】Leetcode解題 leetcode-623

Add One Row to Tree (623) 在原本的二元樹的某一層插入新節點(後面一樣是舊節點) 用bfs遍歷樹(直到到要補的層前),插入左值與右值...

技術 [LeetCode] 875 - Koko Eating Bananas

[LeetCode] 875 - Koko Eating Bananas Problem 給定一個有 n 堆香蕉的陣列 piles (第 i 堆的數量為 pil...