Update the chapter preface.

This commit is contained in:
krahets
2023-03-03 21:54:04 +08:00
parent 8c65345b76
commit ca261a8f46
7 changed files with 16 additions and 10 deletions

View File

@ -4,7 +4,6 @@
* Author: Zhuo Qinyue (1403450829@qq.com)
*/
/* 基于环形数组实现的双向队列 */
class ArrayDeque {
#nums; // 用于存储双向队列元素的数组