Is there a pattern in the indices of the numbers we are swapping. some
formula which may tell the next two indices to swap.


Thanks,
- Ravindra

On Fri, Oct 14, 2011 at 9:40 PM, gaurav yadav <[email protected]>wrote:

> @shiva...keep swapping the underline elements
>
> a1*a2*a3a4a5*b1*b2b3b4b5c1c2c3c4c5
> a1b1*a3*a4a5a2b2b3b4b5*c1*c2c3c4c5
> a1b1c1*a4*a5*a2*b2b3b4b5a3c2c3c4c5
> a1b1c1a2*a5*a4*b2*b3b4b5a3c2c3c4c5
> a1b1c1a2b2*a4*a5b3b4b5a3*c2*c3c4c5
> a1b1c1a2b2c2*a5*b3b4b5*a3*a4c3c4c5
> a1b1c1a2b2c2a3b3*b4*b5a5a4*c3*c4c5
> a1b1c1a2b2c2a3b3c3*b5*a5*a4*b4c4c5
> a1b1c1a2b2c2a3b3c3a4*a5*b5*b4*c4c5
> a1b1c1a2b2c2a3b3c3a4b4*b5*a5*c4*c5
> a1b1c1a2b2c2a3b3c3a4b4*c4*a5*b5*c5
> a1b1c1a2b2c2a3b3c3a4b4c4a5b5c5
>
>
>
>  --
> 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.google.com/group/algogeeks?hl=en.
>

-- 
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.google.com/group/algogeeks?hl=en.

Reply via email to