Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd18dcd2

Browse files
arnoldczhangtrekhleb
authored andcommitted
fix README.md (trekhleb#333)
1 parent8590d7a commitd18dcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/algorithms/math/bits/README.md

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp