LIST I | LIST II |
---|---|
(A) A* Algorithm | (I) Space complexity is O4, where d = depth of the deepest optimal solution. |
(B) Recursive Best First Search | (II) Incomplete even if the search space is finite. |
(C) Recursive Best First Search | (III) Optimal, if the optimal solution is reachable, otherwise returns the best reachable optimal solution. |
(D) SMA* Algorithm | (IV) Computation and space complexity is too high. |