nums
listlengths
4
4
target
int64
10
100
solution
listlengths
3
3
optimal_path
stringlengths
282
529
start_size
int64
4
4
[ 57, 32, 16, 19 ]
22
[ "57-32=25", "19-16=3", "25-3=22" ]
Current State: 22:[57, 32, 16, 19], Operations: [] Exploring Operation: 57-32=25, Resulting Numbers: [16, 19, 25] Generated Node #2: [16, 19, 25] from Operation: 57-32=25 Current State: 22:[16, 19, 25], Operations: ['57-32=25'] Exploring Operation: 19-16=3, Resulting Numbers: [25, 3] Generated Node #3: [25, 3] from Ope...
4
[ 7, 52, 99, 30 ]
66
[ "52-7=45", "99*30=2970", "2970/45=66" ]
Current State: 66:[7, 52, 99, 30], Operations: [] Exploring Operation: 52-7=45, Resulting Numbers: [99, 30, 45] Generated Node #2: [99, 30, 45] from Operation: 52-7=45 Current State: 66:[99, 30, 45], Operations: ['52-7=45'] Exploring Operation: 99*30=2970, Resulting Numbers: [45, 2970] Generated Node #3: [45, 2970] fro...
4
[ 65, 20, 40, 60 ]
95
[ "40/20=2", "60/2=30", "65+30=95" ]
Current State: 95:[65, 20, 40, 60], Operations: [] Exploring Operation: 40/20=2, Resulting Numbers: [65, 60, 2] Generated Node #2: [65, 60, 2] from Operation: 40/20=2 Current State: 95:[65, 60, 2], Operations: ['40/20=2'] Exploring Operation: 60/2=30, Resulting Numbers: [65, 30] Generated Node #3: [65, 30] from Operati...
4
[ 3, 6, 62, 39 ]
21
[ "6/3=2", "62-39=23", "23-2=21" ]
Current State: 21:[3, 6, 62, 39], Operations: [] Exploring Operation: 6/3=2, Resulting Numbers: [62, 39, 2] Generated Node #2: [62, 39, 2] from Operation: 6/3=2 Current State: 21:[62, 39, 2], Operations: ['6/3=2'] Exploring Operation: 62-39=23, Resulting Numbers: [2, 23] Generated Node #3: [2, 23] from Operation: 62-39...
4
[ 10, 17, 5, 16 ]
55
[ "10+17=27", "27-16=11", "5*11=55" ]
Current State: 55:[10, 17, 5, 16], Operations: [] Exploring Operation: 10+17=27, Resulting Numbers: [5, 16, 27] Generated Node #2: [5, 16, 27] from Operation: 10+17=27 Current State: 55:[5, 16, 27], Operations: ['10+17=27'] Exploring Operation: 27-16=11, Resulting Numbers: [5, 11] Generated Node #3: [5, 11] from Operat...
4
[ 1, 71, 1, 10 ]
61
[ "1+71=72", "1+10=11", "72-11=61" ]
Current State: 61:[1, 71, 1, 10], Operations: [] Exploring Operation: 1+71=72, Resulting Numbers: [10, 72] Generated Node #2: [10, 72] from Operation: 1+71=72 Current State: 61:[10, 72], Operations: ['1+71=72'] Exploring Operation: 1+10=11, Resulting Numbers: [72, 11] Generated Node #3: [72, 11] from Operation: 1+10=11...
4
[ 5, 3, 93, 45 ]
71
[ "45-5=40", "93/3=31", "40+31=71" ]
Current State: 71:[5, 3, 93, 45], Operations: [] Exploring Operation: 45-5=40, Resulting Numbers: [3, 93, 40] Generated Node #2: [3, 93, 40] from Operation: 45-5=40 Current State: 71:[3, 93, 40], Operations: ['45-5=40'] Exploring Operation: 93/3=31, Resulting Numbers: [40, 31] Generated Node #3: [40, 31] from Operation...
4
[ 42, 82, 51, 51 ]
22
[ "42+82=124", "51+51=102", "124-102=22" ]
Current State: 22:[42, 82, 51, 51], Operations: [] Exploring Operation: 42+82=124, Resulting Numbers: [51, 51, 124] Generated Node #2: [51, 51, 124] from Operation: 42+82=124 Current State: 22:[51, 51, 124], Operations: ['42+82=124'] Exploring Operation: 51+51=102, Resulting Numbers: [124, 102] Generated Node #3: [124,...
4
[ 39, 63, 40, 80 ]
100
[ "39+63=102", "80/40=2", "102-2=100" ]
Current State: 100:[39, 63, 40, 80], Operations: [] Exploring Operation: 39+63=102, Resulting Numbers: [40, 80, 102] Generated Node #2: [40, 80, 102] from Operation: 39+63=102 Current State: 100:[40, 80, 102], Operations: ['39+63=102'] Exploring Operation: 80/40=2, Resulting Numbers: [102, 2] Generated Node #3: [102, 2...
4
[ 92, 54, 74, 21 ]
15
[ "92-54=38", "74-21=53", "53-38=15" ]
Current State: 15:[92, 54, 74, 21], Operations: [] Exploring Operation: 92-54=38, Resulting Numbers: [74, 21, 38] Generated Node #2: [74, 21, 38] from Operation: 92-54=38 Current State: 15:[74, 21, 38], Operations: ['92-54=38'] Exploring Operation: 74-21=53, Resulting Numbers: [38, 53] Generated Node #3: [38, 53] from ...
4
[ 45, 50, 43, 32 ]
66
[ "45-43=2", "32/2=16", "50+16=66" ]
Current State: 66:[45, 50, 43, 32], Operations: [] Exploring Operation: 45-43=2, Resulting Numbers: [50, 32, 2] Generated Node #2: [50, 32, 2] from Operation: 45-43=2 Current State: 66:[50, 32, 2], Operations: ['45-43=2'] Exploring Operation: 32/2=16, Resulting Numbers: [50, 16] Generated Node #3: [50, 16] from Operati...
4
[ 96, 86, 54, 19 ]
57
[ "96*19=1824", "86-54=32", "1824/32=57" ]
Current State: 57:[96, 86, 54, 19], Operations: [] Exploring Operation: 96*19=1824, Resulting Numbers: [86, 54, 1824] Generated Node #2: [86, 54, 1824] from Operation: 96*19=1824 Current State: 57:[86, 54, 1824], Operations: ['96*19=1824'] Exploring Operation: 86-54=32, Resulting Numbers: [1824, 32] Generated Node #3: ...
4
[ 22, 12, 5, 96 ]
91
[ "22-12=10", "5+96=101", "101-10=91" ]
Current State: 91:[22, 12, 5, 96], Operations: [] Exploring Operation: 22-12=10, Resulting Numbers: [5, 96, 10] Generated Node #2: [5, 96, 10] from Operation: 22-12=10 Current State: 91:[5, 96, 10], Operations: ['22-12=10'] Exploring Operation: 5+96=101, Resulting Numbers: [10, 101] Generated Node #3: [10, 101] from Op...
4
[ 83, 16, 20, 5 ]
84
[ "83+16=99", "20-5=15", "99-15=84" ]
Current State: 84:[83, 16, 20, 5], Operations: [] Exploring Operation: 83+16=99, Resulting Numbers: [20, 5, 99] Generated Node #2: [20, 5, 99] from Operation: 83+16=99 Current State: 84:[20, 5, 99], Operations: ['83+16=99'] Exploring Operation: 20-5=15, Resulting Numbers: [99, 15] Generated Node #3: [99, 15] from Opera...
4
[ 21, 60, 66, 36 ]
70
[ "36-21=15", "60/15=4", "66+4=70" ]
Current State: 70:[21, 60, 66, 36], Operations: [] Exploring Operation: 36-21=15, Resulting Numbers: [60, 66, 15] Generated Node #2: [60, 66, 15] from Operation: 36-21=15 Current State: 70:[60, 66, 15], Operations: ['36-21=15'] Exploring Operation: 60/15=4, Resulting Numbers: [66, 4] Generated Node #3: [66, 4] from Ope...
4
[ 96, 21, 23, 89 ]
51
[ "96+21=117", "89-23=66", "117-66=51" ]
Current State: 51:[96, 21, 23, 89], Operations: [] Exploring Operation: 96+21=117, Resulting Numbers: [23, 89, 117] Generated Node #2: [23, 89, 117] from Operation: 96+21=117 Current State: 51:[23, 89, 117], Operations: ['96+21=117'] Exploring Operation: 89-23=66, Resulting Numbers: [117, 66] Generated Node #3: [117, 6...
4
[ 39, 72, 26, 65 ]
94
[ "72*65=4680", "4680/39=120", "120-26=94" ]
Current State: 94:[39, 72, 26, 65], Operations: [] Exploring Operation: 72*65=4680, Resulting Numbers: [39, 26, 4680] Generated Node #2: [39, 26, 4680] from Operation: 72*65=4680 Current State: 94:[39, 26, 4680], Operations: ['72*65=4680'] Exploring Operation: 4680/39=120, Resulting Numbers: [26, 120] Generated Node #3...
4
[ 39, 63, 32, 34 ]
87
[ "34-32=2", "63*2=126", "126-39=87" ]
Current State: 87:[39, 63, 32, 34], Operations: [] Exploring Operation: 34-32=2, Resulting Numbers: [39, 63, 2] Generated Node #2: [39, 63, 2] from Operation: 34-32=2 Current State: 87:[39, 63, 2], Operations: ['34-32=2'] Exploring Operation: 63*2=126, Resulting Numbers: [39, 126] Generated Node #3: [39, 126] from Oper...
4
[ 3, 74, 6, 27 ]
81
[ "27-6=21", "21/3=7", "74+7=81" ]
Current State: 81:[3, 74, 6, 27], Operations: [] Exploring Operation: 27-6=21, Resulting Numbers: [3, 74, 21] Generated Node #2: [3, 74, 21] from Operation: 27-6=21 Current State: 81:[3, 74, 21], Operations: ['27-6=21'] Exploring Operation: 21/3=7, Resulting Numbers: [74, 7] Generated Node #3: [74, 7] from Operation: 2...
4
[ 37, 13, 44, 34 ]
93
[ "37-34=3", "44-13=31", "3*31=93" ]
Current State: 93:[37, 13, 44, 34], Operations: [] Exploring Operation: 37-34=3, Resulting Numbers: [13, 44, 3] Generated Node #2: [13, 44, 3] from Operation: 37-34=3 Current State: 93:[13, 44, 3], Operations: ['37-34=3'] Exploring Operation: 44-13=31, Resulting Numbers: [3, 31] Generated Node #3: [3, 31] from Operatio...
4
[ 12, 47, 29, 83 ]
77
[ "47-12=35", "29+83=112", "112-35=77" ]
Current State: 77:[12, 47, 29, 83], Operations: [] Exploring Operation: 47-12=35, Resulting Numbers: [29, 83, 35] Generated Node #2: [29, 83, 35] from Operation: 47-12=35 Current State: 77:[29, 83, 35], Operations: ['47-12=35'] Exploring Operation: 29+83=112, Resulting Numbers: [35, 112] Generated Node #3: [35, 112] fr...
4
[ 55, 34, 73, 17 ]
37
[ "55*34=1870", "1870/17=110", "110-73=37" ]
Current State: 37:[55, 34, 73, 17], Operations: [] Exploring Operation: 55*34=1870, Resulting Numbers: [73, 17, 1870] Generated Node #2: [73, 17, 1870] from Operation: 55*34=1870 Current State: 37:[73, 17, 1870], Operations: ['55*34=1870'] Exploring Operation: 1870/17=110, Resulting Numbers: [73, 110] Generated Node #3...
4
[ 63, 21, 55, 70 ]
52
[ "70-63=7", "21/7=3", "55-3=52" ]
Current State: 52:[63, 21, 55, 70], Operations: [] Exploring Operation: 70-63=7, Resulting Numbers: [21, 55, 7] Generated Node #2: [21, 55, 7] from Operation: 70-63=7 Current State: 52:[21, 55, 7], Operations: ['70-63=7'] Exploring Operation: 21/7=3, Resulting Numbers: [55, 3] Generated Node #3: [55, 3] from Operation:...
4
[ 4, 90, 88, 2 ]
43
[ "4-2=2", "90/2=45", "88-45=43" ]
Current State: 43:[4, 90, 88, 2], Operations: [] Exploring Operation: 4-2=2, Resulting Numbers: [90, 88, 2] Generated Node #2: [90, 88, 2] from Operation: 4-2=2 Current State: 43:[90, 88, 2], Operations: ['4-2=2'] Exploring Operation: 90/2=45, Resulting Numbers: [88, 45] Generated Node #3: [88, 45] from Operation: 90/2...
4
[ 4, 78, 22, 20 ]
70
[ "22-20=2", "4*2=8", "78-8=70" ]
Current State: 70:[4, 78, 22, 20], Operations: [] Exploring Operation: 22-20=2, Resulting Numbers: [4, 78, 2] Generated Node #2: [4, 78, 2] from Operation: 22-20=2 Current State: 70:[4, 78, 2], Operations: ['22-20=2'] Exploring Operation: 4*2=8, Resulting Numbers: [78, 8] Generated Node #3: [78, 8] from Operation: 4*2=...
4
[ 18, 17, 22, 76 ]
97
[ "18-17=1", "22+76=98", "98-1=97" ]
Current State: 97:[18, 17, 22, 76], Operations: [] Exploring Operation: 18-17=1, Resulting Numbers: [22, 76, 1] Generated Node #2: [22, 76, 1] from Operation: 18-17=1 Current State: 97:[22, 76, 1], Operations: ['18-17=1'] Exploring Operation: 22+76=98, Resulting Numbers: [1, 98] Generated Node #3: [1, 98] from Operatio...
4
[ 43, 47, 54, 19 ]
69
[ "47-43=4", "54+19=73", "73-4=69" ]
Current State: 69:[43, 47, 54, 19], Operations: [] Exploring Operation: 47-43=4, Resulting Numbers: [54, 19, 4] Generated Node #2: [54, 19, 4] from Operation: 47-43=4 Current State: 69:[54, 19, 4], Operations: ['47-43=4'] Exploring Operation: 54+19=73, Resulting Numbers: [4, 73] Generated Node #3: [4, 73] from Operatio...
4
[ 93, 64, 56, 85 ]
48
[ "93-85=8", "64/8=8", "56-8=48" ]
Current State: 48:[93, 64, 56, 85], Operations: [] Exploring Operation: 93-85=8, Resulting Numbers: [64, 56, 8] Generated Node #2: [64, 56, 8] from Operation: 93-85=8 Current State: 48:[64, 56, 8], Operations: ['93-85=8'] Exploring Operation: 64/8=8, Resulting Numbers: [56, 8] Generated Node #3: [56, 8] from Operation:...
4
[ 10, 55, 5, 13 ]
83
[ "10+55=65", "5+13=18", "65+18=83" ]
Current State: 83:[10, 55, 5, 13], Operations: [] Exploring Operation: 10+55=65, Resulting Numbers: [5, 13, 65] Generated Node #2: [5, 13, 65] from Operation: 10+55=65 Current State: 83:[5, 13, 65], Operations: ['10+55=65'] Exploring Operation: 5+13=18, Resulting Numbers: [65, 18] Generated Node #3: [65, 18] from Opera...
4
[ 25, 55, 21, 3 ]
54
[ "55-25=30", "21+3=24", "30+24=54" ]
Current State: 54:[25, 55, 21, 3], Operations: [] Exploring Operation: 55-25=30, Resulting Numbers: [21, 3, 30] Generated Node #2: [21, 3, 30] from Operation: 55-25=30 Current State: 54:[21, 3, 30], Operations: ['55-25=30'] Exploring Operation: 21+3=24, Resulting Numbers: [30, 24] Generated Node #3: [30, 24] from Opera...
4
[ 36, 86, 6, 81 ]
37
[ "86-36=50", "6+81=87", "87-50=37" ]
Current State: 37:[36, 86, 6, 81], Operations: [] Exploring Operation: 86-36=50, Resulting Numbers: [6, 81, 50] Generated Node #2: [6, 81, 50] from Operation: 86-36=50 Current State: 37:[6, 81, 50], Operations: ['86-36=50'] Exploring Operation: 6+81=87, Resulting Numbers: [50, 87] Generated Node #3: [50, 87] from Opera...
4
[ 92, 64, 20, 40 ]
48
[ "92-64=28", "40-20=20", "28+20=48" ]
Current State: 48:[92, 64, 20, 40], Operations: [] Exploring Operation: 92-64=28, Resulting Numbers: [20, 40, 28] Generated Node #2: [20, 40, 28] from Operation: 92-64=28 Current State: 48:[20, 40, 28], Operations: ['92-64=28'] Exploring Operation: 40-20=20, Resulting Numbers: [28, 20] Generated Node #3: [28, 20] from ...
4
[ 42, 70, 7, 29 ]
76
[ "42+70=112", "7+29=36", "112-36=76" ]
Current State: 76:[42, 70, 7, 29], Operations: [] Exploring Operation: 42+70=112, Resulting Numbers: [7, 29, 112] Generated Node #2: [7, 29, 112] from Operation: 42+70=112 Current State: 76:[7, 29, 112], Operations: ['42+70=112'] Exploring Operation: 7+29=36, Resulting Numbers: [112, 36] Generated Node #3: [112, 36] fr...
4
[ 52, 89, 67, 53 ]
21
[ "52+89=141", "67+53=120", "141-120=21" ]
Current State: 21:[52, 89, 67, 53], Operations: [] Exploring Operation: 52+89=141, Resulting Numbers: [67, 53, 141] Generated Node #2: [67, 53, 141] from Operation: 52+89=141 Current State: 21:[67, 53, 141], Operations: ['52+89=141'] Exploring Operation: 67+53=120, Resulting Numbers: [141, 120] Generated Node #3: [141,...
4
[ 36, 38, 77, 63 ]
49
[ "38-36=2", "63*2=126", "126-77=49" ]
Current State: 49:[36, 38, 77, 63], Operations: [] Exploring Operation: 38-36=2, Resulting Numbers: [77, 63, 2] Generated Node #2: [77, 63, 2] from Operation: 38-36=2 Current State: 49:[77, 63, 2], Operations: ['38-36=2'] Exploring Operation: 63*2=126, Resulting Numbers: [77, 126] Generated Node #3: [77, 126] from Oper...
4
[ 1, 3, 78, 1 ]
40
[ "3-1=2", "78/2=39", "1+39=40" ]
Current State: 40:[1, 3, 78, 1], Operations: [] Exploring Operation: 3-1=2, Resulting Numbers: [78, 2] Generated Node #2: [78, 2] from Operation: 3-1=2 Current State: 40:[78, 2], Operations: ['3-1=2'] Exploring Operation: 78/2=39, Resulting Numbers: [39] 39,40 equal: Goal Reached Exploring Operation: 1+39=40, Resulting...
4
[ 61, 74, 51, 37 ]
20
[ "61-51=10", "74/37=2", "10*2=20" ]
Current State: 20:[61, 74, 51, 37], Operations: [] Exploring Operation: 61-51=10, Resulting Numbers: [74, 37, 10] Generated Node #2: [74, 37, 10] from Operation: 61-51=10 Current State: 20:[74, 37, 10], Operations: ['61-51=10'] Exploring Operation: 74/37=2, Resulting Numbers: [10, 2] Generated Node #3: [10, 2] from Ope...
4
[ 53, 19, 39, 55 ]
11
[ "53-19=34", "39-34=5", "55/5=11" ]
Current State: 11:[53, 19, 39, 55], Operations: [] Exploring Operation: 53-19=34, Resulting Numbers: [39, 55, 34] Generated Node #2: [39, 55, 34] from Operation: 53-19=34 Current State: 11:[39, 55, 34], Operations: ['53-19=34'] Exploring Operation: 39-34=5, Resulting Numbers: [55, 5] Generated Node #3: [55, 5] from Ope...
4
[ 68, 22, 78, 13 ]
96
[ "68+22=90", "78/13=6", "90+6=96" ]
Current State: 96:[68, 22, 78, 13], Operations: [] Exploring Operation: 68+22=90, Resulting Numbers: [78, 13, 90] Generated Node #2: [78, 13, 90] from Operation: 68+22=90 Current State: 96:[78, 13, 90], Operations: ['68+22=90'] Exploring Operation: 78/13=6, Resulting Numbers: [90, 6] Generated Node #3: [90, 6] from Ope...
4
[ 15, 33, 93, 5 ]
27
[ "93-33=60", "60/5=12", "15+12=27" ]
Current State: 27:[15, 33, 93, 5], Operations: [] Exploring Operation: 93-33=60, Resulting Numbers: [15, 5, 60] Generated Node #2: [15, 5, 60] from Operation: 93-33=60 Current State: 27:[15, 5, 60], Operations: ['93-33=60'] Exploring Operation: 60/5=12, Resulting Numbers: [15, 12] Generated Node #3: [15, 12] from Opera...
4
[ 28, 80, 19, 3 ]
92
[ "28+80=108", "19-3=16", "108-16=92" ]
Current State: 92:[28, 80, 19, 3], Operations: [] Exploring Operation: 28+80=108, Resulting Numbers: [19, 3, 108] Generated Node #2: [19, 3, 108] from Operation: 28+80=108 Current State: 92:[19, 3, 108], Operations: ['28+80=108'] Exploring Operation: 19-3=16, Resulting Numbers: [108, 16] Generated Node #3: [108, 16] fr...
4
[ 70, 12, 70, 60 ]
49
[ "70/70=1", "60-12=48", "1+48=49" ]
Current State: 49:[70, 12, 70, 60], Operations: [] Exploring Operation: 70/70=1, Resulting Numbers: [12, 60, 1] Generated Node #2: [12, 60, 1] from Operation: 70/70=1 Current State: 49:[12, 60, 1], Operations: ['70/70=1'] Exploring Operation: 60-12=48, Resulting Numbers: [1, 48] Generated Node #3: [1, 48] from Operatio...
4
[ 8, 61, 65, 28 ]
24
[ "8+61=69", "65+28=93", "93-69=24" ]
Current State: 24:[8, 61, 65, 28], Operations: [] Exploring Operation: 8+61=69, Resulting Numbers: [65, 28, 69] Generated Node #2: [65, 28, 69] from Operation: 8+61=69 Current State: 24:[65, 28, 69], Operations: ['8+61=69'] Exploring Operation: 65+28=93, Resulting Numbers: [69, 93] Generated Node #3: [69, 93] from Oper...
4
[ 95, 14, 79, 89 ]
71
[ "95-14=81", "89-79=10", "81-10=71" ]
Current State: 71:[95, 14, 79, 89], Operations: [] Exploring Operation: 95-14=81, Resulting Numbers: [79, 89, 81] Generated Node #2: [79, 89, 81] from Operation: 95-14=81 Current State: 71:[79, 89, 81], Operations: ['95-14=81'] Exploring Operation: 89-79=10, Resulting Numbers: [81, 10] Generated Node #3: [81, 10] from ...
4
[ 36, 59, 1, 29 ]
72
[ "59-1=58", "36*58=2088", "2088/29=72" ]
Current State: 72:[36, 59, 1, 29], Operations: [] Exploring Operation: 59-1=58, Resulting Numbers: [36, 29, 58] Generated Node #2: [36, 29, 58] from Operation: 59-1=58 Current State: 72:[36, 29, 58], Operations: ['59-1=58'] Exploring Operation: 36*58=2088, Resulting Numbers: [29, 2088] Generated Node #3: [29, 2088] fro...
4
[ 12, 58, 53, 38 ]
22
[ "58-53=5", "12*5=60", "60-38=22" ]
Current State: 22:[12, 58, 53, 38], Operations: [] Exploring Operation: 58-53=5, Resulting Numbers: [12, 38, 5] Generated Node #2: [12, 38, 5] from Operation: 58-53=5 Current State: 22:[12, 38, 5], Operations: ['58-53=5'] Exploring Operation: 12*5=60, Resulting Numbers: [38, 60] Generated Node #3: [38, 60] from Operati...
4
[ 30, 51, 19, 95 ]
97
[ "51-30=21", "95-19=76", "21+76=97" ]
Current State: 97:[30, 51, 19, 95], Operations: [] Exploring Operation: 51-30=21, Resulting Numbers: [19, 95, 21] Generated Node #2: [19, 95, 21] from Operation: 51-30=21 Current State: 97:[19, 95, 21], Operations: ['51-30=21'] Exploring Operation: 95-19=76, Resulting Numbers: [21, 76] Generated Node #3: [21, 76] from ...
4
[ 4, 3, 1, 82 ]
75
[ "4+3=7", "1*82=82", "82-7=75" ]
Current State: 75:[4, 3, 1, 82], Operations: [] Exploring Operation: 4+3=7, Resulting Numbers: [1, 82, 7] Generated Node #2: [1, 82, 7] from Operation: 4+3=7 Current State: 75:[1, 82, 7], Operations: ['4+3=7'] Exploring Operation: 1*82=82, Resulting Numbers: [7, 82] Generated Node #3: [7, 82] from Operation: 1*82=82 Cu...
4
[ 85, 91, 40, 2 ]
37
[ "91-85=6", "6/2=3", "40-3=37" ]
Current State: 37:[85, 91, 40, 2], Operations: [] Exploring Operation: 91-85=6, Resulting Numbers: [40, 2, 6] Generated Node #2: [40, 2, 6] from Operation: 91-85=6 Current State: 37:[40, 2, 6], Operations: ['91-85=6'] Exploring Operation: 6/2=3, Resulting Numbers: [40, 3] Generated Node #3: [40, 3] from Operation: 6/2=...
4
[ 2, 88, 8, 26 ]
23
[ "88-26=62", "62/2=31", "31-8=23" ]
Current State: 23:[2, 88, 8, 26], Operations: [] Exploring Operation: 88-26=62, Resulting Numbers: [2, 8, 62] Generated Node #2: [2, 8, 62] from Operation: 88-26=62 Current State: 23:[2, 8, 62], Operations: ['88-26=62'] Exploring Operation: 62/2=31, Resulting Numbers: [8, 31] Generated Node #3: [8, 31] from Operation: ...
4
[ 60, 13, 20, 87 ]
12
[ "60*20=1200", "13+87=100", "1200/100=12" ]
Current State: 12:[60, 13, 20, 87], Operations: [] Exploring Operation: 60*20=1200, Resulting Numbers: [13, 87, 1200] Generated Node #2: [13, 87, 1200] from Operation: 60*20=1200 Current State: 12:[13, 87, 1200], Operations: ['60*20=1200'] Exploring Operation: 13+87=100, Resulting Numbers: [1200, 100] Generated Node #3...
4
[ 49, 43, 41, 25 ]
26
[ "49+43=92", "41+25=66", "92-66=26" ]
Current State: 26:[49, 43, 41, 25], Operations: [] Exploring Operation: 49+43=92, Resulting Numbers: [41, 25, 92] Generated Node #2: [41, 25, 92] from Operation: 49+43=92 Current State: 26:[41, 25, 92], Operations: ['49+43=92'] Exploring Operation: 41+25=66, Resulting Numbers: [92, 66] Generated Node #3: [92, 66] from ...
4
[ 79, 43, 4, 27 ]
91
[ "79+43=122", "4+27=31", "122-31=91" ]
Current State: 91:[79, 43, 4, 27], Operations: [] Exploring Operation: 79+43=122, Resulting Numbers: [4, 27, 122] Generated Node #2: [4, 27, 122] from Operation: 79+43=122 Current State: 91:[4, 27, 122], Operations: ['79+43=122'] Exploring Operation: 4+27=31, Resulting Numbers: [122, 31] Generated Node #3: [122, 31] fr...
4
[ 17, 77, 85, 24 ]
56
[ "24-17=7", "85-77=8", "7*8=56" ]
Current State: 56:[17, 77, 85, 24], Operations: [] Exploring Operation: 24-17=7, Resulting Numbers: [77, 85, 7] Generated Node #2: [77, 85, 7] from Operation: 24-17=7 Current State: 56:[77, 85, 7], Operations: ['24-17=7'] Exploring Operation: 85-77=8, Resulting Numbers: [7, 8] Generated Node #3: [7, 8] from Operation: ...
4
[ 75, 86, 21, 84 ]
98
[ "75+86=161", "84-21=63", "161-63=98" ]
Current State: 98:[75, 86, 21, 84], Operations: [] Exploring Operation: 75+86=161, Resulting Numbers: [21, 84, 161] Generated Node #2: [21, 84, 161] from Operation: 75+86=161 Current State: 98:[21, 84, 161], Operations: ['75+86=161'] Exploring Operation: 84-21=63, Resulting Numbers: [161, 63] Generated Node #3: [161, 6...
4
[ 36, 10, 9, 99 ]
17
[ "99-36=63", "63/9=7", "10+7=17" ]
Current State: 17:[36, 10, 9, 99], Operations: [] Exploring Operation: 99-36=63, Resulting Numbers: [10, 9, 63] Generated Node #2: [10, 9, 63] from Operation: 99-36=63 Current State: 17:[10, 9, 63], Operations: ['99-36=63'] Exploring Operation: 63/9=7, Resulting Numbers: [10, 7] Generated Node #3: [10, 7] from Operatio...
4
[ 74, 9, 51, 93 ]
90
[ "51+93=144", "144/9=16", "74+16=90" ]
Current State: 90:[74, 9, 51, 93], Operations: [] Exploring Operation: 51+93=144, Resulting Numbers: [74, 9, 144] Generated Node #2: [74, 9, 144] from Operation: 51+93=144 Current State: 90:[74, 9, 144], Operations: ['51+93=144'] Exploring Operation: 144/9=16, Resulting Numbers: [74, 16] Generated Node #3: [74, 16] fro...
4
[ 92, 83, 47, 27 ]
50
[ "92-83=9", "27/9=3", "47+3=50" ]
Current State: 50:[92, 83, 47, 27], Operations: [] Exploring Operation: 92-83=9, Resulting Numbers: [47, 27, 9] Generated Node #2: [47, 27, 9] from Operation: 92-83=9 Current State: 50:[47, 27, 9], Operations: ['92-83=9'] Exploring Operation: 27/9=3, Resulting Numbers: [47, 3] Generated Node #3: [47, 3] from Operation:...
4
[ 45, 72, 81, 6 ]
93
[ "45+81=126", "126/6=21", "72+21=93" ]
Current State: 93:[45, 72, 81, 6], Operations: [] Exploring Operation: 45+81=126, Resulting Numbers: [72, 6, 126] Generated Node #2: [72, 6, 126] from Operation: 45+81=126 Current State: 93:[72, 6, 126], Operations: ['45+81=126'] Exploring Operation: 126/6=21, Resulting Numbers: [72, 21] Generated Node #3: [72, 21] fro...
4
[ 19, 6, 51, 9 ]
57
[ "6*9=54", "54-51=3", "19*3=57" ]
Current State: 57:[19, 6, 51, 9], Operations: [] Exploring Operation: 6*9=54, Resulting Numbers: [19, 51, 54] Generated Node #2: [19, 51, 54] from Operation: 6*9=54 Current State: 57:[19, 51, 54], Operations: ['6*9=54'] Exploring Operation: 54-51=3, Resulting Numbers: [19, 3] Generated Node #3: [19, 3] from Operation: ...
4
[ 83, 50, 35, 31 ]
70
[ "83-50=33", "33-31=2", "35*2=70" ]
Current State: 70:[83, 50, 35, 31], Operations: [] Exploring Operation: 83-50=33, Resulting Numbers: [35, 31, 33] Generated Node #2: [35, 31, 33] from Operation: 83-50=33 Current State: 70:[35, 31, 33], Operations: ['83-50=33'] Exploring Operation: 33-31=2, Resulting Numbers: [35, 2] Generated Node #3: [35, 2] from Ope...
4
[ 4, 58, 2, 66 ]
80
[ "58-2=56", "56/4=14", "66+14=80" ]
Current State: 80:[4, 58, 2, 66], Operations: [] Exploring Operation: 58-2=56, Resulting Numbers: [4, 66, 56] Generated Node #2: [4, 66, 56] from Operation: 58-2=56 Current State: 80:[4, 66, 56], Operations: ['58-2=56'] Exploring Operation: 56/4=14, Resulting Numbers: [66, 14] Generated Node #3: [66, 14] from Operation...
4
[ 8, 43, 3, 64 ]
45
[ "8*3=24", "64-43=21", "24+21=45" ]
Current State: 45:[8, 43, 3, 64], Operations: [] Exploring Operation: 8*3=24, Resulting Numbers: [43, 64, 24] Generated Node #2: [43, 64, 24] from Operation: 8*3=24 Current State: 45:[43, 64, 24], Operations: ['8*3=24'] Exploring Operation: 64-43=21, Resulting Numbers: [24, 21] Generated Node #3: [24, 21] from Operatio...
4
[ 9, 91, 7, 72 ]
35
[ "9+91=100", "72-7=65", "100-65=35" ]
Current State: 35:[9, 91, 7, 72], Operations: [] Exploring Operation: 9+91=100, Resulting Numbers: [7, 72, 100] Generated Node #2: [7, 72, 100] from Operation: 9+91=100 Current State: 35:[7, 72, 100], Operations: ['9+91=100'] Exploring Operation: 72-7=65, Resulting Numbers: [100, 65] Generated Node #3: [100, 65] from O...
4
[ 4, 11, 98, 90 ]
22
[ "98-90=8", "8/4=2", "11*2=22" ]
Current State: 22:[4, 11, 98, 90], Operations: [] Exploring Operation: 98-90=8, Resulting Numbers: [4, 11, 8] Generated Node #2: [4, 11, 8] from Operation: 98-90=8 Current State: 22:[4, 11, 8], Operations: ['98-90=8'] Exploring Operation: 8/4=2, Resulting Numbers: [11, 2] Generated Node #3: [11, 2] from Operation: 8/4=...
4
[ 23, 7, 41, 48 ]
22
[ "7+41=48", "48/48=1", "23-1=22" ]
Current State: 22:[23, 7, 41, 48], Operations: [] Exploring Operation: 7+41=48, Resulting Numbers: [23, 48, 48] Generated Node #2: [23, 48, 48] from Operation: 7+41=48 Current State: 22:[23, 48, 48], Operations: ['7+41=48'] Exploring Operation: 48/48=1, Resulting Numbers: [23, 1] Generated Node #3: [23, 1] from Operati...
4
[ 72, 46, 58, 36 ]
34
[ "72*46=3312", "3312/36=92", "92-58=34" ]
Current State: 34:[72, 46, 58, 36], Operations: [] Exploring Operation: 72*46=3312, Resulting Numbers: [58, 36, 3312] Generated Node #2: [58, 36, 3312] from Operation: 72*46=3312 Current State: 34:[58, 36, 3312], Operations: ['72*46=3312'] Exploring Operation: 3312/36=92, Resulting Numbers: [58, 92] Generated Node #3: ...
4
[ 4, 97, 93, 83 ]
75
[ "4+97=101", "93+83=176", "176-101=75" ]
Current State: 75:[4, 97, 93, 83], Operations: [] Exploring Operation: 4+97=101, Resulting Numbers: [93, 83, 101] Generated Node #2: [93, 83, 101] from Operation: 4+97=101 Current State: 75:[93, 83, 101], Operations: ['4+97=101'] Exploring Operation: 93+83=176, Resulting Numbers: [101, 176] Generated Node #3: [101, 176...
4
[ 62, 10, 60, 30 ]
42
[ "62+10=72", "60-30=30", "72-30=42" ]
Current State: 42:[62, 10, 60, 30], Operations: [] Exploring Operation: 62+10=72, Resulting Numbers: [60, 30, 72] Generated Node #2: [60, 30, 72] from Operation: 62+10=72 Current State: 42:[60, 30, 72], Operations: ['62+10=72'] Exploring Operation: 60-30=30, Resulting Numbers: [72, 30] Generated Node #3: [72, 30] from ...
4
[ 13, 66, 28, 28 ]
66
[ "28-28=0", "13*0=0", "66+0=66" ]
Current State: 66:[13, 66, 28, 28], Operations: [] Exploring Operation: 28-28=0, Resulting Numbers: [13, 66, 0] Generated Node #2: [13, 66, 0] from Operation: 28-28=0 Current State: 66:[13, 66, 0], Operations: ['28-28=0'] Exploring Operation: 13*0=0, Resulting Numbers: [66, 0] Generated Node #3: [66, 0] from Operation:...
4
[ 5, 15, 20, 47 ]
87
[ "5+15=20", "20+47=67", "20+67=87" ]
Current State: 87:[5, 15, 20, 47], Operations: [] Exploring Operation: 5+15=20, Resulting Numbers: [20, 47, 20] Generated Node #2: [20, 47, 20] from Operation: 5+15=20 Current State: 87:[20, 47, 20], Operations: ['5+15=20'] Exploring Operation: 20+47=67, Resulting Numbers: [67] 67,87 equal: Goal Reached Exploring Opera...
4
[ 3, 76, 71, 9 ]
52
[ "76+71=147", "9+147=156", "156/3=52" ]
Current State: 52:[3, 76, 71, 9], Operations: [] Exploring Operation: 76+71=147, Resulting Numbers: [3, 9, 147] Generated Node #2: [3, 9, 147] from Operation: 76+71=147 Current State: 52:[3, 9, 147], Operations: ['76+71=147'] Exploring Operation: 9+147=156, Resulting Numbers: [3, 156] Generated Node #3: [3, 156] from O...
4
[ 12, 73, 15, 30 ]
49
[ "12*30=360", "360/15=24", "73-24=49" ]
Current State: 49:[12, 73, 15, 30], Operations: [] Exploring Operation: 12*30=360, Resulting Numbers: [73, 15, 360] Generated Node #2: [73, 15, 360] from Operation: 12*30=360 Current State: 49:[73, 15, 360], Operations: ['12*30=360'] Exploring Operation: 360/15=24, Resulting Numbers: [73, 24] Generated Node #3: [73, 24...
4
[ 91, 1, 36, 14 ]
41
[ "91*1=91", "36+14=50", "91-50=41" ]
Current State: 41:[91, 1, 36, 14], Operations: [] Exploring Operation: 91*1=91, Resulting Numbers: [36, 14, 91] Generated Node #2: [36, 14, 91] from Operation: 91*1=91 Current State: 41:[36, 14, 91], Operations: ['91*1=91'] Exploring Operation: 36+14=50, Resulting Numbers: [91, 50] Generated Node #3: [91, 50] from Oper...
4
[ 31, 66, 63, 52 ]
37
[ "63-52=11", "66/11=6", "31+6=37" ]
Current State: 37:[31, 66, 63, 52], Operations: [] Exploring Operation: 63-52=11, Resulting Numbers: [31, 66, 11] Generated Node #2: [31, 66, 11] from Operation: 63-52=11 Current State: 37:[31, 66, 11], Operations: ['63-52=11'] Exploring Operation: 66/11=6, Resulting Numbers: [31, 6] Generated Node #3: [31, 6] from Ope...
4
[ 86, 9, 97, 24 ]
23
[ "86+97=183", "24+183=207", "207/9=23" ]
Current State: 23:[86, 9, 97, 24], Operations: [] Exploring Operation: 86+97=183, Resulting Numbers: [9, 24, 183] Generated Node #2: [9, 24, 183] from Operation: 86+97=183 Current State: 23:[9, 24, 183], Operations: ['86+97=183'] Exploring Operation: 24+183=207, Resulting Numbers: [9, 207] Generated Node #3: [9, 207] f...
4
[ 31, 70, 35, 34 ]
37
[ "70/35=2", "34*2=68", "68-31=37" ]
Current State: 37:[31, 70, 35, 34], Operations: [] Exploring Operation: 70/35=2, Resulting Numbers: [31, 34, 2] Generated Node #2: [31, 34, 2] from Operation: 70/35=2 Current State: 37:[31, 34, 2], Operations: ['70/35=2'] Exploring Operation: 34*2=68, Resulting Numbers: [31, 68] Generated Node #3: [31, 68] from Operati...
4
[ 14, 19, 12, 87 ]
85
[ "19-12=7", "14/7=2", "87-2=85" ]
Current State: 85:[14, 19, 12, 87], Operations: [] Exploring Operation: 19-12=7, Resulting Numbers: [14, 87, 7] Generated Node #2: [14, 87, 7] from Operation: 19-12=7 Current State: 85:[14, 87, 7], Operations: ['19-12=7'] Exploring Operation: 14/7=2, Resulting Numbers: [87, 2] Generated Node #3: [87, 2] from Operation:...
4
[ 12, 12, 23, 6 ]
61
[ "23-12=11", "12*6=72", "72-11=61" ]
Current State: 61:[12, 12, 23, 6], Operations: [] Exploring Operation: 23-12=11, Resulting Numbers: [6, 11] Generated Node #2: [6, 11] from Operation: 23-12=11 Current State: 61:[6, 11], Operations: ['23-12=11'] Exploring Operation: 12*6=72, Resulting Numbers: [11, 72] Generated Node #3: [11, 72] from Operation: 12*6=7...
4
[ 38, 20, 5, 28 ]
10
[ "38-28=10", "20*5=100", "100/10=10" ]
Current State: 10:[38, 20, 5, 28], Operations: [] Exploring Operation: 38-28=10, Resulting Numbers: [20, 5, 10] Generated Node #2: [20, 5, 10] from Operation: 38-28=10 Current State: 10:[20, 5, 10], Operations: ['38-28=10'] Exploring Operation: 20*5=100, Resulting Numbers: [10, 100] Generated Node #3: [10, 100] from Op...
4
[ 95, 3, 25, 23 ]
100
[ "95+3=98", "25-23=2", "98+2=100" ]
Current State: 100:[95, 3, 25, 23], Operations: [] Exploring Operation: 95+3=98, Resulting Numbers: [25, 23, 98] Generated Node #2: [25, 23, 98] from Operation: 95+3=98 Current State: 100:[25, 23, 98], Operations: ['95+3=98'] Exploring Operation: 25-23=2, Resulting Numbers: [98, 2] Generated Node #3: [98, 2] from Opera...
4
[ 85, 59, 20, 53 ]
95
[ "85*59=5015", "20+5015=5035", "5035/53=95" ]
Current State: 95:[85, 59, 20, 53], Operations: [] Exploring Operation: 85*59=5015, Resulting Numbers: [20, 53, 5015] Generated Node #2: [20, 53, 5015] from Operation: 85*59=5015 Current State: 95:[20, 53, 5015], Operations: ['85*59=5015'] Exploring Operation: 20+5015=5035, Resulting Numbers: [53, 5035] Generated Node ...
4
[ 28, 76, 20, 91 ]
89
[ "76-20=56", "56/28=2", "91-2=89" ]
Current State: 89:[28, 76, 20, 91], Operations: [] Exploring Operation: 76-20=56, Resulting Numbers: [28, 91, 56] Generated Node #2: [28, 91, 56] from Operation: 76-20=56 Current State: 89:[28, 91, 56], Operations: ['76-20=56'] Exploring Operation: 56/28=2, Resulting Numbers: [91, 2] Generated Node #3: [91, 2] from Ope...
4
[ 46, 44, 12, 10 ]
32
[ "46-44=2", "10*2=20", "12+20=32" ]
Current State: 32:[46, 44, 12, 10], Operations: [] Exploring Operation: 46-44=2, Resulting Numbers: [12, 10, 2] Generated Node #2: [12, 10, 2] from Operation: 46-44=2 Current State: 32:[12, 10, 2], Operations: ['46-44=2'] Exploring Operation: 10*2=20, Resulting Numbers: [12, 20] Generated Node #3: [12, 20] from Operati...
4
[ 37, 49, 11, 38 ]
61
[ "49-37=12", "11+38=49", "12+49=61" ]
Current State: 61:[37, 49, 11, 38], Operations: [] Exploring Operation: 49-37=12, Resulting Numbers: [11, 38, 12] Generated Node #2: [11, 38, 12] from Operation: 49-37=12 Current State: 61:[11, 38, 12], Operations: ['49-37=12'] Exploring Operation: 11+38=49, Resulting Numbers: [12, 49] Generated Node #3: [12, 49] from ...
4
[ 41, 51, 44, 89 ]
55
[ "51-41=10", "89-44=45", "10+45=55" ]
Current State: 55:[41, 51, 44, 89], Operations: [] Exploring Operation: 51-41=10, Resulting Numbers: [44, 89, 10] Generated Node #2: [44, 89, 10] from Operation: 51-41=10 Current State: 55:[44, 89, 10], Operations: ['51-41=10'] Exploring Operation: 89-44=45, Resulting Numbers: [10, 45] Generated Node #3: [10, 45] from ...
4
[ 60, 75, 26, 14 ]
25
[ "75-60=15", "26+14=40", "40-15=25" ]
Current State: 25:[60, 75, 26, 14], Operations: [] Exploring Operation: 75-60=15, Resulting Numbers: [26, 14, 15] Generated Node #2: [26, 14, 15] from Operation: 75-60=15 Current State: 25:[26, 14, 15], Operations: ['75-60=15'] Exploring Operation: 26+14=40, Resulting Numbers: [15, 40] Generated Node #3: [15, 40] from ...
4
[ 58, 5, 71, 49 ]
85
[ "58+5=63", "71-49=22", "63+22=85" ]
Current State: 85:[58, 5, 71, 49], Operations: [] Exploring Operation: 58+5=63, Resulting Numbers: [71, 49, 63] Generated Node #2: [71, 49, 63] from Operation: 58+5=63 Current State: 85:[71, 49, 63], Operations: ['58+5=63'] Exploring Operation: 71-49=22, Resulting Numbers: [63, 22] Generated Node #3: [63, 22] from Oper...
4
[ 77, 21, 62, 45 ]
51
[ "77-21=56", "62+45=107", "107-56=51" ]
Current State: 51:[77, 21, 62, 45], Operations: [] Exploring Operation: 77-21=56, Resulting Numbers: [62, 45, 56] Generated Node #2: [62, 45, 56] from Operation: 77-21=56 Current State: 51:[62, 45, 56], Operations: ['77-21=56'] Exploring Operation: 62+45=107, Resulting Numbers: [56, 107] Generated Node #3: [56, 107] fr...
4
[ 17, 44, 23, 12 ]
22
[ "23-17=6", "44*6=264", "264/12=22" ]
Current State: 22:[17, 44, 23, 12], Operations: [] Exploring Operation: 23-17=6, Resulting Numbers: [44, 12, 6] Generated Node #2: [44, 12, 6] from Operation: 23-17=6 Current State: 22:[44, 12, 6], Operations: ['23-17=6'] Exploring Operation: 44*6=264, Resulting Numbers: [12, 264] Generated Node #3: [12, 264] from Oper...
4
[ 46, 17, 2, 53 ]
43
[ "46+17=63", "2*53=106", "106-63=43" ]
Current State: 43:[46, 17, 2, 53], Operations: [] Exploring Operation: 46+17=63, Resulting Numbers: [2, 53, 63] Generated Node #2: [2, 53, 63] from Operation: 46+17=63 Current State: 43:[2, 53, 63], Operations: ['46+17=63'] Exploring Operation: 2*53=106, Resulting Numbers: [63, 106] Generated Node #3: [63, 106] from Op...
4
[ 88, 87, 30, 59 ]
86
[ "88+87=175", "30+59=89", "175-89=86" ]
Current State: 86:[88, 87, 30, 59], Operations: [] Exploring Operation: 88+87=175, Resulting Numbers: [30, 59, 175] Generated Node #2: [30, 59, 175] from Operation: 88+87=175 Current State: 86:[30, 59, 175], Operations: ['88+87=175'] Exploring Operation: 30+59=89, Resulting Numbers: [175, 89] Generated Node #3: [175, 8...
4
[ 16, 52, 95, 48 ]
61
[ "48/16=3", "52*3=156", "156-95=61" ]
Current State: 61:[16, 52, 95, 48], Operations: [] Exploring Operation: 48/16=3, Resulting Numbers: [52, 95, 3] Generated Node #2: [52, 95, 3] from Operation: 48/16=3 Current State: 61:[52, 95, 3], Operations: ['48/16=3'] Exploring Operation: 52*3=156, Resulting Numbers: [95, 156] Generated Node #3: [95, 156] from Oper...
4
[ 19, 34, 75, 95 ]
49
[ "19*75=1425", "1425/95=15", "34+15=49" ]
Current State: 49:[19, 34, 75, 95], Operations: [] Exploring Operation: 19*75=1425, Resulting Numbers: [34, 95, 1425] Generated Node #2: [34, 95, 1425] from Operation: 19*75=1425 Current State: 49:[34, 95, 1425], Operations: ['19*75=1425'] Exploring Operation: 1425/95=15, Resulting Numbers: [34, 15] Generated Node #3: ...
4
[ 9, 89, 48, 65 ]
15
[ "9+89=98", "48+65=113", "113-98=15" ]
Current State: 15:[9, 89, 48, 65], Operations: [] Exploring Operation: 9+89=98, Resulting Numbers: [48, 65, 98] Generated Node #2: [48, 65, 98] from Operation: 9+89=98 Current State: 15:[48, 65, 98], Operations: ['9+89=98'] Exploring Operation: 48+65=113, Resulting Numbers: [98, 113] Generated Node #3: [98, 113] from O...
4
[ 12, 52, 56, 78 ]
87
[ "52+56=108", "108/12=9", "78+9=87" ]
Current State: 87:[12, 52, 56, 78], Operations: [] Exploring Operation: 52+56=108, Resulting Numbers: [12, 78, 108] Generated Node #2: [12, 78, 108] from Operation: 52+56=108 Current State: 87:[12, 78, 108], Operations: ['52+56=108'] Exploring Operation: 108/12=9, Resulting Numbers: [78, 9] Generated Node #3: [78, 9] f...
4
[ 96, 1, 98, 15 ]
32
[ "98-96=2", "1+15=16", "2*16=32" ]
Current State: 32:[96, 1, 98, 15], Operations: [] Exploring Operation: 98-96=2, Resulting Numbers: [1, 15, 2] Generated Node #2: [1, 15, 2] from Operation: 98-96=2 Current State: 32:[1, 15, 2], Operations: ['98-96=2'] Exploring Operation: 1+15=16, Resulting Numbers: [2, 16] Generated Node #3: [2, 16] from Operation: 1+...
4
[ 73, 45, 8, 40 ]
20
[ "73-45=28", "8+40=48", "48-28=20" ]
Current State: 20:[73, 45, 8, 40], Operations: [] Exploring Operation: 73-45=28, Resulting Numbers: [8, 40, 28] Generated Node #2: [8, 40, 28] from Operation: 73-45=28 Current State: 20:[8, 40, 28], Operations: ['73-45=28'] Exploring Operation: 8+40=48, Resulting Numbers: [28, 48] Generated Node #3: [28, 48] from Opera...
4
[ 71, 95, 18, 4 ]
12
[ "95-71=24", "24/4=6", "18-6=12" ]
Current State: 12:[71, 95, 18, 4], Operations: [] Exploring Operation: 95-71=24, Resulting Numbers: [18, 4, 24] Generated Node #2: [18, 4, 24] from Operation: 95-71=24 Current State: 12:[18, 4, 24], Operations: ['95-71=24'] Exploring Operation: 24/4=6, Resulting Numbers: [18, 6] Generated Node #3: [18, 6] from Operatio...
4
[ 91, 3, 77, 60 ]
18
[ "91-77=14", "3*14=42", "60-42=18" ]
Current State: 18:[91, 3, 77, 60], Operations: [] Exploring Operation: 91-77=14, Resulting Numbers: [3, 60, 14] Generated Node #2: [3, 60, 14] from Operation: 91-77=14 Current State: 18:[3, 60, 14], Operations: ['91-77=14'] Exploring Operation: 3*14=42, Resulting Numbers: [60, 42] Generated Node #3: [60, 42] from Opera...
4