Data Structures and Algorithm

Data Structures and Algorithm

11th Grade - Professional Development

30 Qs

quiz-placeholder

Similar activities

Algorithms Data

Algorithms Data

11th Grade - Professional Development

30 Qs

DATA STRUCTURES WORKSHOP DAY-1

DATA STRUCTURES WORKSHOP DAY-1

University

25 Qs

CC113

CC113

University

28 Qs

Data Structures and  Its Applications

Data Structures and Its Applications

University

30 Qs

Array and Linked List ADT

Array and Linked List ADT

University

30 Qs

Arrays and ArrayLists in Java

Arrays and ArrayLists in Java

9th - 12th Grade

25 Qs

Unit 7 APCSA

Unit 7 APCSA

9th - 12th Grade

25 Qs

Data Structures: Placement Preparations

Data Structures: Placement Preparations

University

25 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?