nums
listlengths
4
4
target
int64
10
100
solution
listlengths
3
3
optimal_path
stringlengths
282
529
start_size
int64
4
4
[ 44, 15, 21, 40 ]
99
[ "44-40=4", "21*4=84", "15+84=99" ]
Current State: 99:[44, 15, 21, 40], Operations: [] Exploring Operation: 44-40=4, Resulting Numbers: [15, 21, 4] Generated Node #2: [15, 21, 4] from Operation: 44-40=4 Current State: 99:[15, 21, 4], Operations: ['44-40=4'] Exploring Operation: 21*4=84, Resulting Numbers: [15, 84] Generated Node #3: [15, 84] from Operati...
4
[ 71, 82, 6, 38 ]
73
[ "82-6=76", "76/38=2", "71+2=73" ]
Current State: 73:[71, 82, 6, 38], Operations: [] Exploring Operation: 82-6=76, Resulting Numbers: [71, 38, 76] Generated Node #2: [71, 38, 76] from Operation: 82-6=76 Current State: 73:[71, 38, 76], Operations: ['82-6=76'] Exploring Operation: 76/38=2, Resulting Numbers: [71, 2] Generated Node #3: [71, 2] from Operati...
4
[ 70, 16, 61, 73 ]
42
[ "70-16=54", "73-61=12", "54-12=42" ]
Current State: 42:[70, 16, 61, 73], Operations: [] Exploring Operation: 70-16=54, Resulting Numbers: [61, 73, 54] Generated Node #2: [61, 73, 54] from Operation: 70-16=54 Current State: 42:[61, 73, 54], Operations: ['70-16=54'] Exploring Operation: 73-61=12, Resulting Numbers: [54, 12] Generated Node #3: [54, 12] from ...
4
[ 5, 78, 43, 51 ]
14
[ "78+43=121", "121-51=70", "70/5=14" ]
Current State: 14:[5, 78, 43, 51], Operations: [] Exploring Operation: 78+43=121, Resulting Numbers: [5, 51, 121] Generated Node #2: [5, 51, 121] from Operation: 78+43=121 Current State: 14:[5, 51, 121], Operations: ['78+43=121'] Exploring Operation: 121-51=70, Resulting Numbers: [5, 70] Generated Node #3: [5, 70] from...
4
[ 22, 90, 66, 58 ]
76
[ "90-22=68", "66-58=8", "68+8=76" ]
Current State: 76:[22, 90, 66, 58], Operations: [] Exploring Operation: 90-22=68, Resulting Numbers: [66, 58, 68] Generated Node #2: [66, 58, 68] from Operation: 90-22=68 Current State: 76:[66, 58, 68], Operations: ['90-22=68'] Exploring Operation: 66-58=8, Resulting Numbers: [68, 8] Generated Node #3: [68, 8] from Ope...
4
[ 31, 55, 2, 5 ]
43
[ "55-31=24", "2*24=48", "48-5=43" ]
Current State: 43:[31, 55, 2, 5], Operations: [] Exploring Operation: 55-31=24, Resulting Numbers: [2, 5, 24] Generated Node #2: [2, 5, 24] from Operation: 55-31=24 Current State: 43:[2, 5, 24], Operations: ['55-31=24'] Exploring Operation: 2*24=48, Resulting Numbers: [5, 48] Generated Node #3: [5, 48] from Operation: ...
4
[ 4, 37, 52, 45 ]
65
[ "52-45=7", "4*7=28", "37+28=65" ]
Current State: 65:[4, 37, 52, 45], Operations: [] Exploring Operation: 52-45=7, Resulting Numbers: [4, 37, 7] Generated Node #2: [4, 37, 7] from Operation: 52-45=7 Current State: 65:[4, 37, 7], Operations: ['52-45=7'] Exploring Operation: 4*7=28, Resulting Numbers: [37, 28] Generated Node #3: [37, 28] from Operation: 4...
4
[ 26, 81, 16, 26 ]
16
[ "26-26=0", "81*0=0", "16+0=16" ]
Current State: 16:[26, 81, 16, 26], Operations: [] Exploring Operation: 26-26=0, Resulting Numbers: [81, 16, 0] Generated Node #2: [81, 16, 0] from Operation: 26-26=0 Current State: 16:[81, 16, 0], Operations: ['26-26=0'] Exploring Operation: 81*0=0, Resulting Numbers: [16, 0] Generated Node #3: [16, 0] from Operation:...
4
[ 15, 7, 4, 9 ]
41
[ "15-7=8", "4*8=32", "9+32=41" ]
Current State: 41:[15, 7, 4, 9], Operations: [] Exploring Operation: 15-7=8, Resulting Numbers: [4, 9, 8] Generated Node #2: [4, 9, 8] from Operation: 15-7=8 Current State: 41:[4, 9, 8], Operations: ['15-7=8'] Exploring Operation: 4*8=32, Resulting Numbers: [9, 32] Generated Node #3: [9, 32] from Operation: 4*8=32 Curr...
4
[ 70, 4, 47, 24 ]
29
[ "70-47=23", "24/4=6", "23+6=29" ]
Current State: 29:[70, 4, 47, 24], Operations: [] Exploring Operation: 70-47=23, Resulting Numbers: [4, 24, 23] Generated Node #2: [4, 24, 23] from Operation: 70-47=23 Current State: 29:[4, 24, 23], Operations: ['70-47=23'] Exploring Operation: 24/4=6, Resulting Numbers: [23, 6] Generated Node #3: [23, 6] from Operatio...
4
[ 95, 90, 80, 59 ]
46
[ "95+90=185", "80+59=139", "185-139=46" ]
Current State: 46:[95, 90, 80, 59], Operations: [] Exploring Operation: 95+90=185, Resulting Numbers: [80, 59, 185] Generated Node #2: [80, 59, 185] from Operation: 95+90=185 Current State: 46:[80, 59, 185], Operations: ['95+90=185'] Exploring Operation: 80+59=139, Resulting Numbers: [185, 139] Generated Node #3: [185,...
4
[ 3, 53, 79, 14 ]
38
[ "53-14=39", "3*39=117", "117-79=38" ]
Current State: 38:[3, 53, 79, 14], Operations: [] Exploring Operation: 53-14=39, Resulting Numbers: [3, 79, 39] Generated Node #2: [3, 79, 39] from Operation: 53-14=39 Current State: 38:[3, 79, 39], Operations: ['53-14=39'] Exploring Operation: 3*39=117, Resulting Numbers: [79, 117] Generated Node #3: [79, 117] from Op...
4
[ 46, 51, 85, 4 ]
85
[ "51-46=5", "5-4=1", "85*1=85" ]
Current State: 85:[46, 51, 85, 4], Operations: [] Exploring Operation: 51-46=5, Resulting Numbers: [85, 4, 5] Generated Node #2: [85, 4, 5] from Operation: 51-46=5 Current State: 85:[85, 4, 5], Operations: ['51-46=5'] Exploring Operation: 5-4=1, Resulting Numbers: [85, 1] Generated Node #3: [85, 1] from Operation: 5-4=...
4
[ 84, 36, 24, 15 ]
19
[ "36*15=540", "540-84=456", "456/24=19" ]
Current State: 19:[84, 36, 24, 15], Operations: [] Exploring Operation: 36*15=540, Resulting Numbers: [84, 24, 540] Generated Node #2: [84, 24, 540] from Operation: 36*15=540 Current State: 19:[84, 24, 540], Operations: ['36*15=540'] Exploring Operation: 540-84=456, Resulting Numbers: [24, 456] Generated Node #3: [24, ...
4
[ 70, 38, 59, 68 ]
23
[ "70-38=32", "68-59=9", "32-9=23" ]
Current State: 23:[70, 38, 59, 68], Operations: [] Exploring Operation: 70-38=32, Resulting Numbers: [59, 68, 32] Generated Node #2: [59, 68, 32] from Operation: 70-38=32 Current State: 23:[59, 68, 32], Operations: ['70-38=32'] Exploring Operation: 68-59=9, Resulting Numbers: [32, 9] Generated Node #3: [32, 9] from Ope...
4
[ 28, 17, 15, 93 ]
90
[ "28+17=45", "45/15=3", "93-3=90" ]
Current State: 90:[28, 17, 15, 93], Operations: [] Exploring Operation: 28+17=45, Resulting Numbers: [15, 93, 45] Generated Node #2: [15, 93, 45] from Operation: 28+17=45 Current State: 90:[15, 93, 45], Operations: ['28+17=45'] Exploring Operation: 45/15=3, Resulting Numbers: [93, 3] Generated Node #3: [93, 3] from Ope...
4
[ 81, 2, 40, 82 ]
20
[ "82-81=1", "40/2=20", "1*20=20" ]
Current State: 20:[81, 2, 40, 82], Operations: [] Exploring Operation: 82-81=1, Resulting Numbers: [2, 40, 1] Generated Node #2: [2, 40, 1] from Operation: 82-81=1 Current State: 20:[2, 40, 1], Operations: ['82-81=1'] Exploring Operation: 40/2=20, Resulting Numbers: [1, 20] Generated Node #3: [1, 20] from Operation: 40...
4
[ 84, 15, 15, 18 ]
18
[ "15-15=0", "84*0=0", "18+0=18" ]
Current State: 18:[84, 15, 15, 18], Operations: [] Exploring Operation: 15-15=0, Resulting Numbers: [84, 18, 0] Generated Node #2: [84, 18, 0] from Operation: 15-15=0 Current State: 18:[84, 18, 0], Operations: ['15-15=0'] Exploring Operation: 84*0=0, Resulting Numbers: [18, 0] Generated Node #3: [18, 0] from Operation:...
4
[ 91, 71, 85, 51 ]
26
[ "91+71=162", "85+51=136", "162-136=26" ]
Current State: 26:[91, 71, 85, 51], Operations: [] Exploring Operation: 91+71=162, Resulting Numbers: [85, 51, 162] Generated Node #2: [85, 51, 162] from Operation: 91+71=162 Current State: 26:[85, 51, 162], Operations: ['91+71=162'] Exploring Operation: 85+51=136, Resulting Numbers: [162, 136] Generated Node #3: [162,...
4
[ 14, 40, 25, 28 ]
82
[ "28-25=3", "14*3=42", "40+42=82" ]
Current State: 82:[14, 40, 25, 28], Operations: [] Exploring Operation: 28-25=3, Resulting Numbers: [14, 40, 3] Generated Node #2: [14, 40, 3] from Operation: 28-25=3 Current State: 82:[14, 40, 3], Operations: ['28-25=3'] Exploring Operation: 14*3=42, Resulting Numbers: [40, 42] Generated Node #3: [40, 42] from Operati...
4
[ 75, 79, 11, 89 ]
76
[ "75+79=154", "89-11=78", "154-78=76" ]
Current State: 76:[75, 79, 11, 89], Operations: [] Exploring Operation: 75+79=154, Resulting Numbers: [11, 89, 154] Generated Node #2: [11, 89, 154] from Operation: 75+79=154 Current State: 76:[11, 89, 154], Operations: ['75+79=154'] Exploring Operation: 89-11=78, Resulting Numbers: [154, 78] Generated Node #3: [154, 7...
4
[ 47, 32, 77, 74 ]
72
[ "47+32=79", "77+74=151", "151-79=72" ]
Current State: 72:[47, 32, 77, 74], Operations: [] Exploring Operation: 47+32=79, Resulting Numbers: [77, 74, 79] Generated Node #2: [77, 74, 79] from Operation: 47+32=79 Current State: 72:[77, 74, 79], Operations: ['47+32=79'] Exploring Operation: 77+74=151, Resulting Numbers: [79, 151] Generated Node #3: [79, 151] fr...
4
[ 57, 99, 98, 80 ]
22
[ "57+99=156", "98+80=178", "178-156=22" ]
Current State: 22:[57, 99, 98, 80], Operations: [] Exploring Operation: 57+99=156, Resulting Numbers: [98, 80, 156] Generated Node #2: [98, 80, 156] from Operation: 57+99=156 Current State: 22:[98, 80, 156], Operations: ['57+99=156'] Exploring Operation: 98+80=178, Resulting Numbers: [156, 178] Generated Node #3: [156,...
4
[ 55, 2, 26, 56 ]
24
[ "56-55=1", "26-2=24", "1*24=24" ]
Current State: 24:[55, 2, 26, 56], Operations: [] Exploring Operation: 56-55=1, Resulting Numbers: [2, 26, 1] Generated Node #2: [2, 26, 1] from Operation: 56-55=1 Current State: 24:[2, 26, 1], Operations: ['56-55=1'] Exploring Operation: 26-2=24, Resulting Numbers: [1, 24] Generated Node #3: [1, 24] from Operation: 26...
4
[ 73, 19, 8, 56 ]
99
[ "73+19=92", "56/8=7", "92+7=99" ]
Current State: 99:[73, 19, 8, 56], Operations: [] Exploring Operation: 73+19=92, Resulting Numbers: [8, 56, 92] Generated Node #2: [8, 56, 92] from Operation: 73+19=92 Current State: 99:[8, 56, 92], Operations: ['73+19=92'] Exploring Operation: 56/8=7, Resulting Numbers: [92, 7] Generated Node #3: [92, 7] from Operatio...
4
[ 14, 43, 19, 12 ]
86
[ "14*43=602", "19-12=7", "602/7=86" ]
Current State: 86:[14, 43, 19, 12], Operations: [] Exploring Operation: 14*43=602, Resulting Numbers: [19, 12, 602] Generated Node #2: [19, 12, 602] from Operation: 14*43=602 Current State: 86:[19, 12, 602], Operations: ['14*43=602'] Exploring Operation: 19-12=7, Resulting Numbers: [602, 7] Generated Node #3: [602, 7] ...
4
[ 80, 69, 92, 56 ]
32
[ "80-56=24", "92*24=2208", "2208/69=32" ]
Current State: 32:[80, 69, 92, 56], Operations: [] Exploring Operation: 80-56=24, Resulting Numbers: [69, 92, 24] Generated Node #2: [69, 92, 24] from Operation: 80-56=24 Current State: 32:[69, 92, 24], Operations: ['80-56=24'] Exploring Operation: 92*24=2208, Resulting Numbers: [69, 2208] Generated Node #3: [69, 2208]...
4
[ 18, 50, 95, 46 ]
81
[ "50-18=32", "95-46=49", "32+49=81" ]
Current State: 81:[18, 50, 95, 46], Operations: [] Exploring Operation: 50-18=32, Resulting Numbers: [95, 46, 32] Generated Node #2: [95, 46, 32] from Operation: 50-18=32 Current State: 81:[95, 46, 32], Operations: ['50-18=32'] Exploring Operation: 95-46=49, Resulting Numbers: [32, 49] Generated Node #3: [32, 49] from ...
4
[ 16, 62, 86, 39 ]
79
[ "62-16=46", "86+39=125", "125-46=79" ]
Current State: 79:[16, 62, 86, 39], Operations: [] Exploring Operation: 62-16=46, Resulting Numbers: [86, 39, 46] Generated Node #2: [86, 39, 46] from Operation: 62-16=46 Current State: 79:[86, 39, 46], Operations: ['62-16=46'] Exploring Operation: 86+39=125, Resulting Numbers: [46, 125] Generated Node #3: [46, 125] fr...
4
[ 68, 31, 8, 7 ]
84
[ "68+31=99", "8+7=15", "99-15=84" ]
Current State: 84:[68, 31, 8, 7], Operations: [] Exploring Operation: 68+31=99, Resulting Numbers: [8, 7, 99] Generated Node #2: [8, 7, 99] from Operation: 68+31=99 Current State: 84:[8, 7, 99], Operations: ['68+31=99'] Exploring Operation: 8+7=15, Resulting Numbers: [99, 15] Generated Node #3: [99, 15] from Operation:...
4
[ 67, 11, 99, 42 ]
85
[ "67-11=56", "99+42=141", "141-56=85" ]
Current State: 85:[67, 11, 99, 42], Operations: [] Exploring Operation: 67-11=56, Resulting Numbers: [99, 42, 56] Generated Node #2: [99, 42, 56] from Operation: 67-11=56 Current State: 85:[99, 42, 56], Operations: ['67-11=56'] Exploring Operation: 99+42=141, Resulting Numbers: [56, 141] Generated Node #3: [56, 141] fr...
4
[ 91, 59, 59, 25 ]
53
[ "91+59=150", "150/25=6", "59-6=53" ]
Current State: 53:[91, 59, 59, 25], Operations: [] Exploring Operation: 91+59=150, Resulting Numbers: [25, 150] Generated Node #2: [25, 150] from Operation: 91+59=150 Current State: 53:[25, 150], Operations: ['91+59=150'] Exploring Operation: 150/25=6, Resulting Numbers: [6] 6,53 equal: Goal Reached Exploring Operation...
4
[ 47, 34, 4, 41 ]
12
[ "47+41=88", "88/4=22", "34-22=12" ]
Current State: 12:[47, 34, 4, 41], Operations: [] Exploring Operation: 47+41=88, Resulting Numbers: [34, 4, 88] Generated Node #2: [34, 4, 88] from Operation: 47+41=88 Current State: 12:[34, 4, 88], Operations: ['47+41=88'] Exploring Operation: 88/4=22, Resulting Numbers: [34, 22] Generated Node #3: [34, 22] from Opera...
4
[ 32, 1, 66, 10 ]
24
[ "32*1=32", "66-10=56", "56-32=24" ]
Current State: 24:[32, 1, 66, 10], Operations: [] Exploring Operation: 32*1=32, Resulting Numbers: [66, 10, 32] Generated Node #2: [66, 10, 32] from Operation: 32*1=32 Current State: 24:[66, 10, 32], Operations: ['32*1=32'] Exploring Operation: 66-10=56, Resulting Numbers: [32, 56] Generated Node #3: [32, 56] from Oper...
4
[ 82, 42, 10, 85 ]
49
[ "82+42=124", "85-10=75", "124-75=49" ]
Current State: 49:[82, 42, 10, 85], Operations: [] Exploring Operation: 82+42=124, Resulting Numbers: [10, 85, 124] Generated Node #2: [10, 85, 124] from Operation: 82+42=124 Current State: 49:[10, 85, 124], Operations: ['82+42=124'] Exploring Operation: 85-10=75, Resulting Numbers: [124, 75] Generated Node #3: [124, 7...
4
[ 50, 64, 6, 25 ]
86
[ "50-25=25", "6*25=150", "150-64=86" ]
Current State: 86:[50, 64, 6, 25], Operations: [] Exploring Operation: 50-25=25, Resulting Numbers: [64, 6, 25] Generated Node #2: [64, 6, 25] from Operation: 50-25=25 Current State: 86:[64, 6, 25], Operations: ['50-25=25'] Exploring Operation: 6*25=150, Resulting Numbers: [64, 150] Generated Node #3: [64, 150] from Op...
4
[ 37, 52, 44, 88 ]
22
[ "37*88=3256", "3256/44=74", "74-52=22" ]
Current State: 22:[37, 52, 44, 88], Operations: [] Exploring Operation: 37*88=3256, Resulting Numbers: [52, 44, 3256] Generated Node #2: [52, 44, 3256] from Operation: 37*88=3256 Current State: 22:[52, 44, 3256], Operations: ['37*88=3256'] Exploring Operation: 3256/44=74, Resulting Numbers: [52, 74] Generated Node #3: ...
4
[ 3, 47, 67, 15 ]
69
[ "3*15=45", "47+67=114", "114-45=69" ]
Current State: 69:[3, 47, 67, 15], Operations: [] Exploring Operation: 3*15=45, Resulting Numbers: [47, 67, 45] Generated Node #2: [47, 67, 45] from Operation: 3*15=45 Current State: 69:[47, 67, 45], Operations: ['3*15=45'] Exploring Operation: 47+67=114, Resulting Numbers: [45, 114] Generated Node #3: [45, 114] from O...
4
[ 60, 10, 48, 70 ]
78
[ "60/10=6", "48/6=8", "70+8=78" ]
Current State: 78:[60, 10, 48, 70], Operations: [] Exploring Operation: 60/10=6, Resulting Numbers: [48, 70, 6] Generated Node #2: [48, 70, 6] from Operation: 60/10=6 Current State: 78:[48, 70, 6], Operations: ['60/10=6'] Exploring Operation: 48/6=8, Resulting Numbers: [70, 8] Generated Node #3: [70, 8] from Operation:...
4
[ 67, 58, 34, 7 ]
32
[ "67-58=9", "34+7=41", "41-9=32" ]
Current State: 32:[67, 58, 34, 7], Operations: [] Exploring Operation: 67-58=9, Resulting Numbers: [34, 7, 9] Generated Node #2: [34, 7, 9] from Operation: 67-58=9 Current State: 32:[34, 7, 9], Operations: ['67-58=9'] Exploring Operation: 34+7=41, Resulting Numbers: [9, 41] Generated Node #3: [9, 41] from Operation: 34...
4
[ 56, 22, 2, 57 ]
12
[ "57-56=1", "22/2=11", "1+11=12" ]
Current State: 12:[56, 22, 2, 57], Operations: [] Exploring Operation: 57-56=1, Resulting Numbers: [22, 2, 1] Generated Node #2: [22, 2, 1] from Operation: 57-56=1 Current State: 12:[22, 2, 1], Operations: ['57-56=1'] Exploring Operation: 22/2=11, Resulting Numbers: [1, 11] Generated Node #3: [1, 11] from Operation: 22...
4
[ 39, 85, 47, 32 ]
44
[ "85+32=117", "117/39=3", "47-3=44" ]
Current State: 44:[39, 85, 47, 32], Operations: [] Exploring Operation: 85+32=117, Resulting Numbers: [39, 47, 117] Generated Node #2: [39, 47, 117] from Operation: 85+32=117 Current State: 44:[39, 47, 117], Operations: ['85+32=117'] Exploring Operation: 117/39=3, Resulting Numbers: [47, 3] Generated Node #3: [47, 3] f...
4
[ 27, 54, 17, 26 ]
69
[ "54/27=2", "26*2=52", "17+52=69" ]
Current State: 69:[27, 54, 17, 26], Operations: [] Exploring Operation: 54/27=2, Resulting Numbers: [17, 26, 2] Generated Node #2: [17, 26, 2] from Operation: 54/27=2 Current State: 69:[17, 26, 2], Operations: ['54/27=2'] Exploring Operation: 26*2=52, Resulting Numbers: [17, 52] Generated Node #3: [17, 52] from Operati...
4
[ 16, 96, 32, 44 ]
74
[ "32/16=2", "44/2=22", "96-22=74" ]
Current State: 74:[16, 96, 32, 44], Operations: [] Exploring Operation: 32/16=2, Resulting Numbers: [96, 44, 2] Generated Node #2: [96, 44, 2] from Operation: 32/16=2 Current State: 74:[96, 44, 2], Operations: ['32/16=2'] Exploring Operation: 44/2=22, Resulting Numbers: [96, 22] Generated Node #3: [96, 22] from Operati...
4
[ 46, 81, 21, 60 ]
45
[ "81-21=60", "60/60=1", "46-1=45" ]
Current State: 45:[46, 81, 21, 60], Operations: [] Exploring Operation: 81-21=60, Resulting Numbers: [46, 60, 60] Generated Node #2: [46, 60, 60] from Operation: 81-21=60 Current State: 45:[46, 60, 60], Operations: ['81-21=60'] Exploring Operation: 60/60=1, Resulting Numbers: [46, 1] Generated Node #3: [46, 1] from Ope...
4
[ 28, 48, 50, 1 ]
55
[ "50-48=2", "28*2=56", "56-1=55" ]
Current State: 55:[28, 48, 50, 1], Operations: [] Exploring Operation: 50-48=2, Resulting Numbers: [28, 1, 2] Generated Node #2: [28, 1, 2] from Operation: 50-48=2 Current State: 55:[28, 1, 2], Operations: ['50-48=2'] Exploring Operation: 28*2=56, Resulting Numbers: [1, 56] Generated Node #3: [1, 56] from Operation: 28...
4
[ 26, 12, 14, 5 ]
100
[ "26+14=40", "12*5=60", "40+60=100" ]
Current State: 100:[26, 12, 14, 5], Operations: [] Exploring Operation: 26+14=40, Resulting Numbers: [12, 5, 40] Generated Node #2: [12, 5, 40] from Operation: 26+14=40 Current State: 100:[12, 5, 40], Operations: ['26+14=40'] Exploring Operation: 12*5=60, Resulting Numbers: [40, 60] Generated Node #3: [40, 60] from Ope...
4
[ 8, 81, 39, 56 ]
41
[ "81+39=120", "120/8=15", "56-15=41" ]
Current State: 41:[8, 81, 39, 56], Operations: [] Exploring Operation: 81+39=120, Resulting Numbers: [8, 56, 120] Generated Node #2: [8, 56, 120] from Operation: 81+39=120 Current State: 41:[8, 56, 120], Operations: ['81+39=120'] Exploring Operation: 120/8=15, Resulting Numbers: [56, 15] Generated Node #3: [56, 15] fro...
4
[ 35, 19, 55, 59 ]
50
[ "35+19=54", "59-55=4", "54-4=50" ]
Current State: 50:[35, 19, 55, 59], Operations: [] Exploring Operation: 35+19=54, Resulting Numbers: [55, 59, 54] Generated Node #2: [55, 59, 54] from Operation: 35+19=54 Current State: 50:[55, 59, 54], Operations: ['35+19=54'] Exploring Operation: 59-55=4, Resulting Numbers: [54, 4] Generated Node #3: [54, 4] from Ope...
4
[ 75, 65, 40, 76 ]
73
[ "65-40=25", "75/25=3", "76-3=73" ]
Current State: 73:[75, 65, 40, 76], Operations: [] Exploring Operation: 65-40=25, Resulting Numbers: [75, 76, 25] Generated Node #2: [75, 76, 25] from Operation: 65-40=25 Current State: 73:[75, 76, 25], Operations: ['65-40=25'] Exploring Operation: 75/25=3, Resulting Numbers: [76, 3] Generated Node #3: [76, 3] from Ope...
4
[ 15, 95, 45, 11 ]
62
[ "45/15=3", "11*3=33", "95-33=62" ]
Current State: 62:[15, 95, 45, 11], Operations: [] Exploring Operation: 45/15=3, Resulting Numbers: [95, 11, 3] Generated Node #2: [95, 11, 3] from Operation: 45/15=3 Current State: 62:[95, 11, 3], Operations: ['45/15=3'] Exploring Operation: 11*3=33, Resulting Numbers: [95, 33] Generated Node #3: [95, 33] from Operati...
4
[ 14, 17, 85, 40 ]
15
[ "17-14=3", "85-40=45", "45/3=15" ]
Current State: 15:[14, 17, 85, 40], Operations: [] Exploring Operation: 17-14=3, Resulting Numbers: [85, 40, 3] Generated Node #2: [85, 40, 3] from Operation: 17-14=3 Current State: 15:[85, 40, 3], Operations: ['17-14=3'] Exploring Operation: 85-40=45, Resulting Numbers: [3, 45] Generated Node #3: [3, 45] from Operatio...
4
[ 59, 27, 90, 97 ]
25
[ "59-27=32", "97-90=7", "32-7=25" ]
Current State: 25:[59, 27, 90, 97], Operations: [] Exploring Operation: 59-27=32, Resulting Numbers: [90, 97, 32] Generated Node #2: [90, 97, 32] from Operation: 59-27=32 Current State: 25:[90, 97, 32], Operations: ['59-27=32'] Exploring Operation: 97-90=7, Resulting Numbers: [32, 7] Generated Node #3: [32, 7] from Ope...
4
[ 49, 62, 98, 47 ]
13
[ "98/49=2", "62-47=15", "15-2=13" ]
Current State: 13:[49, 62, 98, 47], Operations: [] Exploring Operation: 98/49=2, Resulting Numbers: [62, 47, 2] Generated Node #2: [62, 47, 2] from Operation: 98/49=2 Current State: 13:[62, 47, 2], Operations: ['98/49=2'] Exploring Operation: 62-47=15, Resulting Numbers: [2, 15] Generated Node #3: [2, 15] from Operatio...
4
[ 60, 25, 1, 73 ]
30
[ "73-1=72", "25*72=1800", "1800/60=30" ]
Current State: 30:[60, 25, 1, 73], Operations: [] Exploring Operation: 73-1=72, Resulting Numbers: [60, 25, 72] Generated Node #2: [60, 25, 72] from Operation: 73-1=72 Current State: 30:[60, 25, 72], Operations: ['73-1=72'] Exploring Operation: 25*72=1800, Resulting Numbers: [60, 1800] Generated Node #3: [60, 1800] fro...
4
[ 19, 34, 12, 38 ]
57
[ "19*34=646", "38+646=684", "684/12=57" ]
Current State: 57:[19, 34, 12, 38], Operations: [] Exploring Operation: 19*34=646, Resulting Numbers: [12, 38, 646] Generated Node #2: [12, 38, 646] from Operation: 19*34=646 Current State: 57:[12, 38, 646], Operations: ['19*34=646'] Exploring Operation: 38+646=684, Resulting Numbers: [12, 684] Generated Node #3: [12, ...
4
[ 51, 59, 13, 55 ]
42
[ "51+59=110", "13+55=68", "110-68=42" ]
Current State: 42:[51, 59, 13, 55], Operations: [] Exploring Operation: 51+59=110, Resulting Numbers: [13, 55, 110] Generated Node #2: [13, 55, 110] from Operation: 51+59=110 Current State: 42:[13, 55, 110], Operations: ['51+59=110'] Exploring Operation: 13+55=68, Resulting Numbers: [110, 68] Generated Node #3: [110, 6...
4
[ 67, 12, 1, 86 ]
32
[ "67-12=55", "1+86=87", "87-55=32" ]
Current State: 32:[67, 12, 1, 86], Operations: [] Exploring Operation: 67-12=55, Resulting Numbers: [1, 86, 55] Generated Node #2: [1, 86, 55] from Operation: 67-12=55 Current State: 32:[1, 86, 55], Operations: ['67-12=55'] Exploring Operation: 1+86=87, Resulting Numbers: [55, 87] Generated Node #3: [55, 87] from Opera...
4
[ 92, 13, 26, 47 ]
58
[ "92-13=79", "47-26=21", "79-21=58" ]
Current State: 58:[92, 13, 26, 47], Operations: [] Exploring Operation: 92-13=79, Resulting Numbers: [26, 47, 79] Generated Node #2: [26, 47, 79] from Operation: 92-13=79 Current State: 58:[26, 47, 79], Operations: ['92-13=79'] Exploring Operation: 47-26=21, Resulting Numbers: [79, 21] Generated Node #3: [79, 21] from ...
4
[ 41, 53, 4, 30 ]
90
[ "53-41=12", "12/4=3", "30*3=90" ]
Current State: 90:[41, 53, 4, 30], Operations: [] Exploring Operation: 53-41=12, Resulting Numbers: [4, 30, 12] Generated Node #2: [4, 30, 12] from Operation: 53-41=12 Current State: 90:[4, 30, 12], Operations: ['53-41=12'] Exploring Operation: 12/4=3, Resulting Numbers: [30, 3] Generated Node #3: [30, 3] from Operatio...
4
[ 47, 54, 71, 57 ]
27
[ "47+54=101", "71+57=128", "128-101=27" ]
Current State: 27:[47, 54, 71, 57], Operations: [] Exploring Operation: 47+54=101, Resulting Numbers: [71, 57, 101] Generated Node #2: [71, 57, 101] from Operation: 47+54=101 Current State: 27:[71, 57, 101], Operations: ['47+54=101'] Exploring Operation: 71+57=128, Resulting Numbers: [101, 128] Generated Node #3: [101,...
4
[ 50, 33, 23, 8 ]
46
[ "50*23=1150", "33-8=25", "1150/25=46" ]
Current State: 46:[50, 33, 23, 8], Operations: [] Exploring Operation: 50*23=1150, Resulting Numbers: [33, 8, 1150] Generated Node #2: [33, 8, 1150] from Operation: 50*23=1150 Current State: 46:[33, 8, 1150], Operations: ['50*23=1150'] Exploring Operation: 33-8=25, Resulting Numbers: [1150, 25] Generated Node #3: [1150...
4
[ 5, 19, 98, 70 ]
42
[ "19-5=14", "98-70=28", "14+28=42" ]
Current State: 42:[5, 19, 98, 70], Operations: [] Exploring Operation: 19-5=14, Resulting Numbers: [98, 70, 14] Generated Node #2: [98, 70, 14] from Operation: 19-5=14 Current State: 42:[98, 70, 14], Operations: ['19-5=14'] Exploring Operation: 98-70=28, Resulting Numbers: [14, 28] Generated Node #3: [14, 28] from Oper...
4
[ 7, 71, 1, 17 ]
95
[ "7+71=78", "1*17=17", "78+17=95" ]
Current State: 95:[7, 71, 1, 17], Operations: [] Exploring Operation: 7+71=78, Resulting Numbers: [1, 17, 78] Generated Node #2: [1, 17, 78] from Operation: 7+71=78 Current State: 95:[1, 17, 78], Operations: ['7+71=78'] Exploring Operation: 1*17=17, Resulting Numbers: [78, 17] Generated Node #3: [78, 17] from Operation...
4
[ 8, 82, 55, 71 ]
90
[ "82-8=74", "71-55=16", "74+16=90" ]
Current State: 90:[8, 82, 55, 71], Operations: [] Exploring Operation: 82-8=74, Resulting Numbers: [55, 71, 74] Generated Node #2: [55, 71, 74] from Operation: 82-8=74 Current State: 90:[55, 71, 74], Operations: ['82-8=74'] Exploring Operation: 71-55=16, Resulting Numbers: [74, 16] Generated Node #3: [74, 16] from Oper...
4
[ 57, 93, 72, 87 ]
85
[ "93-57=36", "72/36=2", "87-2=85" ]
Current State: 85:[57, 93, 72, 87], Operations: [] Exploring Operation: 93-57=36, Resulting Numbers: [72, 87, 36] Generated Node #2: [72, 87, 36] from Operation: 93-57=36 Current State: 85:[72, 87, 36], Operations: ['93-57=36'] Exploring Operation: 72/36=2, Resulting Numbers: [87, 2] Generated Node #3: [87, 2] from Ope...
4
[ 81, 81, 17, 63 ]
46
[ "81-81=0", "63-17=46", "0+46=46" ]
Current State: 46:[81, 81, 17, 63], Operations: [] Exploring Operation: 81-81=0, Resulting Numbers: [17, 63, 0] Generated Node #2: [17, 63, 0] from Operation: 81-81=0 Current State: 46:[17, 63, 0], Operations: ['81-81=0'] Exploring Operation: 63-17=46, Resulting Numbers: [0, 46] Generated Node #3: [0, 46] from Operatio...
4
[ 28, 40, 18, 88 ]
82
[ "40-28=12", "88-18=70", "12+70=82" ]
Current State: 82:[28, 40, 18, 88], Operations: [] Exploring Operation: 40-28=12, Resulting Numbers: [18, 88, 12] Generated Node #2: [18, 88, 12] from Operation: 40-28=12 Current State: 82:[18, 88, 12], Operations: ['40-28=12'] Exploring Operation: 88-18=70, Resulting Numbers: [12, 70] Generated Node #3: [12, 70] from ...
4
[ 45, 66, 9, 9 ]
66
[ "9-9=0", "45*0=0", "66+0=66" ]
Current State: 66:[45, 66, 9, 9], Operations: [] Exploring Operation: 9-9=0, Resulting Numbers: [45, 66, 0] Generated Node #2: [45, 66, 0] from Operation: 9-9=0 Current State: 66:[45, 66, 0], Operations: ['9-9=0'] Exploring Operation: 45*0=0, Resulting Numbers: [66, 0] Generated Node #3: [66, 0] from Operation: 45*0=0 ...
4
[ 13, 51, 94, 17 ]
78
[ "94-13=81", "51/17=3", "81-3=78" ]
Current State: 78:[13, 51, 94, 17], Operations: [] Exploring Operation: 94-13=81, Resulting Numbers: [51, 17, 81] Generated Node #2: [51, 17, 81] from Operation: 94-13=81 Current State: 78:[51, 17, 81], Operations: ['94-13=81'] Exploring Operation: 51/17=3, Resulting Numbers: [81, 3] Generated Node #3: [81, 3] from Ope...
4
[ 42, 59, 42, 84 ]
76
[ "84/42=2", "59*2=118", "118-42=76" ]
Current State: 76:[42, 59, 42, 84], Operations: [] Exploring Operation: 84/42=2, Resulting Numbers: [59, 2] Generated Node #2: [59, 2] from Operation: 84/42=2 Current State: 76:[59, 2], Operations: ['84/42=2'] Exploring Operation: 59*2=118, Resulting Numbers: [118] 118,76 equal: Goal Reached Exploring Operation: 118-42...
4
[ 45, 58, 28, 74 ]
26
[ "74-45=29", "58/29=2", "28-2=26" ]
Current State: 26:[45, 58, 28, 74], Operations: [] Exploring Operation: 74-45=29, Resulting Numbers: [58, 28, 29] Generated Node #2: [58, 28, 29] from Operation: 74-45=29 Current State: 26:[58, 28, 29], Operations: ['74-45=29'] Exploring Operation: 58/29=2, Resulting Numbers: [28, 2] Generated Node #3: [28, 2] from Ope...
4
[ 9, 98, 4, 27 ]
19
[ "98-9=89", "4*27=108", "108-89=19" ]
Current State: 19:[9, 98, 4, 27], Operations: [] Exploring Operation: 98-9=89, Resulting Numbers: [4, 27, 89] Generated Node #2: [4, 27, 89] from Operation: 98-9=89 Current State: 19:[4, 27, 89], Operations: ['98-9=89'] Exploring Operation: 4*27=108, Resulting Numbers: [89, 108] Generated Node #3: [89, 108] from Operat...
4
[ 68, 8, 24, 18 ]
52
[ "68+24=92", "8*18=144", "144-92=52" ]
Current State: 52:[68, 8, 24, 18], Operations: [] Exploring Operation: 68+24=92, Resulting Numbers: [8, 18, 92] Generated Node #2: [8, 18, 92] from Operation: 68+24=92 Current State: 52:[8, 18, 92], Operations: ['68+24=92'] Exploring Operation: 8*18=144, Resulting Numbers: [92, 144] Generated Node #3: [92, 144] from Op...
4
[ 21, 87, 42, 88 ]
22
[ "21+87=108", "42+88=130", "130-108=22" ]
Current State: 22:[21, 87, 42, 88], Operations: [] Exploring Operation: 21+87=108, Resulting Numbers: [42, 88, 108] Generated Node #2: [42, 88, 108] from Operation: 21+87=108 Current State: 22:[42, 88, 108], Operations: ['21+87=108'] Exploring Operation: 42+88=130, Resulting Numbers: [108, 130] Generated Node #3: [108,...
4
[ 21, 43, 25, 32 ]
18
[ "43+32=75", "75/25=3", "21-3=18" ]
Current State: 18:[21, 43, 25, 32], Operations: [] Exploring Operation: 43+32=75, Resulting Numbers: [21, 25, 75] Generated Node #2: [21, 25, 75] from Operation: 43+32=75 Current State: 18:[21, 25, 75], Operations: ['43+32=75'] Exploring Operation: 75/25=3, Resulting Numbers: [21, 3] Generated Node #3: [21, 3] from Ope...
4
[ 2, 5, 34, 2 ]
61
[ "2+5=7", "34*2=68", "68-7=61" ]
Current State: 61:[2, 5, 34, 2], Operations: [] Exploring Operation: 2+5=7, Resulting Numbers: [34, 7] Generated Node #2: [34, 7] from Operation: 2+5=7 Current State: 61:[34, 7], Operations: ['2+5=7'] Exploring Operation: 34*2=68, Resulting Numbers: [7, 68] Generated Node #3: [7, 68] from Operation: 34*2=68 Current Sta...
4
[ 22, 68, 25, 7 ]
25
[ "25-22=3", "68+7=75", "75/3=25" ]
Current State: 25:[22, 68, 25, 7], Operations: [] Exploring Operation: 25-22=3, Resulting Numbers: [68, 7, 3] Generated Node #2: [68, 7, 3] from Operation: 25-22=3 Current State: 25:[68, 7, 3], Operations: ['25-22=3'] Exploring Operation: 68+7=75, Resulting Numbers: [3, 75] Generated Node #3: [3, 75] from Operation: 68...
4
[ 28, 48, 70, 74 ]
64
[ "74-70=4", "28*4=112", "112-48=64" ]
Current State: 64:[28, 48, 70, 74], Operations: [] Exploring Operation: 74-70=4, Resulting Numbers: [28, 48, 4] Generated Node #2: [28, 48, 4] from Operation: 74-70=4 Current State: 64:[28, 48, 4], Operations: ['74-70=4'] Exploring Operation: 28*4=112, Resulting Numbers: [48, 112] Generated Node #3: [48, 112] from Oper...
4
[ 55, 42, 57, 52 ]
92
[ "55+42=97", "57-52=5", "97-5=92" ]
Current State: 92:[55, 42, 57, 52], Operations: [] Exploring Operation: 55+42=97, Resulting Numbers: [57, 52, 97] Generated Node #2: [57, 52, 97] from Operation: 55+42=97 Current State: 92:[57, 52, 97], Operations: ['55+42=97'] Exploring Operation: 57-52=5, Resulting Numbers: [97, 5] Generated Node #3: [97, 5] from Ope...
4
[ 49, 30, 13, 21 ]
45
[ "49+30=79", "13+21=34", "79-34=45" ]
Current State: 45:[49, 30, 13, 21], Operations: [] Exploring Operation: 49+30=79, Resulting Numbers: [13, 21, 79] Generated Node #2: [13, 21, 79] from Operation: 49+30=79 Current State: 45:[13, 21, 79], Operations: ['49+30=79'] Exploring Operation: 13+21=34, Resulting Numbers: [79, 34] Generated Node #3: [79, 34] from ...
4
[ 38, 35, 36, 28 ]
66
[ "38+28=66", "36-35=1", "66*1=66" ]
Current State: 66:[38, 35, 36, 28], Operations: [] Exploring Operation: 38+28=66, Resulting Numbers: [35, 36, 66] Generated Node #2: [35, 36, 66] from Operation: 38+28=66 Current State: 66:[35, 36, 66], Operations: ['38+28=66'] Exploring Operation: 36-35=1, Resulting Numbers: [66, 1] Generated Node #3: [66, 1] from Ope...
4
[ 32, 33, 8, 52 ]
60
[ "33-32=1", "8+52=60", "1*60=60" ]
Current State: 60:[32, 33, 8, 52], Operations: [] Exploring Operation: 33-32=1, Resulting Numbers: [8, 52, 1] Generated Node #2: [8, 52, 1] from Operation: 33-32=1 Current State: 60:[8, 52, 1], Operations: ['33-32=1'] Exploring Operation: 8+52=60, Resulting Numbers: [1, 60] Generated Node #3: [1, 60] from Operation: 8+...
4
[ 11, 10, 10, 35 ]
44
[ "11-10=1", "10+35=45", "45-1=44" ]
Current State: 44:[11, 10, 10, 35], Operations: [] Exploring Operation: 11-10=1, Resulting Numbers: [35, 1] Generated Node #2: [35, 1] from Operation: 11-10=1 Current State: 44:[35, 1], Operations: ['11-10=1'] Exploring Operation: 10+35=45, Resulting Numbers: [1, 45] Generated Node #3: [1, 45] from Operation: 10+35=45 ...
4
[ 11, 50, 95, 87 ]
38
[ "95-87=8", "11*8=88", "88-50=38" ]
Current State: 38:[11, 50, 95, 87], Operations: [] Exploring Operation: 95-87=8, Resulting Numbers: [11, 50, 8] Generated Node #2: [11, 50, 8] from Operation: 95-87=8 Current State: 38:[11, 50, 8], Operations: ['95-87=8'] Exploring Operation: 11*8=88, Resulting Numbers: [50, 88] Generated Node #3: [50, 88] from Operati...
4
[ 23, 30, 57, 50 ]
46
[ "23+30=53", "57-50=7", "53-7=46" ]
Current State: 46:[23, 30, 57, 50], Operations: [] Exploring Operation: 23+30=53, Resulting Numbers: [57, 50, 53] Generated Node #2: [57, 50, 53] from Operation: 23+30=53 Current State: 46:[57, 50, 53], Operations: ['23+30=53'] Exploring Operation: 57-50=7, Resulting Numbers: [53, 7] Generated Node #3: [53, 7] from Ope...
4
[ 10, 16, 4, 36 ]
30
[ "10*36=360", "16-4=12", "360/12=30" ]
Current State: 30:[10, 16, 4, 36], Operations: [] Exploring Operation: 10*36=360, Resulting Numbers: [16, 4, 360] Generated Node #2: [16, 4, 360] from Operation: 10*36=360 Current State: 30:[16, 4, 360], Operations: ['10*36=360'] Exploring Operation: 16-4=12, Resulting Numbers: [360, 12] Generated Node #3: [360, 12] fr...
4
[ 41, 26, 18, 89 ]
13
[ "41+89=130", "130/26=5", "18-5=13" ]
Current State: 13:[41, 26, 18, 89], Operations: [] Exploring Operation: 41+89=130, Resulting Numbers: [26, 18, 130] Generated Node #2: [26, 18, 130] from Operation: 41+89=130 Current State: 13:[26, 18, 130], Operations: ['41+89=130'] Exploring Operation: 130/26=5, Resulting Numbers: [18, 5] Generated Node #3: [18, 5] f...
4
[ 26, 91, 10, 4 ]
59
[ "91-26=65", "10-4=6", "65-6=59" ]
Current State: 59:[26, 91, 10, 4], Operations: [] Exploring Operation: 91-26=65, Resulting Numbers: [10, 4, 65] Generated Node #2: [10, 4, 65] from Operation: 91-26=65 Current State: 59:[10, 4, 65], Operations: ['91-26=65'] Exploring Operation: 10-4=6, Resulting Numbers: [65, 6] Generated Node #3: [65, 6] from Operatio...
4
[ 85, 16, 30, 96 ]
95
[ "96/16=6", "30*6=180", "180-85=95" ]
Current State: 95:[85, 16, 30, 96], Operations: [] Exploring Operation: 96/16=6, Resulting Numbers: [85, 30, 6] Generated Node #2: [85, 30, 6] from Operation: 96/16=6 Current State: 95:[85, 30, 6], Operations: ['96/16=6'] Exploring Operation: 30*6=180, Resulting Numbers: [85, 180] Generated Node #3: [85, 180] from Oper...
4
[ 30, 75, 47, 78 ]
39
[ "75-30=45", "47-45=2", "78/2=39" ]
Current State: 39:[30, 75, 47, 78], Operations: [] Exploring Operation: 75-30=45, Resulting Numbers: [47, 78, 45] Generated Node #2: [47, 78, 45] from Operation: 75-30=45 Current State: 39:[47, 78, 45], Operations: ['75-30=45'] Exploring Operation: 47-45=2, Resulting Numbers: [78, 2] Generated Node #3: [78, 2] from Ope...
4
[ 13, 34, 11, 91 ]
18
[ "13*11=143", "34+91=125", "143-125=18" ]
Current State: 18:[13, 34, 11, 91], Operations: [] Exploring Operation: 13*11=143, Resulting Numbers: [34, 91, 143] Generated Node #2: [34, 91, 143] from Operation: 13*11=143 Current State: 18:[34, 91, 143], Operations: ['13*11=143'] Exploring Operation: 34+91=125, Resulting Numbers: [143, 125] Generated Node #3: [143,...
4
[ 70, 5, 80, 40 ]
22
[ "70+80=150", "150-40=110", "110/5=22" ]
Current State: 22:[70, 5, 80, 40], Operations: [] Exploring Operation: 70+80=150, Resulting Numbers: [5, 40, 150] Generated Node #2: [5, 40, 150] from Operation: 70+80=150 Current State: 22:[5, 40, 150], Operations: ['70+80=150'] Exploring Operation: 150-40=110, Resulting Numbers: [5, 110] Generated Node #3: [5, 110] f...
4
[ 25, 97, 63, 96 ]
87
[ "97-25=72", "63+96=159", "159-72=87" ]
Current State: 87:[25, 97, 63, 96], Operations: [] Exploring Operation: 97-25=72, Resulting Numbers: [63, 96, 72] Generated Node #2: [63, 96, 72] from Operation: 97-25=72 Current State: 87:[63, 96, 72], Operations: ['97-25=72'] Exploring Operation: 63+96=159, Resulting Numbers: [72, 159] Generated Node #3: [72, 159] fr...
4
[ 47, 1, 52, 17 ]
23
[ "47-1=46", "52+17=69", "69-46=23" ]
Current State: 23:[47, 1, 52, 17], Operations: [] Exploring Operation: 47-1=46, Resulting Numbers: [52, 17, 46] Generated Node #2: [52, 17, 46] from Operation: 47-1=46 Current State: 23:[52, 17, 46], Operations: ['47-1=46'] Exploring Operation: 52+17=69, Resulting Numbers: [46, 69] Generated Node #3: [46, 69] from Oper...
4
[ 26, 23, 7, 46 ]
35
[ "26+7=33", "46/23=2", "33+2=35" ]
Current State: 35:[26, 23, 7, 46], Operations: [] Exploring Operation: 26+7=33, Resulting Numbers: [23, 46, 33] Generated Node #2: [23, 46, 33] from Operation: 26+7=33 Current State: 35:[23, 46, 33], Operations: ['26+7=33'] Exploring Operation: 46/23=2, Resulting Numbers: [33, 2] Generated Node #3: [33, 2] from Operati...
4
[ 71, 87, 2, 4 ]
77
[ "71+87=158", "158-4=154", "154/2=77" ]
Current State: 77:[71, 87, 2, 4], Operations: [] Exploring Operation: 71+87=158, Resulting Numbers: [2, 4, 158] Generated Node #2: [2, 4, 158] from Operation: 71+87=158 Current State: 77:[2, 4, 158], Operations: ['71+87=158'] Exploring Operation: 158-4=154, Resulting Numbers: [2, 154] Generated Node #3: [2, 154] from O...
4
[ 80, 27, 68, 28 ]
63
[ "80-68=12", "27*28=756", "756/12=63" ]
Current State: 63:[80, 27, 68, 28], Operations: [] Exploring Operation: 80-68=12, Resulting Numbers: [27, 28, 12] Generated Node #2: [27, 28, 12] from Operation: 80-68=12 Current State: 63:[27, 28, 12], Operations: ['80-68=12'] Exploring Operation: 27*28=756, Resulting Numbers: [12, 756] Generated Node #3: [12, 756] fr...
4
[ 40, 35, 33, 36 ]
65
[ "36-33=3", "35*3=105", "105-40=65" ]
Current State: 65:[40, 35, 33, 36], Operations: [] Exploring Operation: 36-33=3, Resulting Numbers: [40, 35, 3] Generated Node #2: [40, 35, 3] from Operation: 36-33=3 Current State: 65:[40, 35, 3], Operations: ['36-33=3'] Exploring Operation: 35*3=105, Resulting Numbers: [40, 105] Generated Node #3: [40, 105] from Oper...
4
[ 73, 25, 56, 51 ]
52
[ "56-51=5", "25*5=125", "125-73=52" ]
Current State: 52:[73, 25, 56, 51], Operations: [] Exploring Operation: 56-51=5, Resulting Numbers: [73, 25, 5] Generated Node #2: [73, 25, 5] from Operation: 56-51=5 Current State: 52:[73, 25, 5], Operations: ['56-51=5'] Exploring Operation: 25*5=125, Resulting Numbers: [73, 125] Generated Node #3: [73, 125] from Oper...
4