Search:

Type: Posts; User: Melodia

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,513

    Re: Converting merge method in c to java

    It's not so much about getting the code to work as it is about cementing my understanding of it. The C code happens to be closer to the pseudocode in Introduction to Algorithms and other places. I...
  2. Replies
    5
    Views
    1,513

    Re: Converting merge method in c to java

    The error is an array index out of bound exception. I can't get much more detail than that, particularly as I don't know how to how to iterate through the eclipse debugger on my laptop (F6 doesn't...
  3. Replies
    5
    Views
    1,513

    Converting merge method in c to java

    Now, I do know several versions of merge sort in java that actually work, but for my own sake, I'd like to know why my translation of the c code below is wrong. To me it seems like the logic should...
Results 1 to 3 of 3