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

#98: add C++ implementation for in-order #102

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

raof01
Copy link
Contributor

@raof01 raof01 commented Aug 11, 2019

No description provided.

Copy link
Owner

@azl397985856 azl397985856 left a comment

Choose a reason for hiding this comment

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

  1. 你这个解法应该是定义法吧? 不应该放在我的“中序遍历法”部分

  2. 定义法好像已经有c++实现了

@raof01
Copy link
Contributor Author

raof01 commented Aug 12, 2019

  • 你这个解法应该是定义法吧? 不应该放在我的“中序遍历法”部分
  • 定义法好像已经有c++实现了

这个是中序遍历,跟你的实现思路是一样的,也是用栈实现的。定义法跟这个不一样,也是我提交的。

@azl397985856
Copy link
Owner

  • 你这个解法应该是定义法吧? 不应该放在我的“中序遍历法”部分
  • 定义法好像已经有c++实现了

这个是中序遍历,跟你的实现思路是一样的,也是用栈实现的。定义法跟这个不一样,也是我提交的。

sorry 没仔细看

@azl397985856 azl397985856 merged commit e5db0e0 into azl397985856:master Aug 13, 2019
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.

None yet

2 participants