954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Search Algorithms

I am implementing BFS, A*....

I got confused by all the terms used in the books. Like, what would be th difference between a search node and a state node, or a search tree and a search graph?

I have two files as input, a nodes file (coordinate with id per line) and actions file (id of start node id of end node and path cost per line). Is the state node the coordinates with id for a node? What would be the search node?

Also the problem is defined by a start and a goal state( nodes with ids)

How should I implement this information?

Thanks..

Ana_Developer
Newbie Poster
23 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

You can find a lot of material on coding up BFS on the net. What language are you going to code it in? If you have tried something, post in the relevant forum and you would get a lot more specific help. And try to explain it better.

Agni
Practically a Master Poster
655 posts since Dec 2007
Reputation Points: 431
Solved Threads: 116
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You