This website works better with JavaScript.
Explore
Help
Register
Sign In
yetao
/
hello-algo
mirror of
https://github.com/krahets/hello-algo.git
Watch
1
Star
0
Fork
You've already forked hello-algo
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Update stack.cpp
Browse Source
pull/39/head
Yudong Jin
2 years ago
committed by
GitHub
parent
fe4af37290
commit
8b72cf5b35
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
codes/cpp/chapter_stack_and_queue/stack.cpp
Unescape
Escape
View File
@ -34,5 +34,6 @@ int main(){
/* 判断是否为空 */
bool
empty
=
stack
.
empty
(
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
yetao/hello-algo
Title
Body
Create Issue