mirror of
https://github.com/CodePanda66/CSPostgraduate-408.git
synced 2023-05-21 21:49:33 +08:00
✨ Add SqQueue2
This commit is contained in:
@@ -85,6 +85,11 @@ void TestQueue(){
|
||||
} else{
|
||||
printf("获取队头元素失败!");
|
||||
}
|
||||
if(QueueEmpty(Q)){
|
||||
printf("队空啦\n");
|
||||
} else{
|
||||
printf("队非空\n");
|
||||
}
|
||||
|
||||
printf("结束测试!\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user