mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-25 19:22:27 +08:00
build
This commit is contained in:
@ -1972,7 +1972,7 @@ comments: true
|
||||
/* 析构函数 */
|
||||
void delArrayQueue(ArrayQueue *queue) {
|
||||
free(queue->nums);
|
||||
queue->queCapacity = 0;
|
||||
free(queue);
|
||||
}
|
||||
|
||||
/* 获取队列的容量 */
|
||||
|
Reference in New Issue
Block a user