Skip to content

docs: add a description of the solution #643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed

docs: add a description of the solution #643

wants to merge 6 commits into from

Conversation

YangFong
Copy link
Member

No description provided.

Comment on lines +76 to +77
private Stack<Integer> stack_1;
private Stack<Integer> stack_2;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Java 栈不推荐使用 Stack,而应该使用 ArrayDeque。另外,Java 不使用下划线命名变量,可以改为 stk1, stk2

@yanglbme
Copy link
Member

这个 pr 带上了 6 个 commits,包含了已经 merge 进主分支的 commits,不太规范,具体建议可以参考 #640 (comment)

@YangFong YangFong closed this Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants