132 easy

132 easy

University

25 Qs

quiz-placeholder

Similar activities

Data Structures Quiz

Data Structures Quiz

University

30 Qs

Data Structure Unit-1

Data Structure Unit-1

12th Grade - University

20 Qs

Exploring Trees and Graph Algorithms

Exploring Trees and Graph Algorithms

University

20 Qs

Algorithm Design

Algorithm Design

University

25 Qs

Algorithm - Complexity

Algorithm - Complexity

University - Professional Development

30 Qs

TEST-1

TEST-1

University

20 Qs

Algorithms and complexity L2 quiz

Algorithms and complexity L2 quiz

University

22 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

132 easy

132 easy

Assessment

Quiz

Computers

University

Medium

Created by

Christopher Cannady

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is List in Java

ADT

Interface

Class

Abstract Class

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What classes implement List

ArrayList

LinkedList

Stack

Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Average Case Time Complexity of Access (Array)

O(1)

O(n)

O(Log(n))

O(n^2)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Average Case Time Complexity of Access (Singly Linked List)

O(1)

O(n)

O(Log(n))

O(n^2)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Worst Case Time Complexity of Insertion (Hash Table)

O(1)

O(n)

O(Log(n))

O(n^2)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Average Case Time Complexity of Insertion (Binary Search Tree)

O(1)

O(n)

O(Log(n))

O(n^2)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Worst Case Time Complexity of Deletion (Binary Search Tree)

O(1)

O(n)

O(Log(n))

O(n^2)

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?