Skip to content
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

Ex09.java and InfixToPostfix.java #13

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lingdongxinling
Copy link
Contributor

@lingdongxinling lingdongxinling commented Apr 5, 2020

Add answer to Ex09.
Fix a bug at parse integer more than 10.
Rewrite the answer to Ex10.

Add answer to Ex09
The current solution to this exercise is wrong.
@lingdongxinling lingdongxinling changed the title Ex09.java Ex09.java and InfixToPostfix.java Apr 5, 2020
Fix a bug at enqueue function, it will make index exception when dequeue.
Copy link
Owner

@jimmysuncpt jimmysuncpt left a comment

Choose a reason for hiding this comment

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

请把包名改一下,我可以给合入;
1.3.10 我这种写法没什么不妥吧,而且也是官方的答案。

Copy link

@vsxd vsxd left a comment

Choose a reason for hiding this comment

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

src/com/jimmysun/algorithms/chapter1_3/ResizingArrayQueueOfStrings.java中的改动应该是没有必要的吧?

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.

3 participants