PDA

View Full Version : I was wondering...


DawgieDog
03-01-2004, 03:51 AM
I don't really know where I'm suppose to post this question and I apologize for that :o.
I was wondering if there is such thing that can write this code: 189-C3E-NEW--2KV-PB4-8PA
in all possible ways. Not something that gives you the number of combinations that you can have with this code but something that gives me the code written in all possible ways.
P.S. -- must always be in between 3 set of letters.

Kor
03-01-2004, 09:04 AM
Probabilities Math. Calculation. Combination Calculation. Google for a math formula. Translate it into javascript code.

Anyway, I warn you that it might take you a real huge time to calculate all the variants... weeks.. months... maybe more...maybe much much more...:D

DawgieDog
03-01-2004, 08:53 PM
Originally posted by Kor
Probabilities Math. Calculation. Combination Calculation. Google for a math formula. Translate it into javascript code.

Anyway, I warn you that it might take you a real huge time to calculate all the variants... weeks.. months... maybe more...maybe much much more...:D

Ugh, thank you. I'll try.