Package provides C# implementation of algorithms in the "Algorithms" book (http://algs4.cs.princeton.edu/home/) and Robert Sedgwick's Algorithms course using Python (Part I and Part II), covering data structure, sorting, search, graph processing, string processing.
Info
Version: | 1.0.1 |
Author(s): | Caishun Chen |
Last Update: | Monday, May 22, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cschen1205/cs-algorithms |
NuGet Url: | https://www.nuget.org/packages/cs-algorithms |
Install
Install-Package cs-algorithms
dotnet add package cs-algorithms
paket add cs-algorithms
cs-algorithms Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Microsoft.Extensions.Logging(>= 1.1.2)
- Microsoft.Extensions.Logging.Abstractions(>= 1.1.2)
Tags