↓ 2 callersMethodgetFirstFibonacciTermWithNdigitsReturn the first term in the Fibonacci sequence to contain n digits, where n >= 1. Space: O(1), time: O(n), though more accurately, the rate at which
code-practice/project-euler/in-java/src/com/danialgoodwin/projecteuler/question/Q25_1000DigitFibonacciNumber.java:48