On Sun, Aug 1, 2010 at 5:20 PM, Pramod Negi <[email protected]> wrote:

> http://pramnegi.blogspot.com/2009/11/dons-permutaion.html
>
> Thanks
> Pramod Negi
>
> On Sun, Aug 1, 2010 at 4:30 PM, UMESH KUMAR <[email protected]>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 [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<algogeeks%[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]<algogeeks%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>


Thanks a lot sirjee

-- 
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