advanced data structures algorithm& anlaysis

advanced data structures algorithm& anlaysis

University

8 Qs

quiz-placeholder

Similar activities

Data Structures Quiz

Data Structures Quiz

University

3 Qs

Session 15 + 16 : Function

Session 15 + 16 : Function

University

13 Qs

Multiple-Choice Quiz: Algorithms Lab 2

Multiple-Choice Quiz: Algorithms Lab 2

University

10 Qs

2.2 Method of Data Transmission

2.2 Method of Data Transmission

University

13 Qs

Exploring Recursion and Backtracking

Exploring Recursion and Backtracking

University

10 Qs

How Cyber Safe Are You?

How Cyber Safe Are You?

University

10 Qs

Revisão linguagem C - questões abertas

Revisão linguagem C - questões abertas

University

5 Qs

Aula07 - Matrizes

Aula07 - Matrizes

University

12 Qs

advanced data structures algorithm& anlaysis

advanced data structures algorithm& anlaysis

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Khaleel S

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TIME COMPLEXITY OF QUICK SORT

O(N Log N)

O(n)

n^2

n^3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

BEST CASE TIME COMPLEXITY OF QUICK SORT

O(N Log N)

O(n)

n^2

O(1)

3.

MATCH QUESTION

1 min • 5 pts

Match The following

Job Sequencing With deadLines

Dynamic programming

MERGE SORT

Back Tracking

DFS

Branch& Bound

Optimization Problem

Greedy

MINIMIZATION PROBLEM

Divide conquer

4.

CLASSIFICATION QUESTION

1 min • 4 pts

Organize these options into the right categories

Groups:

(a) TREES

,

(b) GRAPHS

,

(c) CHARACTERSTICS OF ALGORITHM

,

(d) ASYMPTITIC NOTATIONS

COMPLETENESS

FINITENESS

ISOMORPHIC

LITTLE-OMEGA

AVL

HEAP

BIG-0

UNDIRECTED
BINARY SEARCH TREE
WEIGHTED
LITTLE-O

STATE SPACE TREE

DIRECTED

SPANNING

THETA

EULER

UN -AMBIGUIOUS

BIG-OMEGA

5.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

0/1 KNAP SACK IS WHAT KIND OF PROBLEM

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Back Tracking Algorithm runs in _____________time complexity

Exponential

polynomial

Linear

Logarithamic

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Branch and Bound Follows what Techniques to solve ?

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

IN TRAVELLING SALES PERSON PROBLEM EVENTUALLY WE FIND ______?