• <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>
            心如止水
            Je n'ai pas le temps
            posts - 400,comments - 130,trackbacks - 0
            Bfs + Hash is ok.
            I found that the functions named mem... are veru useful.
            Here is my code:
            #include<iostream>
            #include
            <string.h>
            #define maxn 1000000
            using namespace std;
            const int xd[]={-1,1,0,0},yd[]={0,0,-1,1};
            int st[maxn][3][3],front=1,rear=1,aim[3][3]={{1,2,3},{8,0,4},{7,6,5}},dist[maxn];
            int head[maxn],next[maxn];

            long hash(long x)
            {
                
            long re=0;
                
            for(long i=0;i<3;i++)
                    
            for(long j=0;j<3;j++)
                        re
            =(re*10+st[x][i][j])%maxn;
                
            return re;
            }
            void insert(long x)
            {
                
            long h=hash(x),p=head[h];
                
            while(p)
                {
                    
            if(memcmp(st[p],st[x],sizeof(st[p]))==0return;
                    p
            =next[p];
                }
                next[x]
            =head[h];head[h]=x;
                rear
            ++;dist[rear]=dist[front]+1;
            }
            long bfs()
            {
                
            while(front<=rear)
                {
                    
            if(memcmp(st[front],aim,sizeof(aim))==0return front;
                    
            //  Found answer , return the position of the final state
                    long x,y;
                    
            bool find_zero=false;
                    
            for(x=0;x<3&&!find_zero;x++)
                        
            for(y=0;y<3&&!find_zero;y++)
                            
            if(st[front][x][y]==0)
                                find_zero
            =true;
                    x
            --;y--;
                    
            //  Find the position of figure zero
                    for(long k=0;k<4;k++)
                    {
                        
            long newx=x+xd[k],newy=y+yd[k];
                        
            if(newx>=0&&newx<3&&newy>=0&&newy<3)
                        {
                            memcpy(st[rear
            +1],st[front],sizeof(st[front]));
                            st[rear
            +1][x][y]=st[rear+1][newx][newy];
                            st[rear
            +1][newx][newy]=0;
                            
            //  Produce new states
                            insert(rear+1);
                            
            //  Try to insert
                        }
                    }
                    front
            ++;
                }
                
            return -1;
            }
            int main()
            {
                
            string s;
                cin
            >>s;
                
            for(long i=0;i<3;i++)
                    
            for(long j=0;j<3;j++)
                        st[
            1][i][j]=s.at(3*i+j)-'0';
                dist[
            1]=0;
                
            //  Input
                long ans=bfs();
                
            //  Bfs
                cout<<dist[ans]<<endl;
                
            //  Output
            return 0;
            }


            posted on 2010-09-22 10:26 lee1r 閱讀(397) 評(píng)論(0)  編輯 收藏 引用 所屬分類: 題目分類:搜索
            精品999久久久久久中文字幕| 欧美久久综合性欧美| 久久精品视屏| 久久96国产精品久久久| 97久久综合精品久久久综合| 久久人人爽人人爽人人片av麻烦 | 亚洲综合精品香蕉久久网97| 婷婷伊人久久大香线蕉AV| 中文字幕热久久久久久久| 亚洲αv久久久噜噜噜噜噜| 伊人久久大香线蕉av不卡| 色综合久久无码中文字幕| 久久精品麻豆日日躁夜夜躁| 久久男人Av资源网站无码软件| 久久久久亚洲AV无码麻豆| 久久成人国产精品| 久久综合综合久久97色| 国产激情久久久久影院老熟女| 久久久久国产日韩精品网站| 亚洲欧美一级久久精品| 亚洲熟妇无码另类久久久| 久久精品国产亚洲av麻豆小说 | 久久国产精品99精品国产987| 精品久久久久久亚洲| 久久亚洲国产精品123区| 久久综合亚洲色HEZYO社区| 久久久无码人妻精品无码| 欧美亚洲另类久久综合| 一本色道久久综合狠狠躁篇 | 国产精品女同一区二区久久| 久久亚洲AV永久无码精品| 亚洲伊人久久精品影院| 久久综合久久综合九色| 久久大香萑太香蕉av| 国产成人久久精品一区二区三区| 国内精品久久久久久久涩爱| 国产美女亚洲精品久久久综合| 久久香蕉一级毛片| 天天爽天天狠久久久综合麻豆| 国产精品成人无码久久久久久| 亚洲精品美女久久久久99|