Click here to Skip to main content
16,018,534 members
Articles / Programming Languages / C#

Path finding in C#

Rate me:
Please Sign up or sign in to vote.
4.62/5 (22 votes)
3 Jan 20045 min read 260.3K   5.3K   75  
A generic implementation of the A* (AStar) path finding algorithm in C#.

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Team Leader momondo
Denmark Denmark
Sune has been programming since 1985.

He has worked with both assembler and many different programming languages, such as: Basic, Fortran, Pascal, C, C++, Delphi, and lately C#.

Sune is married and has two small children and is currently working as a developer for a Danish company called Skygate, currenly working on a cheap flight search engine called Momondo.

Personal blog can be found here.

Comments and Discussions