views:

736

answers:

3

Hi all,

I'm looking for a simple implementation of A* (A star) algorithm in C#. Any pointers?

Thanks you.

+2  A: 

There's a tutorial here on writing an implementation of A-star in C#.

Dominic Rodger
That's not a simple one /jk
A New Chicken
+3  A: 

Here, here, here and here.

Nikola Smiljanić
+1  A: 

Thia is a nice implementation from codeguru : http://www.codeguru.com/csharp/csharp/cs_misc/designtechniques/article.php/c12527/