Skip to content

Path Following problem solution using backtracking algorithm

Notifications You must be signed in to change notification settings

zoran123456/PathFollowingExample

Repository files navigation

Path Following Example

Path Following problem solution using a backtracking algorithm

Prerequisites


.NET Core 3.0
Visual Studio 2019

Usage

After downloading code with a Visual Studio solution, please go to PathFollowingUI folder using command line

In a command line (and in a valid folder), type


dotnet run


To invoke unit tests using command line, please go to PathFollowingSolverTests folder using command line

In a command line (and in a valid folder), type


dotnet test


That's all Folks!

About

Path Following problem solution using backtracking algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages