Feeds
已解决
Get derivarive of polynomial given as vector array.
Get derivarive of polynomial given as vector array. Example p=[ 1 2 0 5 0 3 ]; result=[ 5 8 0 10 ...
7 months 前
已解决
Find the number of primes less than input
Given an integer n, determine the number of primes less than or equal to n.
7 months 前
