Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false.
Example...
Vector slither sort!
Sort a numeric vector in the following format:
[largest value, smallest value, second largest value, second smallest value, etc...
3년 초과 전
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first.
Given the variable x as your input, multiply it by two and put the result in y.
Examples:...