What is the maximum N in December-06 problem?
anshulsri12 opened this issue · 1 comments
anshulsri12 commented
What is the maximum N in December-06 problem?
shrusri27 commented
You can consider the maximum number that can be used for the particular datatype in whichever language the problem is coded in. For example, in C++, values can range upto 2147483647. So if you give limit as 10, Fibonacci primes are displayed till 433494437.