leetcode-33 - Search in Rotated Sorted Array

動機 重新體驗binary search 這題可以與153一起看,會有新的理解 ...

July 16, 2021 · 2 min · zhengcf

leetcode-15 - 3Sum

動機 複習3sum ...

July 16, 2021 · 1 min · zhengcf

leetcode-53 - Maximum Subarray

動機 解一解 ...

July 14, 2021 · 2 min · zhengcf

leetcode-1 - Two Sum

動機 lambda加map好方便 ...

July 14, 2021 · 1 min · zhengcf

leetcode-456 - 132 Pattern

動機 久違的leetcode ...

July 10, 2021 · 1 min · zhengcf

leetcode-493 - Reverse Pairs

動機 個數、i<j,使用divide and conquer的時機!! ...

February 20, 2021 · 2 min · zhengcf

leetcode-327 - Count of Range Sum

動機 使用divide and conquer的時機是? ...

February 20, 2021 · 3 min · zhengcf

leetcode-307 - Range Sum Query - Mutable

動機 segment tree 與 binary index tree的練習題 ...

February 20, 2021 · 3 min · zhengcf

leetcode-123 - Best Time to Buy and Sell Stock III

動機 用算k個的dp就可以解這題,但是想介紹當初沒有用dp的解法 ...

January 31, 2021 · 2 min · zhengcf

leetcode-714 - Best Time to Buy and Sell Stock with Transaction Fee

動機 與309、188一起看效果更佳 ...

January 31, 2021 · 2 min · zhengcf