http://pramnegi.blogspot.com/2009/11/dons-permutaion.html

Thanks
Pramod Negi

On Sun, Aug 1, 2010 at 4:30 PM, UMESH KUMAR <kumar.umesh...@gmail.com>wrote:

>  Write a C  code for generate all possible Permutation
>  as:- 1 2 3
> Total no. of Per=6
> also print all permutation
> as:- 1 2 3
>        1 3 2
>         2 1 3
>        2 3 1
>        3 1 2
>       3 2 1
> if inpute is 1 2 3 2
>      total no of permutation = 12
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algoge...@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com<algogeeks%2bunsubscr...@googlegroups.com>
> .
> 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 algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to