摘要:
LIS(nlogn) LCS(nlogn) 阅读全文
posted @ 2018-08-19 19:53
yzm10
阅读(363)
评论(0)
推荐(0)
摘要:
#include #define MAX 100005 using namespace std; typedef long long ll; char W[MAX],T[MAX]; int nxt[MAX]; void getnext(int lenW) { int i=0,j=-1; nxt[i]=-1; while(i<lenW) { if(j... 阅读全文
posted @ 2018-08-19 19:48
yzm10
阅读(162)
评论(0)
推荐(0)

浙公网安备 33010602011771号