mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-30 22:23:42 +00:00
Spelling
Coming down to the finish ...
This commit is contained in:
parent
d8654c2523
commit
50dfbce2db
|
@ -57,7 +57,7 @@ rather the position to the right of the bit index.
|
||||||
Bit manipulation operations can be tricky to debug. In the insert example
|
Bit manipulation operations can be tricky to debug. In the insert example
|
||||||
above, the result of inserting 0b11 in the center ( index=3 ) or to the
|
above, the result of inserting 0b11 in the center ( index=3 ) or to the
|
||||||
right ( index=2 ) produces the same correct result despite the unintended
|
right ( index=2 ) produces the same correct result despite the unintended
|
||||||
misspecification. Why is it worling sometimes and not others ? Frequently,
|
misspecification. Why is it working sometimes and not others ? Frequently,
|
||||||
it's the result of inserting at the wrong index, for the hundredth time !
|
it's the result of inserting at the wrong index, for the hundredth time !
|
||||||
|
|
||||||
Various bit insert/remove solutions exist using bin() string functions
|
Various bit insert/remove solutions exist using bin() string functions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user