iT邦幫忙

鐵人檔案

2017 iT 邦幫忙鐵人賽
回列表
自我挑戰組

LeetCode - 30 Days 系列

從LeetCode中選出10種常見的演算法與資料結構,
我將在每一個主題中選出3題相關題目,總共30題,
並在接下來30天中一天實作一題和講解如何解題,所有題目皆由Javascript(ES5)撰寫。

鐵人鍊成 | 共 30 篇文章 | 36 人訂閱 訂閱系列文 RSS系列文
DAY 1

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

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

2016-12-04 ‧ 由 xxhomey19 分享
DAY 2

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

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

2016-12-05 ‧ 由 xxhomey19 分享
DAY 3

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

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

2016-12-06 ‧ 由 xxhomey19 分享
DAY 4

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

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

2016-12-07 ‧ 由 xxhomey19 分享
DAY 5

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

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

2016-12-08 ‧ 由 xxhomey19 分享
DAY 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...

2016-12-09 ‧ 由 xxhomey19 分享
DAY 7

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

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

2016-12-10 ‧ 由 xxhomey19 分享
DAY 8

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

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

2016-12-11 ‧ 由 xxhomey19 分享
DAY 9

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

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

2016-12-12 ‧ 由 xxhomey19 分享
DAY 10

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

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

2016-12-13 ‧ 由 xxhomey19 分享