This commit is contained in:
zhang xuelong
2018-07-20 06:06:07 +00:00
committed by GitHub

View File

@ -41,7 +41,7 @@
### 3. Queue
- LinkedList:可以用它来支持双向队列;
- LinkedQueue:可以用它来支持双向队列;
- PriorityQueue基于堆结构实现可以用它来实现优先队列。