Sorting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mheann
    New Member
    • Oct 2008
    • 1

    Sorting

    Hi I'm Mheann.Please help me in doing our project in c++,its about bubble sorting for shortest job first in scheduling algorithms.Plea se help me and send me a sample code.....
  • Ganon11
    Recognized Expert Specialist
    • Oct 2006
    • 3651

    #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.

    MODERATOR

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      A little Googling will cough up the code.

      Comment

      • donbock
        Recognized Expert Top Contributor
        • Mar 2008
        • 2427

        #4
        By the way, Bubble Sort is pretty popular as a school assignment; but in real life it is an inefficient sorting algorithm. Go ahead and work the problem that was assigned to you, but you should remember to look for a better algorithm when you're out of schoold and somebody is paying you to solve their problems.

        Comment

        Working...