Search:

Type: Posts; User: tgtgtg

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,660

    I should have drawn out the diagram for which the...

    I should have drawn out the diagram for which the sequences are going.

    head ---> 45 ---> 65.---->34---->76----->end
    P^ q^
    newNode --->50

    (P points to 65) ...
  2. Replies
    2
    Views
    1,660

    Clarification/Explanation Insert linked list

    On the recomendation of "kermi3" I am posting this as a non-code related C++ question in which I need some clarification.

    I am having problems understanding the following and want to know if I am...
  3. Replies
    4
    Views
    1,414

    Thanks, I thought they were saying the same...

    Thanks,
    I thought they were saying the same thing. To have two base cases one of the returns would have to be something other than 1?
  4. Replies
    4
    Views
    1,414

    confused base case(s)

    I understand that each recusive function must have one base case(A solution given directly) however they may also have two. This is where I get confused see below. Is my thinking below correct or way...
Results 1 to 4 of 4