nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
93,
15,
3,
15
] | 61 | [
"93/3=31",
"15+15=30",
"31+30=61"
] | Current State: 61:[93, 15, 3, 15], Operations: []
Exploring Operation: 93/3=31, Resulting Numbers: [15, 15, 31]
Generated Node #2: [15, 15, 31] from Operation: 93/3=31
Current State: 61:[15, 15, 31], Operations: ['93/3=31']
Exploring Operation: 15+15=30, Resulting Numbers: [31, 30]
Generated Node #3: [31, 30] from Oper... | 4 |
[
3,
64,
1,
36
] | 33 | [
"64-1=63",
"36+63=99",
"99/3=33"
] | Current State: 33:[3, 64, 1, 36], Operations: []
Exploring Operation: 64-1=63, Resulting Numbers: [3, 36, 63]
Generated Node #2: [3, 36, 63] from Operation: 64-1=63
Current State: 33:[3, 36, 63], Operations: ['64-1=63']
Exploring Operation: 36+63=99, Resulting Numbers: [3, 99]
Generated Node #3: [3, 99] from Operation:... | 4 |
[
77,
16,
84,
21
] | 19 | [
"84-77=7",
"21/7=3",
"16+3=19"
] | Current State: 19:[77, 16, 84, 21], Operations: []
Exploring Operation: 84-77=7, Resulting Numbers: [16, 21, 7]
Generated Node #2: [16, 21, 7] from Operation: 84-77=7
Current State: 19:[16, 21, 7], Operations: ['84-77=7']
Exploring Operation: 21/7=3, Resulting Numbers: [16, 3]
Generated Node #3: [16, 3] from Operation:... | 4 |
[
46,
43,
63,
7
] | 76 | [
"63-46=17",
"7*17=119",
"119-43=76"
] | Current State: 76:[46, 43, 63, 7], Operations: []
Exploring Operation: 63-46=17, Resulting Numbers: [43, 7, 17]
Generated Node #2: [43, 7, 17] from Operation: 63-46=17
Current State: 76:[43, 7, 17], Operations: ['63-46=17']
Exploring Operation: 7*17=119, Resulting Numbers: [43, 119]
Generated Node #3: [43, 119] from Op... | 4 |
[
61,
77,
3,
28
] | 100 | [
"77-61=16",
"3*28=84",
"16+84=100"
] | Current State: 100:[61, 77, 3, 28], Operations: []
Exploring Operation: 77-61=16, Resulting Numbers: [3, 28, 16]
Generated Node #2: [3, 28, 16] from Operation: 77-61=16
Current State: 100:[3, 28, 16], Operations: ['77-61=16']
Exploring Operation: 3*28=84, Resulting Numbers: [16, 84]
Generated Node #3: [16, 84] from Ope... | 4 |
[
94,
28,
68,
97
] | 95 | [
"94-28=66",
"97-68=29",
"66+29=95"
] | Current State: 95:[94, 28, 68, 97], Operations: []
Exploring Operation: 94-28=66, Resulting Numbers: [68, 97, 66]
Generated Node #2: [68, 97, 66] from Operation: 94-28=66
Current State: 95:[68, 97, 66], Operations: ['94-28=66']
Exploring Operation: 97-68=29, Resulting Numbers: [66, 29]
Generated Node #3: [66, 29] from ... | 4 |
[
15,
4,
14,
78
] | 52 | [
"14-4=10",
"78*10=780",
"780/15=52"
] | Current State: 52:[15, 4, 14, 78], Operations: []
Exploring Operation: 14-4=10, Resulting Numbers: [15, 78, 10]
Generated Node #2: [15, 78, 10] from Operation: 14-4=10
Current State: 52:[15, 78, 10], Operations: ['14-4=10']
Exploring Operation: 78*10=780, Resulting Numbers: [15, 780]
Generated Node #3: [15, 780] from O... | 4 |
[
10,
80,
5,
22
] | 80 | [
"10+22=32",
"5*32=160",
"160-80=80"
] | Current State: 80:[10, 80, 5, 22], Operations: []
Exploring Operation: 10+22=32, Resulting Numbers: [80, 5, 32]
Generated Node #2: [80, 5, 32] from Operation: 10+22=32
Current State: 80:[80, 5, 32], Operations: ['10+22=32']
Exploring Operation: 5*32=160, Resulting Numbers: [80, 160]
Generated Node #3: [80, 160] from Op... | 4 |
[
30,
4,
28,
47
] | 84 | [
"30+47=77",
"28/4=7",
"77+7=84"
] | Current State: 84:[30, 4, 28, 47], Operations: []
Exploring Operation: 30+47=77, Resulting Numbers: [4, 28, 77]
Generated Node #2: [4, 28, 77] from Operation: 30+47=77
Current State: 84:[4, 28, 77], Operations: ['30+47=77']
Exploring Operation: 28/4=7, Resulting Numbers: [77, 7]
Generated Node #3: [77, 7] from Operatio... | 4 |
[
41,
71,
92,
49
] | 73 | [
"71-41=30",
"92-49=43",
"30+43=73"
] | Current State: 73:[41, 71, 92, 49], Operations: []
Exploring Operation: 71-41=30, Resulting Numbers: [92, 49, 30]
Generated Node #2: [92, 49, 30] from Operation: 71-41=30
Current State: 73:[92, 49, 30], Operations: ['71-41=30']
Exploring Operation: 92-49=43, Resulting Numbers: [30, 43]
Generated Node #3: [30, 43] from ... | 4 |
[
56,
16,
15,
72
] | 97 | [
"56-16=40",
"72-15=57",
"40+57=97"
] | Current State: 97:[56, 16, 15, 72], Operations: []
Exploring Operation: 56-16=40, Resulting Numbers: [15, 72, 40]
Generated Node #2: [15, 72, 40] from Operation: 56-16=40
Current State: 97:[15, 72, 40], Operations: ['56-16=40']
Exploring Operation: 72-15=57, Resulting Numbers: [40, 57]
Generated Node #3: [40, 57] from ... | 4 |
[
91,
61,
38,
41
] | 90 | [
"91-61=30",
"41-38=3",
"30*3=90"
] | Current State: 90:[91, 61, 38, 41], Operations: []
Exploring Operation: 91-61=30, Resulting Numbers: [38, 41, 30]
Generated Node #2: [38, 41, 30] from Operation: 91-61=30
Current State: 90:[38, 41, 30], Operations: ['91-61=30']
Exploring Operation: 41-38=3, Resulting Numbers: [30, 3]
Generated Node #3: [30, 3] from Ope... | 4 |
[
19,
26,
28,
15
] | 23 | [
"28-26=2",
"19*2=38",
"38-15=23"
] | Current State: 23:[19, 26, 28, 15], Operations: []
Exploring Operation: 28-26=2, Resulting Numbers: [19, 15, 2]
Generated Node #2: [19, 15, 2] from Operation: 28-26=2
Current State: 23:[19, 15, 2], Operations: ['28-26=2']
Exploring Operation: 19*2=38, Resulting Numbers: [15, 38]
Generated Node #3: [15, 38] from Operati... | 4 |
[
72,
20,
57,
84
] | 49 | [
"72+20=92",
"57+84=141",
"141-92=49"
] | Current State: 49:[72, 20, 57, 84], Operations: []
Exploring Operation: 72+20=92, Resulting Numbers: [57, 84, 92]
Generated Node #2: [57, 84, 92] from Operation: 72+20=92
Current State: 49:[57, 84, 92], Operations: ['72+20=92']
Exploring Operation: 57+84=141, Resulting Numbers: [92, 141]
Generated Node #3: [92, 141] fr... | 4 |
[
35,
23,
4,
45
] | 82 | [
"45-35=10",
"23*4=92",
"92-10=82"
] | Current State: 82:[35, 23, 4, 45], Operations: []
Exploring Operation: 45-35=10, Resulting Numbers: [23, 4, 10]
Generated Node #2: [23, 4, 10] from Operation: 45-35=10
Current State: 82:[23, 4, 10], Operations: ['45-35=10']
Exploring Operation: 23*4=92, Resulting Numbers: [10, 92]
Generated Node #3: [10, 92] from Opera... | 4 |
[
34,
6,
60,
45
] | 56 | [
"60-45=15",
"6*15=90",
"90-34=56"
] | Current State: 56:[34, 6, 60, 45], Operations: []
Exploring Operation: 60-45=15, Resulting Numbers: [34, 6, 15]
Generated Node #2: [34, 6, 15] from Operation: 60-45=15
Current State: 56:[34, 6, 15], Operations: ['60-45=15']
Exploring Operation: 6*15=90, Resulting Numbers: [34, 90]
Generated Node #3: [34, 90] from Opera... | 4 |
[
88,
10,
22,
45
] | 59 | [
"88/22=4",
"10+45=55",
"4+55=59"
] | Current State: 59:[88, 10, 22, 45], Operations: []
Exploring Operation: 88/22=4, Resulting Numbers: [10, 45, 4]
Generated Node #2: [10, 45, 4] from Operation: 88/22=4
Current State: 59:[10, 45, 4], Operations: ['88/22=4']
Exploring Operation: 10+45=55, Resulting Numbers: [4, 55]
Generated Node #3: [4, 55] from Operatio... | 4 |
[
7,
33,
77,
23
] | 14 | [
"7+33=40",
"77-23=54",
"54-40=14"
] | Current State: 14:[7, 33, 77, 23], Operations: []
Exploring Operation: 7+33=40, Resulting Numbers: [77, 23, 40]
Generated Node #2: [77, 23, 40] from Operation: 7+33=40
Current State: 14:[77, 23, 40], Operations: ['7+33=40']
Exploring Operation: 77-23=54, Resulting Numbers: [40, 54]
Generated Node #3: [40, 54] from Oper... | 4 |
[
3,
30,
41,
13
] | 12 | [
"41+13=54",
"54/3=18",
"30-18=12"
] | Current State: 12:[3, 30, 41, 13], Operations: []
Exploring Operation: 41+13=54, Resulting Numbers: [3, 30, 54]
Generated Node #2: [3, 30, 54] from Operation: 41+13=54
Current State: 12:[3, 30, 54], Operations: ['41+13=54']
Exploring Operation: 54/3=18, Resulting Numbers: [30, 18]
Generated Node #3: [30, 18] from Opera... | 4 |
[
48,
24,
88,
36
] | 76 | [
"48-24=24",
"88-36=52",
"24+52=76"
] | Current State: 76:[48, 24, 88, 36], Operations: []
Exploring Operation: 48-24=24, Resulting Numbers: [88, 36, 24]
Generated Node #2: [88, 36, 24] from Operation: 48-24=24
Current State: 76:[88, 36, 24], Operations: ['48-24=24']
Exploring Operation: 88-36=52, Resulting Numbers: [24, 52]
Generated Node #3: [24, 52] from ... | 4 |
[
4,
85,
69,
63
] | 61 | [
"69-63=6",
"4*6=24",
"85-24=61"
] | Current State: 61:[4, 85, 69, 63], Operations: []
Exploring Operation: 69-63=6, Resulting Numbers: [4, 85, 6]
Generated Node #2: [4, 85, 6] from Operation: 69-63=6
Current State: 61:[4, 85, 6], Operations: ['69-63=6']
Exploring Operation: 4*6=24, Resulting Numbers: [85, 24]
Generated Node #3: [85, 24] from Operation: 4... | 4 |
[
63,
33,
30,
4
] | 15 | [
"63-33=30",
"30+30=60",
"60/4=15"
] | Current State: 15:[63, 33, 30, 4], Operations: []
Exploring Operation: 63-33=30, Resulting Numbers: [30, 4, 30]
Generated Node #2: [30, 4, 30] from Operation: 63-33=30
Current State: 15:[30, 4, 30], Operations: ['63-33=30']
Exploring Operation: 30+30=60, Resulting Numbers: [4, 60]
Generated Node #3: [4, 60] from Operat... | 4 |
[
2,
49,
6,
78
] | 91 | [
"6+78=84",
"84/2=42",
"49+42=91"
] | Current State: 91:[2, 49, 6, 78], Operations: []
Exploring Operation: 6+78=84, Resulting Numbers: [2, 49, 84]
Generated Node #2: [2, 49, 84] from Operation: 6+78=84
Current State: 91:[2, 49, 84], Operations: ['6+78=84']
Exploring Operation: 84/2=42, Resulting Numbers: [49, 42]
Generated Node #3: [49, 42] from Operation... | 4 |
[
96,
82,
65,
34
] | 45 | [
"96-82=14",
"65-34=31",
"14+31=45"
] | Current State: 45:[96, 82, 65, 34], Operations: []
Exploring Operation: 96-82=14, Resulting Numbers: [65, 34, 14]
Generated Node #2: [65, 34, 14] from Operation: 96-82=14
Current State: 45:[65, 34, 14], Operations: ['96-82=14']
Exploring Operation: 65-34=31, Resulting Numbers: [14, 31]
Generated Node #3: [14, 31] from ... | 4 |
[
89,
43,
91,
42
] | 64 | [
"91-89=2",
"42/2=21",
"43+21=64"
] | Current State: 64:[89, 43, 91, 42], Operations: []
Exploring Operation: 91-89=2, Resulting Numbers: [43, 42, 2]
Generated Node #2: [43, 42, 2] from Operation: 91-89=2
Current State: 64:[43, 42, 2], Operations: ['91-89=2']
Exploring Operation: 42/2=21, Resulting Numbers: [43, 21]
Generated Node #3: [43, 21] from Operati... | 4 |
[
6,
94,
25,
49
] | 98 | [
"49-25=24",
"24/6=4",
"94+4=98"
] | Current State: 98:[6, 94, 25, 49], Operations: []
Exploring Operation: 49-25=24, Resulting Numbers: [6, 94, 24]
Generated Node #2: [6, 94, 24] from Operation: 49-25=24
Current State: 98:[6, 94, 24], Operations: ['49-25=24']
Exploring Operation: 24/6=4, Resulting Numbers: [94, 4]
Generated Node #3: [94, 4] from Operatio... | 4 |
[
34,
51,
54,
68
] | 15 | [
"54-34=20",
"51*20=1020",
"1020/68=15"
] | Current State: 15:[34, 51, 54, 68], Operations: []
Exploring Operation: 54-34=20, Resulting Numbers: [51, 68, 20]
Generated Node #2: [51, 68, 20] from Operation: 54-34=20
Current State: 15:[51, 68, 20], Operations: ['54-34=20']
Exploring Operation: 51*20=1020, Resulting Numbers: [68, 1020]
Generated Node #3: [68, 1020]... | 4 |
[
80,
86,
31,
86
] | 80 | [
"86-86=0",
"31*0=0",
"80+0=80"
] | Current State: 80:[80, 86, 31, 86], Operations: []
Exploring Operation: 86-86=0, Resulting Numbers: [80, 31, 0]
Generated Node #2: [80, 31, 0] from Operation: 86-86=0
Current State: 80:[80, 31, 0], Operations: ['86-86=0']
Exploring Operation: 31*0=0, Resulting Numbers: [80, 0]
Generated Node #3: [80, 0] from Operation:... | 4 |
[
41,
9,
66,
97
] | 19 | [
"41+9=50",
"97-66=31",
"50-31=19"
] | Current State: 19:[41, 9, 66, 97], Operations: []
Exploring Operation: 41+9=50, Resulting Numbers: [66, 97, 50]
Generated Node #2: [66, 97, 50] from Operation: 41+9=50
Current State: 19:[66, 97, 50], Operations: ['41+9=50']
Exploring Operation: 97-66=31, Resulting Numbers: [50, 31]
Generated Node #3: [50, 31] from Oper... | 4 |
[
5,
70,
1,
2
] | 72 | [
"5+70=75",
"1+2=3",
"75-3=72"
] | Current State: 72:[5, 70, 1, 2], Operations: []
Exploring Operation: 5+70=75, Resulting Numbers: [1, 2, 75]
Generated Node #2: [1, 2, 75] from Operation: 5+70=75
Current State: 72:[1, 2, 75], Operations: ['5+70=75']
Exploring Operation: 1+2=3, Resulting Numbers: [75, 3]
Generated Node #3: [75, 3] from Operation: 1+2=3
... | 4 |
[
60,
43,
79,
27
] | 35 | [
"60-43=17",
"79-27=52",
"52-17=35"
] | Current State: 35:[60, 43, 79, 27], Operations: []
Exploring Operation: 60-43=17, Resulting Numbers: [79, 27, 17]
Generated Node #2: [79, 27, 17] from Operation: 60-43=17
Current State: 35:[79, 27, 17], Operations: ['60-43=17']
Exploring Operation: 79-27=52, Resulting Numbers: [17, 52]
Generated Node #3: [17, 52] from ... | 4 |
[
35,
29,
30,
26
] | 55 | [
"29-26=3",
"30*3=90",
"90-35=55"
] | Current State: 55:[35, 29, 30, 26], Operations: []
Exploring Operation: 29-26=3, Resulting Numbers: [35, 30, 3]
Generated Node #2: [35, 30, 3] from Operation: 29-26=3
Current State: 55:[35, 30, 3], Operations: ['29-26=3']
Exploring Operation: 30*3=90, Resulting Numbers: [35, 90]
Generated Node #3: [35, 90] from Operati... | 4 |
[
59,
51,
69,
93
] | 32 | [
"59-51=8",
"93-69=24",
"8+24=32"
] | Current State: 32:[59, 51, 69, 93], Operations: []
Exploring Operation: 59-51=8, Resulting Numbers: [69, 93, 8]
Generated Node #2: [69, 93, 8] from Operation: 59-51=8
Current State: 32:[69, 93, 8], Operations: ['59-51=8']
Exploring Operation: 93-69=24, Resulting Numbers: [8, 24]
Generated Node #3: [8, 24] from Operatio... | 4 |
[
25,
15,
87,
68
] | 93 | [
"87+68=155",
"15*155=2325",
"2325/25=93"
] | Current State: 93:[25, 15, 87, 68], Operations: []
Exploring Operation: 87+68=155, Resulting Numbers: [25, 15, 155]
Generated Node #2: [25, 15, 155] from Operation: 87+68=155
Current State: 93:[25, 15, 155], Operations: ['87+68=155']
Exploring Operation: 15*155=2325, Resulting Numbers: [25, 2325]
Generated Node #3: [25... | 4 |
[
93,
8,
78,
73
] | 90 | [
"93-8=85",
"78-73=5",
"85+5=90"
] | Current State: 90:[93, 8, 78, 73], Operations: []
Exploring Operation: 93-8=85, Resulting Numbers: [78, 73, 85]
Generated Node #2: [78, 73, 85] from Operation: 93-8=85
Current State: 90:[78, 73, 85], Operations: ['93-8=85']
Exploring Operation: 78-73=5, Resulting Numbers: [85, 5]
Generated Node #3: [85, 5] from Operati... | 4 |
[
39,
13,
6,
41
] | 52 | [
"39+6=45",
"45-41=4",
"13*4=52"
] | Current State: 52:[39, 13, 6, 41], Operations: []
Exploring Operation: 39+6=45, Resulting Numbers: [13, 41, 45]
Generated Node #2: [13, 41, 45] from Operation: 39+6=45
Current State: 52:[13, 41, 45], Operations: ['39+6=45']
Exploring Operation: 45-41=4, Resulting Numbers: [13, 4]
Generated Node #3: [13, 4] from Operati... | 4 |
[
70,
92,
37,
48
] | 44 | [
"70*48=3360",
"92*37=3404",
"3404-3360=44"
] | Current State: 44:[70, 92, 37, 48], Operations: []
Exploring Operation: 70*48=3360, Resulting Numbers: [92, 37, 3360]
Generated Node #2: [92, 37, 3360] from Operation: 70*48=3360
Current State: 44:[92, 37, 3360], Operations: ['70*48=3360']
Exploring Operation: 92*37=3404, Resulting Numbers: [3360, 3404]
Generated Node ... | 4 |
[
54,
16,
44,
17
] | 32 | [
"54*16=864",
"44-17=27",
"864/27=32"
] | Current State: 32:[54, 16, 44, 17], Operations: []
Exploring Operation: 54*16=864, Resulting Numbers: [44, 17, 864]
Generated Node #2: [44, 17, 864] from Operation: 54*16=864
Current State: 32:[44, 17, 864], Operations: ['54*16=864']
Exploring Operation: 44-17=27, Resulting Numbers: [864, 27]
Generated Node #3: [864, 2... | 4 |
[
44,
20,
55,
6
] | 73 | [
"44-20=24",
"55-6=49",
"24+49=73"
] | Current State: 73:[44, 20, 55, 6], Operations: []
Exploring Operation: 44-20=24, Resulting Numbers: [55, 6, 24]
Generated Node #2: [55, 6, 24] from Operation: 44-20=24
Current State: 73:[55, 6, 24], Operations: ['44-20=24']
Exploring Operation: 55-6=49, Resulting Numbers: [24, 49]
Generated Node #3: [24, 49] from Opera... | 4 |
[
11,
33,
45,
28
] | 61 | [
"11+33=44",
"45-28=17",
"44+17=61"
] | Current State: 61:[11, 33, 45, 28], Operations: []
Exploring Operation: 11+33=44, Resulting Numbers: [45, 28, 44]
Generated Node #2: [45, 28, 44] from Operation: 11+33=44
Current State: 61:[45, 28, 44], Operations: ['11+33=44']
Exploring Operation: 45-28=17, Resulting Numbers: [44, 17]
Generated Node #3: [44, 17] from ... | 4 |
[
70,
12,
68,
39
] | 33 | [
"70-68=2",
"12/2=6",
"39-6=33"
] | Current State: 33:[70, 12, 68, 39], Operations: []
Exploring Operation: 70-68=2, Resulting Numbers: [12, 39, 2]
Generated Node #2: [12, 39, 2] from Operation: 70-68=2
Current State: 33:[12, 39, 2], Operations: ['70-68=2']
Exploring Operation: 12/2=6, Resulting Numbers: [39, 6]
Generated Node #3: [39, 6] from Operation:... | 4 |
[
71,
11,
48,
35
] | 69 | [
"71+11=82",
"48-35=13",
"82-13=69"
] | Current State: 69:[71, 11, 48, 35], Operations: []
Exploring Operation: 71+11=82, Resulting Numbers: [48, 35, 82]
Generated Node #2: [48, 35, 82] from Operation: 71+11=82
Current State: 69:[48, 35, 82], Operations: ['71+11=82']
Exploring Operation: 48-35=13, Resulting Numbers: [82, 13]
Generated Node #3: [82, 13] from ... | 4 |
[
70,
90,
63,
19
] | 62 | [
"90-70=20",
"63+19=82",
"82-20=62"
] | Current State: 62:[70, 90, 63, 19], Operations: []
Exploring Operation: 90-70=20, Resulting Numbers: [63, 19, 20]
Generated Node #2: [63, 19, 20] from Operation: 90-70=20
Current State: 62:[63, 19, 20], Operations: ['90-70=20']
Exploring Operation: 63+19=82, Resulting Numbers: [20, 82]
Generated Node #3: [20, 82] from ... | 4 |
[
72,
90,
82,
9
] | 73 | [
"90-72=18",
"82+9=91",
"91-18=73"
] | Current State: 73:[72, 90, 82, 9], Operations: []
Exploring Operation: 90-72=18, Resulting Numbers: [82, 9, 18]
Generated Node #2: [82, 9, 18] from Operation: 90-72=18
Current State: 73:[82, 9, 18], Operations: ['90-72=18']
Exploring Operation: 82+9=91, Resulting Numbers: [18, 91]
Generated Node #3: [18, 91] from Opera... | 4 |
[
60,
19,
36,
23
] | 92 | [
"60+19=79",
"36-23=13",
"79+13=92"
] | Current State: 92:[60, 19, 36, 23], Operations: []
Exploring Operation: 60+19=79, Resulting Numbers: [36, 23, 79]
Generated Node #2: [36, 23, 79] from Operation: 60+19=79
Current State: 92:[36, 23, 79], Operations: ['60+19=79']
Exploring Operation: 36-23=13, Resulting Numbers: [79, 13]
Generated Node #3: [79, 13] from ... | 4 |
[
2,
13,
3,
85
] | 31 | [
"3+85=88",
"88/2=44",
"44-13=31"
] | Current State: 31:[2, 13, 3, 85], Operations: []
Exploring Operation: 3+85=88, Resulting Numbers: [2, 13, 88]
Generated Node #2: [2, 13, 88] from Operation: 3+85=88
Current State: 31:[2, 13, 88], Operations: ['3+85=88']
Exploring Operation: 88/2=44, Resulting Numbers: [13, 44]
Generated Node #3: [13, 44] from Operation... | 4 |
[
54,
83,
30,
6
] | 44 | [
"54/6=9",
"83-30=53",
"53-9=44"
] | Current State: 44:[54, 83, 30, 6], Operations: []
Exploring Operation: 54/6=9, Resulting Numbers: [83, 30, 9]
Generated Node #2: [83, 30, 9] from Operation: 54/6=9
Current State: 44:[83, 30, 9], Operations: ['54/6=9']
Exploring Operation: 83-30=53, Resulting Numbers: [9, 53]
Generated Node #3: [9, 53] from Operation: 8... | 4 |
[
20,
48,
63,
85
] | 17 | [
"20+48=68",
"68-63=5",
"85/5=17"
] | Current State: 17:[20, 48, 63, 85], Operations: []
Exploring Operation: 20+48=68, Resulting Numbers: [63, 85, 68]
Generated Node #2: [63, 85, 68] from Operation: 20+48=68
Current State: 17:[63, 85, 68], Operations: ['20+48=68']
Exploring Operation: 68-63=5, Resulting Numbers: [85, 5]
Generated Node #3: [85, 5] from Ope... | 4 |
[
73,
34,
23,
12
] | 42 | [
"73+23=96",
"96/12=8",
"34+8=42"
] | Current State: 42:[73, 34, 23, 12], Operations: []
Exploring Operation: 73+23=96, Resulting Numbers: [34, 12, 96]
Generated Node #2: [34, 12, 96] from Operation: 73+23=96
Current State: 42:[34, 12, 96], Operations: ['73+23=96']
Exploring Operation: 96/12=8, Resulting Numbers: [34, 8]
Generated Node #3: [34, 8] from Ope... | 4 |
[
31,
2,
17,
28
] | 44 | [
"31+2=33",
"28-17=11",
"33+11=44"
] | Current State: 44:[31, 2, 17, 28], Operations: []
Exploring Operation: 31+2=33, Resulting Numbers: [17, 28, 33]
Generated Node #2: [17, 28, 33] from Operation: 31+2=33
Current State: 44:[17, 28, 33], Operations: ['31+2=33']
Exploring Operation: 28-17=11, Resulting Numbers: [33, 11]
Generated Node #3: [33, 11] from Oper... | 4 |
[
5,
55,
10,
5
] | 44 | [
"5/5=1",
"55-10=45",
"45-1=44"
] | Current State: 44:[5, 55, 10, 5], Operations: []
Exploring Operation: 5/5=1, Resulting Numbers: [55, 10, 1]
Generated Node #2: [55, 10, 1] from Operation: 5/5=1
Current State: 44:[55, 10, 1], Operations: ['5/5=1']
Exploring Operation: 55-10=45, Resulting Numbers: [1, 45]
Generated Node #3: [1, 45] from Operation: 55-10... | 4 |
[
57,
33,
80,
82
] | 92 | [
"57+33=90",
"82-80=2",
"90+2=92"
] | Current State: 92:[57, 33, 80, 82], Operations: []
Exploring Operation: 57+33=90, Resulting Numbers: [80, 82, 90]
Generated Node #2: [80, 82, 90] from Operation: 57+33=90
Current State: 92:[80, 82, 90], Operations: ['57+33=90']
Exploring Operation: 82-80=2, Resulting Numbers: [90, 2]
Generated Node #3: [90, 2] from Ope... | 4 |
[
6,
37,
25,
69
] | 51 | [
"6+37=43",
"25+69=94",
"94-43=51"
] | Current State: 51:[6, 37, 25, 69], Operations: []
Exploring Operation: 6+37=43, Resulting Numbers: [25, 69, 43]
Generated Node #2: [25, 69, 43] from Operation: 6+37=43
Current State: 51:[25, 69, 43], Operations: ['6+37=43']
Exploring Operation: 25+69=94, Resulting Numbers: [43, 94]
Generated Node #3: [43, 94] from Oper... | 4 |
[
63,
1,
31,
88
] | 44 | [
"63-1=62",
"31*88=2728",
"2728/62=44"
] | Current State: 44:[63, 1, 31, 88], Operations: []
Exploring Operation: 63-1=62, Resulting Numbers: [31, 88, 62]
Generated Node #2: [31, 88, 62] from Operation: 63-1=62
Current State: 44:[31, 88, 62], Operations: ['63-1=62']
Exploring Operation: 31*88=2728, Resulting Numbers: [62, 2728]
Generated Node #3: [62, 2728] fro... | 4 |
[
57,
28,
41,
63
] | 75 | [
"57-28=29",
"41+63=104",
"104-29=75"
] | Current State: 75:[57, 28, 41, 63], Operations: []
Exploring Operation: 57-28=29, Resulting Numbers: [41, 63, 29]
Generated Node #2: [41, 63, 29] from Operation: 57-28=29
Current State: 75:[41, 63, 29], Operations: ['57-28=29']
Exploring Operation: 41+63=104, Resulting Numbers: [29, 104]
Generated Node #3: [29, 104] fr... | 4 |
[
7,
17,
22,
14
] | 87 | [
"7+22=29",
"17-14=3",
"29*3=87"
] | Current State: 87:[7, 17, 22, 14], Operations: []
Exploring Operation: 7+22=29, Resulting Numbers: [17, 14, 29]
Generated Node #2: [17, 14, 29] from Operation: 7+22=29
Current State: 87:[17, 14, 29], Operations: ['7+22=29']
Exploring Operation: 17-14=3, Resulting Numbers: [29, 3]
Generated Node #3: [29, 3] from Operati... | 4 |
[
59,
68,
80,
33
] | 38 | [
"68-59=9",
"80-33=47",
"47-9=38"
] | Current State: 38:[59, 68, 80, 33], Operations: []
Exploring Operation: 68-59=9, Resulting Numbers: [80, 33, 9]
Generated Node #2: [80, 33, 9] from Operation: 68-59=9
Current State: 38:[80, 33, 9], Operations: ['68-59=9']
Exploring Operation: 80-33=47, Resulting Numbers: [9, 47]
Generated Node #3: [9, 47] from Operatio... | 4 |
[
28,
42,
34,
21
] | 12 | [
"34-28=6",
"42/21=2",
"6*2=12"
] | Current State: 12:[28, 42, 34, 21], Operations: []
Exploring Operation: 34-28=6, Resulting Numbers: [42, 21, 6]
Generated Node #2: [42, 21, 6] from Operation: 34-28=6
Current State: 12:[42, 21, 6], Operations: ['34-28=6']
Exploring Operation: 42/21=2, Resulting Numbers: [6, 2]
Generated Node #3: [6, 2] from Operation: ... | 4 |
[
33,
24,
46,
95
] | 58 | [
"33-24=9",
"95-46=49",
"9+49=58"
] | Current State: 58:[33, 24, 46, 95], Operations: []
Exploring Operation: 33-24=9, Resulting Numbers: [46, 95, 9]
Generated Node #2: [46, 95, 9] from Operation: 33-24=9
Current State: 58:[46, 95, 9], Operations: ['33-24=9']
Exploring Operation: 95-46=49, Resulting Numbers: [9, 49]
Generated Node #3: [9, 49] from Operatio... | 4 |
[
75,
71,
87,
66
] | 60 | [
"87-75=12",
"71-66=5",
"12*5=60"
] | Current State: 60:[75, 71, 87, 66], Operations: []
Exploring Operation: 87-75=12, Resulting Numbers: [71, 66, 12]
Generated Node #2: [71, 66, 12] from Operation: 87-75=12
Current State: 60:[71, 66, 12], Operations: ['87-75=12']
Exploring Operation: 71-66=5, Resulting Numbers: [12, 5]
Generated Node #3: [12, 5] from Ope... | 4 |
[
11,
13,
60,
64
] | 20 | [
"11+13=24",
"64-60=4",
"24-4=20"
] | Current State: 20:[11, 13, 60, 64], Operations: []
Exploring Operation: 11+13=24, Resulting Numbers: [60, 64, 24]
Generated Node #2: [60, 64, 24] from Operation: 11+13=24
Current State: 20:[60, 64, 24], Operations: ['11+13=24']
Exploring Operation: 64-60=4, Resulting Numbers: [24, 4]
Generated Node #3: [24, 4] from Ope... | 4 |
[
43,
31,
54,
40
] | 38 | [
"31*54=1674",
"1674-40=1634",
"1634/43=38"
] | Current State: 38:[43, 31, 54, 40], Operations: []
Exploring Operation: 31*54=1674, Resulting Numbers: [43, 40, 1674]
Generated Node #2: [43, 40, 1674] from Operation: 31*54=1674
Current State: 38:[43, 40, 1674], Operations: ['31*54=1674']
Exploring Operation: 1674-40=1634, Resulting Numbers: [43, 1634]
Generated Node ... | 4 |
[
2,
26,
43,
29
] | 10 | [
"26-2=24",
"43-29=14",
"24-14=10"
] | Current State: 10:[2, 26, 43, 29], Operations: []
Exploring Operation: 26-2=24, Resulting Numbers: [43, 29, 24]
Generated Node #2: [43, 29, 24] from Operation: 26-2=24
Current State: 10:[43, 29, 24], Operations: ['26-2=24']
Exploring Operation: 43-29=14, Resulting Numbers: [24, 14]
Generated Node #3: [24, 14] from Oper... | 4 |
[
35,
45,
30,
42
] | 82 | [
"45-35=10",
"30+42=72",
"10+72=82"
] | Current State: 82:[35, 45, 30, 42], Operations: []
Exploring Operation: 45-35=10, Resulting Numbers: [30, 42, 10]
Generated Node #2: [30, 42, 10] from Operation: 45-35=10
Current State: 82:[30, 42, 10], Operations: ['45-35=10']
Exploring Operation: 30+42=72, Resulting Numbers: [10, 72]
Generated Node #3: [10, 72] from ... | 4 |
[
7,
3,
20,
51
] | 67 | [
"7-3=4",
"20+51=71",
"71-4=67"
] | Current State: 67:[7, 3, 20, 51], Operations: []
Exploring Operation: 7-3=4, Resulting Numbers: [20, 51, 4]
Generated Node #2: [20, 51, 4] from Operation: 7-3=4
Current State: 67:[20, 51, 4], Operations: ['7-3=4']
Exploring Operation: 20+51=71, Resulting Numbers: [4, 71]
Generated Node #3: [4, 71] from Operation: 20+51... | 4 |
[
64,
12,
25,
48
] | 35 | [
"64-25=39",
"48/12=4",
"39-4=35"
] | Current State: 35:[64, 12, 25, 48], Operations: []
Exploring Operation: 64-25=39, Resulting Numbers: [12, 48, 39]
Generated Node #2: [12, 48, 39] from Operation: 64-25=39
Current State: 35:[12, 48, 39], Operations: ['64-25=39']
Exploring Operation: 48/12=4, Resulting Numbers: [39, 4]
Generated Node #3: [39, 4] from Ope... | 4 |
[
35,
68,
26,
39
] | 46 | [
"68-35=33",
"39-26=13",
"33+13=46"
] | Current State: 46:[35, 68, 26, 39], Operations: []
Exploring Operation: 68-35=33, Resulting Numbers: [26, 39, 33]
Generated Node #2: [26, 39, 33] from Operation: 68-35=33
Current State: 46:[26, 39, 33], Operations: ['68-35=33']
Exploring Operation: 39-26=13, Resulting Numbers: [33, 13]
Generated Node #3: [33, 13] from ... | 4 |
[
6,
22,
66,
80
] | 30 | [
"22-6=16",
"80-66=14",
"16+14=30"
] | Current State: 30:[6, 22, 66, 80], Operations: []
Exploring Operation: 22-6=16, Resulting Numbers: [66, 80, 16]
Generated Node #2: [66, 80, 16] from Operation: 22-6=16
Current State: 30:[66, 80, 16], Operations: ['22-6=16']
Exploring Operation: 80-66=14, Resulting Numbers: [16, 14]
Generated Node #3: [16, 14] from Oper... | 4 |
[
14,
54,
7,
17
] | 92 | [
"14+54=68",
"7+17=24",
"68+24=92"
] | Current State: 92:[14, 54, 7, 17], Operations: []
Exploring Operation: 14+54=68, Resulting Numbers: [7, 17, 68]
Generated Node #2: [7, 17, 68] from Operation: 14+54=68
Current State: 92:[7, 17, 68], Operations: ['14+54=68']
Exploring Operation: 7+17=24, Resulting Numbers: [68, 24]
Generated Node #3: [68, 24] from Opera... | 4 |
[
84,
32,
86,
5
] | 42 | [
"86-84=2",
"5*2=10",
"32+10=42"
] | Current State: 42:[84, 32, 86, 5], Operations: []
Exploring Operation: 86-84=2, Resulting Numbers: [32, 5, 2]
Generated Node #2: [32, 5, 2] from Operation: 86-84=2
Current State: 42:[32, 5, 2], Operations: ['86-84=2']
Exploring Operation: 5*2=10, Resulting Numbers: [32, 10]
Generated Node #3: [32, 10] from Operation: 5... | 4 |
[
59,
71,
40,
47
] | 38 | [
"71+47=118",
"118/59=2",
"40-2=38"
] | Current State: 38:[59, 71, 40, 47], Operations: []
Exploring Operation: 71+47=118, Resulting Numbers: [59, 40, 118]
Generated Node #2: [59, 40, 118] from Operation: 71+47=118
Current State: 38:[59, 40, 118], Operations: ['71+47=118']
Exploring Operation: 118/59=2, Resulting Numbers: [40, 2]
Generated Node #3: [40, 2] f... | 4 |
[
96,
82,
3,
51
] | 41 | [
"51-3=48",
"96/48=2",
"82/2=41"
] | Current State: 41:[96, 82, 3, 51], Operations: []
Exploring Operation: 51-3=48, Resulting Numbers: [96, 82, 48]
Generated Node #2: [96, 82, 48] from Operation: 51-3=48
Current State: 41:[96, 82, 48], Operations: ['51-3=48']
Exploring Operation: 96/48=2, Resulting Numbers: [82, 2]
Generated Node #3: [82, 2] from Operati... | 4 |
[
85,
2,
30,
20
] | 95 | [
"85-30=55",
"2*20=40",
"55+40=95"
] | Current State: 95:[85, 2, 30, 20], Operations: []
Exploring Operation: 85-30=55, Resulting Numbers: [2, 20, 55]
Generated Node #2: [2, 20, 55] from Operation: 85-30=55
Current State: 95:[2, 20, 55], Operations: ['85-30=55']
Exploring Operation: 2*20=40, Resulting Numbers: [55, 40]
Generated Node #3: [55, 40] from Opera... | 4 |
[
10,
58,
17,
7
] | 44 | [
"10+58=68",
"17+7=24",
"68-24=44"
] | Current State: 44:[10, 58, 17, 7], Operations: []
Exploring Operation: 10+58=68, Resulting Numbers: [17, 7, 68]
Generated Node #2: [17, 7, 68] from Operation: 10+58=68
Current State: 44:[17, 7, 68], Operations: ['10+58=68']
Exploring Operation: 17+7=24, Resulting Numbers: [68, 24]
Generated Node #3: [68, 24] from Opera... | 4 |
[
36,
80,
51,
49
] | 62 | [
"51-49=2",
"36/2=18",
"80-18=62"
] | Current State: 62:[36, 80, 51, 49], Operations: []
Exploring Operation: 51-49=2, Resulting Numbers: [36, 80, 2]
Generated Node #2: [36, 80, 2] from Operation: 51-49=2
Current State: 62:[36, 80, 2], Operations: ['51-49=2']
Exploring Operation: 36/2=18, Resulting Numbers: [80, 18]
Generated Node #3: [80, 18] from Operati... | 4 |
[
64,
44,
55,
53
] | 54 | [
"64+44=108",
"55-53=2",
"108/2=54"
] | Current State: 54:[64, 44, 55, 53], Operations: []
Exploring Operation: 64+44=108, Resulting Numbers: [55, 53, 108]
Generated Node #2: [55, 53, 108] from Operation: 64+44=108
Current State: 54:[55, 53, 108], Operations: ['64+44=108']
Exploring Operation: 55-53=2, Resulting Numbers: [108, 2]
Generated Node #3: [108, 2] ... | 4 |
[
81,
45,
81,
68
] | 68 | [
"81-81=0",
"45*0=0",
"68+0=68"
] | Current State: 68:[81, 45, 81, 68], Operations: []
Exploring Operation: 81-81=0, Resulting Numbers: [45, 68, 0]
Generated Node #2: [45, 68, 0] from Operation: 81-81=0
Current State: 68:[45, 68, 0], Operations: ['81-81=0']
Exploring Operation: 45*0=0, Resulting Numbers: [68, 0]
Generated Node #3: [68, 0] from Operation:... | 4 |
[
10,
60,
39,
44
] | 30 | [
"60/10=6",
"44-39=5",
"6*5=30"
] | Current State: 30:[10, 60, 39, 44], Operations: []
Exploring Operation: 60/10=6, Resulting Numbers: [39, 44, 6]
Generated Node #2: [39, 44, 6] from Operation: 60/10=6
Current State: 30:[39, 44, 6], Operations: ['60/10=6']
Exploring Operation: 44-39=5, Resulting Numbers: [6, 5]
Generated Node #3: [6, 5] from Operation: ... | 4 |
[
65,
11,
91,
76
] | 69 | [
"65-11=54",
"91-76=15",
"54+15=69"
] | Current State: 69:[65, 11, 91, 76], Operations: []
Exploring Operation: 65-11=54, Resulting Numbers: [91, 76, 54]
Generated Node #2: [91, 76, 54] from Operation: 65-11=54
Current State: 69:[91, 76, 54], Operations: ['65-11=54']
Exploring Operation: 91-76=15, Resulting Numbers: [54, 15]
Generated Node #3: [54, 15] from ... | 4 |
[
62,
77,
88,
77
] | 88 | [
"77-77=0",
"62*0=0",
"88+0=88"
] | Current State: 88:[62, 77, 88, 77], Operations: []
Exploring Operation: 77-77=0, Resulting Numbers: [62, 88, 0]
Generated Node #2: [62, 88, 0] from Operation: 77-77=0
Current State: 88:[62, 88, 0], Operations: ['77-77=0']
Exploring Operation: 62*0=0, Resulting Numbers: [88, 0]
Generated Node #3: [88, 0] from Operation:... | 4 |
[
76,
67,
16,
83
] | 11 | [
"76-67=9",
"16+83=99",
"99/9=11"
] | Current State: 11:[76, 67, 16, 83], Operations: []
Exploring Operation: 76-67=9, Resulting Numbers: [16, 83, 9]
Generated Node #2: [16, 83, 9] from Operation: 76-67=9
Current State: 11:[16, 83, 9], Operations: ['76-67=9']
Exploring Operation: 16+83=99, Resulting Numbers: [9, 99]
Generated Node #3: [9, 99] from Operatio... | 4 |
[
1,
35,
29,
63
] | 54 | [
"1+29=30",
"63*30=1890",
"1890/35=54"
] | Current State: 54:[1, 35, 29, 63], Operations: []
Exploring Operation: 1+29=30, Resulting Numbers: [35, 63, 30]
Generated Node #2: [35, 63, 30] from Operation: 1+29=30
Current State: 54:[35, 63, 30], Operations: ['1+29=30']
Exploring Operation: 63*30=1890, Resulting Numbers: [35, 1890]
Generated Node #3: [35, 1890] fro... | 4 |
[
4,
67,
30,
8
] | 35 | [
"8/4=2",
"67-30=37",
"37-2=35"
] | Current State: 35:[4, 67, 30, 8], Operations: []
Exploring Operation: 8/4=2, Resulting Numbers: [67, 30, 2]
Generated Node #2: [67, 30, 2] from Operation: 8/4=2
Current State: 35:[67, 30, 2], Operations: ['8/4=2']
Exploring Operation: 67-30=37, Resulting Numbers: [2, 37]
Generated Node #3: [2, 37] from Operation: 67-30... | 4 |
[
74,
16,
60,
10
] | 22 | [
"16*60=960",
"960/10=96",
"96-74=22"
] | Current State: 22:[74, 16, 60, 10], Operations: []
Exploring Operation: 16*60=960, Resulting Numbers: [74, 10, 960]
Generated Node #2: [74, 10, 960] from Operation: 16*60=960
Current State: 22:[74, 10, 960], Operations: ['16*60=960']
Exploring Operation: 960/10=96, Resulting Numbers: [74, 96]
Generated Node #3: [74, 96... | 4 |
[
83,
71,
55,
2
] | 57 | [
"83-55=28",
"28/2=14",
"71-14=57"
] | Current State: 57:[83, 71, 55, 2], Operations: []
Exploring Operation: 83-55=28, Resulting Numbers: [71, 2, 28]
Generated Node #2: [71, 2, 28] from Operation: 83-55=28
Current State: 57:[71, 2, 28], Operations: ['83-55=28']
Exploring Operation: 28/2=14, Resulting Numbers: [71, 14]
Generated Node #3: [71, 14] from Opera... | 4 |
[
7,
76,
72,
11
] | 51 | [
"76-72=4",
"11*4=44",
"7+44=51"
] | Current State: 51:[7, 76, 72, 11], Operations: []
Exploring Operation: 76-72=4, Resulting Numbers: [7, 11, 4]
Generated Node #2: [7, 11, 4] from Operation: 76-72=4
Current State: 51:[7, 11, 4], Operations: ['76-72=4']
Exploring Operation: 11*4=44, Resulting Numbers: [7, 44]
Generated Node #3: [7, 44] from Operation: 11... | 4 |
[
18,
33,
4,
45
] | 64 | [
"33-18=15",
"4+45=49",
"15+49=64"
] | Current State: 64:[18, 33, 4, 45], Operations: []
Exploring Operation: 33-18=15, Resulting Numbers: [4, 45, 15]
Generated Node #2: [4, 45, 15] from Operation: 33-18=15
Current State: 64:[4, 45, 15], Operations: ['33-18=15']
Exploring Operation: 4+45=49, Resulting Numbers: [15, 49]
Generated Node #3: [15, 49] from Opera... | 4 |
[
31,
34,
54,
4
] | 22 | [
"34-31=3",
"54/3=18",
"4+18=22"
] | Current State: 22:[31, 34, 54, 4], Operations: []
Exploring Operation: 34-31=3, Resulting Numbers: [54, 4, 3]
Generated Node #2: [54, 4, 3] from Operation: 34-31=3
Current State: 22:[54, 4, 3], Operations: ['34-31=3']
Exploring Operation: 54/3=18, Resulting Numbers: [4, 18]
Generated Node #3: [4, 18] from Operation: 54... | 4 |
[
44,
58,
1,
56
] | 47 | [
"44+58=102",
"56-1=55",
"102-55=47"
] | Current State: 47:[44, 58, 1, 56], Operations: []
Exploring Operation: 44+58=102, Resulting Numbers: [1, 56, 102]
Generated Node #2: [1, 56, 102] from Operation: 44+58=102
Current State: 47:[1, 56, 102], Operations: ['44+58=102']
Exploring Operation: 56-1=55, Resulting Numbers: [102, 55]
Generated Node #3: [102, 55] fr... | 4 |
[
25,
64,
79,
74
] | 44 | [
"64-25=39",
"79-74=5",
"39+5=44"
] | Current State: 44:[25, 64, 79, 74], Operations: []
Exploring Operation: 64-25=39, Resulting Numbers: [79, 74, 39]
Generated Node #2: [79, 74, 39] from Operation: 64-25=39
Current State: 44:[79, 74, 39], Operations: ['64-25=39']
Exploring Operation: 79-74=5, Resulting Numbers: [39, 5]
Generated Node #3: [39, 5] from Ope... | 4 |
[
27,
8,
49,
79
] | 49 | [
"27-8=19",
"79-49=30",
"19+30=49"
] | Current State: 49:[27, 8, 49, 79], Operations: []
Exploring Operation: 27-8=19, Resulting Numbers: [49, 79, 19]
Generated Node #2: [49, 79, 19] from Operation: 27-8=19
Current State: 49:[49, 79, 19], Operations: ['27-8=19']
Exploring Operation: 79-49=30, Resulting Numbers: [19, 30]
Generated Node #3: [19, 30] from Oper... | 4 |
[
26,
59,
72,
91
] | 66 | [
"26+59=85",
"91-72=19",
"85-19=66"
] | Current State: 66:[26, 59, 72, 91], Operations: []
Exploring Operation: 26+59=85, Resulting Numbers: [72, 91, 85]
Generated Node #2: [72, 91, 85] from Operation: 26+59=85
Current State: 66:[72, 91, 85], Operations: ['26+59=85']
Exploring Operation: 91-72=19, Resulting Numbers: [85, 19]
Generated Node #3: [85, 19] from ... | 4 |
[
67,
15,
13,
27
] | 47 | [
"67+27=94",
"15-13=2",
"94/2=47"
] | Current State: 47:[67, 15, 13, 27], Operations: []
Exploring Operation: 67+27=94, Resulting Numbers: [15, 13, 94]
Generated Node #2: [15, 13, 94] from Operation: 67+27=94
Current State: 47:[15, 13, 94], Operations: ['67+27=94']
Exploring Operation: 15-13=2, Resulting Numbers: [94, 2]
Generated Node #3: [94, 2] from Ope... | 4 |
[
65,
13,
71,
34
] | 27 | [
"65+13=78",
"71+34=105",
"105-78=27"
] | Current State: 27:[65, 13, 71, 34], Operations: []
Exploring Operation: 65+13=78, Resulting Numbers: [71, 34, 78]
Generated Node #2: [71, 34, 78] from Operation: 65+13=78
Current State: 27:[71, 34, 78], Operations: ['65+13=78']
Exploring Operation: 71+34=105, Resulting Numbers: [78, 105]
Generated Node #3: [78, 105] fr... | 4 |
[
30,
20,
1,
9
] | 17 | [
"1+9=10",
"30/10=3",
"20-3=17"
] | Current State: 17:[30, 20, 1, 9], Operations: []
Exploring Operation: 1+9=10, Resulting Numbers: [30, 20, 10]
Generated Node #2: [30, 20, 10] from Operation: 1+9=10
Current State: 17:[30, 20, 10], Operations: ['1+9=10']
Exploring Operation: 30/10=3, Resulting Numbers: [20, 3]
Generated Node #3: [20, 3] from Operation: ... | 4 |
[
68,
89,
24,
52
] | 81 | [
"68+89=157",
"24+52=76",
"157-76=81"
] | Current State: 81:[68, 89, 24, 52], Operations: []
Exploring Operation: 68+89=157, Resulting Numbers: [24, 52, 157]
Generated Node #2: [24, 52, 157] from Operation: 68+89=157
Current State: 81:[24, 52, 157], Operations: ['68+89=157']
Exploring Operation: 24+52=76, Resulting Numbers: [157, 76]
Generated Node #3: [157, 7... | 4 |
[
5,
52,
60,
11
] | 14 | [
"5+52=57",
"60+11=71",
"71-57=14"
] | Current State: 14:[5, 52, 60, 11], Operations: []
Exploring Operation: 5+52=57, Resulting Numbers: [60, 11, 57]
Generated Node #2: [60, 11, 57] from Operation: 5+52=57
Current State: 14:[60, 11, 57], Operations: ['5+52=57']
Exploring Operation: 60+11=71, Resulting Numbers: [57, 71]
Generated Node #3: [57, 71] from Oper... | 4 |
[
22,
5,
40,
23
] | 46 | [
"22-5=17",
"40+23=63",
"63-17=46"
] | Current State: 46:[22, 5, 40, 23], Operations: []
Exploring Operation: 22-5=17, Resulting Numbers: [40, 23, 17]
Generated Node #2: [40, 23, 17] from Operation: 22-5=17
Current State: 46:[40, 23, 17], Operations: ['22-5=17']
Exploring Operation: 40+23=63, Resulting Numbers: [17, 63]
Generated Node #3: [17, 63] from Oper... | 4 |
[
10,
59,
2,
81
] | 83 | [
"81-10=71",
"2*71=142",
"142-59=83"
] | Current State: 83:[10, 59, 2, 81], Operations: []
Exploring Operation: 81-10=71, Resulting Numbers: [59, 2, 71]
Generated Node #2: [59, 2, 71] from Operation: 81-10=71
Current State: 83:[59, 2, 71], Operations: ['81-10=71']
Exploring Operation: 2*71=142, Resulting Numbers: [59, 142]
Generated Node #3: [59, 142] from Op... | 4 |
[
30,
70,
60,
40
] | 24 | [
"30+70=100",
"60*40=2400",
"2400/100=24"
] | Current State: 24:[30, 70, 60, 40], Operations: []
Exploring Operation: 30+70=100, Resulting Numbers: [60, 40, 100]
Generated Node #2: [60, 40, 100] from Operation: 30+70=100
Current State: 24:[60, 40, 100], Operations: ['30+70=100']
Exploring Operation: 60*40=2400, Resulting Numbers: [100, 2400]
Generated Node #3: [10... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.