/sharprhythm

Stub project for algorithms and data structures implemented in C#

Primary LanguageC#MIT LicenseMIT

SharpRhythm

Stub project for algorithms and data structures implementation C#. Inspired by javascript-algorithms.

Build

NOTE: .NET Core 3.0 or higher is required.

# clone the repository
$ git clone https://github.com/gsscoder/sharprhythm.git

# build the package
$ cd sharprhythm/src/SharpRhythm
$ dotnet build -c Release.

Test

# change to tests directory
$ cd sharprhythm/tests/SharpRhythm.Tests

# build with debug configuration
$ dotnet build -c Debug
...

# execute tests
$ dotnet test
...

Implemented