Programmer (programmer7)

Race #55

View Pit Stop page for race #55 by programmer7Ghost race

View profile for Programmer (programmer7)

Official speed 61.51 wpm (54.24 seconds elapsed during race)
Race Start March 15, 2019 3:15:36pm UTC
Race Finish March 15, 2019 3:16:30pm UTC
Outcome No win (3 of 5)
Accuracy 94.0%
Points 45.11
Text #3622412 (Length: 278 characters)

To move through a tree of paths using hill climbing, proceed as in depth-first search, but order the choices according to some heuristic measure of remaining distance. The better the heuristic measure is, the better hill climbing will be relative to ordinary depth-first search.