Complexity Analysis Station [5]

Quiz
•
Computers
•
University
•
Hard

Dareen Hussein
Used 2+ times
FREE Resource
5 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is asymptotic complexity in the following void function?
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
What is asymptotic complexity in the following void function?
3.
FILL IN THE BLANK QUESTION
3 mins • 1 pt
Ryan is implementing a merge sort algorithm that he heard about in computers class. However, he wasn't paying attention, and ended up implementing the merge sort in a very unusual way.
The standard merge sort takes a list, and recursively splits it in half, until there is only one element left. It then uses the idea that two sorted lists can be easily merged in O(n)time using "two pointer technique" (this step is usually called merge).
Ryan doesn't know about two pointer technique, however, so he decided to replace merge with a bubble sort! The bubble sort runs in O(n^2) time.
What is the runtime of this merge sort implementation?
4.
OPEN ENDED QUESTION
3 mins • 1 pt
Write a function named "rotate_right" that takes as its argument an array of floating point values and an integer that tells the number of cells in the array.
The function should shift the contents of each cell one place to right, except for the last cell which should be moved into the cell with subscript 0. Thus for example if the function looks like the first table above should end like the second one
Evaluate responses using AI:
OFF
5.
OPEN ENDED QUESTION
5 mins • 1 pt
Suppose a sequence A of n numbers should already be in ascending order. Thus for the
sequence (6,2,9,5,8,7) there are 6 pairs that are out of sequence:
(6,2) , (6,5) , (9,5) , (9,8) , (9,7) , (8,7)
• Implement an algorithm to return the number of these out-of-order pairs.
Hint: An out-of-order pair (Ai,Aj) is such that: ( i < j ) AND (Ai > Aj).
• Determine T(n) = number of array element comparisons.
• What is the Big-O of this algorithm?
Evaluate responses using AI:
OFF
Similar Resources on Wayground
10 questions
DS UNIT-2 TEST-1

Quiz
•
University
10 questions
Quiz sobre Algoritmos de Ordenação

Quiz
•
University
10 questions
Sorting Algorithms Quiz

Quiz
•
University
10 questions
Algorytmy 1-3 do popraw

Quiz
•
University
10 questions
Kuis MailMerge

Quiz
•
12th Grade - University
10 questions
Algorithm analysis: divide & conquer theory

Quiz
•
University
10 questions
DAA_C_MCQ_2

Quiz
•
University
8 questions
TEAM 2

Quiz
•
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
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University