-
-
Notifications
You must be signed in to change notification settings - Fork 735
Add intergalactic transmission #2969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it looks good to me now!
pull request
closes #2967
Reviewer Resources:
Track Policies