Find your content:

Search form

You are here

sort() implementation in chrome, firefox and safari - Help Interview Questions

 
Share

 Default sort() in JavaScript uses insertion sort by V8 Engine of Chrome and Merge sort by Mozilla Firefox and Safari.

But  if you need to sort large number of elements. So, the solution is to use Quick sort for large dataset.

My Block Status

My Block Content