Which sorting algorithm can be used to sort a random linked list with minimum time complexity?
Data Structures - Training: Quiz 1

Quiz
•
Computers
•
University
•
Hard

S Sampath Kumar
Used 1+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
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
Similar Resources on Quizizz
7 questions
DSA Day 4

Quiz
•
University
10 questions
DS UNIT-2 TEST-1

Quiz
•
University
10 questions
DAA_C_MCQ_2

Quiz
•
University
10 questions
Quiz 1 - AK2 Section

Quiz
•
University
10 questions
DS UNIT-2 TEST-3

Quiz
•
University
14 questions
Data Structure

Quiz
•
University
10 questions
PDS - 04225 Lists, Stacks and Queues - Chapter 5

Quiz
•
University
15 questions
DATA STRUCTURES QUIZ

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade