MCPcopy Create free account
hub / github.com/CodeToExpress/dailycodebase / fib

Function fib

day13/C++/FIBONACCI_RECURSION.cpp:21–27  ·  view source on GitHub ↗

* @desc: recursive function to calculate the Nth Fibonacci number. * @param: the integer N. * @return: Nth Fibonacci number. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected