Home All Groups Group Topic Archive Search About

Measuring the degree of sortedness of an array...

Author
27 Apr 2006 3:16 PM
almurph@altavista.com
Hi,

   How do you measure the degree of sorted/unsortedness of an array in
VB.NET? Are there any well known algorithms out there for doing this?
   Any help/assistance/code-samples/suggestions much appreictaed.

Al.

Author
27 Apr 2006 3:59 PM
Kerry Moorman
Al,

First you need to find an algorithm for measuring degree of sortedness. Then
you can implement the algorithm in a programming language, such as VB.Net.

For finding the algorithm, Google is your friend.

Kerry Moorman


Show quoteHide quote
"almu***@altavista.com" wrote:

> Hi,
>
>    How do you measure the degree of sorted/unsortedness of an array in
> VB.NET? Are there any well known algorithms out there for doing this?
>    Any help/assistance/code-samples/suggestions much appreictaed.
>
> Al.
>
>