本BLOG簡介(內有一道UVa524素數環進階版),uva524素數【B001】Hi,大家好,今天我的博客第一天開通,今天奉上開博題,出自首都師師范大學附屬中學
不可或缺 Windows Native (21),native21[源碼下載] 不可或缺 Windows Native (21) - C++: 繼承, 組合,
C++模板源代碼的三種組織方式,模板源代碼模板代碼和非模板代碼是有區別的,如果像非模板代碼那樣把模板的聲明放在頭文件.h中,把模板的定義放在源文件.cpp中,那
小豬豬C++筆記基礎篇(五)表達式、語句,小豬豬基礎篇小豬豬C++筆記基礎篇(五) 關鍵詞:表達式、語句 本章的內容比較簡單,基本上沒有什麼理解上的困難,都是知
poj 2932 Coneology 掃面線法 題意: 給n個無交點的圓,求這n個圓中不被其它圓包含的圓。 分析: 掃面線法,用二叉樹(set+lowerb
LeetCode93:Restore IP Addresses Given a string containing only digits, resto
擴展MongoDB C# Driver的QueryBuilder 擴展MongoDB C# Driver的QueryBuilder 由於不想直接hard
leetCode 32.Longest Valid Parentheses (有效的最大括號) 解題思路和方法 Longest Valid Parenthe
poj 2488 A Knight's Journey (DFS) A Knight's Journey T
Leetcode : Regular Expression Matching 對於leetcode上這個題目,我用了不少時間來消化。 題目大意如下: 實現
leetCode 33.Search in Rotated Sorted Array(排序旋轉數組的查找) 解題思路和方法 Search in Rotate
LeetCode—Median of Two Sorted Arrays Median of Two Sorted Arrays 這道題要找Median,中
poj 2104 K-th Number - 經典劃分樹 Description You are working for Macrohard compan
Project Euler:Problem 58 Spiral primes Starting with 1 and spiralling a
[LeetCode] Implement Queue using Stacks Implement Queue using Stacks Implement