An implementation of a classic Subword Graph (also known as Directed Acyclic Word Graph) data structure for solving complex string related problems on a single word.
Info
| Version: | 1.0.0 |
| Author(s): | Adam Bak |
| Last Update: | Friday, February 24, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/adbak/Dawg |
| NuGet Url: | https://www.nuget.org/packages/SubwordGraph |
Install
Install-Package SubwordGraph
dotnet add package SubwordGraph
paket add SubwordGraph
SubwordGraph Download (Unzip the "nupkg" after downloading)
Dependencies
Tags