Link to home
Start Free TrialLog in
Avatar of eternity5219
eternity5219

asked on

DFS ALGORITHM

Hi experts
I am writing a program to do forward planning and solve a puzzle, I need some help on how to apply a code for DFS search with cycle checking!
I dont know who to travesre the graph, and in which order save my frontier!
Avatar of Mayank S
Mayank S
Flag of India image

Avatar of eternity5219
eternity5219

ASKER

I am looking for the recursive definition of DFS without a graph. all I am given is start node, goal node, and available action and I need to build my paths and in case I am not in the right path , bach track to where I was!
ASKER CERTIFIED SOLUTION
Avatar of ADSLMark
ADSLMark

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial