An open API service indexing awesome lists of open source software.

https://github.com/sakapon/bang

A library of algorithms.
https://github.com/sakapon/bang

algorithms data-structures mathematics

Last synced: 3 months ago
JSON representation

A library of algorithms.

Awesome Lists containing this project

README

          

# Bang
[![license](https://img.shields.io/github/license/sakapon/Bang.svg)](LICENSE)
[![NuGet](https://img.shields.io/nuget/v/Bang.svg)](https://www.nuget.org/packages/Bang/)
[![NuGet](https://img.shields.io/nuget/dt/Bang.svg)](https://www.nuget.org/packages/Bang/)

A library of algorithms.

## Target Frameworks
- .NET 5
- .NET Standard 2.1
- [.NET Core 3.0, etc.](https://docs.microsoft.com/dotnet/standard/net-standard)

## Setup
The Bang library is published to [NuGet Gallery](https://www.nuget.org/packages/Bang/).
Install the NuGet package via Visual Studio, etc.

You can also [download a single source file here](downloads) for competitive programming, etc.

## Release Notes
- **v1.0.2** Shortest path problem