Sort complex numbers into complex conjugate pairs.
Example:
Input x = [3-6i -1-4i -1+4i 3+6i]
Sorted output = [-1 - 4i -1 + 4i 3 - 6i 3 + 6i]
849 Solvers
3308 Solvers
397 Solvers
Test if two numbers have the same digits
155 Solvers
Number of odd and even elements within matrix
100 Solvers
Problem Tags