早教吧
育儿知识
作业答案
考试题库
百科
知识分享
创建时间
资源类别
相关度排序
共找到 21 与next=q 相关的结果,耗时12 ms
voidDestroyList(LinkList&L)中有&是什么意思,而voidClearList(LinkListL)中又不需要,//将L重置为空表voidClearList(LinkListL){LinkListp,q;p=L->next;while(p){q=p
其他
(p){q=p->next;
数据结构算法问题voedBB(LNode*s,LNode*q){p=s;while(p->next!=q)p=p->next;p->next=s;}voidAA(LNode*pa,LNode*pb){//pa和pb分别指向单循环链表中的两个结点BB(pa,pb);BB(
数学
a,pb);BB(pb,pa
求解答,不知道哪里错了#include#include#includetypedefintElemType;typedefstructNode{ElemTypedata;structNode*next;}Node,*LinkList;voidDifference(Lin
其他
fference(LinkL
指针p,q和r依次指向某循环链表中三个相邻的结点,交换结点*q和结点*r在表中次序的程序段是()[A]p->next=r;q->next=r->next;r->
next=q
;[B]p->next=r;r->
next=q
;q->next=r->next;[C]r->nex
其他
t; [C] r->n
数据结构.一个实现带头结点的逆序连接voidreverse(pointerh){pointerp,q;p=h->next;h-next=null;while{p!=null}{q=p;p=p->next;q->next=h->next;h-
next=q
;}}请解释每一部
数学
}请解释每一部的意思,本人愚
关于单链表逆置的一些问题,想了好久,望各位高手解答!谢谢我的财富值不多,回答好的话,我追加下面是标准的逆置算法:voidlinklistreverse(linklist&L){p=L->next;q=p->next;s=q->next;p->next=null;
数学
next=null;
下列算法,指出算法A的功能和时间复杂度,其中h、g分别为单循环链表中两个节点指针.VoidB(int*s,int*q){Int*p;p=s;while(p->next!=q)P=p->next;P->next=s;}VoidA(int*h,int*g){B(h,g);
数学
;B(g,h);}
数据结构问题,不懂啊,兄弟已知L是带表头结点的非空单链表,且P结点既不是首元结点,也不是尾元结点,则删除P结点的直接前驱结点的语句序列是:Q=P;P=L;while(p->next->next!=Q)p=p->next;p->next=p->next->
其他
ee(Q);一点不懂,分别说
两题单链表逆置,求讲解1.p=head->next;head->next=NULL;while(p){s=p;p=p->next;s->next=head->next;head->=s;}p=head-next;2.p=head->next;q=p->next;p->
其他
ext=NULL;while
阅读下列算法,指出算法A的功能和时间复杂度,其中h、g分别为单循环链表中两个节点指针.voidB(int*s,int*q){int*p;p=s;while(p->next!=q)p=p->next;p->next=s;}voidA(int*h,int*g){B(h,g
数学
g);B(g,h);}
1
2
3
>
热门搜索: