實戰c++中的智能指針unique_ptr系列-- unique_ptr的get()賦給普通指針後的崩潰(其實是生命周期惹的禍) 今天遇到一個錯誤,是關於uni
c++14可以直接書寫二進制字面常量了 Table of Contents1. 直接書寫二進制字面常量1 直接書寫二進制字面常量c++14帶來了0b或者0B開頭
LeetCode Reverse Nodes in k-Group LeetCode解題之Reverse Nodes in k-Group 原題 將一個鏈表中
實戰c++中的智能指針unique_ptr系列-- 使用unique_ptr來避免if多層嵌套 今天看到這個文章,覺得沒有很nice。 我們太喜歡流程控制了,在
實戰c++中的智能指針unique_ptr系列-- unique_ptr的operator=、operator bool、reset、swap、get等介紹 既
LeetCode Remove Element LeetCode解題之Remove Element 原題 刪除一個數組中某一特定數值的元素,返回刪除後的數組長
leetcode筆記:Search for a Range 一. 題目描述 Given a sorted array of integers, find the
leetcode筆記:First Bad Version 一. 題目描述 You are a product manager and currently lea
leetcode筆記:Search Insert Position 一. 題目描述 Given a sorted array and a target valu
LeetCode 237 Delete Node in a Linked List(在鏈表中刪除節點) 翻譯 4。 原文 4 after calling y
LeetCode 283 Move Zeroes(移動所有的零元素) 翻譯 給定一個數字數組,寫一個方法將所有的“0”移動到數組尾部,同時保持其余非零元素的相對
實戰c++中的智能指針unique_ptr系列-- unique_ptr的get_deleter方法(自定義刪除器) unique_ptr的成員函數在上一篇博客
leetcode筆記:Partition List 一. 題目描述 Given a linked list and a value x, partition i
leetcode筆記:Wildcard Matching 一. 題目描述 Implement wildcard pattern matching with su
HDU 3450 Counting Sequences(DP + 樹狀數組) 題目鏈接:點擊打開鏈接 題目大意: 統計滿足相鄰兩個數之差不超過d的子序列個數。
HDU 5493 Queue(二分+樹狀數組) 題意:有n個人排隊,每個人都有一個獨一無二的身高,告訴你每個人的身高和他前面或者後面的比他高的人的個數(到底是前
HDU 2795 Billboard(線段樹) 題意: 原始序列全為w, 找到最左邊的>=a的位置, 將該位置的值減去a,答案為該位置, 如果找不到符合要