Graph and Tree Traversal

Graph and Tree Traversal

15 Qs

quiz-placeholder

Similar activities

12.7-9 Test

12.7-9 Test

KG - University

20 Qs

We Beat the Street

We Beat the Street

7th Grade

10 Qs

Level 3 - Numbering Systems Quiz

Level 3 - Numbering Systems Quiz

KG - University

10 Qs

Nutrition Label Test Review

Nutrition Label Test Review

11th Grade

20 Qs

Chem Week 6 Quiz

Chem Week 6 Quiz

11th Grade

17 Qs

Polymorphism - Objective Exercises

Polymorphism - Objective Exercises

University

11 Qs

6th adv Eddahis Ordering Rational Numbers - Quiz

6th adv Eddahis Ordering Rational Numbers - Quiz

KG - University

14 Qs

Graph and Tree Traversal

Graph and Tree Traversal

Assessment

Quiz

others

Practice Problem

Medium

Created by

Mark Gadsby

Used 21+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is shown in this diagram

Rooted Tree
Simple Graph
Weighted Graph
Tree

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Is the statement "an in-order traversal always visits the nodes in ascending order" true or false?

True
False

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

A traversal method that explores as far as possible along each branch before backtracking

Breadth First Traversal

Standard Traversal

Depth First Traversal

Branch Traversal

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

A traversal that explores nodes closest to the start node before exploring nodes further away

Breadth First Traversal
Standard Traversal
Depth First Traversal
Branch Traversal

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which data structure is typically used to keep track of the nodes to visit in a BFS

Array

Stack

Queue

Linked List

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Traversing a tree by visiting the root, traversing the left sub-tree, then the right sub-tree.

In-Order
Pre-Order
Post-Order
Special-Order

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Traversing a tree by traversing the left sub-tree, visiting the root, then the right sub-tree.

In-Order
Pre-Order
Post-Order
Special-Order

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?