mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-25 22:46:20 +08:00
Add Chinese translation for Math sections.
This commit is contained in:
parent
848dc351f9
commit
83357075c4
@ -1,7 +1,8 @@
|
||||
# Bit Manipulation
|
||||
|
||||
_Read this in other languages:_
|
||||
[français](README.fr-FR.md),[简体中文](README.zh-CN.md).
|
||||
[français](README.fr-FR.md),
|
||||
[简体中文](README.zh-CN.md).
|
||||
|
||||
#### Get Bit
|
||||
|
||||
@ -263,7 +264,7 @@ B = 6: 110
|
||||
└──────┴────┴────┴─────────┴──────────┴─────────┴───────────┴───────────┘
|
||||
```
|
||||
|
||||
> See [fullAdder.js](fullAdder.js) for further details.
|
||||
> See [fullAdder.js](fullAdder.js) for further details.
|
||||
> See [Full Adder on YouTube](https://www.youtube.com/watch?v=wvJc9CZcvBc&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8).
|
||||
|
||||
## References
|
||||
|
Loading…
Reference in New Issue
Block a user