advanced data structures algorithm& anlaysis

advanced data structures algorithm& anlaysis

University

8 Qs

quiz-placeholder

Similar activities

sort

sort

University

10 Qs

Analysis of Algorithms

Analysis of Algorithms

University

12 Qs

AI3000

AI3000

University

10 Qs

The Principles of Effective Instructional Materials

The Principles of Effective Instructional Materials

University

5 Qs

Web Programming Quiz in Portuguese

Web Programming Quiz in Portuguese

University

10 Qs

Počítačová grafika

Počítačová grafika

6th Grade - University

10 Qs

Hệ quản trị cơ sở dữ liệu - Kiểm tra thường xuyên 3

Hệ quản trị cơ sở dữ liệu - Kiểm tra thường xuyên 3

University

10 Qs

Hash Table and Sorting Algorithms Quiz

Hash Table and Sorting Algorithms Quiz

University

10 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

Greedy

MERGE SORT

Back Tracking

MINIMIZATION PROBLEM

Divide conquer

Optimization Problem

Branch& Bound

Job Sequencing With deadLines

Dynamic programming

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

STATE SPACE TREE

AVL

EULER

SPANNING

BIG-OMEGA

ISOMORPHIC

UN -AMBIGUIOUS

HEAP
UNDIRECTED
LITTLE-OMEGA
WEIGHTED
COMPLETENESS

FINITENESS

BINARY SEARCH TREE
LITTLE-O

BIG-0

DIRECTED

THETA

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