Ad
  • Custom User Avatar

    Not a issue

  • Default User Avatar

    Send me your machine via mail and I'll gladly keep it. Sounds like one hell of a rig!

  • Custom User Avatar

    You are not supposed to convert between strings and integers at all (unless maybe for debugging purposes). If you really, really, really want to you can use the fact that the length of string is given as a parameter in run_fitness.

  • Custom User Avatar

    Yeah, about that. I understand that it is confusing. Since we have arbitrarily large integers in Ruby we use integers instead of strings.
    The description states: "What the test will do is generate a random binary string of 35 digits (a random Integer with 35 bits for Ruby)".
    You are not the first person to ask about this, and probably not the last.
    Could you please help and make the description more clear?