Search:

Type: Posts; User: Adak

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    2,049

    Yes, that is a Bubble sort. Sorry for the...

    Yes, that is a Bubble sort. Sorry for the confusion, Cfanatic.
  2. Replies
    3
    Views
    2,049

    Your sorting algorithm, is a Substitution sort,...

    Your sorting algorithm, is a Substitution sort, which is very similar to a Bubble sort. Yours is lacking (as you guessed), essential changes to improve it:



    for(ctr = 0; ctr < size - 1;...
Results 1 to 2 of 2