Search:

Type: Posts; User: arih56

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    6,467

    How do I bubble sort alphabetically?

    OK, I have a bubble sort function, which i've adapted to sort a list of names alphabetically. But the function won't sort past the first character in each word, so I get a list of names beginning...
  2. Replies
    7
    Views
    5,477

    But i'm not sure how or where to insert strcmp...

    But i'm not sure how or where to insert strcmp into the code.
  3. Replies
    7
    Views
    5,477

    How do I heap sort alphabetically?

    I have a heapsort function which i've used to sort a list of integers. How do I adapt this function to sort a list of strings alphbetically?
    My sort function is:


    int temp, item, j;
    for(int...
Results 1 to 3 of 3