Connecting Tech Pros Worldwide Help | Site Map

can someone give me the codes for bubble sorting in C

Newbie
 
Join Date: Nov 2009
Posts: 1
#1: 2 Weeks Ago
the code should be able to display name in either ascending or descending order.

display marking in either ascending or descending order
Banfa's Avatar
AdministratorVoR
 
Join Date: Feb 2006
Location: South West UK
Posts: 6,147
#2: 2 Weeks Ago

re: can someone give me the codes for bubble sorting in C


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
Familiar Sight
 
Join Date: Jan 2007
Posts: 186
#3: 1 Week Ago

re: can someone give me the codes for bubble sorting in C


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


Similar C / C++ bytes