Exam 11: Algorithms and Parallel Formulations

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which Parallel formulation of Quick sort is possible

Free
(Multiple Choice)
4.9/5
(23)
Correct Answer:
Verified

D

In parallel quick sort Pivot selecton strategy is crucial for

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

D

Time Complexity of DFS is? (V - number of vertices, E - number of edges)

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

A

In parallel Quick Sort each process divides the unsorted list into

(Multiple Choice)
4.9/5
(34)

Which formulation of Dijkstra's algorithm exploits more parallelism

(Multiple Choice)
5.0/5
(36)

Best-first search (BFS) algorithms can search both graphs and trees.

(True/False)
4.8/5
(34)

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

(Multiple Choice)
4.9/5
(33)

Shell sort is an improvement on

(Multiple Choice)
4.9/5
(42)

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

(Multiple Choice)
4.8/5
(34)

A CUDA program is comprised of two primary components: a host and a _____.

(Multiple Choice)
4.9/5
(33)

A complete graph is a graph in which each pair of vertices is adjacent

(True/False)
4.7/5
(22)

Simple backtracking is a depth-first search method that terminates upon finding the first solution.

(True/False)
4.9/5
(43)

What is the average case time complexity of odd-even transposition sort?

(Multiple Choice)
4.9/5
(37)

important component of best-first search (BFS) algorithms is

(Multiple Choice)
4.7/5
(35)

The kernel code is dentified by the ________qualifier with void return type

(Multiple Choice)
4.9/5
(36)

The space required to store the adjacency matrix of a graph with n vertices is

(Multiple Choice)
4.8/5
(38)

In Dijkstra's all pair shortest path each process compute the single-source shortest paths for all vertices assigned to it in SOURCE PARTITIONED FORMULATION

(True/False)
4.9/5
(37)

identify Load-Balancing Scheme/s

(Multiple Choice)
4.8/5
(32)

Odd-even transposition sort is a variation of

(Multiple Choice)
4.8/5
(47)

Graph can be represented by

(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)