Re: hi,
On 28 Aug 2006 03:44:08 -0700, "kiran007.r@xxxxxxxxxxxxxx"
<kiran007.r@xxxxxxxxxxxxxx> wrote:
can some one provide me code for the following program in sicstus
prolog code please.
1. Exploring a Maze
A maze is represented as a fact with four arguments (maze/4): the first
its name, the
second how many cells wide it is, the third how many cells high it is,
the fourth the maze
itself represented as a list of lists. The cells are either variables,
Next time, after you copy and paste your homework assignment, do
some formating. Text like above looks ugly.
A.L.
.
- Follow-Ups:
- Re: hi,
- From: kiran007.r@xxxxxxxxxxxxxx
- References:
- hi,
- From: kiran007.r@xxxxxxxxxxxxxx
Relevant Pages
- maze creation - longest path for the left wall follower
... you are given a n by n grid of cells. ... grid by assgning some cells as hedges and some as floors where the ... the maze has to be designed such that: ... (comp.programming) - Re: HashSet: add() during iteration? Thanks!
... Mark also suggested iterating between HashSets, creating a new one while iterating through the old and then switching to the new. ... The application is a maze generator, which divides cells into those which are already on paths through the maze, and those which are not. ... It works by iterating through the points on the maze and generating paths through previously free cells from each one, ... (comp.lang.java.programmer) - Re: maze creation - longest path for the left wall follower
... > you are given a n by n grid of cells. ... > grid by assgning some cells as hedges and some as floors where the ... > the maze has to be designed such that: ... (comp.programming) - Re: How to use a macro to change the selected item in data validat
... there will be cells where one can select a option ... cells countaining the drop-down lists back to "Please Select". ... Change, selectionchange, doubleclick, etc. ... (microsoft.public.excel.misc) - Re: How to use a macro to change the selected item in data validat
... the file is safe, with only one macro. ... there will be cells where one can select a option ... cells countaining the drop-down lists back to "Please Select". ... Change, selectionchange, doubleclick, etc. ... (microsoft.public.excel.misc) |
|