MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / greedy_best_first.py

File greedy_best_first.py

graphs/greedy_best_first.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2https://en.wikipedia.org/wiki/Best-first_search#Greedy_BFS
3"""
4

Callers

nothing calls this directly

Calls 2

GreedyBestFirstClass · 0.85
searchMethod · 0.45

Tested by

no test coverage detected