You need to log in or create an account to post to this user's Wall.
carl commented on the post, CTRL+A, CTRL+C, CTRL+V 7 months, 1 week ago
Hi guys:
I think this problem can be converted to
find the max product of the sequnence a1*a2*…*an, with ai takes (ai+2)step and the total step is n.Here is my DP code :
int maxCtrlDp(int […]
carl joined the group Google Interview 9 months, 2 weeks ago
sorry but I got the message Run Status: Internal Error when running ”First Missing Positive” in C++ version
carl became a registered member 9 months, 3 weeks ago
