

| LIST I | LIST II |
|---|---|
| (A) Floyd-Warshall algorithm for all pair shortest paths | (I) Divide and Conquer |
| (B) Prim’s algorithm | (II) Greedy Paradigm |
| (C) Hamiltonian Circuit | (III) Backtracking |
| (D) Merge Sort | (IV) Dynamic Programming paradigm |
Consider two distinct positive numbers \( m, n \) with \( m > n \). Let \[ x = n^{\log_n m}, \quad y = m^{\log_m n}. \] The relation between \( x \) and \( y \) is -