單項(xiàng)選擇題
A.LOC(a[0][0])+(j×n+i)×d B.LOC(a[0][0])+(j×m+i)×d C.LOC(a[0][0])+((j-1)×n+i-1)×d D.LOC(a[0][0])+((j-1)×m+i-1)×d
A.p->next=q->next;q->next=p; B.q->next=p->next;p=q; C.p->next=q->next;p->next=q; D.q->next=>next;p->next=q;
A.前序線索二叉樹中求前序后繼 B.中序線索二叉樹中求中序后繼 C.中序線索二叉樹中求中序前趨 D.后序線索二叉樹中求后序后繼
A.99 B.98 C.50 D.48
A.38,40,46,56,79,84 B.40,38,46,79,56,84 C.40,38,46,56,79,84 D.40,38,46,84,56,79
A.8 B.3 C.5 D.9
A.(rear-front+m)%m B.read-front+1 C.read-front-1 D.read-front