Which sorting technique does Excel use in the sort function?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone happen to know which sorting technique is used in the sort
function of Excel? Is it bubble sort, shell sort, or interchange sort?
 
You have an active thread elsewhere.
Does anyone happen to know which sorting technique is used in the sort
function of Excel? Is it bubble sort, shell sort, or interchange sort?
 
Since Excel is written in C/C++, and the standard C library contains qsort,
I would guess, based on nothing else, that some type of implementation of
qsort is used.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top