nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
87,
4,
72,
20
] | 84 | [
"4+20=24",
"72/24=3",
"87-3=84"
] | Current State: 84:[87, 4, 72, 20], Operations: []
Exploring Operation: 4+20=24, Resulting Numbers: [87, 72, 24]
Generated Node #2: [87, 72, 24] from Operation: 4+20=24
Current State: 84:[87, 72, 24], Operations: ['4+20=24']
Exploring Operation: 72/24=3, Resulting Numbers: [87, 3]
Generated Node #3: [87, 3] from Operati... | 4 |
[
8,
98,
76,
82
] | 38 | [
"8*76=608",
"98-82=16",
"608/16=38"
] | Current State: 38:[8, 98, 76, 82], Operations: []
Exploring Operation: 8*76=608, Resulting Numbers: [98, 82, 608]
Generated Node #2: [98, 82, 608] from Operation: 8*76=608
Current State: 38:[98, 82, 608], Operations: ['8*76=608']
Exploring Operation: 98-82=16, Resulting Numbers: [608, 16]
Generated Node #3: [608, 16] f... | 4 |
[
50,
31,
27,
50
] | 53 | [
"50+31=81",
"81/27=3",
"50+3=53"
] | Current State: 53:[50, 31, 27, 50], Operations: []
Exploring Operation: 50+31=81, Resulting Numbers: [27, 81]
Generated Node #2: [27, 81] from Operation: 50+31=81
Current State: 53:[27, 81], Operations: ['50+31=81']
Exploring Operation: 81/27=3, Resulting Numbers: [3]
3,53 equal: Goal Reached
Exploring Operation: 50+3=... | 4 |
[
90,
77,
69,
38
] | 94 | [
"90-77=13",
"69+38=107",
"107-13=94"
] | Current State: 94:[90, 77, 69, 38], Operations: []
Exploring Operation: 90-77=13, Resulting Numbers: [69, 38, 13]
Generated Node #2: [69, 38, 13] from Operation: 90-77=13
Current State: 94:[69, 38, 13], Operations: ['90-77=13']
Exploring Operation: 69+38=107, Resulting Numbers: [13, 107]
Generated Node #3: [13, 107] fr... | 4 |
[
36,
61,
91,
79
] | 85 | [
"36+61=97",
"91-79=12",
"97-12=85"
] | Current State: 85:[36, 61, 91, 79], Operations: []
Exploring Operation: 36+61=97, Resulting Numbers: [91, 79, 97]
Generated Node #2: [91, 79, 97] from Operation: 36+61=97
Current State: 85:[91, 79, 97], Operations: ['36+61=97']
Exploring Operation: 91-79=12, Resulting Numbers: [97, 12]
Generated Node #3: [97, 12] from ... | 4 |
[
66,
30,
21,
48
] | 33 | [
"66-30=36",
"21+48=69",
"69-36=33"
] | Current State: 33:[66, 30, 21, 48], Operations: []
Exploring Operation: 66-30=36, Resulting Numbers: [21, 48, 36]
Generated Node #2: [21, 48, 36] from Operation: 66-30=36
Current State: 33:[21, 48, 36], Operations: ['66-30=36']
Exploring Operation: 21+48=69, Resulting Numbers: [36, 69]
Generated Node #3: [36, 69] from ... | 4 |
[
74,
64,
16,
96
] | 76 | [
"64-16=48",
"96/48=2",
"74+2=76"
] | Current State: 76:[74, 64, 16, 96], Operations: []
Exploring Operation: 64-16=48, Resulting Numbers: [74, 96, 48]
Generated Node #2: [74, 96, 48] from Operation: 64-16=48
Current State: 76:[74, 96, 48], Operations: ['64-16=48']
Exploring Operation: 96/48=2, Resulting Numbers: [74, 2]
Generated Node #3: [74, 2] from Ope... | 4 |
[
19,
72,
33,
22
] | 67 | [
"72*22=1584",
"1584/33=48",
"19+48=67"
] | Current State: 67:[19, 72, 33, 22], Operations: []
Exploring Operation: 72*22=1584, Resulting Numbers: [19, 33, 1584]
Generated Node #2: [19, 33, 1584] from Operation: 72*22=1584
Current State: 67:[19, 33, 1584], Operations: ['72*22=1584']
Exploring Operation: 1584/33=48, Resulting Numbers: [19, 48]
Generated Node #3: ... | 4 |
[
48,
91,
58,
28
] | 53 | [
"48+91=139",
"58+28=86",
"139-86=53"
] | Current State: 53:[48, 91, 58, 28], Operations: []
Exploring Operation: 48+91=139, Resulting Numbers: [58, 28, 139]
Generated Node #2: [58, 28, 139] from Operation: 48+91=139
Current State: 53:[58, 28, 139], Operations: ['48+91=139']
Exploring Operation: 58+28=86, Resulting Numbers: [139, 86]
Generated Node #3: [139, 8... | 4 |
[
4,
76,
1,
38
] | 80 | [
"1+38=39",
"4*39=156",
"156-76=80"
] | Current State: 80:[4, 76, 1, 38], Operations: []
Exploring Operation: 1+38=39, Resulting Numbers: [4, 76, 39]
Generated Node #2: [4, 76, 39] from Operation: 1+38=39
Current State: 80:[4, 76, 39], Operations: ['1+38=39']
Exploring Operation: 4*39=156, Resulting Numbers: [76, 156]
Generated Node #3: [76, 156] from Operat... | 4 |
[
47,
64,
52,
16
] | 53 | [
"64-47=17",
"52-16=36",
"17+36=53"
] | Current State: 53:[47, 64, 52, 16], Operations: []
Exploring Operation: 64-47=17, Resulting Numbers: [52, 16, 17]
Generated Node #2: [52, 16, 17] from Operation: 64-47=17
Current State: 53:[52, 16, 17], Operations: ['64-47=17']
Exploring Operation: 52-16=36, Resulting Numbers: [17, 36]
Generated Node #3: [17, 36] from ... | 4 |
[
71,
96,
37,
96
] | 71 | [
"96-96=0",
"37*0=0",
"71+0=71"
] | Current State: 71:[71, 96, 37, 96], Operations: []
Exploring Operation: 96-96=0, Resulting Numbers: [71, 37, 0]
Generated Node #2: [71, 37, 0] from Operation: 96-96=0
Current State: 71:[71, 37, 0], Operations: ['96-96=0']
Exploring Operation: 37*0=0, Resulting Numbers: [71, 0]
Generated Node #3: [71, 0] from Operation:... | 4 |
[
23,
54,
40,
51
] | 51 | [
"40-23=17",
"54-51=3",
"17*3=51"
] | Current State: 51:[23, 54, 40, 51], Operations: []
Exploring Operation: 40-23=17, Resulting Numbers: [54, 51, 17]
Generated Node #2: [54, 51, 17] from Operation: 40-23=17
Current State: 51:[54, 51, 17], Operations: ['40-23=17']
Exploring Operation: 54-51=3, Resulting Numbers: [17, 3]
Generated Node #3: [17, 3] from Ope... | 4 |
[
58,
70,
49,
32
] | 45 | [
"58+70=128",
"128/32=4",
"49-4=45"
] | Current State: 45:[58, 70, 49, 32], Operations: []
Exploring Operation: 58+70=128, Resulting Numbers: [49, 32, 128]
Generated Node #2: [49, 32, 128] from Operation: 58+70=128
Current State: 45:[49, 32, 128], Operations: ['58+70=128']
Exploring Operation: 128/32=4, Resulting Numbers: [49, 4]
Generated Node #3: [49, 4] f... | 4 |
[
89,
75,
55,
95
] | 87 | [
"55+95=150",
"150/75=2",
"89-2=87"
] | Current State: 87:[89, 75, 55, 95], Operations: []
Exploring Operation: 55+95=150, Resulting Numbers: [89, 75, 150]
Generated Node #2: [89, 75, 150] from Operation: 55+95=150
Current State: 87:[89, 75, 150], Operations: ['55+95=150']
Exploring Operation: 150/75=2, Resulting Numbers: [89, 2]
Generated Node #3: [89, 2] f... | 4 |
[
24,
96,
26,
53
] | 83 | [
"96/24=4",
"26+53=79",
"4+79=83"
] | Current State: 83:[24, 96, 26, 53], Operations: []
Exploring Operation: 96/24=4, Resulting Numbers: [26, 53, 4]
Generated Node #2: [26, 53, 4] from Operation: 96/24=4
Current State: 83:[26, 53, 4], Operations: ['96/24=4']
Exploring Operation: 26+53=79, Resulting Numbers: [4, 79]
Generated Node #3: [4, 79] from Operatio... | 4 |
[
31,
73,
34,
9
] | 67 | [
"73-31=42",
"34-9=25",
"42+25=67"
] | Current State: 67:[31, 73, 34, 9], Operations: []
Exploring Operation: 73-31=42, Resulting Numbers: [34, 9, 42]
Generated Node #2: [34, 9, 42] from Operation: 73-31=42
Current State: 67:[34, 9, 42], Operations: ['73-31=42']
Exploring Operation: 34-9=25, Resulting Numbers: [42, 25]
Generated Node #3: [42, 25] from Opera... | 4 |
[
12,
71,
11,
93
] | 22 | [
"12-11=1",
"93-71=22",
"1*22=22"
] | Current State: 22:[12, 71, 11, 93], Operations: []
Exploring Operation: 12-11=1, Resulting Numbers: [71, 93, 1]
Generated Node #2: [71, 93, 1] from Operation: 12-11=1
Current State: 22:[71, 93, 1], Operations: ['12-11=1']
Exploring Operation: 93-71=22, Resulting Numbers: [1, 22]
Generated Node #3: [1, 22] from Operatio... | 4 |
[
41,
27,
4,
78
] | 96 | [
"41-27=14",
"4+78=82",
"14+82=96"
] | Current State: 96:[41, 27, 4, 78], Operations: []
Exploring Operation: 41-27=14, Resulting Numbers: [4, 78, 14]
Generated Node #2: [4, 78, 14] from Operation: 41-27=14
Current State: 96:[4, 78, 14], Operations: ['41-27=14']
Exploring Operation: 4+78=82, Resulting Numbers: [14, 82]
Generated Node #3: [14, 82] from Opera... | 4 |
[
8,
59,
47,
73
] | 25 | [
"59-8=51",
"73-47=26",
"51-26=25"
] | Current State: 25:[8, 59, 47, 73], Operations: []
Exploring Operation: 59-8=51, Resulting Numbers: [47, 73, 51]
Generated Node #2: [47, 73, 51] from Operation: 59-8=51
Current State: 25:[47, 73, 51], Operations: ['59-8=51']
Exploring Operation: 73-47=26, Resulting Numbers: [51, 26]
Generated Node #3: [51, 26] from Oper... | 4 |
[
81,
54,
76,
32
] | 79 | [
"76+32=108",
"108/54=2",
"81-2=79"
] | Current State: 79:[81, 54, 76, 32], Operations: []
Exploring Operation: 76+32=108, Resulting Numbers: [81, 54, 108]
Generated Node #2: [81, 54, 108] from Operation: 76+32=108
Current State: 79:[81, 54, 108], Operations: ['76+32=108']
Exploring Operation: 108/54=2, Resulting Numbers: [81, 2]
Generated Node #3: [81, 2] f... | 4 |
[
3,
50,
80,
83
] | 50 | [
"3+50=53",
"83-80=3",
"53-3=50"
] | Current State: 50:[3, 50, 80, 83], Operations: []
Exploring Operation: 3+50=53, Resulting Numbers: [80, 83, 53]
Generated Node #2: [80, 83, 53] from Operation: 3+50=53
Current State: 50:[80, 83, 53], Operations: ['3+50=53']
Exploring Operation: 83-80=3, Resulting Numbers: [53, 3]
Generated Node #3: [53, 3] from Operati... | 4 |
[
57,
69,
13,
88
] | 87 | [
"69-57=12",
"88-13=75",
"12+75=87"
] | Current State: 87:[57, 69, 13, 88], Operations: []
Exploring Operation: 69-57=12, Resulting Numbers: [13, 88, 12]
Generated Node #2: [13, 88, 12] from Operation: 69-57=12
Current State: 87:[13, 88, 12], Operations: ['69-57=12']
Exploring Operation: 88-13=75, Resulting Numbers: [12, 75]
Generated Node #3: [12, 75] from ... | 4 |
[
5,
19,
4,
73
] | 79 | [
"5+19=24",
"24/4=6",
"73+6=79"
] | Current State: 79:[5, 19, 4, 73], Operations: []
Exploring Operation: 5+19=24, Resulting Numbers: [4, 73, 24]
Generated Node #2: [4, 73, 24] from Operation: 5+19=24
Current State: 79:[4, 73, 24], Operations: ['5+19=24']
Exploring Operation: 24/4=6, Resulting Numbers: [73, 6]
Generated Node #3: [73, 6] from Operation: 2... | 4 |
[
51,
29,
22,
76
] | 32 | [
"51-29=22",
"76-22=54",
"54-22=32"
] | Current State: 32:[51, 29, 22, 76], Operations: []
Exploring Operation: 51-29=22, Resulting Numbers: [22, 76, 22]
Generated Node #2: [22, 76, 22] from Operation: 51-29=22
Current State: 32:[22, 76, 22], Operations: ['51-29=22']
Exploring Operation: 76-22=54, Resulting Numbers: [54]
54,32 equal: Goal Reached
Exploring O... | 4 |
[
47,
18,
51,
71
] | 45 | [
"47+18=65",
"71-51=20",
"65-20=45"
] | Current State: 45:[47, 18, 51, 71], Operations: []
Exploring Operation: 47+18=65, Resulting Numbers: [51, 71, 65]
Generated Node #2: [51, 71, 65] from Operation: 47+18=65
Current State: 45:[51, 71, 65], Operations: ['47+18=65']
Exploring Operation: 71-51=20, Resulting Numbers: [65, 20]
Generated Node #3: [65, 20] from ... | 4 |
[
55,
29,
29,
20
] | 20 | [
"29-29=0",
"55*0=0",
"20+0=20"
] | Current State: 20:[55, 29, 29, 20], Operations: []
Exploring Operation: 29-29=0, Resulting Numbers: [55, 20, 0]
Generated Node #2: [55, 20, 0] from Operation: 29-29=0
Current State: 20:[55, 20, 0], Operations: ['29-29=0']
Exploring Operation: 55*0=0, Resulting Numbers: [20, 0]
Generated Node #3: [20, 0] from Operation:... | 4 |
[
64,
85,
86,
22
] | 43 | [
"85-64=21",
"86-22=64",
"64-21=43"
] | Current State: 43:[64, 85, 86, 22], Operations: []
Exploring Operation: 85-64=21, Resulting Numbers: [86, 22, 21]
Generated Node #2: [86, 22, 21] from Operation: 85-64=21
Current State: 43:[86, 22, 21], Operations: ['85-64=21']
Exploring Operation: 86-22=64, Resulting Numbers: [21, 64]
Generated Node #3: [21, 64] from ... | 4 |
[
12,
68,
71,
42
] | 38 | [
"71-68=3",
"12/3=4",
"42-4=38"
] | Current State: 38:[12, 68, 71, 42], Operations: []
Exploring Operation: 71-68=3, Resulting Numbers: [12, 42, 3]
Generated Node #2: [12, 42, 3] from Operation: 71-68=3
Current State: 38:[12, 42, 3], Operations: ['71-68=3']
Exploring Operation: 12/3=4, Resulting Numbers: [42, 4]
Generated Node #3: [42, 4] from Operation:... | 4 |
[
22,
81,
87,
79
] | 43 | [
"81-79=2",
"22*2=44",
"87-44=43"
] | Current State: 43:[22, 81, 87, 79], Operations: []
Exploring Operation: 81-79=2, Resulting Numbers: [22, 87, 2]
Generated Node #2: [22, 87, 2] from Operation: 81-79=2
Current State: 43:[22, 87, 2], Operations: ['81-79=2']
Exploring Operation: 22*2=44, Resulting Numbers: [87, 44]
Generated Node #3: [87, 44] from Operati... | 4 |
[
56,
7,
21,
61
] | 90 | [
"56/7=8",
"21+61=82",
"8+82=90"
] | Current State: 90:[56, 7, 21, 61], Operations: []
Exploring Operation: 56/7=8, Resulting Numbers: [21, 61, 8]
Generated Node #2: [21, 61, 8] from Operation: 56/7=8
Current State: 90:[21, 61, 8], Operations: ['56/7=8']
Exploring Operation: 21+61=82, Resulting Numbers: [8, 82]
Generated Node #3: [8, 82] from Operation: 2... | 4 |
[
6,
75,
29,
31
] | 83 | [
"6+75=81",
"31-29=2",
"81+2=83"
] | Current State: 83:[6, 75, 29, 31], Operations: []
Exploring Operation: 6+75=81, Resulting Numbers: [29, 31, 81]
Generated Node #2: [29, 31, 81] from Operation: 6+75=81
Current State: 83:[29, 31, 81], Operations: ['6+75=81']
Exploring Operation: 31-29=2, Resulting Numbers: [81, 2]
Generated Node #3: [81, 2] from Operati... | 4 |
[
91,
39,
96,
33
] | 75 | [
"39-33=6",
"96/6=16",
"91-16=75"
] | Current State: 75:[91, 39, 96, 33], Operations: []
Exploring Operation: 39-33=6, Resulting Numbers: [91, 96, 6]
Generated Node #2: [91, 96, 6] from Operation: 39-33=6
Current State: 75:[91, 96, 6], Operations: ['39-33=6']
Exploring Operation: 96/6=16, Resulting Numbers: [91, 16]
Generated Node #3: [91, 16] from Operati... | 4 |
[
98,
51,
19,
7
] | 59 | [
"98-51=47",
"19-7=12",
"47+12=59"
] | Current State: 59:[98, 51, 19, 7], Operations: []
Exploring Operation: 98-51=47, Resulting Numbers: [19, 7, 47]
Generated Node #2: [19, 7, 47] from Operation: 98-51=47
Current State: 59:[19, 7, 47], Operations: ['98-51=47']
Exploring Operation: 19-7=12, Resulting Numbers: [47, 12]
Generated Node #3: [47, 12] from Opera... | 4 |
[
98,
14,
15,
77
] | 99 | [
"98/14=7",
"15+77=92",
"7+92=99"
] | Current State: 99:[98, 14, 15, 77], Operations: []
Exploring Operation: 98/14=7, Resulting Numbers: [15, 77, 7]
Generated Node #2: [15, 77, 7] from Operation: 98/14=7
Current State: 99:[15, 77, 7], Operations: ['98/14=7']
Exploring Operation: 15+77=92, Resulting Numbers: [7, 92]
Generated Node #3: [7, 92] from Operatio... | 4 |
[
2,
94,
40,
10
] | 34 | [
"2*10=20",
"94-40=54",
"54-20=34"
] | Current State: 34:[2, 94, 40, 10], Operations: []
Exploring Operation: 2*10=20, Resulting Numbers: [94, 40, 20]
Generated Node #2: [94, 40, 20] from Operation: 2*10=20
Current State: 34:[94, 40, 20], Operations: ['2*10=20']
Exploring Operation: 94-40=54, Resulting Numbers: [20, 54]
Generated Node #3: [20, 54] from Oper... | 4 |
[
28,
64,
43,
4
] | 87 | [
"28+43=71",
"64/4=16",
"71+16=87"
] | Current State: 87:[28, 64, 43, 4], Operations: []
Exploring Operation: 28+43=71, Resulting Numbers: [64, 4, 71]
Generated Node #2: [64, 4, 71] from Operation: 28+43=71
Current State: 87:[64, 4, 71], Operations: ['28+43=71']
Exploring Operation: 64/4=16, Resulting Numbers: [71, 16]
Generated Node #3: [71, 16] from Opera... | 4 |
[
50,
33,
87,
75
] | 80 | [
"33+87=120",
"50*120=6000",
"6000/75=80"
] | Current State: 80:[50, 33, 87, 75], Operations: []
Exploring Operation: 33+87=120, Resulting Numbers: [50, 75, 120]
Generated Node #2: [50, 75, 120] from Operation: 33+87=120
Current State: 80:[50, 75, 120], Operations: ['33+87=120']
Exploring Operation: 50*120=6000, Resulting Numbers: [75, 6000]
Generated Node #3: [75... | 4 |
[
68,
88,
98,
44
] | 64 | [
"68*44=2992",
"2992/88=34",
"98-34=64"
] | Current State: 64:[68, 88, 98, 44], Operations: []
Exploring Operation: 68*44=2992, Resulting Numbers: [88, 98, 2992]
Generated Node #2: [88, 98, 2992] from Operation: 68*44=2992
Current State: 64:[88, 98, 2992], Operations: ['68*44=2992']
Exploring Operation: 2992/88=34, Resulting Numbers: [98, 34]
Generated Node #3: ... | 4 |
[
14,
28,
32,
28
] | 74 | [
"28-14=14",
"32+28=60",
"14+60=74"
] | Current State: 74:[14, 28, 32, 28], Operations: []
Exploring Operation: 28-14=14, Resulting Numbers: [32, 14]
Generated Node #2: [32, 14] from Operation: 28-14=14
Current State: 74:[32, 14], Operations: ['28-14=14']
Exploring Operation: 32+28=60, Resulting Numbers: [14, 60]
Generated Node #3: [14, 60] from Operation: 3... | 4 |
[
15,
44,
57,
45
] | 43 | [
"15+44=59",
"57+45=102",
"102-59=43"
] | Current State: 43:[15, 44, 57, 45], Operations: []
Exploring Operation: 15+44=59, Resulting Numbers: [57, 45, 59]
Generated Node #2: [57, 45, 59] from Operation: 15+44=59
Current State: 43:[57, 45, 59], Operations: ['15+44=59']
Exploring Operation: 57+45=102, Resulting Numbers: [59, 102]
Generated Node #3: [59, 102] fr... | 4 |
[
91,
29,
15,
94
] | 72 | [
"94-91=3",
"29*3=87",
"87-15=72"
] | Current State: 72:[91, 29, 15, 94], Operations: []
Exploring Operation: 94-91=3, Resulting Numbers: [29, 15, 3]
Generated Node #2: [29, 15, 3] from Operation: 94-91=3
Current State: 72:[29, 15, 3], Operations: ['94-91=3']
Exploring Operation: 29*3=87, Resulting Numbers: [15, 87]
Generated Node #3: [15, 87] from Operati... | 4 |
[
72,
79,
21,
25
] | 22 | [
"79-72=7",
"21/7=3",
"25-3=22"
] | Current State: 22:[72, 79, 21, 25], Operations: []
Exploring Operation: 79-72=7, Resulting Numbers: [21, 25, 7]
Generated Node #2: [21, 25, 7] from Operation: 79-72=7
Current State: 22:[21, 25, 7], Operations: ['79-72=7']
Exploring Operation: 21/7=3, Resulting Numbers: [25, 3]
Generated Node #3: [25, 3] from Operation:... | 4 |
[
56,
66,
35,
71
] | 63 | [
"71-66=5",
"35/5=7",
"56+7=63"
] | Current State: 63:[56, 66, 35, 71], Operations: []
Exploring Operation: 71-66=5, Resulting Numbers: [56, 35, 5]
Generated Node #2: [56, 35, 5] from Operation: 71-66=5
Current State: 63:[56, 35, 5], Operations: ['71-66=5']
Exploring Operation: 35/5=7, Resulting Numbers: [56, 7]
Generated Node #3: [56, 7] from Operation:... | 4 |
[
38,
25,
8,
75
] | 27 | [
"38-8=30",
"75/25=3",
"30-3=27"
] | Current State: 27:[38, 25, 8, 75], Operations: []
Exploring Operation: 38-8=30, Resulting Numbers: [25, 75, 30]
Generated Node #2: [25, 75, 30] from Operation: 38-8=30
Current State: 27:[25, 75, 30], Operations: ['38-8=30']
Exploring Operation: 75/25=3, Resulting Numbers: [30, 3]
Generated Node #3: [30, 3] from Operati... | 4 |
[
67,
36,
31,
81
] | 81 | [
"67-36=31",
"31+81=112",
"112-31=81"
] | Current State: 81:[67, 36, 31, 81], Operations: []
Exploring Operation: 67-36=31, Resulting Numbers: [31, 81, 31]
Generated Node #2: [31, 81, 31] from Operation: 67-36=31
Current State: 81:[31, 81, 31], Operations: ['67-36=31']
Exploring Operation: 31+81=112, Resulting Numbers: [112]
112,81 equal: Goal Reached
Explorin... | 4 |
[
97,
47,
27,
92
] | 25 | [
"97+47=144",
"27+92=119",
"144-119=25"
] | Current State: 25:[97, 47, 27, 92], Operations: []
Exploring Operation: 97+47=144, Resulting Numbers: [27, 92, 144]
Generated Node #2: [27, 92, 144] from Operation: 97+47=144
Current State: 25:[27, 92, 144], Operations: ['97+47=144']
Exploring Operation: 27+92=119, Resulting Numbers: [144, 119]
Generated Node #3: [144,... | 4 |
[
74,
58,
2,
11
] | 92 | [
"74-11=63",
"58/2=29",
"63+29=92"
] | Current State: 92:[74, 58, 2, 11], Operations: []
Exploring Operation: 74-11=63, Resulting Numbers: [58, 2, 63]
Generated Node #2: [58, 2, 63] from Operation: 74-11=63
Current State: 92:[58, 2, 63], Operations: ['74-11=63']
Exploring Operation: 58/2=29, Resulting Numbers: [63, 29]
Generated Node #3: [63, 29] from Opera... | 4 |
[
19,
81,
21,
20
] | 91 | [
"21-19=2",
"20/2=10",
"81+10=91"
] | Current State: 91:[19, 81, 21, 20], Operations: []
Exploring Operation: 21-19=2, Resulting Numbers: [81, 20, 2]
Generated Node #2: [81, 20, 2] from Operation: 21-19=2
Current State: 91:[81, 20, 2], Operations: ['21-19=2']
Exploring Operation: 20/2=10, Resulting Numbers: [81, 10]
Generated Node #3: [81, 10] from Operati... | 4 |
[
74,
58,
22,
10
] | 66 | [
"58+22=80",
"80/10=8",
"74-8=66"
] | Current State: 66:[74, 58, 22, 10], Operations: []
Exploring Operation: 58+22=80, Resulting Numbers: [74, 10, 80]
Generated Node #2: [74, 10, 80] from Operation: 58+22=80
Current State: 66:[74, 10, 80], Operations: ['58+22=80']
Exploring Operation: 80/10=8, Resulting Numbers: [74, 8]
Generated Node #3: [74, 8] from Ope... | 4 |
[
80,
43,
9,
30
] | 67 | [
"80*9=720",
"720/30=24",
"43+24=67"
] | Current State: 67:[80, 43, 9, 30], Operations: []
Exploring Operation: 80*9=720, Resulting Numbers: [43, 30, 720]
Generated Node #2: [43, 30, 720] from Operation: 80*9=720
Current State: 67:[43, 30, 720], Operations: ['80*9=720']
Exploring Operation: 720/30=24, Resulting Numbers: [43, 24]
Generated Node #3: [43, 24] fr... | 4 |
[
11,
48,
52,
15
] | 30 | [
"48-11=37",
"52+15=67",
"67-37=30"
] | Current State: 30:[11, 48, 52, 15], Operations: []
Exploring Operation: 48-11=37, Resulting Numbers: [52, 15, 37]
Generated Node #2: [52, 15, 37] from Operation: 48-11=37
Current State: 30:[52, 15, 37], Operations: ['48-11=37']
Exploring Operation: 52+15=67, Resulting Numbers: [37, 67]
Generated Node #3: [37, 67] from ... | 4 |
[
84,
88,
28,
1
] | 91 | [
"84/28=3",
"88*1=88",
"3+88=91"
] | Current State: 91:[84, 88, 28, 1], Operations: []
Exploring Operation: 84/28=3, Resulting Numbers: [88, 1, 3]
Generated Node #2: [88, 1, 3] from Operation: 84/28=3
Current State: 91:[88, 1, 3], Operations: ['84/28=3']
Exploring Operation: 88*1=88, Resulting Numbers: [3, 88]
Generated Node #3: [3, 88] from Operation: 88... | 4 |
[
58,
90,
63,
23
] | 70 | [
"58+23=81",
"90*63=5670",
"5670/81=70"
] | Current State: 70:[58, 90, 63, 23], Operations: []
Exploring Operation: 58+23=81, Resulting Numbers: [90, 63, 81]
Generated Node #2: [90, 63, 81] from Operation: 58+23=81
Current State: 70:[90, 63, 81], Operations: ['58+23=81']
Exploring Operation: 90*63=5670, Resulting Numbers: [81, 5670]
Generated Node #3: [81, 5670]... | 4 |
[
80,
32,
2,
77
] | 90 | [
"80-77=3",
"32-2=30",
"3*30=90"
] | Current State: 90:[80, 32, 2, 77], Operations: []
Exploring Operation: 80-77=3, Resulting Numbers: [32, 2, 3]
Generated Node #2: [32, 2, 3] from Operation: 80-77=3
Current State: 90:[32, 2, 3], Operations: ['80-77=3']
Exploring Operation: 32-2=30, Resulting Numbers: [3, 30]
Generated Node #3: [3, 30] from Operation: 32... | 4 |
[
4,
37,
30,
25
] | 57 | [
"30-25=5",
"4*5=20",
"37+20=57"
] | Current State: 57:[4, 37, 30, 25], Operations: []
Exploring Operation: 30-25=5, Resulting Numbers: [4, 37, 5]
Generated Node #2: [4, 37, 5] from Operation: 30-25=5
Current State: 57:[4, 37, 5], Operations: ['30-25=5']
Exploring Operation: 4*5=20, Resulting Numbers: [37, 20]
Generated Node #3: [37, 20] from Operation: 4... | 4 |
[
45,
81,
63,
23
] | 40 | [
"45+81=126",
"63+23=86",
"126-86=40"
] | Current State: 40:[45, 81, 63, 23], Operations: []
Exploring Operation: 45+81=126, Resulting Numbers: [63, 23, 126]
Generated Node #2: [63, 23, 126] from Operation: 45+81=126
Current State: 40:[63, 23, 126], Operations: ['45+81=126']
Exploring Operation: 63+23=86, Resulting Numbers: [126, 86]
Generated Node #3: [126, 8... | 4 |
[
7,
4,
75,
37
] | 49 | [
"7+4=11",
"75-37=38",
"11+38=49"
] | Current State: 49:[7, 4, 75, 37], Operations: []
Exploring Operation: 7+4=11, Resulting Numbers: [75, 37, 11]
Generated Node #2: [75, 37, 11] from Operation: 7+4=11
Current State: 49:[75, 37, 11], Operations: ['7+4=11']
Exploring Operation: 75-37=38, Resulting Numbers: [11, 38]
Generated Node #3: [11, 38] from Operatio... | 4 |
[
15,
87,
36,
41
] | 29 | [
"41-36=5",
"15/5=3",
"87/3=29"
] | Current State: 29:[15, 87, 36, 41], Operations: []
Exploring Operation: 41-36=5, Resulting Numbers: [15, 87, 5]
Generated Node #2: [15, 87, 5] from Operation: 41-36=5
Current State: 29:[15, 87, 5], Operations: ['41-36=5']
Exploring Operation: 15/5=3, Resulting Numbers: [87, 3]
Generated Node #3: [87, 3] from Operation:... | 4 |
[
18,
56,
25,
17
] | 82 | [
"18+56=74",
"25-17=8",
"74+8=82"
] | Current State: 82:[18, 56, 25, 17], Operations: []
Exploring Operation: 18+56=74, Resulting Numbers: [25, 17, 74]
Generated Node #2: [25, 17, 74] from Operation: 18+56=74
Current State: 82:[25, 17, 74], Operations: ['18+56=74']
Exploring Operation: 25-17=8, Resulting Numbers: [74, 8]
Generated Node #3: [74, 8] from Ope... | 4 |
[
17,
79,
49,
5
] | 43 | [
"17*5=85",
"79+49=128",
"128-85=43"
] | Current State: 43:[17, 79, 49, 5], Operations: []
Exploring Operation: 17*5=85, Resulting Numbers: [79, 49, 85]
Generated Node #2: [79, 49, 85] from Operation: 17*5=85
Current State: 43:[79, 49, 85], Operations: ['17*5=85']
Exploring Operation: 79+49=128, Resulting Numbers: [85, 128]
Generated Node #3: [85, 128] from O... | 4 |
[
60,
40,
99,
66
] | 53 | [
"60-40=20",
"99-66=33",
"20+33=53"
] | Current State: 53:[60, 40, 99, 66], Operations: []
Exploring Operation: 60-40=20, Resulting Numbers: [99, 66, 20]
Generated Node #2: [99, 66, 20] from Operation: 60-40=20
Current State: 53:[99, 66, 20], Operations: ['60-40=20']
Exploring Operation: 99-66=33, Resulting Numbers: [20, 33]
Generated Node #3: [20, 33] from ... | 4 |
[
85,
87,
4,
52
] | 46 | [
"87-85=2",
"52-4=48",
"48-2=46"
] | Current State: 46:[85, 87, 4, 52], Operations: []
Exploring Operation: 87-85=2, Resulting Numbers: [4, 52, 2]
Generated Node #2: [4, 52, 2] from Operation: 87-85=2
Current State: 46:[4, 52, 2], Operations: ['87-85=2']
Exploring Operation: 52-4=48, Resulting Numbers: [2, 48]
Generated Node #3: [2, 48] from Operation: 52... | 4 |
[
95,
14,
57,
76
] | 10 | [
"95*14=1330",
"57+76=133",
"1330/133=10"
] | Current State: 10:[95, 14, 57, 76], Operations: []
Exploring Operation: 95*14=1330, Resulting Numbers: [57, 76, 1330]
Generated Node #2: [57, 76, 1330] from Operation: 95*14=1330
Current State: 10:[57, 76, 1330], Operations: ['95*14=1330']
Exploring Operation: 57+76=133, Resulting Numbers: [1330, 133]
Generated Node #3... | 4 |
[
19,
20,
12,
24
] | 67 | [
"24-20=4",
"12*4=48",
"19+48=67"
] | Current State: 67:[19, 20, 12, 24], Operations: []
Exploring Operation: 24-20=4, Resulting Numbers: [19, 12, 4]
Generated Node #2: [19, 12, 4] from Operation: 24-20=4
Current State: 67:[19, 12, 4], Operations: ['24-20=4']
Exploring Operation: 12*4=48, Resulting Numbers: [19, 48]
Generated Node #3: [19, 48] from Operati... | 4 |
[
66,
17,
51,
6
] | 63 | [
"66-6=60",
"51/17=3",
"60+3=63"
] | Current State: 63:[66, 17, 51, 6], Operations: []
Exploring Operation: 66-6=60, Resulting Numbers: [17, 51, 60]
Generated Node #2: [17, 51, 60] from Operation: 66-6=60
Current State: 63:[17, 51, 60], Operations: ['66-6=60']
Exploring Operation: 51/17=3, Resulting Numbers: [60, 3]
Generated Node #3: [60, 3] from Operati... | 4 |
[
72,
63,
41,
35
] | 15 | [
"72-63=9",
"41-35=6",
"9+6=15"
] | Current State: 15:[72, 63, 41, 35], Operations: []
Exploring Operation: 72-63=9, Resulting Numbers: [41, 35, 9]
Generated Node #2: [41, 35, 9] from Operation: 72-63=9
Current State: 15:[41, 35, 9], Operations: ['72-63=9']
Exploring Operation: 41-35=6, Resulting Numbers: [9, 6]
Generated Node #3: [9, 6] from Operation: ... | 4 |
[
20,
26,
51,
61
] | 66 | [
"20+26=46",
"51+61=112",
"112-46=66"
] | Current State: 66:[20, 26, 51, 61], Operations: []
Exploring Operation: 20+26=46, Resulting Numbers: [51, 61, 46]
Generated Node #2: [51, 61, 46] from Operation: 20+26=46
Current State: 66:[51, 61, 46], Operations: ['20+26=46']
Exploring Operation: 51+61=112, Resulting Numbers: [46, 112]
Generated Node #3: [46, 112] fr... | 4 |
[
39,
68,
53,
12
] | 100 | [
"53-39=14",
"12*14=168",
"168-68=100"
] | Current State: 100:[39, 68, 53, 12], Operations: []
Exploring Operation: 53-39=14, Resulting Numbers: [68, 12, 14]
Generated Node #2: [68, 12, 14] from Operation: 53-39=14
Current State: 100:[68, 12, 14], Operations: ['53-39=14']
Exploring Operation: 12*14=168, Resulting Numbers: [68, 168]
Generated Node #3: [68, 168] ... | 4 |
[
10,
84,
36,
54
] | 60 | [
"84-36=48",
"54-48=6",
"10*6=60"
] | Current State: 60:[10, 84, 36, 54], Operations: []
Exploring Operation: 84-36=48, Resulting Numbers: [10, 54, 48]
Generated Node #2: [10, 54, 48] from Operation: 84-36=48
Current State: 60:[10, 54, 48], Operations: ['84-36=48']
Exploring Operation: 54-48=6, Resulting Numbers: [10, 6]
Generated Node #3: [10, 6] from Ope... | 4 |
[
40,
24,
20,
61
] | 87 | [
"40/20=2",
"24+61=85",
"2+85=87"
] | Current State: 87:[40, 24, 20, 61], Operations: []
Exploring Operation: 40/20=2, Resulting Numbers: [24, 61, 2]
Generated Node #2: [24, 61, 2] from Operation: 40/20=2
Current State: 87:[24, 61, 2], Operations: ['40/20=2']
Exploring Operation: 24+61=85, Resulting Numbers: [2, 85]
Generated Node #3: [2, 85] from Operatio... | 4 |
[
48,
47,
22,
31
] | 19 | [
"47-31=16",
"48/16=3",
"22-3=19"
] | Current State: 19:[48, 47, 22, 31], Operations: []
Exploring Operation: 47-31=16, Resulting Numbers: [48, 22, 16]
Generated Node #2: [48, 22, 16] from Operation: 47-31=16
Current State: 19:[48, 22, 16], Operations: ['47-31=16']
Exploring Operation: 48/16=3, Resulting Numbers: [22, 3]
Generated Node #3: [22, 3] from Ope... | 4 |
[
2,
54,
35,
3
] | 73 | [
"35+3=38",
"38/2=19",
"54+19=73"
] | Current State: 73:[2, 54, 35, 3], Operations: []
Exploring Operation: 35+3=38, Resulting Numbers: [2, 54, 38]
Generated Node #2: [2, 54, 38] from Operation: 35+3=38
Current State: 73:[2, 54, 38], Operations: ['35+3=38']
Exploring Operation: 38/2=19, Resulting Numbers: [54, 19]
Generated Node #3: [54, 19] from Operation... | 4 |
[
64,
27,
71,
97
] | 64 | [
"27+71=98",
"98-97=1",
"64*1=64"
] | Current State: 64:[64, 27, 71, 97], Operations: []
Exploring Operation: 27+71=98, Resulting Numbers: [64, 97, 98]
Generated Node #2: [64, 97, 98] from Operation: 27+71=98
Current State: 64:[64, 97, 98], Operations: ['27+71=98']
Exploring Operation: 98-97=1, Resulting Numbers: [64, 1]
Generated Node #3: [64, 1] from Ope... | 4 |
[
19,
27,
14,
39
] | 21 | [
"19+27=46",
"39-14=25",
"46-25=21"
] | Current State: 21:[19, 27, 14, 39], Operations: []
Exploring Operation: 19+27=46, Resulting Numbers: [14, 39, 46]
Generated Node #2: [14, 39, 46] from Operation: 19+27=46
Current State: 21:[14, 39, 46], Operations: ['19+27=46']
Exploring Operation: 39-14=25, Resulting Numbers: [46, 25]
Generated Node #3: [46, 25] from ... | 4 |
[
57,
12,
72,
60
] | 87 | [
"57-12=45",
"72+60=132",
"132-45=87"
] | Current State: 87:[57, 12, 72, 60], Operations: []
Exploring Operation: 57-12=45, Resulting Numbers: [72, 60, 45]
Generated Node #2: [72, 60, 45] from Operation: 57-12=45
Current State: 87:[72, 60, 45], Operations: ['57-12=45']
Exploring Operation: 72+60=132, Resulting Numbers: [45, 132]
Generated Node #3: [45, 132] fr... | 4 |
[
76,
30,
87,
66
] | 25 | [
"76-30=46",
"87-66=21",
"46-21=25"
] | Current State: 25:[76, 30, 87, 66], Operations: []
Exploring Operation: 76-30=46, Resulting Numbers: [87, 66, 46]
Generated Node #2: [87, 66, 46] from Operation: 76-30=46
Current State: 25:[87, 66, 46], Operations: ['76-30=46']
Exploring Operation: 87-66=21, Resulting Numbers: [46, 21]
Generated Node #3: [46, 21] from ... | 4 |
[
1,
30,
25,
97
] | 93 | [
"30-1=29",
"25+97=122",
"122-29=93"
] | Current State: 93:[1, 30, 25, 97], Operations: []
Exploring Operation: 30-1=29, Resulting Numbers: [25, 97, 29]
Generated Node #2: [25, 97, 29] from Operation: 30-1=29
Current State: 93:[25, 97, 29], Operations: ['30-1=29']
Exploring Operation: 25+97=122, Resulting Numbers: [29, 122]
Generated Node #3: [29, 122] from O... | 4 |
[
87,
68,
99,
90
] | 93 | [
"90-87=3",
"99-68=31",
"3*31=93"
] | Current State: 93:[87, 68, 99, 90], Operations: []
Exploring Operation: 90-87=3, Resulting Numbers: [68, 99, 3]
Generated Node #2: [68, 99, 3] from Operation: 90-87=3
Current State: 93:[68, 99, 3], Operations: ['90-87=3']
Exploring Operation: 99-68=31, Resulting Numbers: [3, 31]
Generated Node #3: [3, 31] from Operatio... | 4 |
[
3,
31,
18,
12
] | 40 | [
"3+31=34",
"18-12=6",
"34+6=40"
] | Current State: 40:[3, 31, 18, 12], Operations: []
Exploring Operation: 3+31=34, Resulting Numbers: [18, 12, 34]
Generated Node #2: [18, 12, 34] from Operation: 3+31=34
Current State: 40:[18, 12, 34], Operations: ['3+31=34']
Exploring Operation: 18-12=6, Resulting Numbers: [34, 6]
Generated Node #3: [34, 6] from Operati... | 4 |
[
6,
37,
86,
45
] | 72 | [
"37-6=31",
"86-45=41",
"31+41=72"
] | Current State: 72:[6, 37, 86, 45], Operations: []
Exploring Operation: 37-6=31, Resulting Numbers: [86, 45, 31]
Generated Node #2: [86, 45, 31] from Operation: 37-6=31
Current State: 72:[86, 45, 31], Operations: ['37-6=31']
Exploring Operation: 86-45=41, Resulting Numbers: [31, 41]
Generated Node #3: [31, 41] from Oper... | 4 |
[
24,
29,
16,
47
] | 68 | [
"29-24=5",
"16+47=63",
"5+63=68"
] | Current State: 68:[24, 29, 16, 47], Operations: []
Exploring Operation: 29-24=5, Resulting Numbers: [16, 47, 5]
Generated Node #2: [16, 47, 5] from Operation: 29-24=5
Current State: 68:[16, 47, 5], Operations: ['29-24=5']
Exploring Operation: 16+47=63, Resulting Numbers: [5, 63]
Generated Node #3: [5, 63] from Operatio... | 4 |
[
90,
10,
72,
7
] | 74 | [
"90/10=9",
"72-7=65",
"9+65=74"
] | Current State: 74:[90, 10, 72, 7], Operations: []
Exploring Operation: 90/10=9, Resulting Numbers: [72, 7, 9]
Generated Node #2: [72, 7, 9] from Operation: 90/10=9
Current State: 74:[72, 7, 9], Operations: ['90/10=9']
Exploring Operation: 72-7=65, Resulting Numbers: [9, 65]
Generated Node #3: [9, 65] from Operation: 72... | 4 |
[
64,
24,
27,
4
] | 59 | [
"64-27=37",
"24*4=96",
"96-37=59"
] | Current State: 59:[64, 24, 27, 4], Operations: []
Exploring Operation: 64-27=37, Resulting Numbers: [24, 4, 37]
Generated Node #2: [24, 4, 37] from Operation: 64-27=37
Current State: 59:[24, 4, 37], Operations: ['64-27=37']
Exploring Operation: 24*4=96, Resulting Numbers: [37, 96]
Generated Node #3: [37, 96] from Opera... | 4 |
[
2,
86,
43,
76
] | 63 | [
"86-76=10",
"2*10=20",
"43+20=63"
] | Current State: 63:[2, 86, 43, 76], Operations: []
Exploring Operation: 86-76=10, Resulting Numbers: [2, 43, 10]
Generated Node #2: [2, 43, 10] from Operation: 86-76=10
Current State: 63:[2, 43, 10], Operations: ['86-76=10']
Exploring Operation: 2*10=20, Resulting Numbers: [43, 20]
Generated Node #3: [43, 20] from Opera... | 4 |
[
39,
12,
17,
60
] | 51 | [
"39+17=56",
"60/12=5",
"56-5=51"
] | Current State: 51:[39, 12, 17, 60], Operations: []
Exploring Operation: 39+17=56, Resulting Numbers: [12, 60, 56]
Generated Node #2: [12, 60, 56] from Operation: 39+17=56
Current State: 51:[12, 60, 56], Operations: ['39+17=56']
Exploring Operation: 60/12=5, Resulting Numbers: [56, 5]
Generated Node #3: [56, 5] from Ope... | 4 |
[
16,
34,
83,
40
] | 25 | [
"34-16=18",
"83-40=43",
"43-18=25"
] | Current State: 25:[16, 34, 83, 40], Operations: []
Exploring Operation: 34-16=18, Resulting Numbers: [83, 40, 18]
Generated Node #2: [83, 40, 18] from Operation: 34-16=18
Current State: 25:[83, 40, 18], Operations: ['34-16=18']
Exploring Operation: 83-40=43, Resulting Numbers: [18, 43]
Generated Node #3: [18, 43] from ... | 4 |
[
16,
7,
92,
31
] | 52 | [
"16-7=9",
"92-31=61",
"61-9=52"
] | Current State: 52:[16, 7, 92, 31], Operations: []
Exploring Operation: 16-7=9, Resulting Numbers: [92, 31, 9]
Generated Node #2: [92, 31, 9] from Operation: 16-7=9
Current State: 52:[92, 31, 9], Operations: ['16-7=9']
Exploring Operation: 92-31=61, Resulting Numbers: [9, 61]
Generated Node #3: [9, 61] from Operation: 9... | 4 |
[
2,
78,
86,
94
] | 35 | [
"78+86=164",
"164-94=70",
"70/2=35"
] | Current State: 35:[2, 78, 86, 94], Operations: []
Exploring Operation: 78+86=164, Resulting Numbers: [2, 94, 164]
Generated Node #2: [2, 94, 164] from Operation: 78+86=164
Current State: 35:[2, 94, 164], Operations: ['78+86=164']
Exploring Operation: 164-94=70, Resulting Numbers: [2, 70]
Generated Node #3: [2, 70] from... | 4 |
[
22,
24,
38,
66
] | 42 | [
"66/22=3",
"38-24=14",
"3*14=42"
] | Current State: 42:[22, 24, 38, 66], Operations: []
Exploring Operation: 66/22=3, Resulting Numbers: [24, 38, 3]
Generated Node #2: [24, 38, 3] from Operation: 66/22=3
Current State: 42:[24, 38, 3], Operations: ['66/22=3']
Exploring Operation: 38-24=14, Resulting Numbers: [3, 14]
Generated Node #3: [3, 14] from Operatio... | 4 |
[
3,
20,
2,
9
] | 30 | [
"3+20=23",
"9-2=7",
"23+7=30"
] | Current State: 30:[3, 20, 2, 9], Operations: []
Exploring Operation: 3+20=23, Resulting Numbers: [2, 9, 23]
Generated Node #2: [2, 9, 23] from Operation: 3+20=23
Current State: 30:[2, 9, 23], Operations: ['3+20=23']
Exploring Operation: 9-2=7, Resulting Numbers: [23, 7]
Generated Node #3: [23, 7] from Operation: 9-2=7
... | 4 |
[
36,
44,
43,
18
] | 17 | [
"44-36=8",
"43-18=25",
"25-8=17"
] | Current State: 17:[36, 44, 43, 18], Operations: []
Exploring Operation: 44-36=8, Resulting Numbers: [43, 18, 8]
Generated Node #2: [43, 18, 8] from Operation: 44-36=8
Current State: 17:[43, 18, 8], Operations: ['44-36=8']
Exploring Operation: 43-18=25, Resulting Numbers: [8, 25]
Generated Node #3: [8, 25] from Operatio... | 4 |
[
56,
94,
4,
52
] | 100 | [
"94-56=38",
"4*38=152",
"152-52=100"
] | Current State: 100:[56, 94, 4, 52], Operations: []
Exploring Operation: 94-56=38, Resulting Numbers: [4, 52, 38]
Generated Node #2: [4, 52, 38] from Operation: 94-56=38
Current State: 100:[4, 52, 38], Operations: ['94-56=38']
Exploring Operation: 4*38=152, Resulting Numbers: [52, 152]
Generated Node #3: [52, 152] from ... | 4 |
[
49,
70,
84,
19
] | 44 | [
"70-49=21",
"84-19=65",
"65-21=44"
] | Current State: 44:[49, 70, 84, 19], Operations: []
Exploring Operation: 70-49=21, Resulting Numbers: [84, 19, 21]
Generated Node #2: [84, 19, 21] from Operation: 70-49=21
Current State: 44:[84, 19, 21], Operations: ['70-49=21']
Exploring Operation: 84-19=65, Resulting Numbers: [21, 65]
Generated Node #3: [21, 65] from ... | 4 |
[
83,
11,
25,
99
] | 99 | [
"83+25=108",
"99/11=9",
"108-9=99"
] | Current State: 99:[83, 11, 25, 99], Operations: []
Exploring Operation: 83+25=108, Resulting Numbers: [11, 99, 108]
Generated Node #2: [11, 99, 108] from Operation: 83+25=108
Current State: 99:[11, 99, 108], Operations: ['83+25=108']
Exploring Operation: 99/11=9, Resulting Numbers: [108, 9]
Generated Node #3: [108, 9] ... | 4 |
[
69,
90,
1,
33
] | 11 | [
"90-69=21",
"33-1=32",
"32-21=11"
] | Current State: 11:[69, 90, 1, 33], Operations: []
Exploring Operation: 90-69=21, Resulting Numbers: [1, 33, 21]
Generated Node #2: [1, 33, 21] from Operation: 90-69=21
Current State: 11:[1, 33, 21], Operations: ['90-69=21']
Exploring Operation: 33-1=32, Resulting Numbers: [21, 32]
Generated Node #3: [21, 32] from Opera... | 4 |
[
50,
87,
92,
92
] | 87 | [
"92-92=0",
"50*0=0",
"87+0=87"
] | Current State: 87:[50, 87, 92, 92], Operations: []
Exploring Operation: 92-92=0, Resulting Numbers: [50, 87, 0]
Generated Node #2: [50, 87, 0] from Operation: 92-92=0
Current State: 87:[50, 87, 0], Operations: ['92-92=0']
Exploring Operation: 50*0=0, Resulting Numbers: [87, 0]
Generated Node #3: [87, 0] from Operation:... | 4 |
[
80,
7,
86,
90
] | 13 | [
"90-86=4",
"80/4=20",
"20-7=13"
] | Current State: 13:[80, 7, 86, 90], Operations: []
Exploring Operation: 90-86=4, Resulting Numbers: [80, 7, 4]
Generated Node #2: [80, 7, 4] from Operation: 90-86=4
Current State: 13:[80, 7, 4], Operations: ['90-86=4']
Exploring Operation: 80/4=20, Resulting Numbers: [7, 20]
Generated Node #3: [7, 20] from Operation: 80... | 4 |
[
31,
74,
65,
90
] | 41 | [
"74-65=9",
"90/9=10",
"31+10=41"
] | Current State: 41:[31, 74, 65, 90], Operations: []
Exploring Operation: 74-65=9, Resulting Numbers: [31, 90, 9]
Generated Node #2: [31, 90, 9] from Operation: 74-65=9
Current State: 41:[31, 90, 9], Operations: ['74-65=9']
Exploring Operation: 90/9=10, Resulting Numbers: [31, 10]
Generated Node #3: [31, 10] from Operati... | 4 |
[
63,
68,
21,
68
] | 85 | [
"63+21=84",
"68/68=1",
"84+1=85"
] | Current State: 85:[63, 68, 21, 68], Operations: []
Exploring Operation: 63+21=84, Resulting Numbers: [68, 68, 84]
Generated Node #2: [68, 68, 84] from Operation: 63+21=84
Current State: 85:[68, 68, 84], Operations: ['63+21=84']
Exploring Operation: 68/68=1, Resulting Numbers: [84, 1]
Generated Node #3: [84, 1] from Ope... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.