Measuring the degree of sortedness of an array...

  • Thread starter Thread starter almurph
  • Start date Start date
A

almurph

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.
 
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
 
Back
Top