📊
Data Structures and Algorithms
Ctrl
K
Copy
LoopQueue 循环队列
循环队列也是一种线性的数据结构。其存在的最大意义,就是将队列的deque操作的均摊复杂度由O(N)降为了O(1)。
待完成
Previous
不同队列的性能比较
Next
BST 二分搜索树
Last updated
4 years ago
Was this helpful?