We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c6e3e commit 20a3c8cCopy full SHA for 20a3c8c
README.md
@@ -1,4 +1,4 @@
1
-## Bisect module for Go
+## Bisection algorithms module for Go
2
#### [Inspired by CPython bisect](https://github.com/python/cpython/blob/main/Lib/bisect.py)
3
4
#### Installation
bisect.go
@@ -1,3 +1,7 @@
+/*
+Bisection algorithms
+*/
+
5
package bisect
6
7
import (
0 commit comments