DS-1 & 2-(2024 Batch)

DS-1 & 2-(2024 Batch)

University

12 Qs

quiz-placeholder

Similar activities

Linked List 2

Linked List 2

University

10 Qs

Data Structure

Data Structure

University

15 Qs

DSA-QUIZ-2

DSA-QUIZ-2

University

10 Qs

DS MODULE 3 LINKED LIST

DS MODULE 3 LINKED LIST

University

15 Qs

Quizz Double linked list

Quizz Double linked list

University

11 Qs

DS QUIZ-1 (unit-1)

DS QUIZ-1 (unit-1)

University

10 Qs

Trees

Trees

University

11 Qs

Linked Lists C++

Linked Lists C++

University

11 Qs

DS-1 & 2-(2024 Batch)

DS-1 & 2-(2024 Batch)

Assessment

Quiz

Computers

University

Hard

Created by

SOBHANBABU SOBHANBABU

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is Linked List, select most suitable option

It is a Dynamic Data Structure

It is a Static Data Structure

It is a linear Data Structures

It is a collection of nodes link to each other

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many fields present in Doubly linked list

3

2

1

4

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the Worst Case time complexity of Binary Search

O(logn)

O(n)

O(log(logn))

O(n^2)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Sinking Sort is also called as

Bubble Sort

Insertion Sort

Heap Sort

Selection Sort

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How to delete First node in Singly linked list

t=head

head=head->next

free(t)

head=head->next

free(head)

t=head

free(t)

head=head->next

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

If a linked list does not contain NULL, then it indicates

It is Circular Single Linked List

It is Circular Double Linked List

It is Single Linked List

It is not a linked list

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What are the applications of Linked Lists

used in Polynomials

used to implement Non-linear Data Strucures

also used to implement linear data Structures

used to group memory blocks into chain format

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?