714. Best Time to Buy and Sell Stock with Transaction Fee 714. Best Time to Buy and Sell Stock with Transaction
673. Number of Longest Increasing Subsequence 673. Number of Longest Increasing Subsequence Prerequisite {% page-ref page="
986. Interval List Intersections 986. Interval List Intersections 這一題應該算是時間區間的最後一個變形,可以想像成,有兩個人的班表,我們要找出他們哪些時間有一起上班,可能是這個時間這兩個人才可以開會,如果說這個題目問超過兩個人,
163. Missing Ranges 163. Missing Ranges 雖然這一題 LeetCode 是標記簡單,但是細節上要想清楚我覺得難度應該有接近中等的等級,會把這一題我放在時間區間問題,是因為概念很類似 759.
253. Meeting Rooms II 253. Meeting Rooms II 這題我們要算的是,時間有重疊沒有關係,但是告訴我們至少需要幾間會議室,我們才能安排好所有的會議(面試)。 往下閱讀之前,