Data Structures and Algorithm

Data Structures and Algorithm

11th Grade - Professional Development

30 Qs

quiz-placeholder

Similar activities

ICT 1 (H1H2)

ICT 1 (H1H2)

University

25 Qs

Algorithms Data

Algorithms Data

11th Grade - Professional Development

30 Qs

ECS 36C Quizizz

ECS 36C Quizizz

University

29 Qs

Batch 1 Quiz - DSA Lab

Batch 1 Quiz - DSA Lab

University

25 Qs

Introduction - Data Structures

Introduction - Data Structures

University

25 Qs

Technical quiz(Medium-Level)

Technical quiz(Medium-Level)

University

25 Qs

java collections

java collections

University

31 Qs

Data Structures - Lists & Linked Lists

Data Structures - Lists & Linked Lists

12th Grade

26 Qs

Data Structures and Algorithm

Data Structures and Algorithm

Assessment

Quiz

Computers

11th Grade - Professional Development

Medium

Created by

Saurabh Soni

Used 32+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms can be used to sort a random linked list with minimum time complexity?

Insertion Sort

Quick Sort

Merge Sort

Heap Sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the worst case, the number of comparisons needed to search a singly linked list of length n for a given element is (GATE CS 2002)

log 2 n

n/2

log 2 n - 1

n

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

membership, cardinality

intersection, membership

union, intersection

union only

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The minimum number of comparisons required to determine if an integer appears more than n/2 times in a sorted array of n integers is

Θ(n)

Θ(logn)

Θ(log*n)

Θ(1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A series of values stored in memory is called ___

an array

a tree

a matrix

a struct

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In some languages, arrays are also called ___

groups or arrows

roots or leaves

lists or vectors

lines or strings

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arrays of characters, like letters, numbers, punctuation and other written symbols, are called ___

structs

vectors

strings

groups

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?