• <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>

            O(1) 的小樂

            Job Hunting

            公告

            記錄我的生活和工作。。。
            <2010年11月>
            31123456
            78910111213
            14151617181920
            21222324252627
            2829301234
            567891011

            統計

            • 隨筆 - 182
            • 文章 - 1
            • 評論 - 41
            • 引用 - 0

            留言簿(10)

            隨筆分類(70)

            隨筆檔案(182)

            文章檔案(1)

            如影隨形

            搜索

            •  

            最新隨筆

            最新評論

            閱讀排行榜

            評論排行榜

            TCO Round1

            1 比較簡單,不過不是那么容易想。
              給定初始字符串,然后兩個緩沖隊列,把初始字符串經過一部分操作變成目標字符串。
             
              由于具有兩個緩沖隊列,而且初始字符串中字符只有兩類,所以可以一次搞定!利用substr() 判斷一下就OK
             
            2  應該觀察到對最后的期望有貢獻的只是具有連續洼地的地方,所以只要枚舉出現連續洼地的期望就可以了,復雜度是O(n^2)的,然后下面的代碼就非常清楚了!主要是沒有注意這個關鍵點!
            class MuddyRoad{
              public:
              double getExpectedValue(vector <int> road){
                vector<double> prob;
                for(int i=0;i<road.size();i++)prob.push_back((double)road[i]/100);
                int n=prob.size();
                double ans=0;
                for(int i=1;i<=n-2;i++){
                  for(int j=i;j<=n-2;j++){
                    int c=(j-i+1)/2;
                    double p=1;
                    p*=(1-prob[i-1]);
                    p*=(1-prob[j+1]);
                    for(int k=i;k<=j;k++)p*=prob[k];
                    ans+=p*c;
                  }
                }
                return ans;
              }
            };

            當時比賽的時候,我在想DP的狀態轉移,貌似寫挫了,不太清楚O(n)的算法思路和我的是否相似。。
             
             
            3
            看來還是蠻簡單的,就是一個容斥原理啊,復雜度是O(nlogn)+O(n)* O(容斥)
            容斥其實是蠻難做的!看下面這個:
            The simplest approach would be to go over all 1,000,000,000,000 IP addresses individually, and for each one, check all the requests to see who offers the highest price, and then add that to the total.

            This works perfectly except it will obviously be too slow. So instead of looking at individual IP addresses, we should partition the set of all IP addresses, so that each part will be assigned to a single buyer. Then, we simply need to find the size and price for each part, and we can easily multiply and add them together.

            For example, if we have requests for "1.2.3.0", "1.2.3.1" and "1.2.3.*" then interesting parts would be {"1.2.3.0"}, {"1.2.3.1"}, and {"1.2.3.2","1.2.3.3",...,"1.2.3.999"}. All of these can be represented implicitly if we take a special value (like -1 in bmerry's code) to mean "all other, unused values".

            Since the interesting values for each component come from the N requests in the input, there are at most N4 parts to check (or (N+1)4 in bmerry's code). With an additional loop for each part this yields an O(N5) algorithm.

            posted on 2011-06-26 13:21 Sosi 閱讀(213) 評論(1)  編輯 收藏 引用

            評論

            # re: TCO Round1 2011-07-26 16:14 雙星休閑鞋

            看得還真是挺復雜的。
              回復  更多評論    
            統計系統
            久久亚洲国产午夜精品理论片| 亚洲精品国产成人99久久| 精品久久久久久久久久中文字幕 | 人妻精品久久久久中文字幕 | 亚洲人AV永久一区二区三区久久 | 久久亚洲色一区二区三区| 久久国产精品一国产精品金尊 | 91秦先生久久久久久久| 久久亚洲中文字幕精品一区四| 精品伊人久久大线蕉色首页| 99久久国产亚洲高清观看2024| 久久久精品无码专区不卡| 免费精品99久久国产综合精品| 亚洲欧美国产日韩综合久久| 91久久婷婷国产综合精品青草| 久久综合九色综合网站| 久久综合一区二区无码| 久久久九九有精品国产| 日韩乱码人妻无码中文字幕久久 | 99久久人人爽亚洲精品美女| 久久夜色精品国产网站| 伊人久久大香线蕉精品不卡| 狠狠久久综合伊人不卡| 99久久免费国产精品热| 欧洲精品久久久av无码电影 | 潮喷大喷水系列无码久久精品| 亚洲欧美日韩中文久久| 亚洲天堂久久久| 精品国产乱码久久久久软件| 国产精品熟女福利久久AV| 久久久久九国产精品| 精品久久久久国产免费 | 精品无码久久久久久久久久| 日本一区精品久久久久影院| 久久96国产精品久久久| 精品综合久久久久久88小说| 色综合久久综合网观看| 久久狠狠色狠狠色综合| 国产成人久久精品麻豆一区 | 色婷婷久久综合中文久久蜜桃av| 色婷婷久久综合中文久久一本|