Skip to content

Commit d18dcd2

Browse files
arnoldczhangtrekhleb
authored andcommitted
fix README.md (trekhleb#333)
1 parent 8590d7a commit d18dcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/math/bits/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ a * b can be written in the below formats:
137137
```
138138

139139
The advantage of this approach is that in each recursive step one of the operands
140-
reduces to half its original value. Hence, the run time complexity is `O(log(b)` where `b` is
140+
reduces to half its original value. Hence, the run time complexity is `O(log(b))` where `b` is
141141
the operand that reduces to half on each recursive step.
142142

143143
> See [multiply.js](multiply.js) for further details.

0 commit comments

Comments
 (0)