Timeline for Design a system that receives X and X+2 as inputs and outputs X+1, without using adders or subtractors
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 23 at 10:16 | comment | added | Ben Shaines | Oh that is how I solved this, thanks :) | |
| Oct 23 at 10:03 | comment | added | Eric Towers | @BenShaines : That is "if the least significant bit of X is 0, return X with its least significant bit set to 1, else return X+2 with its least significant bit set to zero." | |
| Oct 23 at 7:13 | comment | added | Ben Shaines | Hi, sorry, didn't really understand what you wrote. But I already got answer to my question, so thanks though :) | |
| Oct 23 at 0:47 | history | answered | gnasher729 | CC BY-SA 4.0 |