91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

鏈表中奇數排在偶數前面

發布時間:2020-08-28 16:20:54 來源:網絡 閱讀:1052 作者:閆寶通 欄目:編程語言

#include<stdio.h>

#include<stdlib.h>

#define N 9

typedef struct node{

   int  data;

   struct node * next;

}ElemSN;

ElemSN  * Createlink(int a[],int n){  

     int i;

     ElemSN * h=NULL, * p;

     for( i=N-1;i>=0;i--){

          p=(ElemSN *)malloc(sizeof(ElemSN));

  p->data =a[i];

  p->next=h;

  h=p;

     }

    return h;

   }

void printlink(ElemSN * h){

   ElemSN * p;

   for(p=h;p;p=p->next)

   printf("%d\n",p->data);

   }

ElemSN * fun(ElemSN*h){

         ElemSN * p,* q,* h2;

h2=h;

q=h;

p=h->next;

while(p){                           //遍歷鏈表p為空時截止

   if(p->data%2){

        q->next=p->next;   //斷裂掛鏈

p->next=h2;          //生成新的鏈表

            h2=p;                    //設置為頭結點

   }

else                            //偶數時:設置p指針的位置

q=p;    

  p=q->next;            //適合奇數偶數p指正后移


}

  return h2;

   }

int main(void){

int a[N]={1,2,3,4,5,6,7,8,9};

ElemSN * head;

        head=Createlink(a,9);

head=fun(head);

printlink(head);

}



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

安宁市| 巫溪县| 焦作市| 隆林| 沙湾县| 宝山区| 萝北县| 梅河口市| 元氏县| 波密县| 莱西市| 武安市| 万安县| 毕节市| 迁安市| 溧水县| 大丰市| 宜城市| 潼南县| 桦甸市| 巴彦淖尔市| 惠来县| 赤壁市| 仙居县| 靖江市| 西乌珠穆沁旗| 阳东县| 汉川市| 潢川县| 凤台县| 苏尼特右旗| 固原市| 汶上县| 海盐县| 工布江达县| 彝良县| 连云港市| 玛纳斯县| 九江县| 石屏县| 汾阳市|