Search:

Type: Posts; User: poftornik

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    992

    recursive counting words

    Hi, my function checks how many words are in the string,the iterative version of this function works perfect & it was too easy to do it, but with recursive ver. I have some problems - I can't...
  2. Replies
    3
    Views
    1,020

    Don't uderstand how it's working

    Hi, I don't understand how this recursion is working , I need to convert it to iterative function
    but without understanding i can't :(


    double sequence(int n)
    {
    double sum,i;

    if(n <= 30)...
Results 1 to 2 of 2