Sorting algorithm: Difference between revisions

Content deleted Content added
Comparison of algorithms: Reverted unexplaned and unconstructive removal by 110.234.157.66 (talk) to last version by Glrx
Wfunction (talk | contribs)
The Firefox note was rather useless; I added a much more important advantage of mergesort which is more relevant today.
Line 82:
|style="background:#ddffdd"| Yes
| Merging
| align="left" | [[Merge_sort#Parallel_processing|Highly parallelizable]] (up to O(log(''n''))) for processing large amounts of data.
| align="left" | The sorting algorithm used by the [[Firefox]] web browser.<ref>http://mxr.mozilla.org/seamonkey/source/js/src/jsarray.c</ref>
|- align="center"
|nowrap|[[In-place]] [[Merge sort]]