Search found 1 match
- Sun Apr 27, 2003 8:34 am
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 320456
I used memorization, but the CPU time was still not 00:00.00. Can anyone share his way to optimze the code? Did they simply compute most, if not all, of the cycles and then put them into a large array? By the way, did anyone notice that some particular input will produce very large number that a 32 ...