aimacode / aima-scala

MIT License
85 stars 34 forks source link

Implement Figure 4.11 AND-OR-GRAPH-SEARCH #6

Closed BusyByte closed 5 years ago

BusyByte commented 5 years ago

function AND-OR-GRAPH-SEARCH function OR-SEARCH function AND-SEARCH

pseudo-code

BusyByte commented 5 years ago

Algorithm is implemented