最长上升子序列

最长上升子序列(Longest Increasing Subsequence)

int len[__];

int LIS(int a[],int n)
{
    int lis=0;
    for(int i=1;i<=n;++i)
    {
        int x=lower_bound(len+1,len+lis+1,a[i])-len;
        len[x]=a[i],lis=max(x,lis);
    }
    return lis;
}

最长上升子序列方案数

struct node
{
    int x,p,ans;

    bool operator<(const node &b)const
    {
        if(x!=b.x)return x第i层, y->第i+1层
    int x=1,y=0,ans=0;

  //初始化第一层, 使y指向第二层
    while(++y<=n && dp[y].x==1)
        if(lis==1)++ans;

    for(int i=1;i=mod)
                ans-=mod;
        }
      //清空树状数组
        for(--x;dp[x].x==i;--x)
            T.clear(a[dp[x].p]);
        x=z;
    }
    printf("%d\n",ans);
    return 0;
}

你可能感兴趣的:(最长上升子序列)