LeetCode Insert Interval 原題 給出多個不重合的數據區段,現在插入一個數據區段,有重合的區段要進行合並。 注意點: 所給的區段已經按照
LeetCode 217 Contains Duplicate(包含重復數字)(Vector、hash) 翻譯 給定一個整型數字數組,找出這個數組是否包含任
(LeetCode OJ) 141. Linked List Cycle 141. Linked List Cycle My Submissions Ques
leetcode筆記:Integer to English Words 一. 題目描述 Convert a non-negative integer to it
POJ 3233 Matrix Power Series(矩陣優化) 題意:求S[k] = A + A^2 + ..... + A^k 利用矩陣快速冪可以很快的
LeetCode 191 Number of 1 Bits(1 比特的數字們) 翻譯 寫一個函數獲取一個無符號整型數,並且返回它的“1&rdqu
C++11中的便利工具--chrono庫(處理日期和時間) chrono is the name of a header, but also of a sub
LeetCode 235 Lowest Common Ancestor of a Binary Search Tree(二叉搜索樹的最小公共祖先) 翻譯 給
自己動手用C++寫的圖像處理軟件(不調用外部包) 說到圖像處理軟件你會想到什麼?Photoshop?CorelDRAW?美圖秀秀?還是ACDSee的圖像編輯模塊
LeetCode34: Search for a Range Given a sorted array of integers, find the
leetcode筆記:Bulb Switcher 一. 題目描述 There are n bulbs that are initially off. You
bzoj4394【Usaco2015 Dec】Bessie Description After eating too much fruit in Farmer