LeetCode 165 Compare Version Numbers(比較版本號)(string)(*) 翻譯 比較兩個版本號version1和ver
[LeetCode] Odd Even Linked List Given a singly linked list, group all odd node
[LeetCode] Patching Array Given a sorted positive integer array nums and an in
LeetCode Text Justification LeetCode解題之Text Justification 原題 把一個集合的單詞按照每行L個字符
leetcode筆記:Length of Last Word 一. 題目描述 Given a string s consists of upper/lowe
<cfenv>(fenv.h) _c++11,cfenvfenv.h_c11頭文件 <cfenv>(fenv.h) c++11 &nb
LeetCode Reverse Linked List LeetCode解題之Reverse Linked List 原題 翻轉一個單向鏈表。 注意點:
leetcode筆記:Perfect Squares 一. 題目描述 Given a positive integer n, find the least
leetcode筆記:Reverse Bits 一. 題目描述 Reverse bits of a given 32 bits unsigned integ
C++ template隨筆,template隨筆話題從重用開始說起: 最基本的重用,重用一個方法,被重用的邏輯被抽取封裝成為方法,之後我們把方法當成一種工具來
<cfloat> (float.h),cfloatfloat.h頭文件: <cfloat> (float.h) 浮點類型的特性 這個頭
hdu 1016 Prime Ring Problem(深度優先搜索),hdu深度優先搜索Prime Ring Problem Time Limit: 4000
【轉載】 c語言inline函數的使用,轉載inline函數 c語言inline函數的使用 轉載自:http://blog.chinaun
strlen() 和 strcpy()函數,strlenstrcpy函數strlen() 和 strcpy()函數的區別,這兩個一個是返回一個C風格字符串的長度
LeetCode 290 Word Pattern(單詞模式)(istringstream、vector、map)(*) 翻譯 給定一個模式,和一個字符串
LeetCode Binary Tree Inorder Traversal LeetCode解題之Binary Tree Inorder Traversa
LeetCode 228 Summary Ranges(值域)(*) 翻譯 給定一個無重復的已排序整型數組,返回其中范圍的集合。 例如 ,給定[0,1,2