List of Different Sorting Algorithms
* Bubble Sort
* Balloon Sort
* Merge Sort
* Insertion Sort
* Radix Sort
* Quick Sort
* Selection Sort
* Combo Sort
* Shell Sort
* Heap Sort
* Tree Sort
* Counting Sort
To become a real computer programmer and computer scientist, you should have a complete mastery of the sorting algorithms. Compilation of notes >>> AlexValdezLectures
Showing posts with label balloon sort. Show all posts
Showing posts with label balloon sort. Show all posts
Wednesday, October 12, 2011
What Are the Different Sorting Algorithms
Labels:
balloon sort,
bubble sort,
combo sort,
counting sort,
heap sort,
insertion sort,
merge sort,
quick sort,
radix sort,
selection sort,
shell sort,
tree sort
Monday, September 26, 2011
Common Programmer's Errors
The most common error made by any programmer is using an algorithm without taking into consideration the processing time it needs to finish its job.
When I was a kid, the only sorting algorithm that I knew was the bubble sort and the balloon sort. At that time, whenever I write a program to sort, I uses any of these two.
But later, I have learned that these two algorithms are the worse sorting algorithms. In this blog, you will soon know why.
When I was a kid, the only sorting algorithm that I knew was the bubble sort and the balloon sort. At that time, whenever I write a program to sort, I uses any of these two.
But later, I have learned that these two algorithms are the worse sorting algorithms. In this blog, you will soon know why.
Subscribe to:
Posts (Atom)