Project

General

Profile

« Previous | Next » 

Revision d6e2cf37

Added by Leszek Koltunski about 1 year ago

Dino4 solver: code finished, but still doesn't work.

View differences:

src/main/java/org/distorted/objectlib/tablebases/TablebaseHelpers.java
16 16
public class TablebaseHelpers
17 17
{
18 18

  
19
///////////////////////////////////////////////////////////////////////////////////////////////////
20

  
21
  private static void displayTable(int[] table, String marker)
22
    {
23
    StringBuilder sb = new StringBuilder();
24

  
25
    for( int t : table )
26
      {
27
      sb.append(' ');
28
      sb.append(t);
29
      }
30

  
31
    android.util.Log.e("D", marker+" : "+sb);
32
    }
33

  
19 34
///////////////////////////////////////////////////////////////////////////////////////////////////
20 35

  
21 36
  private static String print(int[][] move)

Also available in: Unified diff