can somebody tell me what can be the application of bubble sorting.or what actually application of bubble sorting means is it the usage of bubble sort in different areas.please give me some applications of it..
ayeshashahid 0 Newbie Poster
happygeek commented: keep it organised please - why ask a programming question in the community intros forum? +0
Recommended Answers
Jump to PostThe only application for bubble sort is in the classroom. It's a simple algorithm, arguably the simplest sorting algorithm, and well suited as an introduction to the concept. However, it's hideously inefficient even compared to other quadratic sorting algorithms.
Jump to PostSince bubble sort is efficient
I think you meant to type "inefficient". I also like to add the adverb "woefully" since it drives the point home. ;)
you may want to look into some optimizations of bubble sort; there may serve better purpose
Polish a turd and it's still a …
All 7 Replies
Narue 5,707 Bad Cop Team Colleague
tungnk1993 -4 Junior Poster in Training
Narue 5,707 Bad Cop Team Colleague
tungnk1993 -4 Junior Poster in Training
Narue 5,707 Bad Cop Team Colleague
mrnutty 761 Senior Poster
ayeshashahid 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.