algorithm - An admissible heuristic function -


i want admissible heuristic function implement star algorithm solve question :

there graph ( nodes , weighted paths between them ) . each node has animals , have traverse graph see given animals minimum distance start node .

so :

there weighted graph , each node has animals . going see given animals ( input ) minimum distance .

what heuristic function recommend ?


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -