User Profile

Collapse

Profile Sidebar

Collapse
milirica
milirica
Last Activity: Apr 9 '07, 01:45 AM
Joined: Apr 9 '07
Location: Tetova
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • milirica
    replied to Application Compute Time
    in C
    mate me sahat
    See more | Go to post

    Leave a comment:


  • milirica
    started a topic Help me for App.Compute Time -urgent
    in C

    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<<"Fibbonaciu
    ...
    See more | Go to post
    Last 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
Working...