mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-02 10:13:00 +08:00
build
This commit is contained in:
@@ -362,8 +362,8 @@ comments: true
|
||||
}
|
||||
|
||||
~LinkedListQueue() {
|
||||
delete front;
|
||||
delete rear;
|
||||
// 遍历链表删除结点,释放内存
|
||||
freeMemoryLinkedList(front);
|
||||
}
|
||||
|
||||
/* 获取队列的长度 */
|
||||
|
||||
Reference in New Issue
Block a user