目標:這題主要目的在於闡明In-place algorithm的含義,以及使用In-place的條件下會受到的限制。 原題: Question: Given a...
目標:這題主要目的在於引導讀者了解Linked List的資料結構以及基本操作。 原題: Question: Merge two sorted linked l...
目標:這題主要目的在於練習Two Pointer類型的問題應用。 原題: Question: Given an array nums of n integers...
目標:這題主要目的在於練習常見的字串比對處理。 原題: Question: Write a function to find the longest commo...
寫在開頭 第一次參加鐵人賽,也是第一次挑戰寫Leetcode題目。滿緊張的,一開始想報名鐵人賽主題的時候突然想起同事A在離職前幾個月曾經跟我說過聽著特別熱血,但...
目標:這題主要目的在於練習HashMap/Dictionary的應用。 原題: Question: Given an array of integers, re...
寫在前面 容許筆者自我工商一下,如果喜歡這一系列的文章,我也有陸續寫新的文章,放在我的Medium中,有興趣的歡迎光臨XD~ 其目錄項次會放在第一篇(在Medi...
In time, you will call me master -- Star Wars Week 1 Invert Binary Tree...
前言 今日感冒在家剛好利用時間打一篇文章,天氣變冷了大家要多注意保暖阿。 題目 給定數字n,並列出n * n皇后所有可能。 輸入 4 輸出 [ ["...
#39 Combination Sum 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given a set of candida...
#77 Combinations 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given two integers n and...
#46 Permutations 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given a collection of dis...
#371 Sum of Two Integers 同步發佈於 Github repo 題目難度:Easy 題目敘述: Calculate the sum o...
#137 Single Number II 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given an array of in...
#405 Convert a Number to Hexadecimal 同步發佈於 Github repo 題目難度:Easy 題目敘述: Given a...
#377 Combination Sum IV 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given an integer a...
#322 Coin Change 同步發佈於 Github repo 題目難度:Medium 題目敘述: You are given coins of di...
#213 House Robber II 同步發佈於 Github repo 題目難度:Medium 題目敘述: Note: This is an exte...
#274 H-Index 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given an array of citations (...
#179 Largest Number 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given a list of non ne...
#75 Sort Colors 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given an array with n obje...
#133 Clone Graph 同步發佈於Github repo 題目難度:Medium 題目敘述: Clone an undirected graph....
#210 Course Schedule II 同步發佈於 Github repo 題目難度:Medium 題目敘述: There are a total...
#207 Course Schedule 同步發佈於 Github repo 題目難度:Medium 題目敘述: There are a total of...
#129 Sum Root to Leaf Numbers 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given a bina...
#114 Flatten Binary Tree to Linked List 同步發佈於 Github repo 題目難度:Medium 題目敘述: Gi...
#226 Invert Binary Tree 同步發佈於 Github repo 題目難度:Easy 題目敘述: Invert a binary tree...
#2 Add Two Numbers 同步發佈於 Github repo 題目難度:Medium 題目敘述: You are given two linke...
#82 Remove Duplicates from Sorted List II 同步發佈於 Github repo 題目難度:Medium 題目敘述:...
#141 Linked List Cycle 同步發佈於 Github repo 題目難度:Easy 題目敘述: Given a linked list,...