advanced data structures algorithm& anlaysis

advanced data structures algorithm& anlaysis

University

8 Qs

quiz-placeholder

Similar activities

Session 15 + 16 : Function

Session 15 + 16 : Function

University

13 Qs

Đề cương Công Nghệ Lớp 5 Kì 2

Đề cương Công Nghệ Lớp 5 Kì 2

5th Grade - University

12 Qs

Khám Phá Thuật Toán

Khám Phá Thuật Toán

University

10 Qs

Quick Sort

Quick Sort

University

10 Qs

Counting Sort

Counting Sort

University

7 Qs

Binary Search

Binary Search

University

12 Qs

Algoritm and Data structure

Algoritm and Data structure

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

Optimization Problem

Divide conquer

MINIMIZATION PROBLEM

Branch& Bound

MERGE SORT

Dynamic programming

DFS

Greedy

Job Sequencing With deadLines

Back Tracking

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

THETA

LITTLE-O
COMPLETENESS

AVL

HEAP

FINITENESS

STATE SPACE TREE

SPANNING

UNDIRECTED

ISOMORPHIC

DIRECTED

EULER

UN -AMBIGUIOUS

WEIGHTED

BIG-0

LITTLE-OMEGA
BIG-OMEGA
BINARY SEARCH TREE

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