Palindrome Partitioning I,II[leetcode] DFS以及DP的解法 Palindrome Partitioning I 第
POJ2376 Cleaning Shifts(貪心) 給出每頭奶牛的覆蓋區間,求最少幾頭奶牛可以覆蓋[1,T]這個區間。(有個問題需要注意一下,比如T=1
poj2342 Anniversary party 簡單樹形dp http://poj.org/problem?id=2342 Anniversary
HDU 2424-Gary's Calculator(表達式計算+大數) Garys Calculator Time Limit: 500
UvaLive 6667 Longest Chain (分治求三元組LIS&樹狀數組) 題目鏈接: here 題意: bz。 思路: 思路
Tomcat和Jetty對WebSocket的支持 公司項目需要,了解了下目前幾種支持WebSocket的框架。以前用jWebSocket做過一些項目,相對
ZOJ 3471 Most Powerful(狀壓DP) Recently, researchers on Mars have discovered N p
Leetcode:balanced_binary_tree 一、 題目 判斷給定的二叉樹是否是平衡二叉樹,即每一個節點的深度相差不大於1 二、
UVA 11450 Wedding shopping(DP) One of our best friends is getting married and
IDE開發<LER-Studio>(1)::UI設計,ler-studiouiLER-Studio主要使用Microsoft Ribbon界面(fl
leetcode - Combinations Given two integers n and k, return all possible combin
Codeforces 164 E Compatible Numbers 做題感悟:確實是好題,做拉的比賽的時候想了很久,想到枚舉變幻某一位的 0 為 1