341. Flatten Nested List Iterator 2018-04-15 Leetcode 362 words 1 min read 題目連結 考驗著你對於 stack 和 iterator 的應用能力! Read more..
315. Count of Smaller Numbers After Self 2018-04-15 Leetcode 311 words 1 min read 題目連結 1D Fenwick Tree 經典應用。 Read more..
317. Shortest Distance from All Buildings 2018-04-15 Leetcode 404 words 1 min read 題目連結 BFS 應用題!讚! Read more..
218. The Skyline Problem 2018-04-15 Leetcode 463 words 1 min read 題目連結 每個轉折點都會是當下的max height! Read more..