2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

quiz-placeholder

Similar activities

Tin 12 hk1 p2

Tin 12 hk1 p2

12th Grade

20 Qs

TEST Bài 1_K12_Sách KNTT

TEST Bài 1_K12_Sách KNTT

12th Grade

18 Qs

Bài 8,9 - Tin 12

Bài 8,9 - Tin 12

12th Grade

15 Qs

PPG 25 Feb 2022

PPG 25 Feb 2022

12th Grade

19 Qs

Lập trình trực quan

Lập trình trực quan

University

15 Qs

UH 1- INFORMATIKA KELAS 7 SEMESTER 2

UH 1- INFORMATIKA KELAS 7 SEMESTER 2

9th - 12th Grade

20 Qs

II MCA ASP.NET ONLINE QUIZ

II MCA ASP.NET ONLINE QUIZ

University

15 Qs

PHP First Internal Practical Viva

PHP First Internal Practical Viva

University

20 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

Assessment

Quiz

Computers

12th Grade - University

Practice Problem

Hard

Created by

Robin Smith

Used 46+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What supporting data structure is used for traversing a graph based on the depth-first traversal technique?

Stack

Queue

Circular Queue

2D Array

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What supporting data structure is used for traversing a graph based on the breadth-first traversal technique?

Stack

Queue

Circular Queue

2D Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Depth-first traversal is equivalent to which of the following traversal of trees?

Pre-order

Post-order

In-order

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An approach to problem-solving in which different sequences are considered until the best suitable solution is found is called

Traversal

Heuristics

Backtracking

Data Mining

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

If visitedNodes = [A], what is the value of visitedNodes in the next step?

visitedNodes = [B]

visitedNodes = [B, C]

visitedNodes = [B, C, D]

visitedNodes = [A, B]

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

If node C has been visited in the current step, what is the value of visitedNodes?

Select All That Apply.

visitedNodes = [A, B, E, I, C]

visitedNodes = [A, B, E, I, F, C]

visitedNodes = [A, B, E, I, F, J, G, C]

visitedNodes = [A, B, E, I, F, J, D, C]

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

If node D is visited in the current step, what is the value of the supporting data structure?

[A]

[A, B, C]

[A, B, C, D]

[D, B, C, A]

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?