Senin, 09 Januari 2017

UVA 495 - Fibonacci Freeze Solution

Problem Statement: Fibonacci Freeze

Explanation

This is a simple problem find a number inside fibonacci sequence that can be solved easily using top down approach. The main problem here is to dealing with a very large number, this problem can be solved by using Java BigInteger.

Source Code

Tidak ada komentar:

Posting Komentar