File: q63.gr

package info (click to toggle)
algotutor 0.8.6-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 640 kB
  • sloc: perl: 2,563; makefile: 41; php: 24; sh: 1
file content (91 lines) | stat: -rw-r--r-- 2,059 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# generated by gengr

{
"-name" => "random grid",
-type => "graph",
-linear_transform => {
    -scale => [1, 1],
    -offset => [0, 0],
},
-directed => 0,

-init_data => {
    A => { -pos=>[40, 30],
   	B => 9,	F => 4,	G => 6,
    },
    B => { -pos=>[120, 30],
   	A => 9,	C => 7,	G => 9,
    },
    C => { -pos=>[200, 30],
   	B => 7,	D => 3,	G => 1,	H => 3,	I => 8,
    },
    D => { -pos=>[280, 30],
   	C => 3,	E => 8,	I => 4,
    },
    E => { -pos=>[360, 30],
   	D => 8,	I => 3,	J => 1,
    },
    F => { -pos=>[40, 90],
   	A => 4,	G => 6,	K => 2,
    },
    G => { -pos=>[120, 90],
   	A => 6,	B => 9,	C => 1,	F => 6,	H => 3,	K => 4,	L => 9,	M => 5,
    },
    H => { -pos=>[200, 90],
   	C => 3,	G => 3,	I => 9,	M => 7,
    },
    I => { -pos=>[280, 90],
   	C => 8,	D => 4,	E => 3,	H => 9,	J => 2,	M => 3,	N => 1,	O => 2,
    },
    J => { -pos=>[360, 90],
   	E => 1,	I => 2,	O => 3,
    },
    K => { -pos=>[40, 150],
   	F => 2,	G => 4,	L => 8,	P => 2,	Q => 2,
    },
    L => { -pos=>[120, 150],
   	G => 9,	K => 8,	M => 6,	Q => 8,
    },
    M => { -pos=>[200, 150],
   	G => 5,	H => 7,	I => 3,	L => 6,	N => 6,	Q => 8,	R => 4,	S => 7,
    },
    N => { -pos=>[280, 150],
   	I => 1,	M => 6,	O => 2,	S => 1,
    },
    O => { -pos=>[360, 150],
   	I => 2,	J => 3,	N => 2,	S => 1,	T => 7,
    },
    P => { -pos=>[40, 210],
   	K => 2,	Q => 8,	U => 7,
    },
    Q => { -pos=>[120, 210],
   	K => 2,	L => 8,	M => 8,	P => 8,	R => 8,	U => 2,	V => 7,	W => 8,
    },
    R => { -pos=>[200, 210],
   	M => 4,	Q => 8,	S => 6,	W => 2,
    },
    S => { -pos=>[280, 210],
   	M => 7,	N => 1,	O => 1,	R => 6,	T => 9,	W => 6,	X => 5,	Y => 1,
    },
    T => { -pos=>[360, 210],
   	O => 7,	S => 9,	Y => 1,
    },
    U => { -pos=>[40, 270],
   	P => 7,	Q => 2,	V => 3,
    },
    V => { -pos=>[120, 270],
   	Q => 7,	U => 3,	W => 4,
    },
    W => { -pos=>[200, 270],
   	Q => 8,	R => 2,	S => 6,	V => 4,	X => 7,
    },
    X => { -pos=>[280, 270],
   	S => 5,	W => 7,	Y => 3,
    },
    Y => { -pos=>[360, 270],
   	S => 1,	T => 1,	X => 3,
    },

}

}