We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- All Contests
- ProjectEuler+
- Project Euler #164: Numbers for which no three consecutive digits have a sum greater than a given value.
- Discussions
Project Euler #164: Numbers for which no three consecutive digits have a sum greater than a given value.
Project Euler #164: Numbers for which no three consecutive digits have a sum greater than a given value.
Sort by
recency
|
25 Discussions
|
Please Login in order to post a comment
Is there a chance project euler problems in Hackerrank can be improved? You can increase the limit to M <= 50000 to allow a more optimized version to be advantageous :D
can someone please explain me the problem statement in simple language?
Can anyone help me. My answers are coming when m < 7 but not for greater than 7. It gives timeout error. Here is my code in python2
Simple digit dp problem. Constraints on M are very less. Can be upto 1 million according to my solution.
I have solved The problem but I am having problem to print Answer Modulo 10^9+7. It is coming into the range of double.That is why % operator is not working sice it is a binary operand. Please help me