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

TreeNode#each and TreeNode#print_tree fail if the left child in a BinaryTree is nil #23

Closed
evolve75 opened this issue Dec 28, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@evolve75
Copy link
Owner

The print_tree method fails (as does the Tree::TreeNode#each method) if the left_child of a Tree::BinaryTreeNode is nil.

@ghost ghost assigned evolve75 Dec 28, 2013
evolve75 added a commit that referenced this issue Dec 31, 2013
This bug was being manifested for BinaryTrees.
@evolve75
Copy link
Owner Author

evolve75 commented Jan 1, 2014

Closed in R0.9.0

@evolve75 evolve75 closed this as completed Jan 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant