Please enable JavaScript.
Coggle requires JavaScript to display documents.
Searching (Data Structure (State (the state in the state space to which…
Searching
Data Structure
-
-
-
Path Cost
the cost, traditionally denoted by g(n), of the path from the initial state to the node, as indicated by the parent pointers
-
-
-
Expansion
Follow a branch and evaluate possible actions and resulting states at that node. Store into the tree.
-
-
-
-
-