
Data Structures and Algorithms Flashcard

Flashcard
•
English
•
University
•
Hard
Wayground Content
FREE Resource
Student preview

15 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the time complexity of picking an element in a binary search tree T that is smaller than the maximum element in T?
Back
Θ(1)
2.
FLASHCARD QUESTION
Front
What is an application of queues in computer science?
Back
Job scheduling, Print queue management, Network protocol implementation, All of the above.
3.
FLASHCARD QUESTION
Front
Which sorting algorithm has a time complexity of O(n log n)?
Back
Merge Sort.
4.
FLASHCARD QUESTION
Front
What is the output of sizeof(arr) for int arr[10] in C?
Back
40.
5.
FLASHCARD QUESTION
Front
What does the following pseudo-code do? function traverse(head): current = head while current != NULL: print(current.data) current = current.next
Back
Prints all elements of a linked list.
6.
FLASHCARD QUESTION
Front
Define a binary search tree (BST).
Back
A binary search tree is a data structure that maintains sorted order, where each node has at most two children, and the left child contains values less than the parent node, while the right child contains values greater.
7.
FLASHCARD QUESTION
Front
What is the average time complexity for searching an element in a balanced binary search tree?
Back
Θ(log n).
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Decision and Sensitivity Analysis APP2 Final

Flashcard
•
University
15 questions
COSMOS Brain Inspired Machine Learning

Flashcard
•
University
15 questions
MEGACODE CHALLENGE

Flashcard
•
University
15 questions
Cardiovascular System

Flashcard
•
12th Grade
15 questions
Neurons and Action Potential Review

Flashcard
•
12th Grade
10 questions
Unit 6:Academic Stress and Mental Well-Being in College Students

Flashcard
•
University
9 questions
DSA - Intro

Flashcard
•
University
10 questions
Lesson 3: Boolean Logic and Logic Gates

Flashcard
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade