Longest Consecutive Sequence 數組連續數字的情況 Longest Consecutive Sequence Giv
Codeforces Round #318-(C. Bear and Poker) 題意: 現在有n個人,每個人都持有a[i]這個價值的牌,並且每個人可以每
Codeforces Round #318-(D. Bear and Blocks) 這道題我上來就是想到的是暴力,每次都把表面的那一層減掉,直到所有的高度
LeetCode -- SpiralOrder 題目描述: Given a matrix of m x n elements (m rows, n co
LeetCode -- WordBreak II 題目描述: Given a string s and a dictionary of words di
HDU 1565 方格取數(1)(最大獨立點權覆蓋 | 最小割) 該題是一道經典的求最大點權獨立集問題的題目 。 關於定義我就不多說了 。 說一下幾個重要的
leetcode2 Add Two Numbers題解 題的大概意思就是,輸入兩個列表,這兩個列表是兩個逆序的數,比如說1->2->4就代表42
hdu 3524 Perfect Squares 推公式求逆元 Perfect Squares Time Limit: 2000/1000 M
hdu 2651 Spring festival couplets Spring festival couplets Time Limit:
C++ 數組長度 以及 數組名作為參數 傳遞給函數,數組函數在看排序,首先是插入排序,思路理清後想用代碼實現,然後問題來了: 如何求數組長度?如果沒記錯,在J
leetcode筆記:Permutation Sequence 一.題目描述 題目的意思是,假設有{1,2,3,4,…,n},對其中的元素進
[LeetCode179] Largest Number Given a list of non negative integers, arr