Informed search step by step: greedy, A*, IDA*

What the exam asks you to produce: the frontier written out at every step as an ordered list of paths, each with its g (cost so far), h (heuristic estimate of the rest) and f = g + h, plus a statement of which value the queue is sorted by, which loop breaking rule you used, and whether the heuristic is admissible and consistent.

step 0 of 0

State space graph

Heuristic values, editable

Type any number. Every edit re-runs the search and the two checks below.

What the mode toggle is testing

Frontier: the ordered list of paths

Written answer, one row per step