Analysis of Algorithm Chapter 10 : State Space

Analysis of Algorithm Chapter 10 : State Space

University

8 Qs

quiz-placeholder

Similar activities

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

(CPDS) 1. Concepts of Distributed Systems - Failures

(CPDS) 1. Concepts of Distributed Systems - Failures

University

7 Qs

Materi Search Engine

Materi Search Engine

University

10 Qs

PDS - 04225 Lists, Stacks and Queues - Chapter 5

PDS - 04225 Lists, Stacks and Queues - Chapter 5

University

10 Qs

Struktur Data

Struktur Data

University

10 Qs

Lecture SEVEN.

Lecture SEVEN.

University

11 Qs

Two-Dimensional Array

Two-Dimensional Array

11th Grade - University

6 Qs

Internet Fundamentals

Internet Fundamentals

KG - University

11 Qs

Analysis of Algorithm Chapter 10 : State Space

Analysis of Algorithm Chapter 10 : State Space

Assessment

Quiz

Computers

University

Hard

Created by

วัชรศักดิ์ ศิริเสรีวรรณ

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which state is the root node of State space tree

Initial state

Partial solution state

Goal state

Terminal state

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which ones are search strategies of state space tree

Blind search

Heuristic search

Binary search

Linear search

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which kind of state space structure shown in the figure ?

Enumeration

Permutation

Binary counter

Linear

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Based on this state of 15-puzzle problem as shown, which action cannot be performed next ?

Top

Down

Right

Left

Every action is valid

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which are differences between Brute force search and Backtracking approach

Validity verification function on the partial solution

The number of choices of action

The direction of search on tree

The height of state space tree

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which problems are similar based on searching on state space ?

0/1 Knapsack

15-puzzle

N-queens

Sum of subsets

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which one are the correct pairing of checking the solution on N-Queen problem

checking the uniqueness of col : verifying whether no queen attacking on the vertical line

checking the uniqueness of i - col[i] : verifying whether no queen attacking on the negative diagonal

checking the unique of i + col[i] : verifying whether no queen attacking on the negative diagonal

checking the unique of i - col[i] : verifying whether no queen attacking on the positive diagonal

checking the unique of i + col[i] : verifying whether no queen attacking on the positive diagonal

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How many solutions are there to the n-queens problem when n = 5?