Search:

Type: Posts; User: Steamer

Search: Search took 0.01 seconds.

  1. Thread: Try my beta

    by Steamer
    Replies
    18
    Views
    3,204

    First of all, I must congratulate you for the...

    First of all, I must congratulate you for the work. But you should know that I tried to take a look at the code and got lost at the second file. I mean that, as a learner, I miss some more comments...
  2. I found my mistake. I don't know what the heck I...

    I found my mistake. I don't know what the heck I was thinking about, but I used the variable mid to chek if the size was odd or even, which does not make any sense at all.

    I declared a new...
  3. Yes, I forgot to "translate" some names of...

    Yes, I forgot to "translate" some names of variables from Spanish to English (my "find and replace" didn't work :confused: ).

    I am not very good at C, I prefer C++, and I didn't know I had to...
  4. I've just realized I made a mistake: line 4,...

    I've just realized I made a mistake: line 4, wrote "daq" instead of "dac" (divide and conquer) ;)

    ... and line 34, enn instead of end
  5. Divide and Conquer: array in the reverse order

    Hi!

    I'm having a problem with a divide and conquer algorithm. The function dac must return an array in the reverse order. What the function does is splitting the array, and make two recursive...
Results 1 to 5 of 5