Data Structures - Training: Quiz 1

Data Structures - Training: Quiz 1

University

11 Qs

quiz-placeholder

Similar activities

Linked List - Implementation

Linked List - Implementation

University

15 Qs

DSA - 2a

DSA - 2a

University

8 Qs

Stack & Queue

Stack & Queue

University

16 Qs

Quizze Buzzie

Quizze Buzzie

University

14 Qs

Data Structuer

Data Structuer

University

12 Qs

CodeCadette

CodeCadette

University

15 Qs

searching quiz

searching quiz

University

10 Qs

DSAA Quiz

DSAA Quiz

University

15 Qs

Data Structures - Training: Quiz 1

Data Structures - Training: Quiz 1

Assessment

Quiz

Computers

University

Hard

Created by

S Sampath Kumar

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which sorting algorithm can be used to sort a random linked list with minimum time complexity?

Insertion Sort

Quick Sort

Heap Sort

Merge Sort

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Suppose each set is represented as a linked list with elements in arbitrary order. Which operations among union, intersection, membership, cardinality will be the slowest? (GATE CS 2004)

union

membership

cardinality

union, intersection

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the optimal time complexity to count the number of nodes in a linked list?

O(n)

O(1)

O(log n)

O(n log n)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following algorithms is not feasible to implement in a linked list?

Insertion Sort

Quick Sort

Heap Sort

Binary Search

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the time complexity to insert an element to the front of a LinkedList (head pointer given)?

O(n)

O(1)

O(log n)

O(n log n)

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the time complexity of a program to reverse a linked list?

O(n)

O(1)

O(log n)

O(n log n)

7.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Which of the following problems can be solved using 2 pointers on linked list?

Detecting cycle in a Linked List

Finding intersection of two linked lists

Finding middle of a linked lists

None of the above

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?