Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 909 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 909 Bytes

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