Community Profile

photo

Igor Peretta


Federal University of Uberlandia

Active since 2015

Followers: 0   Following: 0

Message

Statistics

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

View badges

Feeds

View by

Submitted


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

9 years ago | 5 downloads |

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 - ...

9 years ago