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.
- Host: GitHub
- URL: https://github.com/sakapon/bang
- Owner: sakapon
- License: mit
- Created: 2020-11-11T08:46:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T06:59:21.000Z (about 3 years ago)
- Last Synced: 2025-11-02T23:16:21.861Z (5 months ago)
- Topics: algorithms, data-structures, mathematics
- Language: C#
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bang
[](LICENSE)
[](https://www.nuget.org/packages/Bang/)
[](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