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.

No comments:

Post a Comment