Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > String Permutations

Reply
Thread Tools

String Permutations

 
 
anmol.bhasin@gmail.com
Guest
Posts: n/a
 
      04-28-2006
I saw some String Permutations code .. suggested by different people
and books, however, it does not resolve the issue of repititions. The
idea should be to store the different characters used and not just the
positions.

 
Reply With Quote
 
 
 
 
Thad Smith
Guest
Posts: n/a
 
      04-29-2006
wrote:
> I saw some String Permutations code .. suggested by different people
> and books, however, it does not resolve the issue of repititions. The
> idea should be to store the different characters used and not just the
> positions.


I don't understand your issue, but comp.lang.c is the wrong place to
discuss it. comp.programming may be appropriate if you can be more
specific.

--
Thad
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
print all permutations of string anurag C++ 18 04-17-2009 02:48 PM
print all permutations of string anurag C Programming 20 07-25-2006 06:47 PM
How to generate all permutations of a string? Girish Sahani Python 11 06-26-2006 06:16 PM
Re: How to generate all permutations of a string? Maric Michaud Python 0 06-22-2006 10:24 AM
Permutations of a String Kiran Dalvi C Programming 7 04-12-2004 09:55 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57