Search:

Type: Posts; User: Mr.Floyd

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    4,091

    ok nevermind my last comment. I get it now......

    ok nevermind my last comment. I get it now... lol it's my first programming class so thanks for the input.
  2. Replies
    13
    Views
    4,091

    Ok, thanks for the help... but, It is still not...

    Ok, thanks for the help... but,
    It is still not clear to me that the function will ever return 0.
    It seems that is should stop calling itself after is gets to count == 1.
    Thanks for the step by...
  3. Replies
    13
    Views
    4,091

    insert a[5] = {10,7,3,11,4}; count = 5 ...

    insert
    a[5] = {10,7,3,11,4};

    count = 5

    I still don't see what min is assigned to.
    the first time around it seems that it is minimum(a,4),
    but that is not a value b/c we haven't...
  4. Replies
    13
    Views
    4,091

    C minimum recursive function help

    I don't understand how this function works exactly. I would appreciate it if someone could thoroughly walk through the code that would be great. It basically finds the minimum value in an array. I...
Results 1 to 4 of 4