Posts by Menelaus • 13 points
1 post
-
1
votes1
answer334
viewsQ: Path in levels in the binary tree
I’m trying to create a function that traverses a binary tree in levels through a chained queue, but when I compile it shows the error message "Segmentation failure (recorded core image)".…