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.....
Sorting
Collapse
X
-
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 -
-
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
Comment