Ecosyste.ms: Awesome
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: 25 days ago
JSON representation
A library of algorithms.
- Host: GitHub
- URL: https://github.com/sakapon/bang
- Owner: sakapon
- License: mit
- Created: 2020-11-11T08:46:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T06:59:21.000Z (about 2 years ago)
- Last Synced: 2025-01-03T01:53:21.392Z (about 1 month ago)
- Topics: algorithms, data-structures, mathematics
- Language: C#
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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