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

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

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)