return n * function_2(n/3 + 2);
else
return 1;
}
Mate the question is wrong... Atleast the base case is wrong.
This is recursive function
Обсуждают сегодня