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.
To become a real computer programmer and computer scientist, you should have a complete mastery of the sorting algorithms. Compilation of notes >>> AlexValdezLectures
Monday, September 26, 2011
Common Programmer's Errors
Pre-requisites
The study of Design and Analysis of Algorithms needs the study and background of Discrete Mathematics. You should also needs to understand that you should know how to analyze an algorithm before you could successfully design your own algorithms.
In this blog, topics are not arranged into the level of difficulties. In fact, there is no order or arraignment of postings in this blog. I'll just post whatever I have in mind anytime I wanted it to. However, I will put some labels, classifications or categories to make it easier for you to do some research or studies.
In this blog, topics are not arranged into the level of difficulties. In fact, there is no order or arraignment of postings in this blog. I'll just post whatever I have in mind anytime I wanted it to. However, I will put some labels, classifications or categories to make it easier for you to do some research or studies.
Sunday, September 25, 2011
About This Blog: Sorting Algorithms
This blog focuses on the Design and Analysis of Algorithms. Please make some comments. This is a project of Agoo Computer College.
Subscribe to:
Posts (Atom)