Search found 1 match

by blackfire
Wed Jan 02, 2008 5:03 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 319930

Plz Help with my java code

import java.io.*;
import java.util.*;

class Main
{
Arbol tree;
int cont;
int de;
public static void main(String args[])
{
Main myWork = new Main();
myWork.Begin();
}
public int teur(long n)
{
int temp = tree.buscar(n);
//System.out.println(n);
if(n==1 ...

Go to advanced search