At 10/23/09 05:05 PM, Jon-86 wrote:
When sorting really large data sets, an informed sort will get the job done quicker. One method of getting a better heuristic for sorting, is to use a search algorithm to do a bit of probing. If you have access to academic papers through uni or something then look up sort heuristics.
Must you be reminded the topic again? Generic sorting. There are no 'heuristics'. The cleverest choice for the depth sorting is an iterative bubble sort. That's all.
I'd certainly be interested on a paper about such a term as 'sort heuristics'. Show me one.
The reason I decided not to mention it is that I dont think it would apply here!
But you did, and it fugging doesn't, at all.
Seriously think about it for a second before you think I'm talking crap. Sure it can be a hard thing to implement but theirs nothing wrong with trying. What would be better! A blind sorting algorithm that can only compare say the element before or after it in an array or a sorting algorithm that dose a quick search to find what's out of place before it tries to rearrange the whole array before it gets to the few things that were out of order.
Son, the one spewing shit is you. To spell it out, you'll have a hard time finding a topic you can tell me anything about.
The point remains is that your justification of randomly mentioning A* because it's a good search algorithm is bullshit.