FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
栈的压入、弹出序列 · Issue #2 · DmrfCoder/AlgorithmAndDataStructure · GitHub
DmrfCoder
/
AlgorithmAndDataStructure
Public
Notifications
You must be signed in to change notification settings
Fork
75
Star
341
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
栈的压入、弹出序列
#2
Copy link
Copy link
Open
Open
栈的压入、弹出序列
#2
Copy link
Description
JarvisXX
Issue body actions
这道题如果输入是[1,2,3,4,5,6,7,8]和[5,4,8,7,6,3,2,1]结果应该是true吧?您的算法会判断为false。
Reactions are currently unavailable
Metadata
Metadata
Assignees
No one assigned
Labels
No labels
No labels
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions
Back
|
FazBrowse Home
|
New Git URL
这道题如果输入是[1,2,3,4,5,6,7,8]和[5,4,8,7,6,3,2,1]结果应该是true吧?您的算法会判断为false。