User Profile
Collapse
-
Help me for App.Compute Time -urgent
I have a code, where I should compute the App.Compute Time, for n=1,5,10,20,30, 40,50.Is there any GOOD EXPERT that can make this clear to me ? If yes than PLease write here
The code is:...Code:#include <iostream> using namespace std; int fib (int n) { if (n<3) return (1); else return (fib(n-2)+fib(n-1)); } int main() { cout<<"FibbonaciuLast edited by sicarie; Apr 9 '07, 01:58 PM. Reason: Please use [code] and [/code] tags around code.
No activity results to display
Show More
Leave a comment: