Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit536f75a

Browse files
authored
update desc (trekhleb#371)
* update desc* text error
1 parent431560a commit536f75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/data-structures/queue/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
在计算机科学中, 一个**队列(queue)** 是一种特殊类型的抽象数据类型或集合。集合中的实体按顺序保存。
44

5-
队列基本操作有两种: 向队列的后端位置添加实体,称为入队,并从队列的前端位置移除实体,称为出队。
5+
队列基本操作有两种:入队和出队。从队列的后端位置添加实体,称为入队;从队列的前端位置移除实体,称为出队。
66

77

88
队列中元素先进先出 FIFO (first in, first out)的示意

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp