CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ThaScoon

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    6,173

    Re: Sorting for maximum distance

    Thanks for your reply. I indeed fear that this heuristic does not always find the optimal order. Finding an example which proofs my heuristic to be wrong would obviously be as helpful as a full proof...
  2. Replies
    3
    Views
    6,173

    Sorting for maximum distance

    I have a set of numbers and I have to order them for maximum MSSD (mean successive squared difference). For example, if I have the ordered set
    (1,2,3,4,5,6)
    this would give me an MSSD of...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured