Futoshiki bulmacasını çözen kodları anlatmaya devam ediyoruz. Kesin Sayıları Yerleştiren Fonksiyonun C kodları bool kesin_sayi_bul() { int sayac=0,yer,counter=0; for(int i=0;i<satir;i++) for(int k=0;k<satir;k++) { for(int j=0;j<sutun;j++) if(dizi_a[i][j][k]!=-1) { sayac++;yer=j;} if(sayac==1) {dizi[i][yer][0]=k+1;counter++; alternatif_degerleri_yerlestir(); } sayac=0; } for(int j=0;j<sutun;j++) for(int k=0;k<satir;k++) { for(int i=0;i<satir;i++) if(dizi_a[i][j][k]!=-1) { sayac++;yer=i;} if(sayac==1) {dizi[yer][j][0]=k+1; counter++; alternatif_degerleri_yerlestir(); }sayac=0; } sayac=0; for(int i=0;i<satir;i++) … Continue reading Futoshiki Bulmacası -2
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed