Discussion:
Forktest Output A3
(too old to reply)
Zachary Frenette
2011-07-22 22:34:59 UTC
Permalink
Hello,

After implementing on demand page loading and as copy, we're getting
that the output for forktest is: 001111222222333333223333333333.

As you can see, some of the 3s and 2s are out of place and no longer in
order. Is this expected, or is this something we should try to fix?
During A2, everything was in order. We're not crashing or anything, it's
just that the output is in a slightly different order.

Zach
cs350
2011-07-22 23:37:54 UTC
Permalink
The ordering of the numbers isn't important. It's the number of times that
each digit appears that is important (2, 4, 8, 16).

-Alex
Post by Zachary Frenette
Hello,
After implementing on demand page loading and as copy, we're getting that the
output for forktest is: 001111222222333333223333333333.
As you can see, some of the 3s and 2s are out of place and no longer in
order. Is this expected, or is this something we should try to fix? During
A2, everything was in order. We're not crashing or anything, it's just that
the output is in a slightly different order.
Zach
Loading...