- (A) The Floyd-Warshall algorithm leverages the Dynamic Programming paradigm (IV). - (B) Prim’s algorithm operates based on the Greedy Paradigm (III). - (C) The Hamiltonian Circuit problem is resolved using Backtracking (II). - (D) Merge Sort is implemented employing the Divide and Conquer paradigm (I).