herrDeng網內搜尋

自訂搜尋

Ads

2013年12月9日 星期一

河內塔java程式



35 則留言:

B10133048 饒家華 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133048 饒家華 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B9933137 黃宇儂 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133002 謝佩紋 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133025王柏文 提到...

B10133025 王柏文
public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133036孫翊玲 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133030林潔如 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

b10133023徐顥 提到...

public class sam {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

b10033185邱詩婕 提到...

public class ds {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

b10133016王致翔 提到...

public class adsl {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133046邱誌寬 提到...

public class sup {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133045林玹安 提到...

public class AD {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133044吳盛盟 提到...

public class jpm {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133051張丞緯 提到...

public class AK {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133018翁湘姿 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133030林潔如 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133031邱敏惠 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133047鄭兆珊 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133042沈俞宜 提到...

public class ket {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133033呂之筠 提到...

public class wen {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B9933029江軒澔 提到...

public class sup {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B9933161廖佳穎 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B9933161廖佳穎 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133011 黃怡蓁 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133014 吳欣怡 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133007 蔡雅姿 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133049 連于瑄 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133004徐芷瑩 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133010蔡以翎 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133053古聿穎 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);

else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+d+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

b10133021吳屹軒 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

b10133021吳屹軒 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133020 李涵清 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

B10133008許耀文 提到...

public class HanoiTower {
static int count=0;
static void h(int d, int peg1, int peg2, int peg3){
if (d==1)
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
else{
h(d-1,peg1,peg3,peg2);
System.out.println((++count)+"次:盤子"+"◎"+"從"+peg1+"move"+"→"+peg3);
h(d-1,peg2,peg1,peg3);
}
}
public static void main(String[] args) {
int d=3;
h(d,1,2,3);

}

}

Related Posts Plugin for WordPress, Blogger...

熱門文章