Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
High Performance Computing (HPC)
Quiz 11: Algorithms and Parallel Formulations
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
What is the average running time of a quick sort algorithm?
Question 2
Multiple Choice
Odd-even transposition sort is a variation of
Question 3
Multiple Choice
What is the average case time complexity of odd-even transposition sort?
Question 4
Multiple Choice
Shell sort is an improvement on
Question 5
Multiple Choice
In parallel Quick Sort Pivot is sent to processes by
Question 6
Multiple Choice
In parallel Quick Sort each process divides the unsorted list into
Question 7
Multiple Choice
Time Complexity of DFS is? (V - number of vertices, E - number of edges)
Question 8
Multiple Choice
A person wants to visit some places. He starts from a vertex and then wants to visit every vertex till it finishes from one vertex, backtracks and then explore other vertex from same vertex. What algorithm he should use?
Question 9
Multiple Choice
Given an array of n elements and p processes, in the message-passing version of the parallel quicksort, each process stores ---------elements of array
Question 10
Multiple Choice
In parallel quick sort Pivot selecton strategy is crucial for
Question 11
Multiple Choice
In execution of the hypercube formulation of quicksort for d = 3, split along -----------dimention to partition sequence into two big blocks, one greater than pivot and other smaller than pivot as shown in diagram