Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @b0n5a1,validated by @Zorg1,@Remi and @Westicles.
If you have any issues, feel free to ping them.
Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @b0n5a1,validated by @Zorg1,@Remi and @Westicles.
If you have any issues, feel free to ping them.
first! nice puzzle, so NXOR is just a fancy way of saying âa == bâ?
Thatâs because x XOR y is just a fancy way to say x != y
Cool little puzzle.
I used a HashMap an ArrayList and switchcase !
Nice and easy. I am way rusty so it took me some time to brainstorm my idea out but now that I got it, it shouldnât take long for someone who is experienced.
How else would this be implemented?
How do we handle clock? I am stuck on doing the and AND, when the input is AND CLK IN1.
Whatever the input name, the signal form is provided.
Nice challenge for begginer like me.
But my problem is to get the input datas (coding with Java)
At the end of each âforâ loops, the variables are overwritten (eg, inputSignal).
So, before solving all the cases, I donât know how to âstoreâ the input dataâs.
(or maybe I donât have the good vision of the context)
Stephane
For example:
data=[]
for _ in range(n):
data.append(input())
Thanks.
I forgot to say I use Java.
It might be the same.
ummm iâm really stuck on this puzzle and itâs breaking my brain Are âAâ, âBâ, âCâ etc letters in the output represent AND, OR, XOR etc? Then how do you get the following output of 'C _- ⌠- â etc?
When i tried to test it by printing n and m, it prints numbers from 0 to 2 and i am confused.
No, A, B and C are inputs.
I donât know if youâve solved it already, but here are some insights, in case you didnât:
Hope this helps.
i solved it, thank you <3 This will definitely be helful for the people who will be completing this puzzle in the future
Since when is NXOR a logic gate type? Shouldnât that be XNOR?
And is there any particular point in using _ and - for the inputs and outputs rather than the somewhat more logical 0 and 1?
Other than that, pretty cool puzzle.
I think NXOR is simply the opposite of XOR ⌠like NAND and NOR
And NXOR is equality.
I know what they mean, but that gate type is called XNOR, not NXOR.
Next time b0n5a1 you will call your gates âtotoâ, âtataâ ⌠or âfooâ, âbarâ for the english speaking people ^^
Since it is in the statement, it should not be a problem