- noderecord
Data structure for graphs
- state
- An indexable point
- parent
- The node-predecessor
- action
- Not used
- path-cost
- Cost of the path up to this point
(define-record node state parent action path-cost)
Data structure for graphs
(define-record node state parent action path-cost)