can someone give me the codes for bubble sorting in C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Seandavid
    New Member
    • Nov 2009
    • 1

    can someone give me the codes for bubble sorting in C

    the code should be able to display name in either ascending or descending order.

    display marking in either ascending or descending order
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

    Then when you are ready post a new question in this thread.

    Besides if you type bubble sort into google it will take you straight to what you are looking for.

    Banfa
    Administrator

    Comment

    • whodgson
      Contributor
      • Jan 2007
      • 542

      #3
      If you are wanting to sort the contents of an int array consider using qsort().

      Comment

      Working...