photo

Igor Peretta


Federal University of Uberlandia

Active since 2015

Statistics

All
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

View badges

Content Feed

View by

Submitted


integer_partitions(n,count)
Computes all partitions of a given nonnegative integer n.

7 years ago | 1 download |

Solved


Sort complex numbers into complex conjugate pairs
Sort complex numbers into complex conjugate pairs. Example: Input x = [3-6i -1-4i -1+4i 3+6i] Sorted output = [-1 - ...

7 years ago