-
-
Notifications
You must be signed in to change notification settings - Fork 712
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
base: main
Are you sure you want to change the base?
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? |
pull request
closes #2967
Reviewer Resources:
Track Policies