Stub project for algorithms and data structures implementation C#. Inspired by javascript-algorithms.
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.
# change to tests directory
$ cd sharprhythm/tests/SharpRhythm.Tests
# build with debug configuration
$ dotnet build -c Debug
...
# execute tests
$ dotnet test
...
- Algorithms
- Sorting
- Strings
- Data Structures