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

Commit de5b186

Browse files
修改一个错别字
段 --> 端
1 parent 2b0ca46 commit de5b186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎problems/栈与队列理论基础.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ C++标准库是有多个版本的,要知道我们使用的STL是哪个版本
6363

6464
**我们常用的SGI STL,如果没有指定底层实现的话,默认是以deque为缺省情况下栈的底层结构。**
6565

66-
deque是一个双向队列,只要封住一段,只开通另一端就可以实现栈的逻辑了。
66+
deque是一个双向队列,只要封住一端,只开通另一端就可以实现栈的逻辑了。
6767

6868
**SGI STL中 队列底层实现缺省情况下一样使用deque实现的。**
6969

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /