大家用了memchr、strchr、strstr之後,有沒有想要一個叫memstr的函數?從內存裡面找特定的字符串? glibc裡面沒有提供memstr,
題意:石子合並問題。DP問題。 我們先來考慮一條直線的問題,最小花費和最大花費方法是一樣的,我們只考慮一種:我們先考慮一個子問題,要把從i 到j 的石子合
/* 一道AC自動機模板題,超時次數20+,改了半天終於AC了,代碼中標記了從TLE到AC過程修改的關鍵一步,看樣子應該是數組作為函數參數傳遞時的細節問題
上次在linux上編譯代碼,已經有很長一段時間了。最近,論文後面的實驗必須要用l
[cpp] // ADOConn.h: interface for the CADOConn class. // &nb
 
標准的DFS,用STL裡的stack可簡便地完成。 [cpp] /*HDOJ2188 作者:陳佳潤 2013-04-12 */ 
幾個測試數據 1515151 1213 ...0836060000 151144 2002 ...3558733440 10000000000 11411
Question: The n-queens puzzle is the problem of placing n queens on an n*n ch
Question: You are given two linked lists representing two non-negative number
Question: Given a number represented as an array of digits, plus one to the n
Question: Given an array S of n integers, find three integers in S such that
Question: Implement int sqrt(int x). Compute and return the square roo
Question: Given a binary tree and a sum, find all root-to-leaf paths where ea
Question: Given two binary strings, return their sum (also a binary string).
hdu1561The More,The Better 推薦題解 dp[ i ] [ j ] 以節點i為跟,取j個(包括i,即dp[i][1]=
[cpp] 描述:給出n種長方體,每種長方體無數個,將這些長方體按照長和寬依次遞減的趨勢依次增加高度,求最大的高度是多少 #in
給你一串5000長度的數,要你將某些數變換一下,是的新的數列非遞減。。。 這種題目可以左偏樹來做的。。。數據范圍大點也沒關系,不過,,既然是5000,那就
[cpp 最近略忙,就不寫題意思路什麼的,直接上代碼。 [cpp] #include&l
[cpp] //並差集求最大秩 //一堆學生間接或直接互為朋友則合並 //人數最多的集和的人數即為最大秩 &nb