• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            poj2533

            Longest Ordered Subsequence

            Time Limit: 2000MS Memory Limit: 65536K
            Total Submissions: 21310 Accepted: 9190

            Description

            A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).

            Your program, when given the numeric sequence, must find the length of its longest ordered subsequence.

            Input

            The first line of input file contains the length of sequence N. The second line contains the elements of sequence - N integers in the range from 0 to 10000 each, separated by spaces. 1 <= N <= 1000

            Output

            Output file must contain a single integer - the length of the longest ordered subsequence of the given sequence.

            Sample Input

            7
            1 7 3 5 9 4 8

            Sample Output

            4
            
            最長上升子序列
            樸素的做法n^2的復雜度,n<=1000不會超時
            有nlogn的做法
             1//////樸素做法
             2#include<stdio.h>
             3#include<string.h>
             4#include<math.h>
             5#define MAX 1005
             6int a[MAX],f[MAX];
             7int n,i,j,ans;
             8int max(int a,int b)
             9{
            10    if (a>b) return a; else return b;
            11}

            12int main()
            13{
            14    scanf("%d",&n);
            15    for (i=1;i<=n ;i++) scanf("%d",&a[i]);
            16    f[1]=1;
            17    ans=f[1];
            18    for (i=2;i<=n ;i++ )
            19    {
            20        f[i]=1;
            21        for (j=1;j<=i-1 ;j++ )
            22        {
            23            if (a[j]<a[i])
            24            {
            25                f[i]=max(f[i],f[j]+1);
            26            }

            27        }

            28        ans=max(ans,f[i]);
            29    }

            30    printf("%d\n",ans);
            31    return 0;
            32}

            優化的解法 nlogn
             1////二分查找優化 nlogn
             2#include<stdio.h>
             3#include<string.h>
             4#include<math.h>
             5#define MAX 1005
             6int f[MAX];
             7int i,j,ans,n;
             8int left,right,x,mid;
             9int main()
            10{
            11    scanf("%d",&n);
            12    ans=0;
            13    for (i=1; i<=n ; i++)
            14    {
            15        scanf("%d",&x);
            16        left=1;
            17        right=ans;
            18        while (left<right)
            19        {
            20            mid=(left+right)/2;
            21            if (f[mid]<x) left=mid+1;
            22            else right=mid;
            23        }

            24        if (left>=right&&x>f[ans]||ans==0)
            25        {
            26            ans++;
            27            f[ans]=x;
            28        }

            29        else if (x<f[left])
            30        {
            31            f[left]=x;
            32        }

            33    }

            34    printf("%d\n",ans);
            35    return 0;
            36}

            posted on 2012-02-21 14:00 jh818012 閱讀(234) 評論(0)  編輯 收藏 引用

            <2025年7月>
            293012345
            6789101112
            13141516171819
            20212223242526
            272829303112
            3456789

            導航

            統計

            常用鏈接

            留言簿

            文章檔案(85)

            搜索

            最新評論

            • 1.?re: poj1426
            • 我嚓,,輝哥,,居然搜到你的題解了
            • --season
            • 2.?re: poj3083
            • @王私江
              (8+i)&3 相當于是 取余3的意思 因為 3 的 二進制是 000011 和(8+i)
            • --游客
            • 3.?re: poj3414[未登錄]
            • @王私江
              0ms
            • --jh818012
            • 4.?re: poj3414
            • 200+行,跑了多少ms呢?我的130+行哦,你菜啦,哈哈。
            • --王私江
            • 5.?re: poj1426
            • 評論內容較長,點擊標題查看
            • --王私江
            久久综合狠狠综合久久激情 | 精品一区二区久久| 国产精品永久久久久久久久久| 欧美综合天天夜夜久久| 99久久久久| 99久久国产宗和精品1上映| 99久久无色码中文字幕| 久久亚洲欧洲国产综合| 精品综合久久久久久97超人| 久久婷婷五月综合成人D啪| 久久精品一本到99热免费| 9191精品国产免费久久| 国内精品久久久久影院薰衣草| 狠狠色丁香婷综合久久| 狠狠精品久久久无码中文字幕| 亚洲天堂久久精品| 久久婷婷五月综合97色| 亚洲日韩欧美一区久久久久我| 7777久久亚洲中文字幕| 中文无码久久精品| 婷婷国产天堂久久综合五月| 国产69精品久久久久9999| 久久精品蜜芽亚洲国产AV| 免费久久人人爽人人爽av| 久久精品国产一区二区| 国产精品久久网| av国内精品久久久久影院| 99久久国产亚洲综合精品| 亚洲国产精品综合久久网络| 精品无码久久久久久久久久| 99热精品久久只有精品| 一本伊大人香蕉久久网手机| 久久精品国产亚洲沈樵| 久久久久亚洲AV片无码下载蜜桃| 国产成人精品综合久久久久| 久久婷婷五月综合国产尤物app| 一级女性全黄久久生活片免费 | 久久精品国产一区| 99久久精品毛片免费播放| 7777久久亚洲中文字幕| 亚洲国产精品久久66|