Hi,

Could somebody tell me the most efficient way to cut an element out of a 
sequence and put it at the end? I need to repeat this over and over, but 
each time with a new index. If the index e.g. runs from 1 to 3, the 
results should be like this:

initial { a b c d e f }
1 ->    { a c d e f b }
2 ->    { a c e f b d }
3 ->    { a c e b d f }

Sincerely,

Jon Kleiser

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to