advanced data structures algorithm& anlaysis

advanced data structures algorithm& anlaysis

University

8 Qs

quiz-placeholder

Similar activities

Hash Table and Sorting Algorithms Quiz

Hash Table and Sorting Algorithms Quiz

University

10 Qs

Daily Scrum

Daily Scrum

University

11 Qs

Divide and Conquer Algorithm Quiz

Divide and Conquer Algorithm Quiz

University

7 Qs

Quick Sort

Quick Sort

University

10 Qs

Counting Sort

Counting Sort

University

7 Qs

Algoritm and Data structure

Algoritm and Data structure

University

10 Qs

24-2 IT104 P1

24-2 IT104 P1

University

10 Qs

Kỹ Thuật Sắp Xếp

Kỹ Thuật Sắp Xếp

University

11 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

DFS

Back Tracking

Optimization Problem

Branch& Bound

Job Sequencing With deadLines

Dynamic programming

MINIMIZATION PROBLEM

Divide conquer

MERGE SORT

Greedy

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
DIRECTED

EULER

WEIGHTED

THETA

UNDIRECTED

UN -AMBIGUIOUS

HEAP

BIG-0

STATE SPACE TREE

LITTLE-O

ISOMORPHIC

BINARY SEARCH TREE
BIG-OMEGA

AVL

LITTLE-OMEGA

FINITENESS

SPANNING

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 ______?