scozv / algo-js

[obsoleted] has been moved to project Tango:
https://github.com/scozv/tango
GNU General Public License v3.0
2 stars 1 forks source link

improvement for time test of sorting #5

Open scozv opened 10 years ago

scozv commented 10 years ago

From Algo.js of Google Code on July 23, 2013 19:39:34

in rev 9259b3f5b5f4, we have a draft version of time test for sorting algorithm.

how to apply statistic knowledge to the test is what we need improve, such as curve fitting, confidence level, etc.

Original issue: http://code.google.com/p/algo-js/issues/detail?id=5

scozv commented 10 years ago

From Algo.js of Google Code on July 27, 2013 04:57:36

in revision 760a7a11e26f , we added time test for quick sort and heap sort. however the way to calculate the number of error greater than 1.0 is not a precise way (see q-sorting.js).

scozv commented 10 years ago

From Algo.js of Google Code on September 21, 2013 06:27:37

Labels: Performance