EEE-A QUIZ-5 DS LAB

EEE-A QUIZ-5 DS LAB

University

5 Qs

quiz-placeholder

Similar activities

Lab ES

Lab ES

University

10 Qs

TEST 3 - K16

TEST 3 - K16

University

10 Qs

RAMO DE INCENDIO Y ALIADAS

RAMO DE INCENDIO Y ALIADAS

University

10 Qs

Bài kiểm tra

Bài kiểm tra

University

10 Qs

Quiz AV2 ASO Terça Manhã 1

Quiz AV2 ASO Terça Manhã 1

University

10 Qs

Library Challenges: Stage 4 - Word Puzzle

Library Challenges: Stage 4 - Word Puzzle

University

10 Qs

Quiz sobre Desenho e Expressões Visuais

Quiz sobre Desenho e Expressões Visuais

University

10 Qs

Conceptos fundamentales del Marketing

Conceptos fundamentales del Marketing

University

10 Qs

EEE-A QUIZ-5 DS LAB

EEE-A QUIZ-5 DS LAB

Assessment

Quiz

Education

University

Medium

Created by

roja laveti

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms is the fastest?


Merge sort

Quick sort

Insertion sort

Shell sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quick sort follows Divide-and-Conquer strategy.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case time complexity of a quick sort algorithm?

O(N)

O(N log N)

O(N2)

O(log N)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many sub arrays does the quick sort algorithm divide the entire array into?

one

two

three

four

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the average case time complexity of merge sort?

O(n log n)

O(n2)

O(n2 log n)

O(n log n2)