Welcome to Dream.In.Code
Getting C++ Help is Easy!

Join 132,616 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 990 people online right now. Registration is fast and FREE... Join Now!




bobble sort

 
Reply to this topicStart new topic

bobble sort, sorting elements using bubble sort

dhana_1306
post 30 Mar, 2006 - 05:38 AM
Post #1


New D.I.C Head

*
Joined: 25 Mar, 2006
Posts: 1


My Contributions


hai all of you ,

pls helpe me;

if any one help me ;

write a programe to sorting elements using Bubble sort in c++?

pls tell me about bubble sort.

by

dhanaraj
User is offlineProfile CardPM

Go to the top of the page

Amadeus
post 30 Mar, 2006 - 06:56 AM
Post #2


g++ -o drink whiskey.cpp

Group Icon
Joined: 12 Jul, 2002
Posts: 12,176



Thanked 33 times

Dream Kudos: 25
My Contributions


A bubble sort generally traverses an array of elements, comparing adjacent elements and swapping positions if required. If you could provide us with the code you've written, we'd be happy to provide some guidance.
User is offlineProfile CardPM

Go to the top of the page

Mrafcho001
post 30 Mar, 2006 - 01:19 PM
Post #3


D.I.C Addict

Group Icon
Joined: 1 Nov, 2005
Posts: 753



Thanked 5 times

Dream Kudos: 120
My Contributions


Just as a side note Bubble sort is one of the slowest sorting algorithms.
User is offlineProfile CardPM

Go to the top of the page

born2c0de
post 31 Mar, 2006 - 03:32 AM
Post #4


printf("I'm a %XR",195936478);

Group Icon
Joined: 26 Nov, 2004
Posts: 3,905



Thanked 34 times

Dream Kudos: 2800

Expert In: 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

My Contributions


QUOTE(Mrafcho001 @ 31 Mar, 2006 - 01:41 AM)
Just as a side note Bubble sort is one of the slowest sorting algorithms.

Well actually...that depends on the size of the list to be sorted.
I agree that on large lists Bubble Sort is slow but on small lists which are 'just-about-in-a-sorted-order' Bubble Sort works out to be the fastest.
User is offlineProfile CardPM

Go to the top of the page

Reply to this topicStart new topic
Time is now: 11/23/08 03:06AM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month