https://github.com/goimp/bisect
Bisection algorithms module for Go
https://github.com/goimp/bisect
bisect bisection-method go golang
Last synced: about 1 year ago
JSON representation
Bisection algorithms module for Go
- Host: GitHub
- URL: https://github.com/goimp/bisect
- Owner: goimp
- License: mit
- Created: 2024-12-29T15:04:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-29T15:19:41.000Z (over 1 year ago)
- Last Synced: 2025-01-06T19:28:26.315Z (over 1 year ago)
- Topics: bisect, bisection-method, go, golang
- Language: Go
- Homepage: https://pkg.go.dev/github.com/goimp/bisect
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Bisect module for Go
#### [Inspired by CPython bisect](https://github.com/python/cpython/blob/main/Lib/bisect.py)
#### Installation
```shell
go get github.com/goimp/bisect
```
#### [Docs can be found there](https://pkg.go.dev/github.com/goimp/bisect)