Search found 1 match

by Stachelsk
Sun Jun 22, 2008 8:28 pm
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 320024

Problem 100

I looked over the sticky, and yes, my program accounts for the fact that is it possible for i > j.
I've tried comparing my answers to "accepted solutions" and other source code that has worked to no avail.

Code is in ANSI C.
#include <stdio.h>

#define TABLE_SIZE 1000000
int calculated [TABLE_SIZE ...

Go to advanced search