Convert an array of decimal numbers into binary numbers array.
For example:
x = [1 2 3 4 5 6 7 8]; result = [1; 10; 11; 100; 101; 110; 111; 1000];
This problem has been polished and the test suite expanded and improved.
The Goldbach Conjecture, Part 2
961 Solvers
07 - Common functions and indexing 5
254 Solvers
303 Solvers
Rotate a matrix for 180 degree
91 Solvers
multiply an array by its position number
52 Solvers