Click here to Skip to main content
16,004,969 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
has any one know how to implement sma* algorithm with c++?
Posted

Here is the full pseudo-code:

http://en.wikipedia.org/wiki/SMA*[^].

It makes the implementation trivial. All you need is the implementation of the queue, such as the one of STL.

—SA
 
Share this answer
 
Comments
CPallini 26-Apr-11 12:43pm    
5.
Sergey Alexandrovich Kryukov 26-Apr-11 13:30pm    
Thank you!
--SA
This pdf[^] has pseudocode for SMA*.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900