Skip to content

Commit 20a3c8c

Browse files
committed
updated readme
1 parent 65c6e3e commit 20a3c8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Bisect module for Go
1+
## Bisection algorithms module for Go
22
#### [Inspired by CPython bisect](https://github.com/python/cpython/blob/main/Lib/bisect.py)
33

44
#### Installation

bisect.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
Bisection algorithms
3+
*/
4+
15
package bisect
26

37
import (

0 commit comments

Comments
 (0)