LeetCode -- Gas Station 題目描述: There are N gas stations along a circular rout
LeetCode -- Summary Ranges 題目描述: Given a sorted integer array without duplic
LeetCode -- Implement Trie (Prefix Tree) 題目描述: Implement Trie (Prefix Tree) Im
HDU 3548 Enumerate the Triangles(找周長最小的三角形+優化) 【題意】:平面上有n(n<=1000)點,
URAL 1348 Goat in the Garden 2(點到線段的距離) 【題目大意】:求某點到一條線段的最小距離與最大距離。 【思路】
LeetCode -- Factorial Trailing Zeroes 題目描述: Given an integer n, return the n
LeetCode -- Unique Paths Unique Paths 題目描述: A robot is located at the top-le
[leetcode] 221 Maximal Square(最大全1正方形 &動態規劃) 當我們判斷以某個點為正方形右下角時最大的正方形時,那它的上
淺析C++中的初始化列表(區別賦值和初始化) 派生類不能直接訪問基類的私有成員,而必須通過基類方法進行訪問。 具體來說,派生類構造函數必須使用基類構造函數。
leetcode筆記:Factorial Trailing Zeroes 一.題目描述 Given an integer n, return the num
leetcode筆記:Sudoku Solver 一.題目描述 Write a program to solve a Sudoku puzzle by fi
[leetcode] 24 Swap Nodes in Pairs(交換鏈表相鄰結點) (一)迭代法 在處理這種問題時,我們通常加上一個dummy頭結點指向
chatofPomelo game-server解析 chatOfPomelo是一個聊天室程序,筆者將對chat的服務端game-server進行分析 首先