
Tree Traversals

Quiz
•
Computers
•
University
•
Medium
Jordan Burgess
Used 3+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the process of walking through a tree called?
Branching
Traversal
Computing
Manipulation
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which traversal method processes the root before its subtrees?
Post-order traversal
In-order traversal
Pre-order traversal
Breadth-first traversal
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which traversal method processes the root in between its subtrees?
Breadth-first traversal
Post-order traversal
In-order traversal
Pre-order traversal
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which traversal method processes the root after its subtrees?
Post-order traversal
In-order traversal
Breadth-first traversal
Pre-order traversal
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which traversal method is also known as level traversal?
Pre-order traversal
Post-order traversal
Breadth-first traversal
In-order traversal
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the stopping case for recursion in tree traversal functions?
When the root pointer is 0
When the left subtree is empty
When the right subtree is empty
When all nodes have been visited
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the order of processing in pre-order traversal?
Process left subtree, process right subtree, process root
Process right subtree, process left subtree, process root
Process left subtree, process root, process right subtree
Process the root, process left subtree, process right subtree
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
DSA - QA3

Quiz
•
University
10 questions
Trees

Quiz
•
University
14 questions
Binary Tree

Quiz
•
University
15 questions
Data Structure

Quiz
•
University
10 questions
DRAINER CS : Data Structures Final Review

Quiz
•
University
14 questions
A-Level Computer Science Data Structures Quiz

Quiz
•
12th Grade - University
20 questions
New DSC Quiz

Quiz
•
University
10 questions
tree

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade