jmac
Lennon
Followers: 0 Following: 0
Combinatorial optimization, computer vision, investment management, algorithmic trading
Feeds
已解决
All your base are belong to us
Find the base _b_ logarithm of the input decimal number _x_. Express the output as a decimal number. The first argument is the n...
3 years 前
已解决
What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...
3 years 前
已解决
Number of digits in an integer
Specifies how many digits in a given integer. Example: in=100 ==> out=3
3 years 前