need help in solving programms in c,c++

Newbie Member
22Oct2009,09:52   #1
Suchismita Das's Avatar
please do help me to solve a programme using c and the question is:
"implementing best first search algorithm in a graph using c "
Mentor
22Oct2009,14:55   #2
xpi0t0s's Avatar
Sure. What have you got so far, and where are you stuck?
Do you understand the question?
Newbie Member
29Oct2009,12:01   #3
Suchismita Das's Avatar
actually i want to implement the best first search algorithm
but i am confused to use queue or array
and dont know how to display according to cost of the nodes of a graph in this program