thestonefox
Technical User
Can anybody help me on how to implement a best first search method in keylink prolog.
Ive found countless examples of how to actually code the best first search but nothing on how to actually put it to any use.
The problem i have is as follows:-
Take a word (e.g. code) and via best first search change each letter of the given word into the second given word (e.g. mark)
so you would enter something like:-
words(code,mark).
and the output would be:-
code,mode,made,mare,mark
How would i implement any best first search method to do something like this?
any help would be greatly appreciated.
Also any good advice on how to draw Finite State Transition Networks would be of much appreciation too.
Kindest Regards
Ive found countless examples of how to actually code the best first search but nothing on how to actually put it to any use.
The problem i have is as follows:-
Take a word (e.g. code) and via best first search change each letter of the given word into the second given word (e.g. mark)
so you would enter something like:-
words(code,mark).
and the output would be:-
code,mode,made,mare,mark
How would i implement any best first search method to do something like this?
any help would be greatly appreciated.
Also any good advice on how to draw Finite State Transition Networks would be of much appreciation too.
Kindest Regards