Search:

Type: Posts; User: rooster

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,939

    Its 3 sets of 6 numbers, 1 to 6, or 720...

    Its 3 sets of 6 numbers, 1 to 6, or 720 permutations per set, or 720 cubed possible permutations. I will have to look into that std::next_permutation() , I've never heard of it and it may be exactly...
  2. Replies
    10
    Views
    1,939

    Speed is essential for this program, but I could...

    Speed is essential for this program, but I could store the data to the drive, and since no value will be higher than 6, I'd only need one bit per value. I'm not to familiar with bit manipulation (Its...
  3. Replies
    10
    Views
    1,939

    I know that but I don't need to store one number...

    I know that but I don't need to store one number of 373248000, i need to store 373248000 values in an array. Which makes an array of around 38 megabytes, which makes your value of...
  4. Replies
    10
    Views
    1,939

    How do I make a *HUGE* array in C++?

    Hi, I'm trying to work out the permutations of 6 numbers in 3 columns, long story short it works out to 720*720*720 permutations, or 373248000 columns by 18 rows. Is there some way to declare an...
Results 1 to 4 of 4