what is the other name of informed search strategy
The other name of informed search strategy is heuristic search.
It is also closely related to best-first search , which uses heuristic information to guide the search toward the goal.
Answer: Heuristic search.