Skip to content

Commit

Permalink
Add Chinese translation for Math sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Jan 3, 2021
1 parent 848dc35 commit 8335707
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/algorithms/math/bits/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8335707

Please sign in to comment.