Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: coolcat on May 5, 2020



Title: The ________ is to visit the left subtree of the current node first, then the current node itself, ...
Post by: coolcat on May 5, 2020
The ________ is to visit the left subtree of the current node first, then the current node itself, and finally the right subtree of the current node.

▸ inorder traversal

▸ preorder traversal

▸ postorder traversal

▸ breadth-first traversal


Title: The ________ is to visit the left subtree of the current node first, then the current node itself, ...
Post by: cooldawg69 on May 5, 2020
Content hidden