Skip to content

Opening book details…

Can I read LISP Implementation of Best-First Search on EtoBox?

LISP Implementation of Best-First Search by Lavi Gaurav is a document available to read on EtoBox.

What is LISP Implementation of Best-First Search about?

This document describes a program written in Lisp that implements best first search to solve a farmer, wolf, goat, and cabbage puzzle. It defines functions for building state records, retrieving states from lists, generating descendants, and running the best first search algorithm using global open and closed lists. The search prints the open and closed lists at each step and returns the reversed solution if the goal state is found.

Author
Lavi Gaurav
Language
EN