iT邦幫忙

鐵人檔案

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

LeetCode - 30 Days 系列

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

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

[Leetcode-21/30][Sort] #274 H-Index

#274 H-Index 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given an array of citations (...

2016-12-24 ‧ 由 xxhomey19 分享
DAY 22

[Leetcode-22/30][Dynamic Programming] #213 House Robber II

#213 House Robber II 同步發佈於 Github repo 題目難度:Medium 題目敘述: Note: This is an exte...

2016-12-25 ‧ 由 xxhomey19 分享
DAY 23

[Leetcode-23/30][Dynamic Programming] #322 Coin Change

#322 Coin Change 同步發佈於 Github repo 題目難度:Medium 題目敘述: You are given coins of di...

2016-12-26 ‧ 由 xxhomey19 分享
DAY 24

[Leetcode-24/30][Dynamic Programming] #377 Combination Sum IV

#377 Combination Sum IV 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given an integer a...

2016-12-27 ‧ 由 xxhomey19 分享
DAY 25

[Leetcode-25/30][Bit Manipulation] #405 Convert a Number to Hexadecimal

#405 Convert a Number to Hexadecimal 同步發佈於 Github repo 題目難度:Easy 題目敘述: Given a...

2016-12-28 ‧ 由 xxhomey19 分享
DAY 26

[Leetcode-26/30][Bit Manipulation] #137 Single Number II

#137 Single Number II 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given an array of in...

2016-12-29 ‧ 由 xxhomey19 分享
DAY 27

[Leetcode-27/30][Bit Manipulation] #371 Sum of Two Integers

#371 Sum of Two Integers 同步發佈於 Github repo 題目難度:Easy 題目敘述: Calculate the sum o...

2016-12-30 ‧ 由 xxhomey19 分享
DAY 28

[Leetcode-28/30][Permutations] #46 Permutations

#46 Permutations 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given a collection of dis...

2016-12-31 ‧ 由 xxhomey19 分享
DAY 29

[Leetcode-29/30][Combinations] #77 Combinations

#77 Combinations 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given two integers n and...

2017-01-01 ‧ 由 xxhomey19 分享
DAY 30

[Leetcode-30/30][Combinations] #39 Combination Sum、結語

#39 Combination Sum 同步發佈於 Github repo 題目難度:Medium 題目敘述: Given a set of candida...

2017-01-02 ‧ 由 xxhomey19 分享