leetcode-372 - Super Pow

動機 也是數學,(a*b) % c等於(a%c)*(b%c) ...

September 14, 2021 · 1 min · zhengcf

leetcode-973 - K Closest Points to Origin

動機 sort與heap差在一個能插入,另一個不能 ...

August 1, 2021 · 1 min · zhengcf

leetcode-654 - Maximum Binary Tree

動機 這應該是easy吧 ...

July 31, 2021 · 2 min · zhengcf

leetcode-932 - Beautiful Array

動機 很玄,這沒看解答會知道? ...

July 28, 2021 · 1 min · zhengcf

leetcode-218 - The Skyline Problem

動機 被這題搞了兩天,所以要記錄下來 以前沒有看線段合併的Divide and Conquer,所以要記錄下來 (還債) 以前沒有看Segment tree,所以要記錄下來 (還債) ...

July 28, 2021 · 5 min · zhengcf

leetcode-1569 - Number of Ways to Reorder Array to Get Same BST

動機 很有趣的問題,原來python有可以直接算combination的函數… ...

July 27, 2021 · 2 min · zhengcf

leetcode-169 - Majority Element

動機 複習Counter與認識一個神奇的算法 ...

July 23, 2021 · 1 min · zhengcf

leetcode-215 - Kth Largest Element in an Array

動機 沒有魔法的一題 ...

July 23, 2021 · 1 min · zhengcf

leetcode-240 - Search a 2D Matrix II

動機 複習saddle back ...

July 23, 2021 · 1 min · zhengcf

leetcode-106 - Construct Binary Tree from Inorder and Postorder Traversal

動機 把105改一下 ...

July 20, 2021 · 1 min · zhengcf