[algogeeks] Re: Good string problem

2007-12-18 Thread John
Where arr u checking whether s is there or not ? On Dec 18, 7:38 pm, k3xji <[EMAIL PROTECTED]> wrote: > Given a permute array you want to create fixed set of elements in > which s does not occur. Modify the below function: > > void > permuteStr(char *out, char *permuteArr, >unsigned c

[algogeeks] Re: highest lcm

2007-12-18 Thread malicious code
ok..i just realised that i did overlook something ridiculously obvious.. thanks a lot! On Dec 4, 7:41 pm, malicious code <[EMAIL PROTECTED]> wrote: > hi! > i did not know that!! thanks for replying.. > > it is not necessary that you have to spilt the number into 2 numbers > only... > for example

[algogeeks] Call or Send SMS to any phone anywhere in the world Free!

2007-12-18 Thread Riaz Muhammad
Call or Send SMS to any phone anywhere in the world Free! - http://offr.biz/HLGB7321740QUQKUQA --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@go

[algogeeks] Earn Money Online! No Registration Fees. Guaranteed Payments.

2007-12-18 Thread Riaz Muhammad
http://www.moneycosmos.com/?r=321740 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com To unsubscribe from this group, send email

[algogeeks] Re: Good string problem

2007-12-18 Thread k3xji
Given a permute array you want to create fixed set of elements in which s does not occur. Modify the below function: void permuteStr(char *out, char *permuteArr, unsigned char outSize, unsigned int permuteArrSize, int index, void (*outStr)(char *)) { if (index == outSize