Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBFS image has a generic tree in it, but the algorithm only works with a binary trees #434
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The image here shows a generic tree (3 children on the first level from root), while the algorithm's code is for binary tree only. Moreover, the algorithm is in the
tree/subfolder, maybe it worth naming itbinary-tree?