Search:

Type: Posts; User: copeg

Search: Search took 0.12 seconds.

  1. Replies
    9
    Views
    2,944

    Re: Hello everybody nice to meet you all.

    Take a step back and write down the logic of how the method as written will work. For instance, look at the line of code below


    FindMaxElement(maxElement.left);


    This method call will return...
  2. Replies
    9
    Views
    2,944

    Re: Hello everybody nice to meet you all.

    You are welcome. Is your problem solved?
  3. Replies
    9
    Views
    2,944

    Re: Hello everybody nice to meet you all.

    You must make sure to manage the returned values when you call FindMaxElement - currently you call the method but if the returned value is greater than max, you do not set max.

    For future...
Results 1 to 3 of 3