Add intergalactic transmission#2969
Conversation
|
@kahgoh, let me know if there are any changes you'd like me to make! Also, could you please advise on the appropriate difficulty level to set for this exercise? |
|
The difficulty can be subjective at times 😅. The easiest is using the same as other tracks (6 on C#, Vlang and x86-64 assembly). Not so much a change, but a question - I noticed the data is given as |
Sure, I'll make the change!
Actually, since |
|
Try using Arrays.asList (e.g. Alternatively, it might be easier to use a byte array (e.g. |
|
In Java, Manually figuring out and casting each of these values can become tedious and error-prone, especially when writing long byte arrays in tests or encoding logic. Is there a cleaner or more efficient way to handle such inputs? |
|
Unfortunately Java doesn't have unsigned bytes 😅. I don't think there is a another way, so let's go with |
|
Yes, I was thinking the same, will add an |
|
@kahgoh |
exercises/practice/intergalactic-transmission/.docs/instructions.append.md
Outdated
Show resolved
Hide resolved
…ns.append.md Co-authored-by: Kah Goh <villastar@yahoo.com.au>
kahgoh
left a comment
There was a problem hiding this comment.
Thanks, it looks good to me now!
pull request
closes #2967
Reviewer Resources:
Track Policies