So rather than
A A A B B B C C D D E
3 3 3 3 3 3 2 2 2 2 1

You want
A B C A B D A B C D E
3 3 2 3 3 2 3 3 2 2 1

To me, that seems pretty vague.
Is there a particular order you want the values in?

Otherwise,
A A C A B C B B D D E
3 3 2 3 3 2 3 3 2 2 1

Is another ordering that matches the pattern you describe.
Providing a set of rules to follow would greatly improve any responses
you receive.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups-beta.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to