nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
95,
34,
89,
71
] | 99 | [
"95-34=61",
"89+71=160",
"160-61=99"
] | Current State: 99:[95, 34, 89, 71], Operations: []
Exploring Operation: 95-34=61, Resulting Numbers: [89, 71, 61]
Generated Node #2: [89, 71, 61] from Operation: 95-34=61
Current State: 99:[89, 71, 61], Operations: ['95-34=61']
Exploring Operation: 89+71=160, Resulting Numbers: [61, 160]
Generated Node #3: [61, 160] fr... | 4 |
[
59,
14,
91,
73
] | 55 | [
"59+14=73",
"91-73=18",
"73-18=55"
] | Current State: 55:[59, 14, 91, 73], Operations: []
Exploring Operation: 59+14=73, Resulting Numbers: [91, 73, 73]
Generated Node #2: [91, 73, 73] from Operation: 59+14=73
Current State: 55:[91, 73, 73], Operations: ['59+14=73']
Exploring Operation: 91-73=18, Resulting Numbers: [18]
18,55 equal: Goal Reached
Exploring O... | 4 |
[
12,
98,
39,
5
] | 76 | [
"12+98=110",
"39-5=34",
"110-34=76"
] | Current State: 76:[12, 98, 39, 5], Operations: []
Exploring Operation: 12+98=110, Resulting Numbers: [39, 5, 110]
Generated Node #2: [39, 5, 110] from Operation: 12+98=110
Current State: 76:[39, 5, 110], Operations: ['12+98=110']
Exploring Operation: 39-5=34, Resulting Numbers: [110, 34]
Generated Node #3: [110, 34] fr... | 4 |
[
15,
4,
45,
51
] | 52 | [
"45/15=3",
"4+51=55",
"55-3=52"
] | Current State: 52:[15, 4, 45, 51], Operations: []
Exploring Operation: 45/15=3, Resulting Numbers: [4, 51, 3]
Generated Node #2: [4, 51, 3] from Operation: 45/15=3
Current State: 52:[4, 51, 3], Operations: ['45/15=3']
Exploring Operation: 4+51=55, Resulting Numbers: [3, 55]
Generated Node #3: [3, 55] from Operation: 4+... | 4 |
[
29,
98,
35,
9
] | 56 | [
"29-9=20",
"98*20=1960",
"1960/35=56"
] | Current State: 56:[29, 98, 35, 9], Operations: []
Exploring Operation: 29-9=20, Resulting Numbers: [98, 35, 20]
Generated Node #2: [98, 35, 20] from Operation: 29-9=20
Current State: 56:[98, 35, 20], Operations: ['29-9=20']
Exploring Operation: 98*20=1960, Resulting Numbers: [35, 1960]
Generated Node #3: [35, 1960] fro... | 4 |
[
16,
5,
74,
82
] | 21 | [
"5*82=410",
"410-74=336",
"336/16=21"
] | Current State: 21:[16, 5, 74, 82], Operations: []
Exploring Operation: 5*82=410, Resulting Numbers: [16, 74, 410]
Generated Node #2: [16, 74, 410] from Operation: 5*82=410
Current State: 21:[16, 74, 410], Operations: ['5*82=410']
Exploring Operation: 410-74=336, Resulting Numbers: [16, 336]
Generated Node #3: [16, 336]... | 4 |
[
23,
45,
29,
43
] | 26 | [
"23+29=52",
"45-43=2",
"52/2=26"
] | Current State: 26:[23, 45, 29, 43], Operations: []
Exploring Operation: 23+29=52, Resulting Numbers: [45, 43, 52]
Generated Node #2: [45, 43, 52] from Operation: 23+29=52
Current State: 26:[45, 43, 52], Operations: ['23+29=52']
Exploring Operation: 45-43=2, Resulting Numbers: [52, 2]
Generated Node #3: [52, 2] from Ope... | 4 |
[
72,
23,
87,
96
] | 15 | [
"96-87=9",
"72/9=8",
"23-8=15"
] | Current State: 15:[72, 23, 87, 96], Operations: []
Exploring Operation: 96-87=9, Resulting Numbers: [72, 23, 9]
Generated Node #2: [72, 23, 9] from Operation: 96-87=9
Current State: 15:[72, 23, 9], Operations: ['96-87=9']
Exploring Operation: 72/9=8, Resulting Numbers: [23, 8]
Generated Node #3: [23, 8] from Operation:... | 4 |
[
23,
8,
1,
91
] | 88 | [
"23+1=24",
"24/8=3",
"91-3=88"
] | Current State: 88:[23, 8, 1, 91], Operations: []
Exploring Operation: 23+1=24, Resulting Numbers: [8, 91, 24]
Generated Node #2: [8, 91, 24] from Operation: 23+1=24
Current State: 88:[8, 91, 24], Operations: ['23+1=24']
Exploring Operation: 24/8=3, Resulting Numbers: [91, 3]
Generated Node #3: [91, 3] from Operation: 2... | 4 |
[
18,
59,
26,
34
] | 45 | [
"59+26=85",
"18*85=1530",
"1530/34=45"
] | Current State: 45:[18, 59, 26, 34], Operations: []
Exploring Operation: 59+26=85, Resulting Numbers: [18, 34, 85]
Generated Node #2: [18, 34, 85] from Operation: 59+26=85
Current State: 45:[18, 34, 85], Operations: ['59+26=85']
Exploring Operation: 18*85=1530, Resulting Numbers: [34, 1530]
Generated Node #3: [34, 1530]... | 4 |
[
54,
2,
99,
4
] | 43 | [
"54-2=52",
"99-4=95",
"95-52=43"
] | Current State: 43:[54, 2, 99, 4], Operations: []
Exploring Operation: 54-2=52, Resulting Numbers: [99, 4, 52]
Generated Node #2: [99, 4, 52] from Operation: 54-2=52
Current State: 43:[99, 4, 52], Operations: ['54-2=52']
Exploring Operation: 99-4=95, Resulting Numbers: [52, 95]
Generated Node #3: [52, 95] from Operation... | 4 |
[
44,
99,
66,
70
] | 59 | [
"99-44=55",
"70-66=4",
"55+4=59"
] | Current State: 59:[44, 99, 66, 70], Operations: []
Exploring Operation: 99-44=55, Resulting Numbers: [66, 70, 55]
Generated Node #2: [66, 70, 55] from Operation: 99-44=55
Current State: 59:[66, 70, 55], Operations: ['99-44=55']
Exploring Operation: 70-66=4, Resulting Numbers: [55, 4]
Generated Node #3: [55, 4] from Ope... | 4 |
[
94,
55,
42,
87
] | 91 | [
"94-87=7",
"55-42=13",
"7*13=91"
] | Current State: 91:[94, 55, 42, 87], Operations: []
Exploring Operation: 94-87=7, Resulting Numbers: [55, 42, 7]
Generated Node #2: [55, 42, 7] from Operation: 94-87=7
Current State: 91:[55, 42, 7], Operations: ['94-87=7']
Exploring Operation: 55-42=13, Resulting Numbers: [7, 13]
Generated Node #3: [7, 13] from Operatio... | 4 |
[
30,
67,
55,
9
] | 90 | [
"67-55=12",
"12-9=3",
"30*3=90"
] | Current State: 90:[30, 67, 55, 9], Operations: []
Exploring Operation: 67-55=12, Resulting Numbers: [30, 9, 12]
Generated Node #2: [30, 9, 12] from Operation: 67-55=12
Current State: 90:[30, 9, 12], Operations: ['67-55=12']
Exploring Operation: 12-9=3, Resulting Numbers: [30, 3]
Generated Node #3: [30, 3] from Operatio... | 4 |
[
76,
65,
7,
88
] | 46 | [
"76+65=141",
"7+88=95",
"141-95=46"
] | Current State: 46:[76, 65, 7, 88], Operations: []
Exploring Operation: 76+65=141, Resulting Numbers: [7, 88, 141]
Generated Node #2: [7, 88, 141] from Operation: 76+65=141
Current State: 46:[7, 88, 141], Operations: ['76+65=141']
Exploring Operation: 7+88=95, Resulting Numbers: [141, 95]
Generated Node #3: [141, 95] fr... | 4 |
[
18,
1,
13,
54
] | 81 | [
"18*54=972",
"13-1=12",
"972/12=81"
] | Current State: 81:[18, 1, 13, 54], Operations: []
Exploring Operation: 18*54=972, Resulting Numbers: [1, 13, 972]
Generated Node #2: [1, 13, 972] from Operation: 18*54=972
Current State: 81:[1, 13, 972], Operations: ['18*54=972']
Exploring Operation: 13-1=12, Resulting Numbers: [972, 12]
Generated Node #3: [972, 12] fr... | 4 |
[
40,
32,
30,
2
] | 48 | [
"40/2=20",
"32*30=960",
"960/20=48"
] | Current State: 48:[40, 32, 30, 2], Operations: []
Exploring Operation: 40/2=20, Resulting Numbers: [32, 30, 20]
Generated Node #2: [32, 30, 20] from Operation: 40/2=20
Current State: 48:[32, 30, 20], Operations: ['40/2=20']
Exploring Operation: 32*30=960, Resulting Numbers: [20, 960]
Generated Node #3: [20, 960] from O... | 4 |
[
75,
1,
36,
57
] | 96 | [
"75*1=75",
"57-36=21",
"75+21=96"
] | Current State: 96:[75, 1, 36, 57], Operations: []
Exploring Operation: 75*1=75, Resulting Numbers: [36, 57, 75]
Generated Node #2: [36, 57, 75] from Operation: 75*1=75
Current State: 96:[36, 57, 75], Operations: ['75*1=75']
Exploring Operation: 57-36=21, Resulting Numbers: [75, 21]
Generated Node #3: [75, 21] from Oper... | 4 |
[
6,
86,
59,
59
] | 26 | [
"6+86=92",
"59+59=118",
"118-92=26"
] | Current State: 26:[6, 86, 59, 59], Operations: []
Exploring Operation: 6+86=92, Resulting Numbers: [59, 59, 92]
Generated Node #2: [59, 59, 92] from Operation: 6+86=92
Current State: 26:[59, 59, 92], Operations: ['6+86=92']
Exploring Operation: 59+59=118, Resulting Numbers: [92, 118]
Generated Node #3: [92, 118] from O... | 4 |
[
48,
27,
89,
49
] | 35 | [
"48+27=75",
"89-49=40",
"75-40=35"
] | Current State: 35:[48, 27, 89, 49], Operations: []
Exploring Operation: 48+27=75, Resulting Numbers: [89, 49, 75]
Generated Node #2: [89, 49, 75] from Operation: 48+27=75
Current State: 35:[89, 49, 75], Operations: ['48+27=75']
Exploring Operation: 89-49=40, Resulting Numbers: [75, 40]
Generated Node #3: [75, 40] from ... | 4 |
[
51,
44,
63,
39
] | 31 | [
"51-44=7",
"63-39=24",
"7+24=31"
] | Current State: 31:[51, 44, 63, 39], Operations: []
Exploring Operation: 51-44=7, Resulting Numbers: [63, 39, 7]
Generated Node #2: [63, 39, 7] from Operation: 51-44=7
Current State: 31:[63, 39, 7], Operations: ['51-44=7']
Exploring Operation: 63-39=24, Resulting Numbers: [7, 24]
Generated Node #3: [7, 24] from Operatio... | 4 |
[
4,
63,
47,
9
] | 44 | [
"4+47=51",
"63/9=7",
"51-7=44"
] | Current State: 44:[4, 63, 47, 9], Operations: []
Exploring Operation: 4+47=51, Resulting Numbers: [63, 9, 51]
Generated Node #2: [63, 9, 51] from Operation: 4+47=51
Current State: 44:[63, 9, 51], Operations: ['4+47=51']
Exploring Operation: 63/9=7, Resulting Numbers: [51, 7]
Generated Node #3: [51, 7] from Operation: 6... | 4 |
[
83,
76,
4,
47
] | 75 | [
"83-76=7",
"4*7=28",
"47+28=75"
] | Current State: 75:[83, 76, 4, 47], Operations: []
Exploring Operation: 83-76=7, Resulting Numbers: [4, 47, 7]
Generated Node #2: [4, 47, 7] from Operation: 83-76=7
Current State: 75:[4, 47, 7], Operations: ['83-76=7']
Exploring Operation: 4*7=28, Resulting Numbers: [47, 28]
Generated Node #3: [47, 28] from Operation: 4... | 4 |
[
90,
11,
14,
99
] | 27 | [
"99-90=9",
"14-11=3",
"9*3=27"
] | Current State: 27:[90, 11, 14, 99], Operations: []
Exploring Operation: 99-90=9, Resulting Numbers: [11, 14, 9]
Generated Node #2: [11, 14, 9] from Operation: 99-90=9
Current State: 27:[11, 14, 9], Operations: ['99-90=9']
Exploring Operation: 14-11=3, Resulting Numbers: [9, 3]
Generated Node #3: [9, 3] from Operation: ... | 4 |
[
60,
84,
73,
91
] | 20 | [
"60+84=144",
"73+91=164",
"164-144=20"
] | Current State: 20:[60, 84, 73, 91], Operations: []
Exploring Operation: 60+84=144, Resulting Numbers: [73, 91, 144]
Generated Node #2: [73, 91, 144] from Operation: 60+84=144
Current State: 20:[73, 91, 144], Operations: ['60+84=144']
Exploring Operation: 73+91=164, Resulting Numbers: [144, 164]
Generated Node #3: [144,... | 4 |
[
97,
33,
35,
65
] | 61 | [
"97+35=132",
"132/33=4",
"65-4=61"
] | Current State: 61:[97, 33, 35, 65], Operations: []
Exploring Operation: 97+35=132, Resulting Numbers: [33, 65, 132]
Generated Node #2: [33, 65, 132] from Operation: 97+35=132
Current State: 61:[33, 65, 132], Operations: ['97+35=132']
Exploring Operation: 132/33=4, Resulting Numbers: [65, 4]
Generated Node #3: [65, 4] f... | 4 |
[
78,
21,
48,
79
] | 69 | [
"79-78=1",
"21+48=69",
"1*69=69"
] | Current State: 69:[78, 21, 48, 79], Operations: []
Exploring Operation: 79-78=1, Resulting Numbers: [21, 48, 1]
Generated Node #2: [21, 48, 1] from Operation: 79-78=1
Current State: 69:[21, 48, 1], Operations: ['79-78=1']
Exploring Operation: 21+48=69, Resulting Numbers: [1, 69]
Generated Node #3: [1, 69] from Operatio... | 4 |
[
92,
5,
51,
4
] | 32 | [
"92-5=87",
"51+4=55",
"87-55=32"
] | Current State: 32:[92, 5, 51, 4], Operations: []
Exploring Operation: 92-5=87, Resulting Numbers: [51, 4, 87]
Generated Node #2: [51, 4, 87] from Operation: 92-5=87
Current State: 32:[51, 4, 87], Operations: ['92-5=87']
Exploring Operation: 51+4=55, Resulting Numbers: [87, 55]
Generated Node #3: [87, 55] from Operation... | 4 |
[
2,
37,
67,
72
] | 34 | [
"2+37=39",
"72-67=5",
"39-5=34"
] | Current State: 34:[2, 37, 67, 72], Operations: []
Exploring Operation: 2+37=39, Resulting Numbers: [67, 72, 39]
Generated Node #2: [67, 72, 39] from Operation: 2+37=39
Current State: 34:[67, 72, 39], Operations: ['2+37=39']
Exploring Operation: 72-67=5, Resulting Numbers: [39, 5]
Generated Node #3: [39, 5] from Operati... | 4 |
[
20,
16,
55,
59
] | 96 | [
"59-55=4",
"20*4=80",
"16+80=96"
] | Current State: 96:[20, 16, 55, 59], Operations: []
Exploring Operation: 59-55=4, Resulting Numbers: [20, 16, 4]
Generated Node #2: [20, 16, 4] from Operation: 59-55=4
Current State: 96:[20, 16, 4], Operations: ['59-55=4']
Exploring Operation: 20*4=80, Resulting Numbers: [16, 80]
Generated Node #3: [16, 80] from Operati... | 4 |
[
20,
56,
25,
45
] | 25 | [
"56*25=1400",
"1400/20=70",
"70-45=25"
] | Current State: 25:[20, 56, 25, 45], Operations: []
Exploring Operation: 56*25=1400, Resulting Numbers: [20, 45, 1400]
Generated Node #2: [20, 45, 1400] from Operation: 56*25=1400
Current State: 25:[20, 45, 1400], Operations: ['56*25=1400']
Exploring Operation: 1400/20=70, Resulting Numbers: [45, 70]
Generated Node #3: ... | 4 |
[
5,
35,
70,
65
] | 62 | [
"65-5=60",
"70/35=2",
"60+2=62"
] | Current State: 62:[5, 35, 70, 65], Operations: []
Exploring Operation: 65-5=60, Resulting Numbers: [35, 70, 60]
Generated Node #2: [35, 70, 60] from Operation: 65-5=60
Current State: 62:[35, 70, 60], Operations: ['65-5=60']
Exploring Operation: 70/35=2, Resulting Numbers: [60, 2]
Generated Node #3: [60, 2] from Operati... | 4 |
[
91,
63,
50,
53
] | 46 | [
"63-50=13",
"91/13=7",
"53-7=46"
] | Current State: 46:[91, 63, 50, 53], Operations: []
Exploring Operation: 63-50=13, Resulting Numbers: [91, 53, 13]
Generated Node #2: [91, 53, 13] from Operation: 63-50=13
Current State: 46:[91, 53, 13], Operations: ['63-50=13']
Exploring Operation: 91/13=7, Resulting Numbers: [53, 7]
Generated Node #3: [53, 7] from Ope... | 4 |
[
40,
98,
93,
4
] | 20 | [
"98-93=5",
"4*5=20",
"40-20=20"
] | Current State: 20:[40, 98, 93, 4], Operations: []
Exploring Operation: 98-93=5, Resulting Numbers: [40, 4, 5]
Generated Node #2: [40, 4, 5] from Operation: 98-93=5
Current State: 20:[40, 4, 5], Operations: ['98-93=5']
Exploring Operation: 4*5=20, Resulting Numbers: [40, 20]
Generated Node #3: [40, 20] from Operation: 4... | 4 |
[
94,
16,
3,
58
] | 60 | [
"94-16=78",
"78-58=20",
"3*20=60"
] | Current State: 60:[94, 16, 3, 58], Operations: []
Exploring Operation: 94-16=78, Resulting Numbers: [3, 58, 78]
Generated Node #2: [3, 58, 78] from Operation: 94-16=78
Current State: 60:[3, 58, 78], Operations: ['94-16=78']
Exploring Operation: 78-58=20, Resulting Numbers: [3, 20]
Generated Node #3: [3, 20] from Operat... | 4 |
[
3,
85,
71,
58
] | 47 | [
"85-3=82",
"71+58=129",
"129-82=47"
] | Current State: 47:[3, 85, 71, 58], Operations: []
Exploring Operation: 85-3=82, Resulting Numbers: [71, 58, 82]
Generated Node #2: [71, 58, 82] from Operation: 85-3=82
Current State: 47:[71, 58, 82], Operations: ['85-3=82']
Exploring Operation: 71+58=129, Resulting Numbers: [82, 129]
Generated Node #3: [82, 129] from O... | 4 |
[
88,
35,
47,
8
] | 84 | [
"88+35=123",
"47-8=39",
"123-39=84"
] | Current State: 84:[88, 35, 47, 8], Operations: []
Exploring Operation: 88+35=123, Resulting Numbers: [47, 8, 123]
Generated Node #2: [47, 8, 123] from Operation: 88+35=123
Current State: 84:[47, 8, 123], Operations: ['88+35=123']
Exploring Operation: 47-8=39, Resulting Numbers: [123, 39]
Generated Node #3: [123, 39] fr... | 4 |
[
98,
49,
34,
72
] | 70 | [
"98/49=2",
"72/2=36",
"34+36=70"
] | Current State: 70:[98, 49, 34, 72], Operations: []
Exploring Operation: 98/49=2, Resulting Numbers: [34, 72, 2]
Generated Node #2: [34, 72, 2] from Operation: 98/49=2
Current State: 70:[34, 72, 2], Operations: ['98/49=2']
Exploring Operation: 72/2=36, Resulting Numbers: [34, 36]
Generated Node #3: [34, 36] from Operati... | 4 |
[
53,
57,
11,
38
] | 61 | [
"53+57=110",
"11+38=49",
"110-49=61"
] | Current State: 61:[53, 57, 11, 38], Operations: []
Exploring Operation: 53+57=110, Resulting Numbers: [11, 38, 110]
Generated Node #2: [11, 38, 110] from Operation: 53+57=110
Current State: 61:[11, 38, 110], Operations: ['53+57=110']
Exploring Operation: 11+38=49, Resulting Numbers: [110, 49]
Generated Node #3: [110, 4... | 4 |
[
14,
30,
22,
11
] | 96 | [
"14-11=3",
"22*3=66",
"30+66=96"
] | Current State: 96:[14, 30, 22, 11], Operations: []
Exploring Operation: 14-11=3, Resulting Numbers: [30, 22, 3]
Generated Node #2: [30, 22, 3] from Operation: 14-11=3
Current State: 96:[30, 22, 3], Operations: ['14-11=3']
Exploring Operation: 22*3=66, Resulting Numbers: [30, 66]
Generated Node #3: [30, 66] from Operati... | 4 |
[
55,
88,
71,
53
] | 52 | [
"88+71=159",
"159/53=3",
"55-3=52"
] | Current State: 52:[55, 88, 71, 53], Operations: []
Exploring Operation: 88+71=159, Resulting Numbers: [55, 53, 159]
Generated Node #2: [55, 53, 159] from Operation: 88+71=159
Current State: 52:[55, 53, 159], Operations: ['88+71=159']
Exploring Operation: 159/53=3, Resulting Numbers: [55, 3]
Generated Node #3: [55, 3] f... | 4 |
[
64,
92,
74,
69
] | 33 | [
"92-64=28",
"74-69=5",
"28+5=33"
] | Current State: 33:[64, 92, 74, 69], Operations: []
Exploring Operation: 92-64=28, Resulting Numbers: [74, 69, 28]
Generated Node #2: [74, 69, 28] from Operation: 92-64=28
Current State: 33:[74, 69, 28], Operations: ['92-64=28']
Exploring Operation: 74-69=5, Resulting Numbers: [28, 5]
Generated Node #3: [28, 5] from Ope... | 4 |
[
7,
52,
4,
70
] | 84 | [
"7*52=364",
"4*70=280",
"364-280=84"
] | Current State: 84:[7, 52, 4, 70], Operations: []
Exploring Operation: 7*52=364, Resulting Numbers: [4, 70, 364]
Generated Node #2: [4, 70, 364] from Operation: 7*52=364
Current State: 84:[4, 70, 364], Operations: ['7*52=364']
Exploring Operation: 4*70=280, Resulting Numbers: [364, 280]
Generated Node #3: [364, 280] fro... | 4 |
[
90,
81,
46,
41
] | 27 | [
"90-46=44",
"44-41=3",
"81/3=27"
] | Current State: 27:[90, 81, 46, 41], Operations: []
Exploring Operation: 90-46=44, Resulting Numbers: [81, 41, 44]
Generated Node #2: [81, 41, 44] from Operation: 90-46=44
Current State: 27:[81, 41, 44], Operations: ['90-46=44']
Exploring Operation: 44-41=3, Resulting Numbers: [81, 3]
Generated Node #3: [81, 3] from Ope... | 4 |
[
72,
62,
71,
81
] | 89 | [
"71-62=9",
"72/9=8",
"81+8=89"
] | Current State: 89:[72, 62, 71, 81], Operations: []
Exploring Operation: 71-62=9, Resulting Numbers: [72, 81, 9]
Generated Node #2: [72, 81, 9] from Operation: 71-62=9
Current State: 89:[72, 81, 9], Operations: ['71-62=9']
Exploring Operation: 72/9=8, Resulting Numbers: [81, 8]
Generated Node #3: [81, 8] from Operation:... | 4 |
[
35,
21,
37,
10
] | 45 | [
"37-10=27",
"35*27=945",
"945/21=45"
] | Current State: 45:[35, 21, 37, 10], Operations: []
Exploring Operation: 37-10=27, Resulting Numbers: [35, 21, 27]
Generated Node #2: [35, 21, 27] from Operation: 37-10=27
Current State: 45:[35, 21, 27], Operations: ['37-10=27']
Exploring Operation: 35*27=945, Resulting Numbers: [21, 945]
Generated Node #3: [21, 945] fr... | 4 |
[
41,
34,
75,
85
] | 11 | [
"34*75=2550",
"2550/85=30",
"41-30=11"
] | Current State: 11:[41, 34, 75, 85], Operations: []
Exploring Operation: 34*75=2550, Resulting Numbers: [41, 85, 2550]
Generated Node #2: [41, 85, 2550] from Operation: 34*75=2550
Current State: 11:[41, 85, 2550], Operations: ['34*75=2550']
Exploring Operation: 2550/85=30, Resulting Numbers: [41, 30]
Generated Node #3: ... | 4 |
[
50,
61,
99,
12
] | 21 | [
"61-50=11",
"99/11=9",
"12+9=21"
] | Current State: 21:[50, 61, 99, 12], Operations: []
Exploring Operation: 61-50=11, Resulting Numbers: [99, 12, 11]
Generated Node #2: [99, 12, 11] from Operation: 61-50=11
Current State: 21:[99, 12, 11], Operations: ['61-50=11']
Exploring Operation: 99/11=9, Resulting Numbers: [12, 9]
Generated Node #3: [12, 9] from Ope... | 4 |
[
60,
83,
5,
54
] | 83 | [
"60-5=55",
"55-54=1",
"83*1=83"
] | Current State: 83:[60, 83, 5, 54], Operations: []
Exploring Operation: 60-5=55, Resulting Numbers: [83, 54, 55]
Generated Node #2: [83, 54, 55] from Operation: 60-5=55
Current State: 83:[83, 54, 55], Operations: ['60-5=55']
Exploring Operation: 55-54=1, Resulting Numbers: [83, 1]
Generated Node #3: [83, 1] from Operati... | 4 |
[
53,
29,
55,
81
] | 55 | [
"53+29=82",
"82-81=1",
"55*1=55"
] | Current State: 55:[53, 29, 55, 81], Operations: []
Exploring Operation: 53+29=82, Resulting Numbers: [55, 81, 82]
Generated Node #2: [55, 81, 82] from Operation: 53+29=82
Current State: 55:[55, 81, 82], Operations: ['53+29=82']
Exploring Operation: 82-81=1, Resulting Numbers: [55, 1]
Generated Node #3: [55, 1] from Ope... | 4 |
[
88,
73,
27,
57
] | 15 | [
"88-73=15",
"57-27=30",
"30-15=15"
] | Current State: 15:[88, 73, 27, 57], Operations: []
Exploring Operation: 88-73=15, Resulting Numbers: [27, 57, 15]
Generated Node #2: [27, 57, 15] from Operation: 88-73=15
Current State: 15:[27, 57, 15], Operations: ['88-73=15']
Exploring Operation: 57-27=30, Resulting Numbers: [15, 30]
Generated Node #3: [15, 30] from ... | 4 |
[
28,
48,
37,
5
] | 42 | [
"28*48=1344",
"37-5=32",
"1344/32=42"
] | Current State: 42:[28, 48, 37, 5], Operations: []
Exploring Operation: 28*48=1344, Resulting Numbers: [37, 5, 1344]
Generated Node #2: [37, 5, 1344] from Operation: 28*48=1344
Current State: 42:[37, 5, 1344], Operations: ['28*48=1344']
Exploring Operation: 37-5=32, Resulting Numbers: [1344, 32]
Generated Node #3: [1344... | 4 |
[
12,
51,
7,
37
] | 93 | [
"12+51=63",
"37-7=30",
"63+30=93"
] | Current State: 93:[12, 51, 7, 37], Operations: []
Exploring Operation: 12+51=63, Resulting Numbers: [7, 37, 63]
Generated Node #2: [7, 37, 63] from Operation: 12+51=63
Current State: 93:[7, 37, 63], Operations: ['12+51=63']
Exploring Operation: 37-7=30, Resulting Numbers: [63, 30]
Generated Node #3: [63, 30] from Opera... | 4 |
[
59,
31,
16,
23
] | 61 | [
"31-23=8",
"16/8=2",
"59+2=61"
] | Current State: 61:[59, 31, 16, 23], Operations: []
Exploring Operation: 31-23=8, Resulting Numbers: [59, 16, 8]
Generated Node #2: [59, 16, 8] from Operation: 31-23=8
Current State: 61:[59, 16, 8], Operations: ['31-23=8']
Exploring Operation: 16/8=2, Resulting Numbers: [59, 2]
Generated Node #3: [59, 2] from Operation:... | 4 |
[
72,
24,
29,
32
] | 87 | [
"72+24=96",
"29*96=2784",
"2784/32=87"
] | Current State: 87:[72, 24, 29, 32], Operations: []
Exploring Operation: 72+24=96, Resulting Numbers: [29, 32, 96]
Generated Node #2: [29, 32, 96] from Operation: 72+24=96
Current State: 87:[29, 32, 96], Operations: ['72+24=96']
Exploring Operation: 29*96=2784, Resulting Numbers: [32, 2784]
Generated Node #3: [32, 2784]... | 4 |
[
4,
16,
23,
56
] | 12 | [
"23-16=7",
"56/7=8",
"4+8=12"
] | Current State: 12:[4, 16, 23, 56], Operations: []
Exploring Operation: 23-16=7, Resulting Numbers: [4, 56, 7]
Generated Node #2: [4, 56, 7] from Operation: 23-16=7
Current State: 12:[4, 56, 7], Operations: ['23-16=7']
Exploring Operation: 56/7=8, Resulting Numbers: [4, 8]
Generated Node #3: [4, 8] from Operation: 56/7=... | 4 |
[
98,
42,
36,
93
] | 63 | [
"98-36=62",
"42*93=3906",
"3906/62=63"
] | Current State: 63:[98, 42, 36, 93], Operations: []
Exploring Operation: 98-36=62, Resulting Numbers: [42, 93, 62]
Generated Node #2: [42, 93, 62] from Operation: 98-36=62
Current State: 63:[42, 93, 62], Operations: ['98-36=62']
Exploring Operation: 42*93=3906, Resulting Numbers: [62, 3906]
Generated Node #3: [62, 3906]... | 4 |
[
52,
25,
56,
5
] | 88 | [
"52-25=27",
"56+5=61",
"27+61=88"
] | Current State: 88:[52, 25, 56, 5], Operations: []
Exploring Operation: 52-25=27, Resulting Numbers: [56, 5, 27]
Generated Node #2: [56, 5, 27] from Operation: 52-25=27
Current State: 88:[56, 5, 27], Operations: ['52-25=27']
Exploring Operation: 56+5=61, Resulting Numbers: [27, 61]
Generated Node #3: [27, 61] from Opera... | 4 |
[
99,
81,
40,
33
] | 27 | [
"99*33=3267",
"81+40=121",
"3267/121=27"
] | Current State: 27:[99, 81, 40, 33], Operations: []
Exploring Operation: 99*33=3267, Resulting Numbers: [81, 40, 3267]
Generated Node #2: [81, 40, 3267] from Operation: 99*33=3267
Current State: 27:[81, 40, 3267], Operations: ['99*33=3267']
Exploring Operation: 81+40=121, Resulting Numbers: [3267, 121]
Generated Node #3... | 4 |
[
4,
89,
52,
29
] | 12 | [
"4+89=93",
"52+29=81",
"93-81=12"
] | Current State: 12:[4, 89, 52, 29], Operations: []
Exploring Operation: 4+89=93, Resulting Numbers: [52, 29, 93]
Generated Node #2: [52, 29, 93] from Operation: 4+89=93
Current State: 12:[52, 29, 93], Operations: ['4+89=93']
Exploring Operation: 52+29=81, Resulting Numbers: [93, 81]
Generated Node #3: [93, 81] from Oper... | 4 |
[
99,
84,
86,
14
] | 83 | [
"99+84=183",
"86+14=100",
"183-100=83"
] | Current State: 83:[99, 84, 86, 14], Operations: []
Exploring Operation: 99+84=183, Resulting Numbers: [86, 14, 183]
Generated Node #2: [86, 14, 183] from Operation: 99+84=183
Current State: 83:[86, 14, 183], Operations: ['99+84=183']
Exploring Operation: 86+14=100, Resulting Numbers: [183, 100]
Generated Node #3: [183,... | 4 |
[
68,
67,
19,
60
] | 85 | [
"68*60=4080",
"67-19=48",
"4080/48=85"
] | Current State: 85:[68, 67, 19, 60], Operations: []
Exploring Operation: 68*60=4080, Resulting Numbers: [67, 19, 4080]
Generated Node #2: [67, 19, 4080] from Operation: 68*60=4080
Current State: 85:[67, 19, 4080], Operations: ['68*60=4080']
Exploring Operation: 67-19=48, Resulting Numbers: [4080, 48]
Generated Node #3: ... | 4 |
[
20,
11,
46,
4
] | 62 | [
"20/4=5",
"11+46=57",
"5+57=62"
] | Current State: 62:[20, 11, 46, 4], Operations: []
Exploring Operation: 20/4=5, Resulting Numbers: [11, 46, 5]
Generated Node #2: [11, 46, 5] from Operation: 20/4=5
Current State: 62:[11, 46, 5], Operations: ['20/4=5']
Exploring Operation: 11+46=57, Resulting Numbers: [5, 57]
Generated Node #3: [5, 57] from Operation: 1... | 4 |
[
79,
94,
3,
91
] | 96 | [
"94-79=15",
"15/3=5",
"91+5=96"
] | Current State: 96:[79, 94, 3, 91], Operations: []
Exploring Operation: 94-79=15, Resulting Numbers: [3, 91, 15]
Generated Node #2: [3, 91, 15] from Operation: 94-79=15
Current State: 96:[3, 91, 15], Operations: ['94-79=15']
Exploring Operation: 15/3=5, Resulting Numbers: [91, 5]
Generated Node #3: [91, 5] from Operatio... | 4 |
[
12,
23,
78,
77
] | 85 | [
"23-12=11",
"77/11=7",
"78+7=85"
] | Current State: 85:[12, 23, 78, 77], Operations: []
Exploring Operation: 23-12=11, Resulting Numbers: [78, 77, 11]
Generated Node #2: [78, 77, 11] from Operation: 23-12=11
Current State: 85:[78, 77, 11], Operations: ['23-12=11']
Exploring Operation: 77/11=7, Resulting Numbers: [78, 7]
Generated Node #3: [78, 7] from Ope... | 4 |
[
34,
87,
16,
87
] | 17 | [
"34-16=18",
"87/87=1",
"18-1=17"
] | Current State: 17:[34, 87, 16, 87], Operations: []
Exploring Operation: 34-16=18, Resulting Numbers: [87, 87, 18]
Generated Node #2: [87, 87, 18] from Operation: 34-16=18
Current State: 17:[87, 87, 18], Operations: ['34-16=18']
Exploring Operation: 87/87=1, Resulting Numbers: [18, 1]
Generated Node #3: [18, 1] from Ope... | 4 |
[
73,
78,
76,
14
] | 84 | [
"78+76=154",
"154/14=11",
"73+11=84"
] | Current State: 84:[73, 78, 76, 14], Operations: []
Exploring Operation: 78+76=154, Resulting Numbers: [73, 14, 154]
Generated Node #2: [73, 14, 154] from Operation: 78+76=154
Current State: 84:[73, 14, 154], Operations: ['78+76=154']
Exploring Operation: 154/14=11, Resulting Numbers: [73, 11]
Generated Node #3: [73, 11... | 4 |
[
13,
90,
41,
57
] | 95 | [
"13+41=54",
"90*57=5130",
"5130/54=95"
] | Current State: 95:[13, 90, 41, 57], Operations: []
Exploring Operation: 13+41=54, Resulting Numbers: [90, 57, 54]
Generated Node #2: [90, 57, 54] from Operation: 13+41=54
Current State: 95:[90, 57, 54], Operations: ['13+41=54']
Exploring Operation: 90*57=5130, Resulting Numbers: [54, 5130]
Generated Node #3: [54, 5130]... | 4 |
[
43,
59,
70,
81
] | 49 | [
"43+59=102",
"70+81=151",
"151-102=49"
] | Current State: 49:[43, 59, 70, 81], Operations: []
Exploring Operation: 43+59=102, Resulting Numbers: [70, 81, 102]
Generated Node #2: [70, 81, 102] from Operation: 43+59=102
Current State: 49:[70, 81, 102], Operations: ['43+59=102']
Exploring Operation: 70+81=151, Resulting Numbers: [102, 151]
Generated Node #3: [102,... | 4 |
[
55,
17,
65,
39
] | 16 | [
"55*39=2145",
"2145/65=33",
"33-17=16"
] | Current State: 16:[55, 17, 65, 39], Operations: []
Exploring Operation: 55*39=2145, Resulting Numbers: [17, 65, 2145]
Generated Node #2: [17, 65, 2145] from Operation: 55*39=2145
Current State: 16:[17, 65, 2145], Operations: ['55*39=2145']
Exploring Operation: 2145/65=33, Resulting Numbers: [17, 33]
Generated Node #3: ... | 4 |
[
11,
41,
41,
64
] | 53 | [
"11+41=52",
"41+64=105",
"105-52=53"
] | Current State: 53:[11, 41, 41, 64], Operations: []
Exploring Operation: 11+41=52, Resulting Numbers: [64, 52]
Generated Node #2: [64, 52] from Operation: 11+41=52
Current State: 53:[64, 52], Operations: ['11+41=52']
Exploring Operation: 41+64=105, Resulting Numbers: [52, 105]
Generated Node #3: [52, 105] from Operation... | 4 |
[
4,
93,
94,
33
] | 99 | [
"4+93=97",
"97-94=3",
"33*3=99"
] | Current State: 99:[4, 93, 94, 33], Operations: []
Exploring Operation: 4+93=97, Resulting Numbers: [94, 33, 97]
Generated Node #2: [94, 33, 97] from Operation: 4+93=97
Current State: 99:[94, 33, 97], Operations: ['4+93=97']
Exploring Operation: 97-94=3, Resulting Numbers: [33, 3]
Generated Node #3: [33, 3] from Operati... | 4 |
[
20,
15,
44,
16
] | 49 | [
"15*44=660",
"660/20=33",
"16+33=49"
] | Current State: 49:[20, 15, 44, 16], Operations: []
Exploring Operation: 15*44=660, Resulting Numbers: [20, 16, 660]
Generated Node #2: [20, 16, 660] from Operation: 15*44=660
Current State: 49:[20, 16, 660], Operations: ['15*44=660']
Exploring Operation: 660/20=33, Resulting Numbers: [16, 33]
Generated Node #3: [16, 33... | 4 |
[
73,
6,
3,
42
] | 13 | [
"73-42=31",
"6*3=18",
"31-18=13"
] | Current State: 13:[73, 6, 3, 42], Operations: []
Exploring Operation: 73-42=31, Resulting Numbers: [6, 3, 31]
Generated Node #2: [6, 3, 31] from Operation: 73-42=31
Current State: 13:[6, 3, 31], Operations: ['73-42=31']
Exploring Operation: 6*3=18, Resulting Numbers: [31, 18]
Generated Node #3: [31, 18] from Operation:... | 4 |
[
2,
49,
51,
48
] | 55 | [
"51-48=3",
"2*3=6",
"49+6=55"
] | Current State: 55:[2, 49, 51, 48], Operations: []
Exploring Operation: 51-48=3, Resulting Numbers: [2, 49, 3]
Generated Node #2: [2, 49, 3] from Operation: 51-48=3
Current State: 55:[2, 49, 3], Operations: ['51-48=3']
Exploring Operation: 2*3=6, Resulting Numbers: [49, 6]
Generated Node #3: [49, 6] from Operation: 2*3=... | 4 |
[
11,
33,
42,
8
] | 19 | [
"11-8=3",
"42/3=14",
"33-14=19"
] | Current State: 19:[11, 33, 42, 8], Operations: []
Exploring Operation: 11-8=3, Resulting Numbers: [33, 42, 3]
Generated Node #2: [33, 42, 3] from Operation: 11-8=3
Current State: 19:[33, 42, 3], Operations: ['11-8=3']
Exploring Operation: 42/3=14, Resulting Numbers: [33, 14]
Generated Node #3: [33, 14] from Operation: ... | 4 |
[
85,
10,
55,
53
] | 73 | [
"85-10=75",
"55-53=2",
"75-2=73"
] | Current State: 73:[85, 10, 55, 53], Operations: []
Exploring Operation: 85-10=75, Resulting Numbers: [55, 53, 75]
Generated Node #2: [55, 53, 75] from Operation: 85-10=75
Current State: 73:[55, 53, 75], Operations: ['85-10=75']
Exploring Operation: 55-53=2, Resulting Numbers: [75, 2]
Generated Node #3: [75, 2] from Ope... | 4 |
[
97,
49,
44,
98
] | 92 | [
"97+49=146",
"98-44=54",
"146-54=92"
] | Current State: 92:[97, 49, 44, 98], Operations: []
Exploring Operation: 97+49=146, Resulting Numbers: [44, 98, 146]
Generated Node #2: [44, 98, 146] from Operation: 97+49=146
Current State: 92:[44, 98, 146], Operations: ['97+49=146']
Exploring Operation: 98-44=54, Resulting Numbers: [146, 54]
Generated Node #3: [146, 5... | 4 |
[
15,
53,
84,
9
] | 37 | [
"53-15=38",
"84-9=75",
"75-38=37"
] | Current State: 37:[15, 53, 84, 9], Operations: []
Exploring Operation: 53-15=38, Resulting Numbers: [84, 9, 38]
Generated Node #2: [84, 9, 38] from Operation: 53-15=38
Current State: 37:[84, 9, 38], Operations: ['53-15=38']
Exploring Operation: 84-9=75, Resulting Numbers: [38, 75]
Generated Node #3: [38, 75] from Opera... | 4 |
[
88,
94,
82,
72
] | 78 | [
"94-72=22",
"88/22=4",
"82-4=78"
] | Current State: 78:[88, 94, 82, 72], Operations: []
Exploring Operation: 94-72=22, Resulting Numbers: [88, 82, 22]
Generated Node #2: [88, 82, 22] from Operation: 94-72=22
Current State: 78:[88, 82, 22], Operations: ['94-72=22']
Exploring Operation: 88/22=4, Resulting Numbers: [82, 4]
Generated Node #3: [82, 4] from Ope... | 4 |
[
24,
1,
99,
70
] | 54 | [
"24+1=25",
"99-70=29",
"25+29=54"
] | Current State: 54:[24, 1, 99, 70], Operations: []
Exploring Operation: 24+1=25, Resulting Numbers: [99, 70, 25]
Generated Node #2: [99, 70, 25] from Operation: 24+1=25
Current State: 54:[99, 70, 25], Operations: ['24+1=25']
Exploring Operation: 99-70=29, Resulting Numbers: [25, 29]
Generated Node #3: [25, 29] from Oper... | 4 |
[
61,
38,
64,
7
] | 59 | [
"64-61=3",
"7*3=21",
"38+21=59"
] | Current State: 59:[61, 38, 64, 7], Operations: []
Exploring Operation: 64-61=3, Resulting Numbers: [38, 7, 3]
Generated Node #2: [38, 7, 3] from Operation: 64-61=3
Current State: 59:[38, 7, 3], Operations: ['64-61=3']
Exploring Operation: 7*3=21, Resulting Numbers: [38, 21]
Generated Node #3: [38, 21] from Operation: 7... | 4 |
[
56,
4,
71,
24
] | 51 | [
"56+24=80",
"80/4=20",
"71-20=51"
] | Current State: 51:[56, 4, 71, 24], Operations: []
Exploring Operation: 56+24=80, Resulting Numbers: [4, 71, 80]
Generated Node #2: [4, 71, 80] from Operation: 56+24=80
Current State: 51:[4, 71, 80], Operations: ['56+24=80']
Exploring Operation: 80/4=20, Resulting Numbers: [71, 20]
Generated Node #3: [71, 20] from Opera... | 4 |
[
91,
18,
81,
50
] | 90 | [
"91-81=10",
"18*50=900",
"900/10=90"
] | Current State: 90:[91, 18, 81, 50], Operations: []
Exploring Operation: 91-81=10, Resulting Numbers: [18, 50, 10]
Generated Node #2: [18, 50, 10] from Operation: 91-81=10
Current State: 90:[18, 50, 10], Operations: ['91-81=10']
Exploring Operation: 18*50=900, Resulting Numbers: [10, 900]
Generated Node #3: [10, 900] fr... | 4 |
[
7,
14,
63,
86
] | 83 | [
"7+14=21",
"63/21=3",
"86-3=83"
] | Current State: 83:[7, 14, 63, 86], Operations: []
Exploring Operation: 7+14=21, Resulting Numbers: [63, 86, 21]
Generated Node #2: [63, 86, 21] from Operation: 7+14=21
Current State: 83:[63, 86, 21], Operations: ['7+14=21']
Exploring Operation: 63/21=3, Resulting Numbers: [86, 3]
Generated Node #3: [86, 3] from Operati... | 4 |
[
2,
84,
87,
19
] | 11 | [
"84+87=171",
"171/19=9",
"2+9=11"
] | Current State: 11:[2, 84, 87, 19], Operations: []
Exploring Operation: 84+87=171, Resulting Numbers: [2, 19, 171]
Generated Node #2: [2, 19, 171] from Operation: 84+87=171
Current State: 11:[2, 19, 171], Operations: ['84+87=171']
Exploring Operation: 171/19=9, Resulting Numbers: [2, 9]
Generated Node #3: [2, 9] from Op... | 4 |
[
9,
6,
59,
17
] | 61 | [
"9+6=15",
"59+17=76",
"76-15=61"
] | Current State: 61:[9, 6, 59, 17], Operations: []
Exploring Operation: 9+6=15, Resulting Numbers: [59, 17, 15]
Generated Node #2: [59, 17, 15] from Operation: 9+6=15
Current State: 61:[59, 17, 15], Operations: ['9+6=15']
Exploring Operation: 59+17=76, Resulting Numbers: [15, 76]
Generated Node #3: [15, 76] from Operatio... | 4 |
[
85,
3,
71,
42
] | 25 | [
"85+3=88",
"71+42=113",
"113-88=25"
] | Current State: 25:[85, 3, 71, 42], Operations: []
Exploring Operation: 85+3=88, Resulting Numbers: [71, 42, 88]
Generated Node #2: [71, 42, 88] from Operation: 85+3=88
Current State: 25:[71, 42, 88], Operations: ['85+3=88']
Exploring Operation: 71+42=113, Resulting Numbers: [88, 113]
Generated Node #3: [88, 113] from O... | 4 |
[
12,
97,
17,
84
] | 16 | [
"97-12=85",
"17+84=101",
"101-85=16"
] | Current State: 16:[12, 97, 17, 84], Operations: []
Exploring Operation: 97-12=85, Resulting Numbers: [17, 84, 85]
Generated Node #2: [17, 84, 85] from Operation: 97-12=85
Current State: 16:[17, 84, 85], Operations: ['97-12=85']
Exploring Operation: 17+84=101, Resulting Numbers: [85, 101]
Generated Node #3: [85, 101] fr... | 4 |
[
13,
9,
99,
18
] | 59 | [
"13+9=22",
"99-18=81",
"81-22=59"
] | Current State: 59:[13, 9, 99, 18], Operations: []
Exploring Operation: 13+9=22, Resulting Numbers: [99, 18, 22]
Generated Node #2: [99, 18, 22] from Operation: 13+9=22
Current State: 59:[99, 18, 22], Operations: ['13+9=22']
Exploring Operation: 99-18=81, Resulting Numbers: [22, 81]
Generated Node #3: [22, 81] from Oper... | 4 |
[
24,
86,
6,
84
] | 27 | [
"86-84=2",
"6/2=3",
"24+3=27"
] | Current State: 27:[24, 86, 6, 84], Operations: []
Exploring Operation: 86-84=2, Resulting Numbers: [24, 6, 2]
Generated Node #2: [24, 6, 2] from Operation: 86-84=2
Current State: 27:[24, 6, 2], Operations: ['86-84=2']
Exploring Operation: 6/2=3, Resulting Numbers: [24, 3]
Generated Node #3: [24, 3] from Operation: 6/2=... | 4 |
[
75,
98,
1,
77
] | 99 | [
"98-75=23",
"77-1=76",
"23+76=99"
] | Current State: 99:[75, 98, 1, 77], Operations: []
Exploring Operation: 98-75=23, Resulting Numbers: [1, 77, 23]
Generated Node #2: [1, 77, 23] from Operation: 98-75=23
Current State: 99:[1, 77, 23], Operations: ['98-75=23']
Exploring Operation: 77-1=76, Resulting Numbers: [23, 76]
Generated Node #3: [23, 76] from Opera... | 4 |
[
9,
83,
85,
85
] | 83 | [
"85-85=0",
"9*0=0",
"83+0=83"
] | Current State: 83:[9, 83, 85, 85], Operations: []
Exploring Operation: 85-85=0, Resulting Numbers: [9, 83, 0]
Generated Node #2: [9, 83, 0] from Operation: 85-85=0
Current State: 83:[9, 83, 0], Operations: ['85-85=0']
Exploring Operation: 9*0=0, Resulting Numbers: [83, 0]
Generated Node #3: [83, 0] from Operation: 9*0=... | 4 |
[
36,
78,
63,
43
] | 64 | [
"78-36=42",
"63+43=106",
"106-42=64"
] | Current State: 64:[36, 78, 63, 43], Operations: []
Exploring Operation: 78-36=42, Resulting Numbers: [63, 43, 42]
Generated Node #2: [63, 43, 42] from Operation: 78-36=42
Current State: 64:[63, 43, 42], Operations: ['78-36=42']
Exploring Operation: 63+43=106, Resulting Numbers: [42, 106]
Generated Node #3: [42, 106] fr... | 4 |
[
76,
44,
97,
16
] | 39 | [
"76+44=120",
"97-16=81",
"120-81=39"
] | Current State: 39:[76, 44, 97, 16], Operations: []
Exploring Operation: 76+44=120, Resulting Numbers: [97, 16, 120]
Generated Node #2: [97, 16, 120] from Operation: 76+44=120
Current State: 39:[97, 16, 120], Operations: ['76+44=120']
Exploring Operation: 97-16=81, Resulting Numbers: [120, 81]
Generated Node #3: [120, 8... | 4 |
[
56,
30,
48,
54
] | 39 | [
"56-54=2",
"30+48=78",
"78/2=39"
] | Current State: 39:[56, 30, 48, 54], Operations: []
Exploring Operation: 56-54=2, Resulting Numbers: [30, 48, 2]
Generated Node #2: [30, 48, 2] from Operation: 56-54=2
Current State: 39:[30, 48, 2], Operations: ['56-54=2']
Exploring Operation: 30+48=78, Resulting Numbers: [2, 78]
Generated Node #3: [2, 78] from Operatio... | 4 |
[
82,
21,
16,
8
] | 95 | [
"82+21=103",
"16-8=8",
"103-8=95"
] | Current State: 95:[82, 21, 16, 8], Operations: []
Exploring Operation: 82+21=103, Resulting Numbers: [16, 8, 103]
Generated Node #2: [16, 8, 103] from Operation: 82+21=103
Current State: 95:[16, 8, 103], Operations: ['82+21=103']
Exploring Operation: 16-8=8, Resulting Numbers: [103, 8]
Generated Node #3: [103, 8] from ... | 4 |
[
13,
43,
12,
79
] | 61 | [
"43-13=30",
"12+79=91",
"91-30=61"
] | Current State: 61:[13, 43, 12, 79], Operations: []
Exploring Operation: 43-13=30, Resulting Numbers: [12, 79, 30]
Generated Node #2: [12, 79, 30] from Operation: 43-13=30
Current State: 61:[12, 79, 30], Operations: ['43-13=30']
Exploring Operation: 12+79=91, Resulting Numbers: [30, 91]
Generated Node #3: [30, 91] from ... | 4 |
[
53,
92,
38,
25
] | 82 | [
"53+92=145",
"38+25=63",
"145-63=82"
] | Current State: 82:[53, 92, 38, 25], Operations: []
Exploring Operation: 53+92=145, Resulting Numbers: [38, 25, 145]
Generated Node #2: [38, 25, 145] from Operation: 53+92=145
Current State: 82:[38, 25, 145], Operations: ['53+92=145']
Exploring Operation: 38+25=63, Resulting Numbers: [145, 63]
Generated Node #3: [145, 6... | 4 |
[
32,
71,
19,
51
] | 31 | [
"71-32=39",
"19+51=70",
"70-39=31"
] | Current State: 31:[32, 71, 19, 51], Operations: []
Exploring Operation: 71-32=39, Resulting Numbers: [19, 51, 39]
Generated Node #2: [19, 51, 39] from Operation: 71-32=39
Current State: 31:[19, 51, 39], Operations: ['71-32=39']
Exploring Operation: 19+51=70, Resulting Numbers: [39, 70]
Generated Node #3: [39, 70] from ... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.