A.算法本身 B.所使用的計(jì)算機(jī) C.算法的程序設(shè)計(jì) D.數(shù)據(jù)結(jié)構(gòu)
A.邏輯B.存儲C.邏輯與存儲D.物理
A.f->next=p;f=p B.r->next=p;r=p C.r=p;p->next=r D.p->next=f;f=p