Info
Version: | 2.1.4 |
Author(s): | Edgar Yépez |
Last Update: | Monday, February 14, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://tpf.esyl.io/ |
NuGet Url: | https://www.nuget.org/packages/ESYL.TreeProblemFramework |
Install
Install-Package ESYL.TreeProblemFramework
dotnet add package ESYL.TreeProblemFramework
paket add ESYL.TreeProblemFramework
ESYL.TreeProblemFramework Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
TreeProblemFramework is a .Net Core 3 class library to solve puzzles whose solution is based on a tree search, such as: N-Puzzle, Unblock Me, Sokoban, maze solving, Rubik's Cube, heuristic-based clustering, etc. Provide a description for the puzzle, written in any .NET language, and get back the steps that reach the solution.