View Single Post
Old Sep 15th, 2006, 3:14 PM   #19
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 3 Narue is on a distinguished road
>One question though, what the heck would we use this for?
For learning, of course. Studying sorting algorithms can give you a huge number of potential tools in algorithm design because they're basically the most researched topic in computer science, and the tricks used in them can be used elsewhere as well. As an example, take the divide and conquer trick from quicksort and see how many obvious places it can be applied.

Just because you don't use an algorithm doesn't mean you didn't learn anything from it.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline   Reply With Quote