Sorting and Asymptotic Notations

Sorting and Asymptotic Notations

University

10 Qs

quiz-placeholder

Similar activities

Time and Space Complexity

Time and Space Complexity

University

15 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

15 Qs

Analysis of Algorithms

Analysis of Algorithms

University

10 Qs

DSA - Practice Quiz - 1

DSA - Practice Quiz - 1

University - Professional Development

15 Qs

Array

Array

University

15 Qs

Sorting in Data Structures

Sorting in Data Structures

University

15 Qs

Episode 12 DSA Thursdays Sorting Algo

Episode 12 DSA Thursdays Sorting Algo

University

15 Qs

DAA Quiz 1

DAA Quiz 1

University

10 Qs

Sorting and Asymptotic Notations

Sorting and Asymptotic Notations

Assessment

Quiz

Computers

University

Medium

Created by

lekhraj chaudhary

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q.1 To main measures of the efficiency of an algorithm is?

a. Time and space complexity

b. Data and space

c. Processor and memory

d. Complexity and capacity

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q.2 which of the following is a Divide and Conquer algorithm?

a. Heap sort

b. Merge sort

c. Bubble sort

d. Selection sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q.3 which of the following data structure is used to perform recursion?

a. Linked list

b. Array

c. Stack

d. Queue

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q.4 Identify the best case time complexity of selection sort?

a. O (n logn)

b. O (n^2)

c. O (n)

d. O (1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q.5 what is the time complexity of the binary search algorithm?

a. O (logn)

b. O (n^2)

c. O (n)

d. O (1)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q.6 The worst-case time complexity of Quicksort is?

a. O (logn)

b. O (n^2)

c. O (n)

d. O (1)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q.7 what is the technique called in which it does not require extra memory for carrying out the sorting procedure?

a. Stable

b. Unstable

c. In-place

d. Out-place

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?