nums
listlengths
4
4
target
int64
10
100
solution
listlengths
3
3
optimal_path
stringlengths
282
529
start_size
int64
4
4
[ 30, 37, 56, 29 ]
40
[ "30+37=67", "56-29=27", "67-27=40" ]
Current State: 40:[30, 37, 56, 29], Operations: [] Exploring Operation: 30+37=67, Resulting Numbers: [56, 29, 67] Generated Node #2: [56, 29, 67] from Operation: 30+37=67 Current State: 40:[56, 29, 67], Operations: ['30+37=67'] Exploring Operation: 56-29=27, Resulting Numbers: [67, 27] Generated Node #3: [67, 27] from ...
4
[ 91, 25, 25, 1 ]
93
[ "91+1=92", "25/25=1", "92+1=93" ]
Current State: 93:[91, 25, 25, 1], Operations: [] Exploring Operation: 91+1=92, Resulting Numbers: [25, 25, 92] Generated Node #2: [25, 25, 92] from Operation: 91+1=92 Current State: 93:[25, 25, 92], Operations: ['91+1=92'] Exploring Operation: 25/25=1, Resulting Numbers: [92, 1] Generated Node #3: [92, 1] from Operati...
4
[ 68, 22, 67, 73 ]
50
[ "68+22=90", "67+73=140", "140-90=50" ]
Current State: 50:[68, 22, 67, 73], Operations: [] Exploring Operation: 68+22=90, Resulting Numbers: [67, 73, 90] Generated Node #2: [67, 73, 90] from Operation: 68+22=90 Current State: 50:[67, 73, 90], Operations: ['68+22=90'] Exploring Operation: 67+73=140, Resulting Numbers: [90, 140] Generated Node #3: [90, 140] fr...
4
[ 49, 54, 72, 56 ]
85
[ "56-54=2", "72/2=36", "49+36=85" ]
Current State: 85:[49, 54, 72, 56], Operations: [] Exploring Operation: 56-54=2, Resulting Numbers: [49, 72, 2] Generated Node #2: [49, 72, 2] from Operation: 56-54=2 Current State: 85:[49, 72, 2], Operations: ['56-54=2'] Exploring Operation: 72/2=36, Resulting Numbers: [49, 36] Generated Node #3: [49, 36] from Operati...
4
[ 75, 15, 72, 58 ]
53
[ "75-72=3", "15/3=5", "58-5=53" ]
Current State: 53:[75, 15, 72, 58], Operations: [] Exploring Operation: 75-72=3, Resulting Numbers: [15, 58, 3] Generated Node #2: [15, 58, 3] from Operation: 75-72=3 Current State: 53:[15, 58, 3], Operations: ['75-72=3'] Exploring Operation: 15/3=5, Resulting Numbers: [58, 5] Generated Node #3: [58, 5] from Operation:...
4
[ 87, 50, 75, 33 ]
91
[ "87*50=4350", "4350/75=58", "33+58=91" ]
Current State: 91:[87, 50, 75, 33], Operations: [] Exploring Operation: 87*50=4350, Resulting Numbers: [75, 33, 4350] Generated Node #2: [75, 33, 4350] from Operation: 87*50=4350 Current State: 91:[75, 33, 4350], Operations: ['87*50=4350'] Exploring Operation: 4350/75=58, Resulting Numbers: [33, 58] Generated Node #3: ...
4
[ 40, 4, 99, 24 ]
85
[ "40*4=160", "99-24=75", "160-75=85" ]
Current State: 85:[40, 4, 99, 24], Operations: [] Exploring Operation: 40*4=160, Resulting Numbers: [99, 24, 160] Generated Node #2: [99, 24, 160] from Operation: 40*4=160 Current State: 85:[99, 24, 160], Operations: ['40*4=160'] Exploring Operation: 99-24=75, Resulting Numbers: [160, 75] Generated Node #3: [160, 75] f...
4
[ 25, 88, 59, 83 ]
87
[ "88-25=63", "83-59=24", "63+24=87" ]
Current State: 87:[25, 88, 59, 83], Operations: [] Exploring Operation: 88-25=63, Resulting Numbers: [59, 83, 63] Generated Node #2: [59, 83, 63] from Operation: 88-25=63 Current State: 87:[59, 83, 63], Operations: ['88-25=63'] Exploring Operation: 83-59=24, Resulting Numbers: [63, 24] Generated Node #3: [63, 24] from ...
4
[ 45, 4, 91, 18 ]
71
[ "45*4=180", "91+18=109", "180-109=71" ]
Current State: 71:[45, 4, 91, 18], Operations: [] Exploring Operation: 45*4=180, Resulting Numbers: [91, 18, 180] Generated Node #2: [91, 18, 180] from Operation: 45*4=180 Current State: 71:[91, 18, 180], Operations: ['45*4=180'] Exploring Operation: 91+18=109, Resulting Numbers: [180, 109] Generated Node #3: [180, 109...
4
[ 8, 17, 3, 67 ]
42
[ "8+67=75", "75/3=25", "17+25=42" ]
Current State: 42:[8, 17, 3, 67], Operations: [] Exploring Operation: 8+67=75, Resulting Numbers: [17, 3, 75] Generated Node #2: [17, 3, 75] from Operation: 8+67=75 Current State: 42:[17, 3, 75], Operations: ['8+67=75'] Exploring Operation: 75/3=25, Resulting Numbers: [17, 25] Generated Node #3: [17, 25] from Operation...
4
[ 85, 29, 91, 2 ]
87
[ "91-85=6", "29*6=174", "174/2=87" ]
Current State: 87:[85, 29, 91, 2], Operations: [] Exploring Operation: 91-85=6, Resulting Numbers: [29, 2, 6] Generated Node #2: [29, 2, 6] from Operation: 91-85=6 Current State: 87:[29, 2, 6], Operations: ['91-85=6'] Exploring Operation: 29*6=174, Resulting Numbers: [2, 174] Generated Node #3: [2, 174] from Operation:...
4
[ 91, 65, 68, 66 ]
23
[ "91-68=23", "66-65=1", "23*1=23" ]
Current State: 23:[91, 65, 68, 66], Operations: [] Exploring Operation: 91-68=23, Resulting Numbers: [65, 66, 23] Generated Node #2: [65, 66, 23] from Operation: 91-68=23 Current State: 23:[65, 66, 23], Operations: ['91-68=23'] Exploring Operation: 66-65=1, Resulting Numbers: [23, 1] Generated Node #3: [23, 1] from Ope...
4
[ 8, 43, 64, 8 ]
50
[ "64-8=56", "56/8=7", "43+7=50" ]
Current State: 50:[8, 43, 64, 8], Operations: [] Exploring Operation: 64-8=56, Resulting Numbers: [43, 56] Generated Node #2: [43, 56] from Operation: 64-8=56 Current State: 50:[43, 56], Operations: ['64-8=56'] Exploring Operation: 56/8=7, Resulting Numbers: [43, 7] Generated Node #3: [43, 7] from Operation: 56/8=7 Cur...
4
[ 57, 25, 41, 83 ]
42
[ "57+25=82", "41+83=124", "124-82=42" ]
Current State: 42:[57, 25, 41, 83], Operations: [] Exploring Operation: 57+25=82, Resulting Numbers: [41, 83, 82] Generated Node #2: [41, 83, 82] from Operation: 57+25=82 Current State: 42:[41, 83, 82], Operations: ['57+25=82'] Exploring Operation: 41+83=124, Resulting Numbers: [82, 124] Generated Node #3: [82, 124] fr...
4
[ 4, 85, 88, 74 ]
62
[ "88-85=3", "4*3=12", "74-12=62" ]
Current State: 62:[4, 85, 88, 74], Operations: [] Exploring Operation: 88-85=3, Resulting Numbers: [4, 74, 3] Generated Node #2: [4, 74, 3] from Operation: 88-85=3 Current State: 62:[4, 74, 3], Operations: ['88-85=3'] Exploring Operation: 4*3=12, Resulting Numbers: [74, 12] Generated Node #3: [74, 12] from Operation: 4...
4
[ 2, 62, 98, 83 ]
56
[ "83-62=21", "2*21=42", "98-42=56" ]
Current State: 56:[2, 62, 98, 83], Operations: [] Exploring Operation: 83-62=21, Resulting Numbers: [2, 98, 21] Generated Node #2: [2, 98, 21] from Operation: 83-62=21 Current State: 56:[2, 98, 21], Operations: ['83-62=21'] Exploring Operation: 2*21=42, Resulting Numbers: [98, 42] Generated Node #3: [98, 42] from Opera...
4
[ 7, 88, 5, 16 ]
59
[ "5+16=21", "7*21=147", "147-88=59" ]
Current State: 59:[7, 88, 5, 16], Operations: [] Exploring Operation: 5+16=21, Resulting Numbers: [7, 88, 21] Generated Node #2: [7, 88, 21] from Operation: 5+16=21 Current State: 59:[7, 88, 21], Operations: ['5+16=21'] Exploring Operation: 7*21=147, Resulting Numbers: [88, 147] Generated Node #3: [88, 147] from Operat...
4
[ 79, 68, 75, 80 ]
48
[ "79-75=4", "80-68=12", "4*12=48" ]
Current State: 48:[79, 68, 75, 80], Operations: [] Exploring Operation: 79-75=4, Resulting Numbers: [68, 80, 4] Generated Node #2: [68, 80, 4] from Operation: 79-75=4 Current State: 48:[68, 80, 4], Operations: ['79-75=4'] Exploring Operation: 80-68=12, Resulting Numbers: [4, 12] Generated Node #3: [4, 12] from Operatio...
4
[ 23, 54, 27, 29 ]
26
[ "23+29=52", "54/27=2", "52/2=26" ]
Current State: 26:[23, 54, 27, 29], Operations: [] Exploring Operation: 23+29=52, Resulting Numbers: [54, 27, 52] Generated Node #2: [54, 27, 52] from Operation: 23+29=52 Current State: 26:[54, 27, 52], Operations: ['23+29=52'] Exploring Operation: 54/27=2, Resulting Numbers: [52, 2] Generated Node #3: [52, 2] from Ope...
4
[ 11, 21, 8, 35 ]
31
[ "11+21=32", "32/8=4", "35-4=31" ]
Current State: 31:[11, 21, 8, 35], Operations: [] Exploring Operation: 11+21=32, Resulting Numbers: [8, 35, 32] Generated Node #2: [8, 35, 32] from Operation: 11+21=32 Current State: 31:[8, 35, 32], Operations: ['11+21=32'] Exploring Operation: 32/8=4, Resulting Numbers: [35, 4] Generated Node #3: [35, 4] from Operatio...
4
[ 30, 20, 70, 46 ]
14
[ "30-20=10", "70-46=24", "24-10=14" ]
Current State: 14:[30, 20, 70, 46], Operations: [] Exploring Operation: 30-20=10, Resulting Numbers: [70, 46, 10] Generated Node #2: [70, 46, 10] from Operation: 30-20=10 Current State: 14:[70, 46, 10], Operations: ['30-20=10'] Exploring Operation: 70-46=24, Resulting Numbers: [10, 24] Generated Node #3: [10, 24] from ...
4
[ 40, 95, 9, 97 ]
11
[ "97-95=2", "40/2=20", "20-9=11" ]
Current State: 11:[40, 95, 9, 97], Operations: [] Exploring Operation: 97-95=2, Resulting Numbers: [40, 9, 2] Generated Node #2: [40, 9, 2] from Operation: 97-95=2 Current State: 11:[40, 9, 2], Operations: ['97-95=2'] Exploring Operation: 40/2=20, Resulting Numbers: [9, 20] Generated Node #3: [9, 20] from Operation: 40...
4
[ 24, 34, 92, 55 ]
72
[ "92-34=58", "58-55=3", "24*3=72" ]
Current State: 72:[24, 34, 92, 55], Operations: [] Exploring Operation: 92-34=58, Resulting Numbers: [24, 55, 58] Generated Node #2: [24, 55, 58] from Operation: 92-34=58 Current State: 72:[24, 55, 58], Operations: ['92-34=58'] Exploring Operation: 58-55=3, Resulting Numbers: [24, 3] Generated Node #3: [24, 3] from Ope...
4
[ 13, 36, 90, 97 ]
55
[ "97-90=7", "13*7=91", "91-36=55" ]
Current State: 55:[13, 36, 90, 97], Operations: [] Exploring Operation: 97-90=7, Resulting Numbers: [13, 36, 7] Generated Node #2: [13, 36, 7] from Operation: 97-90=7 Current State: 55:[13, 36, 7], Operations: ['97-90=7'] Exploring Operation: 13*7=91, Resulting Numbers: [36, 91] Generated Node #3: [36, 91] from Operati...
4
[ 91, 60, 35, 93 ]
10
[ "93-91=2", "35*2=70", "70-60=10" ]
Current State: 10:[91, 60, 35, 93], Operations: [] Exploring Operation: 93-91=2, Resulting Numbers: [60, 35, 2] Generated Node #2: [60, 35, 2] from Operation: 93-91=2 Current State: 10:[60, 35, 2], Operations: ['93-91=2'] Exploring Operation: 35*2=70, Resulting Numbers: [60, 70] Generated Node #3: [60, 70] from Operati...
4
[ 84, 90, 60, 54 ]
88
[ "84-54=30", "60/30=2", "90-2=88" ]
Current State: 88:[84, 90, 60, 54], Operations: [] Exploring Operation: 84-54=30, Resulting Numbers: [90, 60, 30] Generated Node #2: [90, 60, 30] from Operation: 84-54=30 Current State: 88:[90, 60, 30], Operations: ['84-54=30'] Exploring Operation: 60/30=2, Resulting Numbers: [90, 2] Generated Node #3: [90, 2] from Ope...
4
[ 54, 98, 14, 87 ]
26
[ "87-54=33", "98/14=7", "33-7=26" ]
Current State: 26:[54, 98, 14, 87], Operations: [] Exploring Operation: 87-54=33, Resulting Numbers: [98, 14, 33] Generated Node #2: [98, 14, 33] from Operation: 87-54=33 Current State: 26:[98, 14, 33], Operations: ['87-54=33'] Exploring Operation: 98/14=7, Resulting Numbers: [33, 7] Generated Node #3: [33, 7] from Ope...
4
[ 28, 42, 33, 65 ]
18
[ "42-28=14", "65-33=32", "32-14=18" ]
Current State: 18:[28, 42, 33, 65], Operations: [] Exploring Operation: 42-28=14, Resulting Numbers: [33, 65, 14] Generated Node #2: [33, 65, 14] from Operation: 42-28=14 Current State: 18:[33, 65, 14], Operations: ['42-28=14'] Exploring Operation: 65-33=32, Resulting Numbers: [14, 32] Generated Node #3: [14, 32] from ...
4
[ 38, 90, 21, 70 ]
65
[ "90*21=1890", "1890/70=27", "38+27=65" ]
Current State: 65:[38, 90, 21, 70], Operations: [] Exploring Operation: 90*21=1890, Resulting Numbers: [38, 70, 1890] Generated Node #2: [38, 70, 1890] from Operation: 90*21=1890 Current State: 65:[38, 70, 1890], Operations: ['90*21=1890'] Exploring Operation: 1890/70=27, Resulting Numbers: [38, 27] Generated Node #3: ...
4
[ 19, 47, 18, 15 ]
63
[ "19+47=66", "18-15=3", "66-3=63" ]
Current State: 63:[19, 47, 18, 15], Operations: [] Exploring Operation: 19+47=66, Resulting Numbers: [18, 15, 66] Generated Node #2: [18, 15, 66] from Operation: 19+47=66 Current State: 63:[18, 15, 66], Operations: ['19+47=66'] Exploring Operation: 18-15=3, Resulting Numbers: [66, 3] Generated Node #3: [66, 3] from Ope...
4
[ 18, 76, 82, 99 ]
77
[ "18+76=94", "99-82=17", "94-17=77" ]
Current State: 77:[18, 76, 82, 99], Operations: [] Exploring Operation: 18+76=94, Resulting Numbers: [82, 99, 94] Generated Node #2: [82, 99, 94] from Operation: 18+76=94 Current State: 77:[82, 99, 94], Operations: ['18+76=94'] Exploring Operation: 99-82=17, Resulting Numbers: [94, 17] Generated Node #3: [94, 17] from ...
4
[ 22, 2, 14, 5 ]
23
[ "22+14=36", "36/2=18", "5+18=23" ]
Current State: 23:[22, 2, 14, 5], Operations: [] Exploring Operation: 22+14=36, Resulting Numbers: [2, 5, 36] Generated Node #2: [2, 5, 36] from Operation: 22+14=36 Current State: 23:[2, 5, 36], Operations: ['22+14=36'] Exploring Operation: 36/2=18, Resulting Numbers: [5, 18] Generated Node #3: [5, 18] from Operation: ...
4
[ 14, 6, 72, 71 ]
69
[ "71-14=57", "72/6=12", "57+12=69" ]
Current State: 69:[14, 6, 72, 71], Operations: [] Exploring Operation: 71-14=57, Resulting Numbers: [6, 72, 57] Generated Node #2: [6, 72, 57] from Operation: 71-14=57 Current State: 69:[6, 72, 57], Operations: ['71-14=57'] Exploring Operation: 72/6=12, Resulting Numbers: [57, 12] Generated Node #3: [57, 12] from Opera...
4
[ 4, 86, 2, 6 ]
27
[ "86-2=84", "84/4=21", "6+21=27" ]
Current State: 27:[4, 86, 2, 6], Operations: [] Exploring Operation: 86-2=84, Resulting Numbers: [4, 6, 84] Generated Node #2: [4, 6, 84] from Operation: 86-2=84 Current State: 27:[4, 6, 84], Operations: ['86-2=84'] Exploring Operation: 84/4=21, Resulting Numbers: [6, 21] Generated Node #3: [6, 21] from Operation: 84/4...
4
[ 30, 58, 60, 62 ]
66
[ "60/30=2", "62*2=124", "124-58=66" ]
Current State: 66:[30, 58, 60, 62], Operations: [] Exploring Operation: 60/30=2, Resulting Numbers: [58, 62, 2] Generated Node #2: [58, 62, 2] from Operation: 60/30=2 Current State: 66:[58, 62, 2], Operations: ['60/30=2'] Exploring Operation: 62*2=124, Resulting Numbers: [58, 124] Generated Node #3: [58, 124] from Oper...
4
[ 1, 7, 23, 30 ]
59
[ "7-1=6", "23+30=53", "6+53=59" ]
Current State: 59:[1, 7, 23, 30], Operations: [] Exploring Operation: 7-1=6, Resulting Numbers: [23, 30, 6] Generated Node #2: [23, 30, 6] from Operation: 7-1=6 Current State: 59:[23, 30, 6], Operations: ['7-1=6'] Exploring Operation: 23+30=53, Resulting Numbers: [6, 53] Generated Node #3: [6, 53] from Operation: 23+30...
4
[ 78, 3, 53, 48 ]
91
[ "3+53=56", "78*56=4368", "4368/48=91" ]
Current State: 91:[78, 3, 53, 48], Operations: [] Exploring Operation: 3+53=56, Resulting Numbers: [78, 48, 56] Generated Node #2: [78, 48, 56] from Operation: 3+53=56 Current State: 91:[78, 48, 56], Operations: ['3+53=56'] Exploring Operation: 78*56=4368, Resulting Numbers: [48, 4368] Generated Node #3: [48, 4368] fro...
4
[ 10, 60, 6, 26 ]
50
[ "10+60=70", "26-6=20", "70-20=50" ]
Current State: 50:[10, 60, 6, 26], Operations: [] Exploring Operation: 10+60=70, Resulting Numbers: [6, 26, 70] Generated Node #2: [6, 26, 70] from Operation: 10+60=70 Current State: 50:[6, 26, 70], Operations: ['10+60=70'] Exploring Operation: 26-6=20, Resulting Numbers: [70, 20] Generated Node #3: [70, 20] from Opera...
4
[ 16, 20, 15, 66 ]
45
[ "16+20=36", "15+66=81", "81-36=45" ]
Current State: 45:[16, 20, 15, 66], Operations: [] Exploring Operation: 16+20=36, Resulting Numbers: [15, 66, 36] Generated Node #2: [15, 66, 36] from Operation: 16+20=36 Current State: 45:[15, 66, 36], Operations: ['16+20=36'] Exploring Operation: 15+66=81, Resulting Numbers: [36, 81] Generated Node #3: [36, 81] from ...
4
[ 91, 13, 34, 88 ]
73
[ "91-88=3", "13*3=39", "34+39=73" ]
Current State: 73:[91, 13, 34, 88], Operations: [] Exploring Operation: 91-88=3, Resulting Numbers: [13, 34, 3] Generated Node #2: [13, 34, 3] from Operation: 91-88=3 Current State: 73:[13, 34, 3], Operations: ['91-88=3'] Exploring Operation: 13*3=39, Resulting Numbers: [34, 39] Generated Node #3: [34, 39] from Operati...
4
[ 18, 78, 26, 60 ]
54
[ "18*26=468", "468/78=6", "60-6=54" ]
Current State: 54:[18, 78, 26, 60], Operations: [] Exploring Operation: 18*26=468, Resulting Numbers: [78, 60, 468] Generated Node #2: [78, 60, 468] from Operation: 18*26=468 Current State: 54:[78, 60, 468], Operations: ['18*26=468'] Exploring Operation: 468/78=6, Resulting Numbers: [60, 6] Generated Node #3: [60, 6] f...
4
[ 6, 33, 13, 50 ]
90
[ "33-6=27", "13+50=63", "27+63=90" ]
Current State: 90:[6, 33, 13, 50], Operations: [] Exploring Operation: 33-6=27, Resulting Numbers: [13, 50, 27] Generated Node #2: [13, 50, 27] from Operation: 33-6=27 Current State: 90:[13, 50, 27], Operations: ['33-6=27'] Exploring Operation: 13+50=63, Resulting Numbers: [27, 63] Generated Node #3: [27, 63] from Oper...
4
[ 62, 30, 5, 87 ]
95
[ "87-62=25", "5*25=125", "125-30=95" ]
Current State: 95:[62, 30, 5, 87], Operations: [] Exploring Operation: 87-62=25, Resulting Numbers: [30, 5, 25] Generated Node #2: [30, 5, 25] from Operation: 87-62=25 Current State: 95:[30, 5, 25], Operations: ['87-62=25'] Exploring Operation: 5*25=125, Resulting Numbers: [30, 125] Generated Node #3: [30, 125] from Op...
4
[ 52, 70, 4, 24 ]
42
[ "52-24=28", "4*28=112", "112-70=42" ]
Current State: 42:[52, 70, 4, 24], Operations: [] Exploring Operation: 52-24=28, Resulting Numbers: [70, 4, 28] Generated Node #2: [70, 4, 28] from Operation: 52-24=28 Current State: 42:[70, 4, 28], Operations: ['52-24=28'] Exploring Operation: 4*28=112, Resulting Numbers: [70, 112] Generated Node #3: [70, 112] from Op...
4
[ 55, 8, 60, 58 ]
66
[ "55*60=3300", "58-8=50", "3300/50=66" ]
Current State: 66:[55, 8, 60, 58], Operations: [] Exploring Operation: 55*60=3300, Resulting Numbers: [8, 58, 3300] Generated Node #2: [8, 58, 3300] from Operation: 55*60=3300 Current State: 66:[8, 58, 3300], Operations: ['55*60=3300'] Exploring Operation: 58-8=50, Resulting Numbers: [3300, 50] Generated Node #3: [3300...
4
[ 93, 32, 55, 78 ]
38
[ "93-32=61", "78-55=23", "61-23=38" ]
Current State: 38:[93, 32, 55, 78], Operations: [] Exploring Operation: 93-32=61, Resulting Numbers: [55, 78, 61] Generated Node #2: [55, 78, 61] from Operation: 93-32=61 Current State: 38:[55, 78, 61], Operations: ['93-32=61'] Exploring Operation: 78-55=23, Resulting Numbers: [61, 23] Generated Node #3: [61, 23] from ...
4
[ 11, 79, 93, 13 ]
87
[ "11+93=104", "104/13=8", "79+8=87" ]
Current State: 87:[11, 79, 93, 13], Operations: [] Exploring Operation: 11+93=104, Resulting Numbers: [79, 13, 104] Generated Node #2: [79, 13, 104] from Operation: 11+93=104 Current State: 87:[79, 13, 104], Operations: ['11+93=104'] Exploring Operation: 104/13=8, Resulting Numbers: [79, 8] Generated Node #3: [79, 8] f...
4
[ 34, 17, 94, 40 ]
27
[ "34/17=2", "94-40=54", "54/2=27" ]
Current State: 27:[34, 17, 94, 40], Operations: [] Exploring Operation: 34/17=2, Resulting Numbers: [94, 40, 2] Generated Node #2: [94, 40, 2] from Operation: 34/17=2 Current State: 27:[94, 40, 2], Operations: ['34/17=2'] Exploring Operation: 94-40=54, Resulting Numbers: [2, 54] Generated Node #3: [2, 54] from Operatio...
4
[ 4, 1, 33, 81 ]
55
[ "1+33=34", "4*34=136", "136-81=55" ]
Current State: 55:[4, 1, 33, 81], Operations: [] Exploring Operation: 1+33=34, Resulting Numbers: [4, 81, 34] Generated Node #2: [4, 81, 34] from Operation: 1+33=34 Current State: 55:[4, 81, 34], Operations: ['1+33=34'] Exploring Operation: 4*34=136, Resulting Numbers: [81, 136] Generated Node #3: [81, 136] from Operat...
4
[ 96, 26, 83, 18 ]
20
[ "96-83=13", "26/13=2", "18+2=20" ]
Current State: 20:[96, 26, 83, 18], Operations: [] Exploring Operation: 96-83=13, Resulting Numbers: [26, 18, 13] Generated Node #2: [26, 18, 13] from Operation: 96-83=13 Current State: 20:[26, 18, 13], Operations: ['96-83=13'] Exploring Operation: 26/13=2, Resulting Numbers: [18, 2] Generated Node #3: [18, 2] from Ope...
4
[ 8, 25, 52, 31 ]
59
[ "25+31=56", "56/8=7", "52+7=59" ]
Current State: 59:[8, 25, 52, 31], Operations: [] Exploring Operation: 25+31=56, Resulting Numbers: [8, 52, 56] Generated Node #2: [8, 52, 56] from Operation: 25+31=56 Current State: 59:[8, 52, 56], Operations: ['25+31=56'] Exploring Operation: 56/8=7, Resulting Numbers: [52, 7] Generated Node #3: [52, 7] from Operatio...
4
[ 84, 34, 79, 46 ]
84
[ "79-34=45", "46-45=1", "84*1=84" ]
Current State: 84:[84, 34, 79, 46], Operations: [] Exploring Operation: 79-34=45, Resulting Numbers: [84, 46, 45] Generated Node #2: [84, 46, 45] from Operation: 79-34=45 Current State: 84:[84, 46, 45], Operations: ['79-34=45'] Exploring Operation: 46-45=1, Resulting Numbers: [84, 1] Generated Node #3: [84, 1] from Ope...
4
[ 21, 22, 40, 84 ]
87
[ "21+22=43", "84-40=44", "43+44=87" ]
Current State: 87:[21, 22, 40, 84], Operations: [] Exploring Operation: 21+22=43, Resulting Numbers: [40, 84, 43] Generated Node #2: [40, 84, 43] from Operation: 21+22=43 Current State: 87:[40, 84, 43], Operations: ['21+22=43'] Exploring Operation: 84-40=44, Resulting Numbers: [43, 44] Generated Node #3: [43, 44] from ...
4
[ 38, 4, 16, 96 ]
28
[ "38-4=34", "96/16=6", "34-6=28" ]
Current State: 28:[38, 4, 16, 96], Operations: [] Exploring Operation: 38-4=34, Resulting Numbers: [16, 96, 34] Generated Node #2: [16, 96, 34] from Operation: 38-4=34 Current State: 28:[16, 96, 34], Operations: ['38-4=34'] Exploring Operation: 96/16=6, Resulting Numbers: [34, 6] Generated Node #3: [34, 6] from Operati...
4
[ 68, 57, 24, 12 ]
25
[ "68-57=11", "24+12=36", "36-11=25" ]
Current State: 25:[68, 57, 24, 12], Operations: [] Exploring Operation: 68-57=11, Resulting Numbers: [24, 12, 11] Generated Node #2: [24, 12, 11] from Operation: 68-57=11 Current State: 25:[24, 12, 11], Operations: ['68-57=11'] Exploring Operation: 24+12=36, Resulting Numbers: [11, 36] Generated Node #3: [11, 36] from ...
4
[ 66, 57, 65, 19 ]
76
[ "66-65=1", "57+19=76", "1*76=76" ]
Current State: 76:[66, 57, 65, 19], Operations: [] Exploring Operation: 66-65=1, Resulting Numbers: [57, 19, 1] Generated Node #2: [57, 19, 1] from Operation: 66-65=1 Current State: 76:[57, 19, 1], Operations: ['66-65=1'] Exploring Operation: 57+19=76, Resulting Numbers: [1, 76] Generated Node #3: [1, 76] from Operatio...
4
[ 63, 48, 74, 8 ]
29
[ "63+48=111", "74+8=82", "111-82=29" ]
Current State: 29:[63, 48, 74, 8], Operations: [] Exploring Operation: 63+48=111, Resulting Numbers: [74, 8, 111] Generated Node #2: [74, 8, 111] from Operation: 63+48=111 Current State: 29:[74, 8, 111], Operations: ['63+48=111'] Exploring Operation: 74+8=82, Resulting Numbers: [111, 82] Generated Node #3: [111, 82] fr...
4
[ 3, 58, 83, 17 ]
76
[ "3*17=51", "83-58=25", "51+25=76" ]
Current State: 76:[3, 58, 83, 17], Operations: [] Exploring Operation: 3*17=51, Resulting Numbers: [58, 83, 51] Generated Node #2: [58, 83, 51] from Operation: 3*17=51 Current State: 76:[58, 83, 51], Operations: ['3*17=51'] Exploring Operation: 83-58=25, Resulting Numbers: [51, 25] Generated Node #3: [51, 25] from Oper...
4
[ 59, 20, 26, 30 ]
22
[ "59-26=33", "20*33=660", "660/30=22" ]
Current State: 22:[59, 20, 26, 30], Operations: [] Exploring Operation: 59-26=33, Resulting Numbers: [20, 30, 33] Generated Node #2: [20, 30, 33] from Operation: 59-26=33 Current State: 22:[20, 30, 33], Operations: ['59-26=33'] Exploring Operation: 20*33=660, Resulting Numbers: [30, 660] Generated Node #3: [30, 660] fr...
4
[ 56, 86, 14, 13 ]
57
[ "86-56=30", "14+13=27", "30+27=57" ]
Current State: 57:[56, 86, 14, 13], Operations: [] Exploring Operation: 86-56=30, Resulting Numbers: [14, 13, 30] Generated Node #2: [14, 13, 30] from Operation: 86-56=30 Current State: 57:[14, 13, 30], Operations: ['86-56=30'] Exploring Operation: 14+13=27, Resulting Numbers: [30, 27] Generated Node #3: [30, 27] from ...
4
[ 31, 6, 17, 20 ]
64
[ "31-17=14", "6*14=84", "84-20=64" ]
Current State: 64:[31, 6, 17, 20], Operations: [] Exploring Operation: 31-17=14, Resulting Numbers: [6, 20, 14] Generated Node #2: [6, 20, 14] from Operation: 31-17=14 Current State: 64:[6, 20, 14], Operations: ['31-17=14'] Exploring Operation: 6*14=84, Resulting Numbers: [20, 84] Generated Node #3: [20, 84] from Opera...
4
[ 33, 4, 17, 38 ]
17
[ "33+4=37", "38-37=1", "17*1=17" ]
Current State: 17:[33, 4, 17, 38], Operations: [] Exploring Operation: 33+4=37, Resulting Numbers: [17, 38, 37] Generated Node #2: [17, 38, 37] from Operation: 33+4=37 Current State: 17:[17, 38, 37], Operations: ['33+4=37'] Exploring Operation: 38-37=1, Resulting Numbers: [17, 1] Generated Node #3: [17, 1] from Operati...
4
[ 70, 4, 57, 17 ]
35
[ "70-57=13", "4*13=52", "52-17=35" ]
Current State: 35:[70, 4, 57, 17], Operations: [] Exploring Operation: 70-57=13, Resulting Numbers: [4, 17, 13] Generated Node #2: [4, 17, 13] from Operation: 70-57=13 Current State: 35:[4, 17, 13], Operations: ['70-57=13'] Exploring Operation: 4*13=52, Resulting Numbers: [17, 52] Generated Node #3: [17, 52] from Opera...
4
[ 80, 37, 63, 83 ]
97
[ "80+37=117", "83-63=20", "117-20=97" ]
Current State: 97:[80, 37, 63, 83], Operations: [] Exploring Operation: 80+37=117, Resulting Numbers: [63, 83, 117] Generated Node #2: [63, 83, 117] from Operation: 80+37=117 Current State: 97:[63, 83, 117], Operations: ['80+37=117'] Exploring Operation: 83-63=20, Resulting Numbers: [117, 20] Generated Node #3: [117, 2...
4
[ 61, 58, 66, 83 ]
14
[ "61-58=3", "83-66=17", "17-3=14" ]
Current State: 14:[61, 58, 66, 83], Operations: [] Exploring Operation: 61-58=3, Resulting Numbers: [66, 83, 3] Generated Node #2: [66, 83, 3] from Operation: 61-58=3 Current State: 14:[66, 83, 3], Operations: ['61-58=3'] Exploring Operation: 83-66=17, Resulting Numbers: [3, 17] Generated Node #3: [3, 17] from Operatio...
4
[ 27, 36, 38, 55 ]
14
[ "55-27=28", "38-36=2", "28/2=14" ]
Current State: 14:[27, 36, 38, 55], Operations: [] Exploring Operation: 55-27=28, Resulting Numbers: [36, 38, 28] Generated Node #2: [36, 38, 28] from Operation: 55-27=28 Current State: 14:[36, 38, 28], Operations: ['55-27=28'] Exploring Operation: 38-36=2, Resulting Numbers: [28, 2] Generated Node #3: [28, 2] from Ope...
4
[ 55, 2, 37, 69 ]
21
[ "55-2=53", "69-37=32", "53-32=21" ]
Current State: 21:[55, 2, 37, 69], Operations: [] Exploring Operation: 55-2=53, Resulting Numbers: [37, 69, 53] Generated Node #2: [37, 69, 53] from Operation: 55-2=53 Current State: 21:[37, 69, 53], Operations: ['55-2=53'] Exploring Operation: 69-37=32, Resulting Numbers: [53, 32] Generated Node #3: [53, 32] from Oper...
4
[ 91, 76, 3, 82 ]
82
[ "91+76=167", "3+82=85", "167-85=82" ]
Current State: 82:[91, 76, 3, 82], Operations: [] Exploring Operation: 91+76=167, Resulting Numbers: [3, 82, 167] Generated Node #2: [3, 82, 167] from Operation: 91+76=167 Current State: 82:[3, 82, 167], Operations: ['91+76=167'] Exploring Operation: 3+82=85, Resulting Numbers: [167, 85] Generated Node #3: [167, 85] fr...
4
[ 85, 17, 74, 54 ]
88
[ "85-17=68", "74-54=20", "68+20=88" ]
Current State: 88:[85, 17, 74, 54], Operations: [] Exploring Operation: 85-17=68, Resulting Numbers: [74, 54, 68] Generated Node #2: [74, 54, 68] from Operation: 85-17=68 Current State: 88:[74, 54, 68], Operations: ['85-17=68'] Exploring Operation: 74-54=20, Resulting Numbers: [68, 20] Generated Node #3: [68, 20] from ...
4
[ 86, 74, 92, 96 ]
28
[ "86+74=160", "92+96=188", "188-160=28" ]
Current State: 28:[86, 74, 92, 96], Operations: [] Exploring Operation: 86+74=160, Resulting Numbers: [92, 96, 160] Generated Node #2: [92, 96, 160] from Operation: 86+74=160 Current State: 28:[92, 96, 160], Operations: ['86+74=160'] Exploring Operation: 92+96=188, Resulting Numbers: [160, 188] Generated Node #3: [160,...
4
[ 44, 24, 67, 81 ]
54
[ "44+24=68", "81-67=14", "68-14=54" ]
Current State: 54:[44, 24, 67, 81], Operations: [] Exploring Operation: 44+24=68, Resulting Numbers: [67, 81, 68] Generated Node #2: [67, 81, 68] from Operation: 44+24=68 Current State: 54:[67, 81, 68], Operations: ['44+24=68'] Exploring Operation: 81-67=14, Resulting Numbers: [68, 14] Generated Node #3: [68, 14] from ...
4
[ 93, 97, 10, 35 ]
15
[ "93*10=930", "97-35=62", "930/62=15" ]
Current State: 15:[93, 97, 10, 35], Operations: [] Exploring Operation: 93*10=930, Resulting Numbers: [97, 35, 930] Generated Node #2: [97, 35, 930] from Operation: 93*10=930 Current State: 15:[97, 35, 930], Operations: ['93*10=930'] Exploring Operation: 97-35=62, Resulting Numbers: [930, 62] Generated Node #3: [930, 6...
4
[ 88, 23, 85, 68 ]
94
[ "88+23=111", "85-68=17", "111-17=94" ]
Current State: 94:[88, 23, 85, 68], Operations: [] Exploring Operation: 88+23=111, Resulting Numbers: [85, 68, 111] Generated Node #2: [85, 68, 111] from Operation: 88+23=111 Current State: 94:[85, 68, 111], Operations: ['88+23=111'] Exploring Operation: 85-68=17, Resulting Numbers: [111, 17] Generated Node #3: [111, 1...
4
[ 57, 98, 36, 78 ]
41
[ "57+98=155", "36+78=114", "155-114=41" ]
Current State: 41:[57, 98, 36, 78], Operations: [] Exploring Operation: 57+98=155, Resulting Numbers: [36, 78, 155] Generated Node #2: [36, 78, 155] from Operation: 57+98=155 Current State: 41:[36, 78, 155], Operations: ['57+98=155'] Exploring Operation: 36+78=114, Resulting Numbers: [155, 114] Generated Node #3: [155,...
4
[ 6, 70, 68, 66 ]
70
[ "70-6=64", "68+66=134", "134-64=70" ]
Current State: 70:[6, 70, 68, 66], Operations: [] Exploring Operation: 70-6=64, Resulting Numbers: [68, 66, 64] Generated Node #2: [68, 66, 64] from Operation: 70-6=64 Current State: 70:[68, 66, 64], Operations: ['70-6=64'] Exploring Operation: 68+66=134, Resulting Numbers: [64, 134] Generated Node #3: [64, 134] from O...
4
[ 1, 3, 69, 97 ]
84
[ "1*3=3", "97-69=28", "3*28=84" ]
Current State: 84:[1, 3, 69, 97], Operations: [] Exploring Operation: 1*3=3, Resulting Numbers: [69, 97, 3] Generated Node #2: [69, 97, 3] from Operation: 1*3=3 Current State: 84:[69, 97, 3], Operations: ['1*3=3'] Exploring Operation: 97-69=28, Resulting Numbers: [3, 28] Generated Node #3: [3, 28] from Operation: 97-69...
4
[ 44, 4, 41, 87 ]
99
[ "44-41=3", "4*3=12", "87+12=99" ]
Current State: 99:[44, 4, 41, 87], Operations: [] Exploring Operation: 44-41=3, Resulting Numbers: [4, 87, 3] Generated Node #2: [4, 87, 3] from Operation: 44-41=3 Current State: 99:[4, 87, 3], Operations: ['44-41=3'] Exploring Operation: 4*3=12, Resulting Numbers: [87, 12] Generated Node #3: [87, 12] from Operation: 4...
4
[ 95, 37, 91, 52 ]
93
[ "95+37=132", "91-52=39", "132-39=93" ]
Current State: 93:[95, 37, 91, 52], Operations: [] Exploring Operation: 95+37=132, Resulting Numbers: [91, 52, 132] Generated Node #2: [91, 52, 132] from Operation: 95+37=132 Current State: 93:[91, 52, 132], Operations: ['95+37=132'] Exploring Operation: 91-52=39, Resulting Numbers: [132, 39] Generated Node #3: [132, 3...
4
[ 60, 92, 2, 3 ]
82
[ "60-2=58", "3*58=174", "174-92=82" ]
Current State: 82:[60, 92, 2, 3], Operations: [] Exploring Operation: 60-2=58, Resulting Numbers: [92, 3, 58] Generated Node #2: [92, 3, 58] from Operation: 60-2=58 Current State: 82:[92, 3, 58], Operations: ['60-2=58'] Exploring Operation: 3*58=174, Resulting Numbers: [92, 174] Generated Node #3: [92, 174] from Operat...
4
[ 2, 39, 94, 74 ]
15
[ "2*74=148", "39+94=133", "148-133=15" ]
Current State: 15:[2, 39, 94, 74], Operations: [] Exploring Operation: 2*74=148, Resulting Numbers: [39, 94, 148] Generated Node #2: [39, 94, 148] from Operation: 2*74=148 Current State: 15:[39, 94, 148], Operations: ['2*74=148'] Exploring Operation: 39+94=133, Resulting Numbers: [148, 133] Generated Node #3: [148, 133...
4
[ 4, 38, 2, 64 ]
48
[ "38*2=76", "76-64=12", "4*12=48" ]
Current State: 48:[4, 38, 2, 64], Operations: [] Exploring Operation: 38*2=76, Resulting Numbers: [4, 64, 76] Generated Node #2: [4, 64, 76] from Operation: 38*2=76 Current State: 48:[4, 64, 76], Operations: ['38*2=76'] Exploring Operation: 76-64=12, Resulting Numbers: [4, 12] Generated Node #3: [4, 12] from Operation:...
4
[ 57, 29, 47, 56 ]
37
[ "57-29=28", "56-47=9", "28+9=37" ]
Current State: 37:[57, 29, 47, 56], Operations: [] Exploring Operation: 57-29=28, Resulting Numbers: [47, 56, 28] Generated Node #2: [47, 56, 28] from Operation: 57-29=28 Current State: 37:[47, 56, 28], Operations: ['57-29=28'] Exploring Operation: 56-47=9, Resulting Numbers: [28, 9] Generated Node #3: [28, 9] from Ope...
4
[ 81, 82, 75, 54 ]
48
[ "81*82=6642", "6642/54=123", "123-75=48" ]
Current State: 48:[81, 82, 75, 54], Operations: [] Exploring Operation: 81*82=6642, Resulting Numbers: [75, 54, 6642] Generated Node #2: [75, 54, 6642] from Operation: 81*82=6642 Current State: 48:[75, 54, 6642], Operations: ['81*82=6642'] Exploring Operation: 6642/54=123, Resulting Numbers: [75, 123] Generated Node #3...
4
[ 28, 94, 2, 34 ]
34
[ "94-28=66", "34-2=32", "66-32=34" ]
Current State: 34:[28, 94, 2, 34], Operations: [] Exploring Operation: 94-28=66, Resulting Numbers: [2, 34, 66] Generated Node #2: [2, 34, 66] from Operation: 94-28=66 Current State: 34:[2, 34, 66], Operations: ['94-28=66'] Exploring Operation: 34-2=32, Resulting Numbers: [66, 32] Generated Node #3: [66, 32] from Opera...
4
[ 13, 55, 78, 43 ]
79
[ "55-13=42", "78+43=121", "121-42=79" ]
Current State: 79:[13, 55, 78, 43], Operations: [] Exploring Operation: 55-13=42, Resulting Numbers: [78, 43, 42] Generated Node #2: [78, 43, 42] from Operation: 55-13=42 Current State: 79:[78, 43, 42], Operations: ['55-13=42'] Exploring Operation: 78+43=121, Resulting Numbers: [42, 121] Generated Node #3: [42, 121] fr...
4
[ 98, 30, 7, 49 ]
67
[ "98*30=2940", "2940/49=60", "7+60=67" ]
Current State: 67:[98, 30, 7, 49], Operations: [] Exploring Operation: 98*30=2940, Resulting Numbers: [7, 49, 2940] Generated Node #2: [7, 49, 2940] from Operation: 98*30=2940 Current State: 67:[7, 49, 2940], Operations: ['98*30=2940'] Exploring Operation: 2940/49=60, Resulting Numbers: [7, 60] Generated Node #3: [7, 6...
4
[ 73, 53, 70, 36 ]
55
[ "73-70=3", "36*3=108", "108-53=55" ]
Current State: 55:[73, 53, 70, 36], Operations: [] Exploring Operation: 73-70=3, Resulting Numbers: [53, 36, 3] Generated Node #2: [53, 36, 3] from Operation: 73-70=3 Current State: 55:[53, 36, 3], Operations: ['73-70=3'] Exploring Operation: 36*3=108, Resulting Numbers: [53, 108] Generated Node #3: [53, 108] from Oper...
4
[ 75, 70, 67, 42 ]
39
[ "75+42=117", "70-67=3", "117/3=39" ]
Current State: 39:[75, 70, 67, 42], Operations: [] Exploring Operation: 75+42=117, Resulting Numbers: [70, 67, 117] Generated Node #2: [70, 67, 117] from Operation: 75+42=117 Current State: 39:[70, 67, 117], Operations: ['75+42=117'] Exploring Operation: 70-67=3, Resulting Numbers: [117, 3] Generated Node #3: [117, 3] ...
4
[ 55, 70, 8, 62 ]
56
[ "70-8=62", "62/62=1", "55+1=56" ]
Current State: 56:[55, 70, 8, 62], Operations: [] Exploring Operation: 70-8=62, Resulting Numbers: [55, 62, 62] Generated Node #2: [55, 62, 62] from Operation: 70-8=62 Current State: 56:[55, 62, 62], Operations: ['70-8=62'] Exploring Operation: 62/62=1, Resulting Numbers: [55, 1] Generated Node #3: [55, 1] from Operati...
4
[ 58, 65, 9, 74 ]
59
[ "65+9=74", "74/74=1", "58+1=59" ]
Current State: 59:[58, 65, 9, 74], Operations: [] Exploring Operation: 65+9=74, Resulting Numbers: [58, 74, 74] Generated Node #2: [58, 74, 74] from Operation: 65+9=74 Current State: 59:[58, 74, 74], Operations: ['65+9=74'] Exploring Operation: 74/74=1, Resulting Numbers: [58, 1] Generated Node #3: [58, 1] from Operati...
4
[ 34, 46, 62, 23 ]
90
[ "46*62=2852", "2852/23=124", "124-34=90" ]
Current State: 90:[34, 46, 62, 23], Operations: [] Exploring Operation: 46*62=2852, Resulting Numbers: [34, 23, 2852] Generated Node #2: [34, 23, 2852] from Operation: 46*62=2852 Current State: 90:[34, 23, 2852], Operations: ['46*62=2852'] Exploring Operation: 2852/23=124, Resulting Numbers: [34, 124] Generated Node #3...
4
[ 20, 64, 91, 86 ]
93
[ "20+64=84", "91+86=177", "177-84=93" ]
Current State: 93:[20, 64, 91, 86], Operations: [] Exploring Operation: 20+64=84, Resulting Numbers: [91, 86, 84] Generated Node #2: [91, 86, 84] from Operation: 20+64=84 Current State: 93:[91, 86, 84], Operations: ['20+64=84'] Exploring Operation: 91+86=177, Resulting Numbers: [84, 177] Generated Node #3: [84, 177] fr...
4
[ 25, 99, 82, 14 ]
22
[ "99-25=74", "82+14=96", "96-74=22" ]
Current State: 22:[25, 99, 82, 14], Operations: [] Exploring Operation: 99-25=74, Resulting Numbers: [82, 14, 74] Generated Node #2: [82, 14, 74] from Operation: 99-25=74 Current State: 22:[82, 14, 74], Operations: ['99-25=74'] Exploring Operation: 82+14=96, Resulting Numbers: [74, 96] Generated Node #3: [74, 96] from ...
4
[ 72, 94, 71, 64 ]
29
[ "94-72=22", "71-64=7", "22+7=29" ]
Current State: 29:[72, 94, 71, 64], Operations: [] Exploring Operation: 94-72=22, Resulting Numbers: [71, 64, 22] Generated Node #2: [71, 64, 22] from Operation: 94-72=22 Current State: 29:[71, 64, 22], Operations: ['94-72=22'] Exploring Operation: 71-64=7, Resulting Numbers: [22, 7] Generated Node #3: [22, 7] from Ope...
4
[ 2, 22, 58, 99 ]
52
[ "22/2=11", "99-58=41", "11+41=52" ]
Current State: 52:[2, 22, 58, 99], Operations: [] Exploring Operation: 22/2=11, Resulting Numbers: [58, 99, 11] Generated Node #2: [58, 99, 11] from Operation: 22/2=11 Current State: 52:[58, 99, 11], Operations: ['22/2=11'] Exploring Operation: 99-58=41, Resulting Numbers: [11, 41] Generated Node #3: [11, 41] from Oper...
4
[ 98, 6, 3, 29 ]
87
[ "98-29=69", "6*3=18", "69+18=87" ]
Current State: 87:[98, 6, 3, 29], Operations: [] Exploring Operation: 98-29=69, Resulting Numbers: [6, 3, 69] Generated Node #2: [6, 3, 69] from Operation: 98-29=69 Current State: 87:[6, 3, 69], Operations: ['98-29=69'] Exploring Operation: 6*3=18, Resulting Numbers: [69, 18] Generated Node #3: [69, 18] from Operation:...
4
[ 60, 66, 84, 27 ]
40
[ "84-66=18", "60*18=1080", "1080/27=40" ]
Current State: 40:[60, 66, 84, 27], Operations: [] Exploring Operation: 84-66=18, Resulting Numbers: [60, 27, 18] Generated Node #2: [60, 27, 18] from Operation: 84-66=18 Current State: 40:[60, 27, 18], Operations: ['84-66=18'] Exploring Operation: 60*18=1080, Resulting Numbers: [27, 1080] Generated Node #3: [27, 1080]...
4
[ 96, 90, 15, 77 ]
61
[ "96*15=1440", "1440/90=16", "77-16=61" ]
Current State: 61:[96, 90, 15, 77], Operations: [] Exploring Operation: 96*15=1440, Resulting Numbers: [90, 77, 1440] Generated Node #2: [90, 77, 1440] from Operation: 96*15=1440 Current State: 61:[90, 77, 1440], Operations: ['96*15=1440'] Exploring Operation: 1440/90=16, Resulting Numbers: [77, 16] Generated Node #3: ...
4
[ 26, 30, 58, 83 ]
81
[ "26+30=56", "83-58=25", "56+25=81" ]
Current State: 81:[26, 30, 58, 83], Operations: [] Exploring Operation: 26+30=56, Resulting Numbers: [58, 83, 56] Generated Node #2: [58, 83, 56] from Operation: 26+30=56 Current State: 81:[58, 83, 56], Operations: ['26+30=56'] Exploring Operation: 83-58=25, Resulting Numbers: [56, 25] Generated Node #3: [56, 25] from ...
4
[ 92, 41, 87, 21 ]
23
[ "87-41=46", "92/46=2", "21+2=23" ]
Current State: 23:[92, 41, 87, 21], Operations: [] Exploring Operation: 87-41=46, Resulting Numbers: [92, 21, 46] Generated Node #2: [92, 21, 46] from Operation: 87-41=46 Current State: 23:[92, 21, 46], Operations: ['87-41=46'] Exploring Operation: 92/46=2, Resulting Numbers: [21, 2] Generated Node #3: [21, 2] from Ope...
4