Question:

In math logic:what is time for sorting?

by  |  earlier

0 LIKES UnLike

In math logic:what is time for sorting?

 Tags:

   Report

1 ANSWERS


  1. There are sort algorithms like Quicksort that

    sort in a time proportional to n log(n) when

    there are n items to sort.  That is very fast,

    much faster than the time O(n²) of easy

    sort algorithms.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.