We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The print_tree method fails (as does the Tree::TreeNode#each method) if the left_child of a Tree::BinaryTreeNode is nil.
print_tree
Tree::TreeNode#each
left_child
Tree::BinaryTreeNode
nil
The text was updated successfully, but these errors were encountered:
Fixed bug #23 where a nil left_child would cause a crash
e3f2bf0
This bug was being manifested for BinaryTrees.
Closed in R0.9.0
Sorry, something went wrong.
evolve75
No branches or pull requests
The
print_tree
method fails (as does theTree::TreeNode#each
method) if theleft_child
of aTree::BinaryTreeNode
isnil
.The text was updated successfully, but these errors were encountered: