Project Euler: Pisano Periods

It has been a while since I had solved a PE problem. This one is simple, difficulty is 5%. As always I cannot share the solution or full code due to the rules of engagement with PE, but I can share the overall approach:

1/ Figure out a way to quickly find the Pisano Period. Hint: AI is your friend, so is Google or Bing

2/ Brute force it up to 1B. Takes a couple of minutes

Cheers,
ACC

#853 Pisano Periods 1 - Project Euler



Comments

Popular posts from this blog

Changing the root of a binary tree

ProjectEuler Problem 719 (some hints, but no spoilers)

The Power Sum, a recursive problem by HackerRank