Services
Discover
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)
Exam 11: Algorithms and Parallel Formulations
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
Which Parallel formulation of Quick sort is possible
Question 2
Multiple Choice
In parallel quick sort Pivot selecton strategy is crucial for
Question 3
Multiple Choice
Time Complexity of DFS is? (V - number of vertices, E - number of edges)
Question 4
Multiple Choice
In parallel Quick Sort each process divides the unsorted list into
Question 5
Multiple Choice
Which formulation of Dijkstra's algorithm exploits more parallelism
Question 6
True/False
Best-first search (BFS) algorithms can search both graphs and trees.
Question 7
Multiple Choice
to solve the all-pairs shortest paths problem which algorithm's is/are used A. Floyd's algorithm B. Dijkstra's single-source shortest paths C. Prim's Algorithm D. Kruskal's Algorithm
Question 8
Multiple Choice
Shell sort is an improvement on
Question 9
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