Skip to content

fix pre-order traversal, add in-order and post-order traversal - #121

Closed
bmoyer wants to merge 2 commits into
TheAlgorithms:masterfrom
bmoyer:add_bst_traversals
Closed

fix pre-order traversal, add in-order and post-order traversal#121
bmoyer wants to merge 2 commits into
TheAlgorithms:masterfrom
bmoyer:add_bst_traversals

Conversation

@bmoyer

@bmoyer bmoyer commented Sep 28, 2017

Copy link
Copy Markdown

Fix a bug in pre-order traversal implementation and add in-order and post-order traversal algorithms. Also add if __name__ == '__main__' so that running the Python file directly will execute the traversals.

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