User Profile

Collapse

Profile Sidebar

Collapse
sach06jan
sach06jan
Last Activity: Sep 2 '06, 04:30 AM
Joined: Sep 2 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sach06jan
    replied to Fibonacci Series
    in C
    hello friend,
    one thing is remember whenever u r doing fib series most important part is fib generate recursion that is chain is occur. so make one function is fib(). around this function write the code just like this as follows
    fo=0;
    f1=1
    fib=fo+f1;
    and display the fib.
    try your self otherwise i will send u full program for fib.
    thank u very much....
    See more | Go to post

    Leave a comment:


  • sach06jan
    started a topic time complexity
    in C

    time complexity

    please tell me the concept regrading 1.time complexity 2.worst case 3.average case.
    these term related to the processor or memory?
    See more | Go to post
No activity results to display
Show More
Working...