Skip to content

Commit 51cfe39

Browse files
committed
Updated bits readme
1 parent 861415c commit 51cfe39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/com/rampatra/bits/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
**AND:**
66

77
| x | y | x `&` y |
8-
----|---|---------|
8+
----|---|:-------:|
99
| 0 | 0 | 0 |
1010
| 0 | 1 | 0 |
1111
| 1 | 0 | 0 |
1212
| 1 | 1 | 1 |
1313

1414
**OR:**
15-
15+
1616
| x | y | x `|` y |
17-
|---|---|---------|
17+
|---|---|:-------:|
1818
| 0 | 0 | 0 |
1919
| 0 | 1 | 1 |
2020
| 1 | 0 | 1 |
@@ -23,7 +23,7 @@
2323
**XOR:**
2424

2525
| x | y | x `^` y |
26-
|---|---|---------|
26+
|---|---|:-------:|
2727
| 0 | 0 | 0 |
2828
| 0 | 1 | 1 |
2929
| 1 | 0 | 1 |

0 commit comments

Comments
 (0)