Given the vector A, return B in which all numbers in A are doubling. So for:
A = [ 1 5 8 ]
then
B = [ 1 1 5 5 8 8 ]
Find state names that start with the letter N
465 Solvers
193 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
209 Solvers
Rotate input square matrix 90 degrees CCW without rot90
322 Solvers
189 Solvers