-
Beta Was this translation helpful? Give feedback.
Answered by
dbuezas
Dec 25, 2023
Replies: 1 comment 11 replies
-
Oh, that's a super interesting experiment!
I only have my phone at the moment so I can only guide you, let me know which bullet point I should give more detail about |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're getting there! Sorting like this requires extra tricks, you need to first pair the data, then sort the pairs, then separate it back into a usable form
Something like this:
I'm writing this in a phone so you'll have to connect the dots