Greedy Best-First Search
Greedy Best-First Search is an AI search algorithm that attempts to find the most promising path from a given starting point to a goal. The algorithm works by evaluating the cost of each possible path and then expanding the path with the lowest cost. This process is repeated until the goal is reached.
Difference between greedy and DFS?
https://stackoverflow.com/questions/70829578/depth-first-search-v-s-greedy-best-first-search