Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Recursive Permutation Generator. Pin
PIEBALDconsult28-Feb-11 1:46
mvePIEBALDconsult28-Feb-11 1:46 
GeneralRe: Recursive Permutation Generator. Pin
shivamkalra25-Feb-11 16:47
shivamkalra25-Feb-11 16:47 
AnswerRe: Recursive Permutation Generator. Pin
Luc Pattyn25-Feb-11 15:02
sitebuilderLuc Pattyn25-Feb-11 15:02 
GeneralRe: Recursive Permutation Generator. Pin
shivamkalra25-Feb-11 16:39
shivamkalra25-Feb-11 16:39 
AnswerRe: Recursive Permutation Generator. Pin
Luc Pattyn25-Feb-11 16:58
sitebuilderLuc Pattyn25-Feb-11 16:58 
GeneralRe: Recursive Permutation Generator. Pin
shivamkalra25-Feb-11 17:22
shivamkalra25-Feb-11 17:22 
GeneralRe: Recursive Permutation Generator. Pin
Luc Pattyn25-Feb-11 17:32
sitebuilderLuc Pattyn25-Feb-11 17:32 
GeneralRe: Recursive Permutation Generator. Pin
shivamkalra25-Feb-11 17:53
shivamkalra25-Feb-11 17:53 
It still very hard to do. Let say you have string "aaabbbccc", you will get 9! combination..then you need to find repetitions using linear search for each of the element..it's gonna take too much time..is there any way of handling repetition within code so that it can be ignored and final result we get is list of length (9!/3!3!3!).
AnswerRe: Recursive Permutation Generator. Pin
Luc Pattyn25-Feb-11 17:58
sitebuilderLuc Pattyn25-Feb-11 17:58 
GeneralRe: Recursive Permutation Generator. Pin
shivamkalra25-Feb-11 18:20
shivamkalra25-Feb-11 18:20 
AnswerRe: Recursive Permutation Generator. [modified] Pin
Luc Pattyn25-Feb-11 17:14
sitebuilderLuc Pattyn25-Feb-11 17:14 
QuestionHelp with diagnosing a service failing [modified] Pin
turbosupramk325-Feb-11 11:15
turbosupramk325-Feb-11 11:15 
AnswerRe: Help with diagnosing a service failing Pin
RobCroll25-Feb-11 12:22
RobCroll25-Feb-11 12:22 
GeneralRe: Help with diagnosing a service failing Pin
turbosupramk325-Feb-11 12:37
turbosupramk325-Feb-11 12:37 
GeneralRe: Help with diagnosing a service failing Pin
RobCroll25-Feb-11 13:12
RobCroll25-Feb-11 13:12 
GeneralRe: Help with diagnosing a service failing Pin
turbosupramk325-Feb-11 18:06
turbosupramk325-Feb-11 18:06 
GeneralRe: Help with diagnosing a service failing Pin
turbosupramk328-Feb-11 5:30
turbosupramk328-Feb-11 5:30 
GeneralRe: Help with diagnosing a service failing Pin
turbosupramk328-Feb-11 9:12
turbosupramk328-Feb-11 9:12 
GeneralRe: Help with diagnosing a service failing Pin
RobCroll28-Feb-11 11:33
RobCroll28-Feb-11 11:33 
GeneralRe: Help with diagnosing a service failing Pin
RobCroll28-Feb-11 11:29
RobCroll28-Feb-11 11:29 
GeneralRe: Help with diagnosing a service failing Pin
turbosupramk328-Feb-11 15:12
turbosupramk328-Feb-11 15:12 
Questiondraw Pin
om_metab25-Feb-11 10:56
om_metab25-Feb-11 10:56 
Questiondraw Pin
om_metab25-Feb-11 10:42
om_metab25-Feb-11 10:42 
AnswerRe: draw Pin
fjdiewornncalwe25-Feb-11 10:55
professionalfjdiewornncalwe25-Feb-11 10:55 
AnswerRe: draw Pin
OriginalGriff25-Feb-11 21:05
mveOriginalGriff25-Feb-11 21:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.