Search:

Type: Posts; User: albert22

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,373

    I cant write : for(int i=0; i

    I cant write : for(int i=0; i<2^500;i++)
    I think is better working with strings.
  2. Replies
    10
    Views
    1,373

    Binary counting is not enaugh becauce has a 2^k...

    Binary counting is not enaugh becauce has a 2^k limit (k=32 or 64) .I need combinations up to 1000 caracters(2^1000!!!).
    If this is easier i want this order 1-digit , 2-digit ..... n-digit...
  3. Replies
    10
    Views
    1,373

    character combinations

    Hello all.
    I need a function that produces this strings
    a , b, aa ,ab, ba ,bb ,aaa,aab, aba ,abb baa ,bab ,bba , bbb ,aaaa...
    It 's NOT exactly like binary counting (in binary after bbb (111) is...
Results 1 to 3 of 3