Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikaple authored Sep 8, 2017
1 parent 5c495dd commit fe3f213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
* 移除: `O(1)`

### Queue
* 队列是元素的集合,其包含了两个基本操作:enqueue 操作可以用于将元素插入到队列中,而 dequeeu 操作则是将元素从队列中移除。
* 队列是元素的集合,其包含了两个基本操作:enqueue 操作可以用于将元素插入到队列中,而 dequeue 操作则是将元素从队列中移除。
* 遵循先入先出原则 (FIFO)。
* 时间复杂度:
* 索引: `O(n)`
Expand Down

0 comments on commit fe3f213

Please sign in to comment.