Skip to content

An App To Find Most Efficient Path from start of an integer array to it`s end

Notifications You must be signed in to change notification settings

Ledium/PathFinder

Repository files navigation

PathFinder

An App To Find Most Efficient Path from start of an integer array to it`s end

Tech Stack:

--> .NET Core 3.1
--> Web API
--> XUnit

Functionality:

--> Find the most efficient path from start of an integer array to end
--> Checking if the provided array has already been calculated and if so returns the result without additional calculations
--> Results are stored in a json file called 'data.json'
--> All the functionality of this app can be reached through an endpoint.
--> It is possible to pass in a collection of arrays and perform the operations in bulk.

About

An App To Find Most Efficient Path from start of an integer array to it`s end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published