leetcode-1203 - Sort Items by Groups Respecting Dependencies

動機 Hard題都是來看創意的 把 group encode成起點與終點 同時這題也是遇過最複雜的一題 ...

August 5, 2021 · 2 min · zhengcf

leetcode-336 - Palindrome Pairs

動機 Hard題都是來看創意的 中間是回文,前半是後面的reverse ...

August 5, 2021 · 1 min · zhengcf

leetcode-30 - Substring with Concatenation of All Words

動機 題目明明已經把same length上粗體了,還看不到… ...

August 5, 2021 · 1 min · zhengcf

leetcode-828 - Count Unique Characters of All Substrings of a Given String

動機 看解答時是跪著的,能理解為什麼有人看到解答就想打錢過去了 ...

August 4, 2021 · 1 min · zhengcf

leetcode-480 - Sliding Window Median

動機 對的資料結構帶你上天堂 ...

August 4, 2021 · 2 min · zhengcf

leetcode-995 - Minimum Number of K Consecutive Bit Flips

動機 下次處理flip就要這樣處理 ...

August 4, 2021 · 1 min · zhengcf

combinatorial-objects

動機 寫給自己的leetcode筆記 ...

August 3, 2021 · 1 min · zhengcf

最短距離演算法簡單筆記

動機 就簡單地(口頭)描述演算法的重點在哪 話說這讓我想起許多做過的leetcode ...

August 3, 2021 · 3 min · zhengcf

leetcode-630 - Course Schedule III

動機 巧妙地讓heap描述當前總和的組成 ...

August 3, 2021 · 2 min · zhengcf

leetcode-827 - Making A Large Island

動機 python的主場來啦 ...

August 2, 2021 · 2 min · zhengcf