Skip to content

This is an implementation of the A* pathfinding algorithm in graph, written in C# and designed using a Windows Form App.

License

Notifications You must be signed in to change notification settings

Onrwir/A-Star-Pathfinding-in-graph-C-Sharp-Windows-Forms

Repository files navigation

A-Star-Pathfinding-CSharp

This is an implementation of the A* pathfinding algorithm for graph, written in C# and designed using a Windows Form App.

The program allows the user to:

  • Add vertices,
  • Add edges,
  • Search path.

Features included:

  • Clearing all data,
  • Generating test data,
  • Selecting starting and ending point of path,
  • Displaying all vertices and edges in the graph,
  • Marking found path in panel.

Algorithm written based on:

About

This is an implementation of the A* pathfinding algorithm in graph, written in C# and designed using a Windows Form App.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages