nums
listlengths
4
4
target
int64
10
100
solution
listlengths
3
3
optimal_path
stringlengths
282
529
start_size
int64
4
4
[ 97, 40, 95, 50 ]
88
[ "97-40=57", "95+50=145", "145-57=88" ]
Current State: 88:[97, 40, 95, 50], Operations: [] Exploring Operation: 97-40=57, Resulting Numbers: [95, 50, 57] Generated Node #2: [95, 50, 57] from Operation: 97-40=57 Current State: 88:[95, 50, 57], Operations: ['97-40=57'] Exploring Operation: 95+50=145, Resulting Numbers: [57, 145] Generated Node #3: [57, 145] fr...
4
[ 28, 27, 68, 57 ]
66
[ "28+27=55", "68-57=11", "55+11=66" ]
Current State: 66:[28, 27, 68, 57], Operations: [] Exploring Operation: 28+27=55, Resulting Numbers: [68, 57, 55] Generated Node #2: [68, 57, 55] from Operation: 28+27=55 Current State: 66:[68, 57, 55], Operations: ['28+27=55'] Exploring Operation: 68-57=11, Resulting Numbers: [55, 11] Generated Node #3: [55, 11] from ...
4
[ 24, 76, 14, 82 ]
41
[ "24+14=38", "76/38=2", "82/2=41" ]
Current State: 41:[24, 76, 14, 82], Operations: [] Exploring Operation: 24+14=38, Resulting Numbers: [76, 82, 38] Generated Node #2: [76, 82, 38] from Operation: 24+14=38 Current State: 41:[76, 82, 38], Operations: ['24+14=38'] Exploring Operation: 76/38=2, Resulting Numbers: [82, 2] Generated Node #3: [82, 2] from Ope...
4
[ 38, 33, 41, 90 ]
19
[ "41-38=3", "90-33=57", "57/3=19" ]
Current State: 19:[38, 33, 41, 90], Operations: [] Exploring Operation: 41-38=3, Resulting Numbers: [33, 90, 3] Generated Node #2: [33, 90, 3] from Operation: 41-38=3 Current State: 19:[33, 90, 3], Operations: ['41-38=3'] Exploring Operation: 90-33=57, Resulting Numbers: [3, 57] Generated Node #3: [3, 57] from Operatio...
4
[ 25, 3, 79, 14 ]
65
[ "25+3=28", "79+14=93", "93-28=65" ]
Current State: 65:[25, 3, 79, 14], Operations: [] Exploring Operation: 25+3=28, Resulting Numbers: [79, 14, 28] Generated Node #2: [79, 14, 28] from Operation: 25+3=28 Current State: 65:[79, 14, 28], Operations: ['25+3=28'] Exploring Operation: 79+14=93, Resulting Numbers: [28, 93] Generated Node #3: [28, 93] from Oper...
4
[ 24, 32, 85, 31 ]
87
[ "85+31=116", "24*116=2784", "2784/32=87" ]
Current State: 87:[24, 32, 85, 31], Operations: [] Exploring Operation: 85+31=116, Resulting Numbers: [24, 32, 116] Generated Node #2: [24, 32, 116] from Operation: 85+31=116 Current State: 87:[24, 32, 116], Operations: ['85+31=116'] Exploring Operation: 24*116=2784, Resulting Numbers: [32, 2784] Generated Node #3: [32...
4
[ 42, 41, 20, 35 ]
65
[ "42*20=840", "840/35=24", "41+24=65" ]
Current State: 65:[42, 41, 20, 35], Operations: [] Exploring Operation: 42*20=840, Resulting Numbers: [41, 35, 840] Generated Node #2: [41, 35, 840] from Operation: 42*20=840 Current State: 65:[41, 35, 840], Operations: ['42*20=840'] Exploring Operation: 840/35=24, Resulting Numbers: [41, 24] Generated Node #3: [41, 24...
4
[ 45, 5, 41, 33 ]
65
[ "45/5=9", "41+33=74", "74-9=65" ]
Current State: 65:[45, 5, 41, 33], Operations: [] Exploring Operation: 45/5=9, Resulting Numbers: [41, 33, 9] Generated Node #2: [41, 33, 9] from Operation: 45/5=9 Current State: 65:[41, 33, 9], Operations: ['45/5=9'] Exploring Operation: 41+33=74, Resulting Numbers: [9, 74] Generated Node #3: [9, 74] from Operation: 4...
4
[ 5, 5, 16, 51 ]
51
[ "5-5=0", "16*0=0", "51+0=51" ]
Current State: 51:[5, 5, 16, 51], Operations: [] Exploring Operation: 5-5=0, Resulting Numbers: [16, 51, 0] Generated Node #2: [16, 51, 0] from Operation: 5-5=0 Current State: 51:[16, 51, 0], Operations: ['5-5=0'] Exploring Operation: 16*0=0, Resulting Numbers: [51, 0] Generated Node #3: [51, 0] from Operation: 16*0=0 ...
4
[ 76, 84, 64, 35 ]
42
[ "76-64=12", "84/12=7", "35+7=42" ]
Current State: 42:[76, 84, 64, 35], Operations: [] Exploring Operation: 76-64=12, Resulting Numbers: [84, 35, 12] Generated Node #2: [84, 35, 12] from Operation: 76-64=12 Current State: 42:[84, 35, 12], Operations: ['76-64=12'] Exploring Operation: 84/12=7, Resulting Numbers: [35, 7] Generated Node #3: [35, 7] from Ope...
4
[ 62, 57, 40, 38 ]
88
[ "40-38=2", "62/2=31", "57+31=88" ]
Current State: 88:[62, 57, 40, 38], Operations: [] Exploring Operation: 40-38=2, Resulting Numbers: [62, 57, 2] Generated Node #2: [62, 57, 2] from Operation: 40-38=2 Current State: 88:[62, 57, 2], Operations: ['40-38=2'] Exploring Operation: 62/2=31, Resulting Numbers: [57, 31] Generated Node #3: [57, 31] from Operati...
4
[ 24, 86, 19, 80 ]
70
[ "24-19=5", "80/5=16", "86-16=70" ]
Current State: 70:[24, 86, 19, 80], Operations: [] Exploring Operation: 24-19=5, Resulting Numbers: [86, 80, 5] Generated Node #2: [86, 80, 5] from Operation: 24-19=5 Current State: 70:[86, 80, 5], Operations: ['24-19=5'] Exploring Operation: 80/5=16, Resulting Numbers: [86, 16] Generated Node #3: [86, 16] from Operati...
4
[ 20, 15, 3, 38 ]
83
[ "20*3=60", "38-15=23", "60+23=83" ]
Current State: 83:[20, 15, 3, 38], Operations: [] Exploring Operation: 20*3=60, Resulting Numbers: [15, 38, 60] Generated Node #2: [15, 38, 60] from Operation: 20*3=60 Current State: 83:[15, 38, 60], Operations: ['20*3=60'] Exploring Operation: 38-15=23, Resulting Numbers: [60, 23] Generated Node #3: [60, 23] from Oper...
4
[ 6, 14, 94, 9 ]
93
[ "14-6=8", "94-9=85", "8+85=93" ]
Current State: 93:[6, 14, 94, 9], Operations: [] Exploring Operation: 14-6=8, Resulting Numbers: [94, 9, 8] Generated Node #2: [94, 9, 8] from Operation: 14-6=8 Current State: 93:[94, 9, 8], Operations: ['14-6=8'] Exploring Operation: 94-9=85, Resulting Numbers: [8, 85] Generated Node #3: [8, 85] from Operation: 94-9=8...
4
[ 82, 21, 46, 59 ]
90
[ "82+21=103", "59-46=13", "103-13=90" ]
Current State: 90:[82, 21, 46, 59], Operations: [] Exploring Operation: 82+21=103, Resulting Numbers: [46, 59, 103] Generated Node #2: [46, 59, 103] from Operation: 82+21=103 Current State: 90:[46, 59, 103], Operations: ['82+21=103'] Exploring Operation: 59-46=13, Resulting Numbers: [103, 13] Generated Node #3: [103, 1...
4
[ 50, 4, 71, 66 ]
83
[ "50+4=54", "71+66=137", "137-54=83" ]
Current State: 83:[50, 4, 71, 66], Operations: [] Exploring Operation: 50+4=54, Resulting Numbers: [71, 66, 54] Generated Node #2: [71, 66, 54] from Operation: 50+4=54 Current State: 83:[71, 66, 54], Operations: ['50+4=54'] Exploring Operation: 71+66=137, Resulting Numbers: [54, 137] Generated Node #3: [54, 137] from O...
4
[ 3, 15, 44, 97 ]
97
[ "3*15=45", "45-44=1", "97*1=97" ]
Current State: 97:[3, 15, 44, 97], Operations: [] Exploring Operation: 3*15=45, Resulting Numbers: [44, 97, 45] Generated Node #2: [44, 97, 45] from Operation: 3*15=45 Current State: 97:[44, 97, 45], Operations: ['3*15=45'] Exploring Operation: 45-44=1, Resulting Numbers: [97, 1] Generated Node #3: [97, 1] from Operati...
4
[ 95, 68, 53, 30 ]
93
[ "68-53=15", "30/15=2", "95-2=93" ]
Current State: 93:[95, 68, 53, 30], Operations: [] Exploring Operation: 68-53=15, Resulting Numbers: [95, 30, 15] Generated Node #2: [95, 30, 15] from Operation: 68-53=15 Current State: 93:[95, 30, 15], Operations: ['68-53=15'] Exploring Operation: 30/15=2, Resulting Numbers: [95, 2] Generated Node #3: [95, 2] from Ope...
4
[ 91, 29, 89, 47 ]
20
[ "91-29=62", "89-47=42", "62-42=20" ]
Current State: 20:[91, 29, 89, 47], Operations: [] Exploring Operation: 91-29=62, Resulting Numbers: [89, 47, 62] Generated Node #2: [89, 47, 62] from Operation: 91-29=62 Current State: 20:[89, 47, 62], Operations: ['91-29=62'] Exploring Operation: 89-47=42, Resulting Numbers: [62, 42] Generated Node #3: [62, 42] from ...
4
[ 97, 23, 88, 12 ]
26
[ "97-23=74", "88+12=100", "100-74=26" ]
Current State: 26:[97, 23, 88, 12], Operations: [] Exploring Operation: 97-23=74, Resulting Numbers: [88, 12, 74] Generated Node #2: [88, 12, 74] from Operation: 97-23=74 Current State: 26:[88, 12, 74], Operations: ['97-23=74'] Exploring Operation: 88+12=100, Resulting Numbers: [74, 100] Generated Node #3: [74, 100] fr...
4
[ 38, 8, 46, 77 ]
20
[ "38+77=115", "8*115=920", "920/46=20" ]
Current State: 20:[38, 8, 46, 77], Operations: [] Exploring Operation: 38+77=115, Resulting Numbers: [8, 46, 115] Generated Node #2: [8, 46, 115] from Operation: 38+77=115 Current State: 20:[8, 46, 115], Operations: ['38+77=115'] Exploring Operation: 8*115=920, Resulting Numbers: [46, 920] Generated Node #3: [46, 920] ...
4
[ 63, 69, 20, 7 ]
40
[ "63/7=9", "69-20=49", "49-9=40" ]
Current State: 40:[63, 69, 20, 7], Operations: [] Exploring Operation: 63/7=9, Resulting Numbers: [69, 20, 9] Generated Node #2: [69, 20, 9] from Operation: 63/7=9 Current State: 40:[69, 20, 9], Operations: ['63/7=9'] Exploring Operation: 69-20=49, Resulting Numbers: [9, 49] Generated Node #3: [9, 49] from Operation: 6...
4
[ 96, 75, 25, 4 ]
49
[ "96+75=171", "25+171=196", "196/4=49" ]
Current State: 49:[96, 75, 25, 4], Operations: [] Exploring Operation: 96+75=171, Resulting Numbers: [25, 4, 171] Generated Node #2: [25, 4, 171] from Operation: 96+75=171 Current State: 49:[25, 4, 171], Operations: ['96+75=171'] Exploring Operation: 25+171=196, Resulting Numbers: [4, 196] Generated Node #3: [4, 196] f...
4
[ 51, 81, 24, 15 ]
58
[ "81+24=105", "105/15=7", "51+7=58" ]
Current State: 58:[51, 81, 24, 15], Operations: [] Exploring Operation: 81+24=105, Resulting Numbers: [51, 15, 105] Generated Node #2: [51, 15, 105] from Operation: 81+24=105 Current State: 58:[51, 15, 105], Operations: ['81+24=105'] Exploring Operation: 105/15=7, Resulting Numbers: [51, 7] Generated Node #3: [51, 7] f...
4
[ 73, 2, 99, 75 ]
11
[ "73+99=172", "172/2=86", "86-75=11" ]
Current State: 11:[73, 2, 99, 75], Operations: [] Exploring Operation: 73+99=172, Resulting Numbers: [2, 75, 172] Generated Node #2: [2, 75, 172] from Operation: 73+99=172 Current State: 11:[2, 75, 172], Operations: ['73+99=172'] Exploring Operation: 172/2=86, Resulting Numbers: [75, 86] Generated Node #3: [75, 86] fro...
4
[ 32, 64, 73, 10 ]
31
[ "64-32=32", "73-10=63", "63-32=31" ]
Current State: 31:[32, 64, 73, 10], Operations: [] Exploring Operation: 64-32=32, Resulting Numbers: [73, 10, 32] Generated Node #2: [73, 10, 32] from Operation: 64-32=32 Current State: 31:[73, 10, 32], Operations: ['64-32=32'] Exploring Operation: 73-10=63, Resulting Numbers: [32, 63] Generated Node #3: [32, 63] from ...
4
[ 33, 97, 14, 68 ]
56
[ "97-33=64", "68-64=4", "14*4=56" ]
Current State: 56:[33, 97, 14, 68], Operations: [] Exploring Operation: 97-33=64, Resulting Numbers: [14, 68, 64] Generated Node #2: [14, 68, 64] from Operation: 97-33=64 Current State: 56:[14, 68, 64], Operations: ['97-33=64'] Exploring Operation: 68-64=4, Resulting Numbers: [14, 4] Generated Node #3: [14, 4] from Ope...
4
[ 26, 65, 18, 59 ]
82
[ "65-59=6", "18*6=108", "108-26=82" ]
Current State: 82:[26, 65, 18, 59], Operations: [] Exploring Operation: 65-59=6, Resulting Numbers: [26, 18, 6] Generated Node #2: [26, 18, 6] from Operation: 65-59=6 Current State: 82:[26, 18, 6], Operations: ['65-59=6'] Exploring Operation: 18*6=108, Resulting Numbers: [26, 108] Generated Node #3: [26, 108] from Oper...
4
[ 68, 98, 15, 95 ]
50
[ "98-68=30", "95-15=80", "80-30=50" ]
Current State: 50:[68, 98, 15, 95], Operations: [] Exploring Operation: 98-68=30, Resulting Numbers: [15, 95, 30] Generated Node #2: [15, 95, 30] from Operation: 98-68=30 Current State: 50:[15, 95, 30], Operations: ['98-68=30'] Exploring Operation: 95-15=80, Resulting Numbers: [30, 80] Generated Node #3: [30, 80] from ...
4
[ 82, 99, 2, 12 ]
23
[ "99-82=17", "12/2=6", "17+6=23" ]
Current State: 23:[82, 99, 2, 12], Operations: [] Exploring Operation: 99-82=17, Resulting Numbers: [2, 12, 17] Generated Node #2: [2, 12, 17] from Operation: 99-82=17 Current State: 23:[2, 12, 17], Operations: ['99-82=17'] Exploring Operation: 12/2=6, Resulting Numbers: [17, 6] Generated Node #3: [17, 6] from Operatio...
4
[ 88, 58, 24, 1 ]
54
[ "88-58=30", "24*1=24", "30+24=54" ]
Current State: 54:[88, 58, 24, 1], Operations: [] Exploring Operation: 88-58=30, Resulting Numbers: [24, 1, 30] Generated Node #2: [24, 1, 30] from Operation: 88-58=30 Current State: 54:[24, 1, 30], Operations: ['88-58=30'] Exploring Operation: 24*1=24, Resulting Numbers: [30, 24] Generated Node #3: [30, 24] from Opera...
4
[ 29, 37, 28, 84 ]
69
[ "29+37=66", "84/28=3", "66+3=69" ]
Current State: 69:[29, 37, 28, 84], Operations: [] Exploring Operation: 29+37=66, Resulting Numbers: [28, 84, 66] Generated Node #2: [28, 84, 66] from Operation: 29+37=66 Current State: 69:[28, 84, 66], Operations: ['29+37=66'] Exploring Operation: 84/28=3, Resulting Numbers: [66, 3] Generated Node #3: [66, 3] from Ope...
4
[ 6, 3, 48, 3 ]
17
[ "6-3=3", "48+3=51", "51/3=17" ]
Current State: 17:[6, 3, 48, 3], Operations: [] Exploring Operation: 6-3=3, Resulting Numbers: [48, 3] Generated Node #2: [48, 3] from Operation: 6-3=3 Current State: 17:[48, 3], Operations: ['6-3=3'] Exploring Operation: 48+3=51, Resulting Numbers: [51] 51,17 equal: Goal Reached Exploring Operation: 51/3=17, Resulting...
4
[ 98, 94, 37, 26 ]
67
[ "98-94=4", "37+26=63", "4+63=67" ]
Current State: 67:[98, 94, 37, 26], Operations: [] Exploring Operation: 98-94=4, Resulting Numbers: [37, 26, 4] Generated Node #2: [37, 26, 4] from Operation: 98-94=4 Current State: 67:[37, 26, 4], Operations: ['98-94=4'] Exploring Operation: 37+26=63, Resulting Numbers: [4, 63] Generated Node #3: [4, 63] from Operatio...
4
[ 65, 83, 37, 71 ]
90
[ "83-65=18", "37+71=108", "108-18=90" ]
Current State: 90:[65, 83, 37, 71], Operations: [] Exploring Operation: 83-65=18, Resulting Numbers: [37, 71, 18] Generated Node #2: [37, 71, 18] from Operation: 83-65=18 Current State: 90:[37, 71, 18], Operations: ['83-65=18'] Exploring Operation: 37+71=108, Resulting Numbers: [18, 108] Generated Node #3: [18, 108] fr...
4
[ 56, 22, 14, 37 ]
11
[ "56-22=34", "37-14=23", "34-23=11" ]
Current State: 11:[56, 22, 14, 37], Operations: [] Exploring Operation: 56-22=34, Resulting Numbers: [14, 37, 34] Generated Node #2: [14, 37, 34] from Operation: 56-22=34 Current State: 11:[14, 37, 34], Operations: ['56-22=34'] Exploring Operation: 37-14=23, Resulting Numbers: [34, 23] Generated Node #3: [34, 23] from ...
4
[ 72, 97, 89, 41 ]
32
[ "97-89=8", "72/8=9", "41-9=32" ]
Current State: 32:[72, 97, 89, 41], Operations: [] Exploring Operation: 97-89=8, Resulting Numbers: [72, 41, 8] Generated Node #2: [72, 41, 8] from Operation: 97-89=8 Current State: 32:[72, 41, 8], Operations: ['97-89=8'] Exploring Operation: 72/8=9, Resulting Numbers: [41, 9] Generated Node #3: [41, 9] from Operation:...
4
[ 8, 29, 79, 27 ]
85
[ "29-8=21", "79+27=106", "106-21=85" ]
Current State: 85:[8, 29, 79, 27], Operations: [] Exploring Operation: 29-8=21, Resulting Numbers: [79, 27, 21] Generated Node #2: [79, 27, 21] from Operation: 29-8=21 Current State: 85:[79, 27, 21], Operations: ['29-8=21'] Exploring Operation: 79+27=106, Resulting Numbers: [21, 106] Generated Node #3: [21, 106] from O...
4
[ 19, 26, 5, 41 ]
14
[ "19+41=60", "60/5=12", "26-12=14" ]
Current State: 14:[19, 26, 5, 41], Operations: [] Exploring Operation: 19+41=60, Resulting Numbers: [26, 5, 60] Generated Node #2: [26, 5, 60] from Operation: 19+41=60 Current State: 14:[26, 5, 60], Operations: ['19+41=60'] Exploring Operation: 60/5=12, Resulting Numbers: [26, 12] Generated Node #3: [26, 12] from Opera...
4
[ 34, 17, 36, 1 ]
19
[ "34-17=17", "36*1=36", "36-17=19" ]
Current State: 19:[34, 17, 36, 1], Operations: [] Exploring Operation: 34-17=17, Resulting Numbers: [36, 1, 17] Generated Node #2: [36, 1, 17] from Operation: 34-17=17 Current State: 19:[36, 1, 17], Operations: ['34-17=17'] Exploring Operation: 36*1=36, Resulting Numbers: [17, 36] Generated Node #3: [17, 36] from Opera...
4
[ 44, 66, 55, 27 ]
33
[ "55-44=11", "66/11=6", "27+6=33" ]
Current State: 33:[44, 66, 55, 27], Operations: [] Exploring Operation: 55-44=11, Resulting Numbers: [66, 27, 11] Generated Node #2: [66, 27, 11] from Operation: 55-44=11 Current State: 33:[66, 27, 11], Operations: ['55-44=11'] Exploring Operation: 66/11=6, Resulting Numbers: [27, 6] Generated Node #3: [27, 6] from Ope...
4
[ 14, 15, 8, 78 ]
85
[ "15-14=1", "8+78=86", "86-1=85" ]
Current State: 85:[14, 15, 8, 78], Operations: [] Exploring Operation: 15-14=1, Resulting Numbers: [8, 78, 1] Generated Node #2: [8, 78, 1] from Operation: 15-14=1 Current State: 85:[8, 78, 1], Operations: ['15-14=1'] Exploring Operation: 8+78=86, Resulting Numbers: [1, 86] Generated Node #3: [1, 86] from Operation: 8+...
4
[ 13, 31, 13, 15 ]
47
[ "13/13=1", "31+15=46", "1+46=47" ]
Current State: 47:[13, 31, 13, 15], Operations: [] Exploring Operation: 13/13=1, Resulting Numbers: [31, 15, 1] Generated Node #2: [31, 15, 1] from Operation: 13/13=1 Current State: 47:[31, 15, 1], Operations: ['13/13=1'] Exploring Operation: 31+15=46, Resulting Numbers: [1, 46] Generated Node #3: [1, 46] from Operatio...
4
[ 45, 73, 26, 38 ]
92
[ "73-45=28", "26+38=64", "28+64=92" ]
Current State: 92:[45, 73, 26, 38], Operations: [] Exploring Operation: 73-45=28, Resulting Numbers: [26, 38, 28] Generated Node #2: [26, 38, 28] from Operation: 73-45=28 Current State: 92:[26, 38, 28], Operations: ['73-45=28'] Exploring Operation: 26+38=64, Resulting Numbers: [28, 64] Generated Node #3: [28, 64] from ...
4
[ 61, 96, 99, 26 ]
90
[ "96-61=35", "99+26=125", "125-35=90" ]
Current State: 90:[61, 96, 99, 26], Operations: [] Exploring Operation: 96-61=35, Resulting Numbers: [99, 26, 35] Generated Node #2: [99, 26, 35] from Operation: 96-61=35 Current State: 90:[99, 26, 35], Operations: ['96-61=35'] Exploring Operation: 99+26=125, Resulting Numbers: [35, 125] Generated Node #3: [35, 125] fr...
4
[ 4, 14, 92, 92 ]
83
[ "92/4=23", "14+92=106", "106-23=83" ]
Current State: 83:[4, 14, 92, 92], Operations: [] Exploring Operation: 92/4=23, Resulting Numbers: [14, 23] Generated Node #2: [14, 23] from Operation: 92/4=23 Current State: 83:[14, 23], Operations: ['92/4=23'] Exploring Operation: 14+92=106, Resulting Numbers: [23, 106] Generated Node #3: [23, 106] from Operation: 14...
4
[ 3, 57, 33, 58 ]
88
[ "57+33=90", "90/3=30", "58+30=88" ]
Current State: 88:[3, 57, 33, 58], Operations: [] Exploring Operation: 57+33=90, Resulting Numbers: [3, 58, 90] Generated Node #2: [3, 58, 90] from Operation: 57+33=90 Current State: 88:[3, 58, 90], Operations: ['57+33=90'] Exploring Operation: 90/3=30, Resulting Numbers: [58, 30] Generated Node #3: [58, 30] from Opera...
4
[ 27, 92, 15, 11 ]
34
[ "92-15=77", "77/11=7", "27+7=34" ]
Current State: 34:[27, 92, 15, 11], Operations: [] Exploring Operation: 92-15=77, Resulting Numbers: [27, 11, 77] Generated Node #2: [27, 11, 77] from Operation: 92-15=77 Current State: 34:[27, 11, 77], Operations: ['92-15=77'] Exploring Operation: 77/11=7, Resulting Numbers: [27, 7] Generated Node #3: [27, 7] from Ope...
4
[ 21, 44, 71, 86 ]
92
[ "21+44=65", "71+86=157", "157-65=92" ]
Current State: 92:[21, 44, 71, 86], Operations: [] Exploring Operation: 21+44=65, Resulting Numbers: [71, 86, 65] Generated Node #2: [71, 86, 65] from Operation: 21+44=65 Current State: 92:[71, 86, 65], Operations: ['21+44=65'] Exploring Operation: 71+86=157, Resulting Numbers: [65, 157] Generated Node #3: [65, 157] fr...
4
[ 7, 70, 48, 67 ]
27
[ "70-67=3", "7*3=21", "48-21=27" ]
Current State: 27:[7, 70, 48, 67], Operations: [] Exploring Operation: 70-67=3, Resulting Numbers: [7, 48, 3] Generated Node #2: [7, 48, 3] from Operation: 70-67=3 Current State: 27:[7, 48, 3], Operations: ['70-67=3'] Exploring Operation: 7*3=21, Resulting Numbers: [48, 21] Generated Node #3: [48, 21] from Operation: 7...
4
[ 74, 25, 37, 81 ]
31
[ "74*25=1850", "1850/37=50", "81-50=31" ]
Current State: 31:[74, 25, 37, 81], Operations: [] Exploring Operation: 74*25=1850, Resulting Numbers: [37, 81, 1850] Generated Node #2: [37, 81, 1850] from Operation: 74*25=1850 Current State: 31:[37, 81, 1850], Operations: ['74*25=1850'] Exploring Operation: 1850/37=50, Resulting Numbers: [81, 50] Generated Node #3: ...
4
[ 72, 40, 75, 47 ]
88
[ "72*75=5400", "5400/40=135", "135-47=88" ]
Current State: 88:[72, 40, 75, 47], Operations: [] Exploring Operation: 72*75=5400, Resulting Numbers: [40, 47, 5400] Generated Node #2: [40, 47, 5400] from Operation: 72*75=5400 Current State: 88:[40, 47, 5400], Operations: ['72*75=5400'] Exploring Operation: 5400/40=135, Resulting Numbers: [47, 135] Generated Node #3...
4
[ 22, 99, 24, 44 ]
57
[ "99-22=77", "44-24=20", "77-20=57" ]
Current State: 57:[22, 99, 24, 44], Operations: [] Exploring Operation: 99-22=77, Resulting Numbers: [24, 44, 77] Generated Node #2: [24, 44, 77] from Operation: 99-22=77 Current State: 57:[24, 44, 77], Operations: ['99-22=77'] Exploring Operation: 44-24=20, Resulting Numbers: [77, 20] Generated Node #3: [77, 20] from ...
4
[ 72, 39, 91, 26 ]
79
[ "39-26=13", "91/13=7", "72+7=79" ]
Current State: 79:[72, 39, 91, 26], Operations: [] Exploring Operation: 39-26=13, Resulting Numbers: [72, 91, 13] Generated Node #2: [72, 91, 13] from Operation: 39-26=13 Current State: 79:[72, 91, 13], Operations: ['39-26=13'] Exploring Operation: 91/13=7, Resulting Numbers: [72, 7] Generated Node #3: [72, 7] from Ope...
4
[ 13, 85, 83, 28 ]
30
[ "28-13=15", "85-83=2", "15*2=30" ]
Current State: 30:[13, 85, 83, 28], Operations: [] Exploring Operation: 28-13=15, Resulting Numbers: [85, 83, 15] Generated Node #2: [85, 83, 15] from Operation: 28-13=15 Current State: 30:[85, 83, 15], Operations: ['28-13=15'] Exploring Operation: 85-83=2, Resulting Numbers: [15, 2] Generated Node #3: [15, 2] from Ope...
4
[ 47, 45, 68, 24 ]
94
[ "47-45=2", "68+24=92", "2+92=94" ]
Current State: 94:[47, 45, 68, 24], Operations: [] Exploring Operation: 47-45=2, Resulting Numbers: [68, 24, 2] Generated Node #2: [68, 24, 2] from Operation: 47-45=2 Current State: 94:[68, 24, 2], Operations: ['47-45=2'] Exploring Operation: 68+24=92, Resulting Numbers: [2, 92] Generated Node #3: [2, 92] from Operatio...
4
[ 67, 61, 77, 90 ]
52
[ "77-67=10", "90/10=9", "61-9=52" ]
Current State: 52:[67, 61, 77, 90], Operations: [] Exploring Operation: 77-67=10, Resulting Numbers: [61, 90, 10] Generated Node #2: [61, 90, 10] from Operation: 77-67=10 Current State: 52:[61, 90, 10], Operations: ['77-67=10'] Exploring Operation: 90/10=9, Resulting Numbers: [61, 9] Generated Node #3: [61, 9] from Ope...
4
[ 75, 44, 3, 24 ]
10
[ "75-44=31", "24-3=21", "31-21=10" ]
Current State: 10:[75, 44, 3, 24], Operations: [] Exploring Operation: 75-44=31, Resulting Numbers: [3, 24, 31] Generated Node #2: [3, 24, 31] from Operation: 75-44=31 Current State: 10:[3, 24, 31], Operations: ['75-44=31'] Exploring Operation: 24-3=21, Resulting Numbers: [31, 21] Generated Node #3: [31, 21] from Opera...
4
[ 62, 5, 50, 23 ]
67
[ "62+23=85", "85/5=17", "50+17=67" ]
Current State: 67:[62, 5, 50, 23], Operations: [] Exploring Operation: 62+23=85, Resulting Numbers: [5, 50, 85] Generated Node #2: [5, 50, 85] from Operation: 62+23=85 Current State: 67:[5, 50, 85], Operations: ['62+23=85'] Exploring Operation: 85/5=17, Resulting Numbers: [50, 17] Generated Node #3: [50, 17] from Opera...
4
[ 7, 81, 4, 95 ]
17
[ "81-7=74", "95-4=91", "91-74=17" ]
Current State: 17:[7, 81, 4, 95], Operations: [] Exploring Operation: 81-7=74, Resulting Numbers: [4, 95, 74] Generated Node #2: [4, 95, 74] from Operation: 81-7=74 Current State: 17:[4, 95, 74], Operations: ['81-7=74'] Exploring Operation: 95-4=91, Resulting Numbers: [74, 91] Generated Node #3: [74, 91] from Operation...
4
[ 58, 7, 77, 72 ]
25
[ "72-58=14", "77/7=11", "14+11=25" ]
Current State: 25:[58, 7, 77, 72], Operations: [] Exploring Operation: 72-58=14, Resulting Numbers: [7, 77, 14] Generated Node #2: [7, 77, 14] from Operation: 72-58=14 Current State: 25:[7, 77, 14], Operations: ['72-58=14'] Exploring Operation: 77/7=11, Resulting Numbers: [14, 11] Generated Node #3: [14, 11] from Opera...
4
[ 62, 87, 98, 65 ]
33
[ "65-62=3", "98-87=11", "3*11=33" ]
Current State: 33:[62, 87, 98, 65], Operations: [] Exploring Operation: 65-62=3, Resulting Numbers: [87, 98, 3] Generated Node #2: [87, 98, 3] from Operation: 65-62=3 Current State: 33:[87, 98, 3], Operations: ['65-62=3'] Exploring Operation: 98-87=11, Resulting Numbers: [3, 11] Generated Node #3: [3, 11] from Operatio...
4
[ 61, 25, 65, 57 ]
44
[ "61-25=36", "65-57=8", "36+8=44" ]
Current State: 44:[61, 25, 65, 57], Operations: [] Exploring Operation: 61-25=36, Resulting Numbers: [65, 57, 36] Generated Node #2: [65, 57, 36] from Operation: 61-25=36 Current State: 44:[65, 57, 36], Operations: ['61-25=36'] Exploring Operation: 65-57=8, Resulting Numbers: [36, 8] Generated Node #3: [36, 8] from Ope...
4
[ 10, 11, 68, 36 ]
31
[ "11-10=1", "68-36=32", "32-1=31" ]
Current State: 31:[10, 11, 68, 36], Operations: [] Exploring Operation: 11-10=1, Resulting Numbers: [68, 36, 1] Generated Node #2: [68, 36, 1] from Operation: 11-10=1 Current State: 31:[68, 36, 1], Operations: ['11-10=1'] Exploring Operation: 68-36=32, Resulting Numbers: [1, 32] Generated Node #3: [1, 32] from Operatio...
4
[ 29, 69, 2, 28 ]
16
[ "69-29=40", "2*28=56", "56-40=16" ]
Current State: 16:[29, 69, 2, 28], Operations: [] Exploring Operation: 69-29=40, Resulting Numbers: [2, 28, 40] Generated Node #2: [2, 28, 40] from Operation: 69-29=40 Current State: 16:[2, 28, 40], Operations: ['69-29=40'] Exploring Operation: 2*28=56, Resulting Numbers: [40, 56] Generated Node #3: [40, 56] from Opera...
4
[ 8, 61, 67, 64 ]
10
[ "61+67=128", "128/64=2", "8+2=10" ]
Current State: 10:[8, 61, 67, 64], Operations: [] Exploring Operation: 61+67=128, Resulting Numbers: [8, 64, 128] Generated Node #2: [8, 64, 128] from Operation: 61+67=128 Current State: 10:[8, 64, 128], Operations: ['61+67=128'] Exploring Operation: 128/64=2, Resulting Numbers: [8, 2] Generated Node #3: [8, 2] from Op...
4
[ 6, 32, 80, 52 ]
67
[ "6*80=480", "480/32=15", "52+15=67" ]
Current State: 67:[6, 32, 80, 52], Operations: [] Exploring Operation: 6*80=480, Resulting Numbers: [32, 52, 480] Generated Node #2: [32, 52, 480] from Operation: 6*80=480 Current State: 67:[32, 52, 480], Operations: ['6*80=480'] Exploring Operation: 480/32=15, Resulting Numbers: [52, 15] Generated Node #3: [52, 15] fr...
4
[ 38, 11, 75, 2 ]
59
[ "75-38=37", "11*2=22", "37+22=59" ]
Current State: 59:[38, 11, 75, 2], Operations: [] Exploring Operation: 75-38=37, Resulting Numbers: [11, 2, 37] Generated Node #2: [11, 2, 37] from Operation: 75-38=37 Current State: 59:[11, 2, 37], Operations: ['75-38=37'] Exploring Operation: 11*2=22, Resulting Numbers: [37, 22] Generated Node #3: [37, 22] from Opera...
4
[ 21, 22, 9, 55 ]
63
[ "22-21=1", "9+55=64", "64-1=63" ]
Current State: 63:[21, 22, 9, 55], Operations: [] Exploring Operation: 22-21=1, Resulting Numbers: [9, 55, 1] Generated Node #2: [9, 55, 1] from Operation: 22-21=1 Current State: 63:[9, 55, 1], Operations: ['22-21=1'] Exploring Operation: 9+55=64, Resulting Numbers: [1, 64] Generated Node #3: [1, 64] from Operation: 9+...
4
[ 49, 4, 59, 9 ]
36
[ "49+59=108", "108/4=27", "9+27=36" ]
Current State: 36:[49, 4, 59, 9], Operations: [] Exploring Operation: 49+59=108, Resulting Numbers: [4, 9, 108] Generated Node #2: [4, 9, 108] from Operation: 49+59=108 Current State: 36:[4, 9, 108], Operations: ['49+59=108'] Exploring Operation: 108/4=27, Resulting Numbers: [9, 27] Generated Node #3: [9, 27] from Oper...
4
[ 13, 21, 12, 69 ]
90
[ "13-12=1", "21+69=90", "1*90=90" ]
Current State: 90:[13, 21, 12, 69], Operations: [] Exploring Operation: 13-12=1, Resulting Numbers: [21, 69, 1] Generated Node #2: [21, 69, 1] from Operation: 13-12=1 Current State: 90:[21, 69, 1], Operations: ['13-12=1'] Exploring Operation: 21+69=90, Resulting Numbers: [1, 90] Generated Node #3: [1, 90] from Operatio...
4
[ 73, 76, 71, 38 ]
43
[ "76-73=3", "38*3=114", "114-71=43" ]
Current State: 43:[73, 76, 71, 38], Operations: [] Exploring Operation: 76-73=3, Resulting Numbers: [71, 38, 3] Generated Node #2: [71, 38, 3] from Operation: 76-73=3 Current State: 43:[71, 38, 3], Operations: ['76-73=3'] Exploring Operation: 38*3=114, Resulting Numbers: [71, 114] Generated Node #3: [71, 114] from Oper...
4
[ 13, 21, 25, 2 ]
21
[ "21-13=8", "8/2=4", "25-4=21" ]
Current State: 21:[13, 21, 25, 2], Operations: [] Exploring Operation: 21-13=8, Resulting Numbers: [25, 2, 8] Generated Node #2: [25, 2, 8] from Operation: 21-13=8 Current State: 21:[25, 2, 8], Operations: ['21-13=8'] Exploring Operation: 8/2=4, Resulting Numbers: [25, 4] Generated Node #3: [25, 4] from Operation: 8/2=...
4
[ 15, 13, 83, 22 ]
91
[ "83+22=105", "105/15=7", "13*7=91" ]
Current State: 91:[15, 13, 83, 22], Operations: [] Exploring Operation: 83+22=105, Resulting Numbers: [15, 13, 105] Generated Node #2: [15, 13, 105] from Operation: 83+22=105 Current State: 91:[15, 13, 105], Operations: ['83+22=105'] Exploring Operation: 105/15=7, Resulting Numbers: [13, 7] Generated Node #3: [13, 7] f...
4
[ 20, 29, 60, 25 ]
41
[ "25-20=5", "60/5=12", "29+12=41" ]
Current State: 41:[20, 29, 60, 25], Operations: [] Exploring Operation: 25-20=5, Resulting Numbers: [29, 60, 5] Generated Node #2: [29, 60, 5] from Operation: 25-20=5 Current State: 41:[29, 60, 5], Operations: ['25-20=5'] Exploring Operation: 60/5=12, Resulting Numbers: [29, 12] Generated Node #3: [29, 12] from Operati...
4
[ 50, 8, 7, 63 ]
67
[ "50+8=58", "63/7=9", "58+9=67" ]
Current State: 67:[50, 8, 7, 63], Operations: [] Exploring Operation: 50+8=58, Resulting Numbers: [7, 63, 58] Generated Node #2: [7, 63, 58] from Operation: 50+8=58 Current State: 67:[7, 63, 58], Operations: ['50+8=58'] Exploring Operation: 63/7=9, Resulting Numbers: [58, 9] Generated Node #3: [58, 9] from Operation: 6...
4
[ 4, 23, 40, 98 ]
65
[ "40/4=10", "98-23=75", "75-10=65" ]
Current State: 65:[4, 23, 40, 98], Operations: [] Exploring Operation: 40/4=10, Resulting Numbers: [23, 98, 10] Generated Node #2: [23, 98, 10] from Operation: 40/4=10 Current State: 65:[23, 98, 10], Operations: ['40/4=10'] Exploring Operation: 98-23=75, Resulting Numbers: [10, 75] Generated Node #3: [10, 75] from Oper...
4
[ 74, 70, 21, 37 ]
28
[ "74*21=1554", "1554/37=42", "70-42=28" ]
Current State: 28:[74, 70, 21, 37], Operations: [] Exploring Operation: 74*21=1554, Resulting Numbers: [70, 37, 1554] Generated Node #2: [70, 37, 1554] from Operation: 74*21=1554 Current State: 28:[70, 37, 1554], Operations: ['74*21=1554'] Exploring Operation: 1554/37=42, Resulting Numbers: [70, 42] Generated Node #3: ...
4
[ 36, 87, 20, 12 ]
19
[ "87-36=51", "20+12=32", "51-32=19" ]
Current State: 19:[36, 87, 20, 12], Operations: [] Exploring Operation: 87-36=51, Resulting Numbers: [20, 12, 51] Generated Node #2: [20, 12, 51] from Operation: 87-36=51 Current State: 19:[20, 12, 51], Operations: ['87-36=51'] Exploring Operation: 20+12=32, Resulting Numbers: [51, 32] Generated Node #3: [51, 32] from ...
4
[ 31, 39, 38, 57 ]
57
[ "57-31=26", "39*38=1482", "1482/26=57" ]
Current State: 57:[31, 39, 38, 57], Operations: [] Exploring Operation: 57-31=26, Resulting Numbers: [39, 38, 26] Generated Node #2: [39, 38, 26] from Operation: 57-31=26 Current State: 57:[39, 38, 26], Operations: ['57-31=26'] Exploring Operation: 39*38=1482, Resulting Numbers: [26, 1482] Generated Node #3: [26, 1482]...
4
[ 29, 11, 29, 31 ]
43
[ "29/29=1", "11+31=42", "1+42=43" ]
Current State: 43:[29, 11, 29, 31], Operations: [] Exploring Operation: 29/29=1, Resulting Numbers: [11, 31, 1] Generated Node #2: [11, 31, 1] from Operation: 29/29=1 Current State: 43:[11, 31, 1], Operations: ['29/29=1'] Exploring Operation: 11+31=42, Resulting Numbers: [1, 42] Generated Node #3: [1, 42] from Operatio...
4
[ 2, 80, 60, 7 ]
40
[ "80+60=140", "2*140=280", "280/7=40" ]
Current State: 40:[2, 80, 60, 7], Operations: [] Exploring Operation: 80+60=140, Resulting Numbers: [2, 7, 140] Generated Node #2: [2, 7, 140] from Operation: 80+60=140 Current State: 40:[2, 7, 140], Operations: ['80+60=140'] Exploring Operation: 2*140=280, Resulting Numbers: [7, 280] Generated Node #3: [7, 280] from O...
4
[ 74, 18, 55, 26 ]
27
[ "74-18=56", "55-26=29", "56-29=27" ]
Current State: 27:[74, 18, 55, 26], Operations: [] Exploring Operation: 74-18=56, Resulting Numbers: [55, 26, 56] Generated Node #2: [55, 26, 56] from Operation: 74-18=56 Current State: 27:[55, 26, 56], Operations: ['74-18=56'] Exploring Operation: 55-26=29, Resulting Numbers: [56, 29] Generated Node #3: [56, 29] from ...
4
[ 31, 86, 90, 69 ]
55
[ "90-86=4", "31*4=124", "124-69=55" ]
Current State: 55:[31, 86, 90, 69], Operations: [] Exploring Operation: 90-86=4, Resulting Numbers: [31, 69, 4] Generated Node #2: [31, 69, 4] from Operation: 90-86=4 Current State: 55:[31, 69, 4], Operations: ['90-86=4'] Exploring Operation: 31*4=124, Resulting Numbers: [69, 124] Generated Node #3: [69, 124] from Oper...
4
[ 66, 44, 90, 39 ]
99
[ "44*90=3960", "3960/66=60", "39+60=99" ]
Current State: 99:[66, 44, 90, 39], Operations: [] Exploring Operation: 44*90=3960, Resulting Numbers: [66, 39, 3960] Generated Node #2: [66, 39, 3960] from Operation: 44*90=3960 Current State: 99:[66, 39, 3960], Operations: ['44*90=3960'] Exploring Operation: 3960/66=60, Resulting Numbers: [39, 60] Generated Node #3: ...
4
[ 68, 79, 93, 7 ]
96
[ "93-68=25", "7*25=175", "175-79=96" ]
Current State: 96:[68, 79, 93, 7], Operations: [] Exploring Operation: 93-68=25, Resulting Numbers: [79, 7, 25] Generated Node #2: [79, 7, 25] from Operation: 93-68=25 Current State: 96:[79, 7, 25], Operations: ['93-68=25'] Exploring Operation: 7*25=175, Resulting Numbers: [79, 175] Generated Node #3: [79, 175] from Op...
4
[ 49, 86, 45, 34 ]
48
[ "86-49=37", "45-34=11", "37+11=48" ]
Current State: 48:[49, 86, 45, 34], Operations: [] Exploring Operation: 86-49=37, Resulting Numbers: [45, 34, 37] Generated Node #2: [45, 34, 37] from Operation: 86-49=37 Current State: 48:[45, 34, 37], Operations: ['86-49=37'] Exploring Operation: 45-34=11, Resulting Numbers: [37, 11] Generated Node #3: [37, 11] from ...
4
[ 92, 83, 64, 37 ]
36
[ "92-83=9", "64-37=27", "9+27=36" ]
Current State: 36:[92, 83, 64, 37], Operations: [] Exploring Operation: 92-83=9, Resulting Numbers: [64, 37, 9] Generated Node #2: [64, 37, 9] from Operation: 92-83=9 Current State: 36:[64, 37, 9], Operations: ['92-83=9'] Exploring Operation: 64-37=27, Resulting Numbers: [9, 27] Generated Node #3: [9, 27] from Operatio...
4
[ 83, 79, 57, 38 ]
99
[ "83-79=4", "57+38=95", "4+95=99" ]
Current State: 99:[83, 79, 57, 38], Operations: [] Exploring Operation: 83-79=4, Resulting Numbers: [57, 38, 4] Generated Node #2: [57, 38, 4] from Operation: 83-79=4 Current State: 99:[57, 38, 4], Operations: ['83-79=4'] Exploring Operation: 57+38=95, Resulting Numbers: [4, 95] Generated Node #3: [4, 95] from Operatio...
4
[ 51, 99, 44, 35 ]
39
[ "99-51=48", "44-35=9", "48-9=39" ]
Current State: 39:[51, 99, 44, 35], Operations: [] Exploring Operation: 99-51=48, Resulting Numbers: [44, 35, 48] Generated Node #2: [44, 35, 48] from Operation: 99-51=48 Current State: 39:[44, 35, 48], Operations: ['99-51=48'] Exploring Operation: 44-35=9, Resulting Numbers: [48, 9] Generated Node #3: [48, 9] from Ope...
4
[ 93, 86, 55, 46 ]
49
[ "86-55=31", "93/31=3", "46+3=49" ]
Current State: 49:[93, 86, 55, 46], Operations: [] Exploring Operation: 86-55=31, Resulting Numbers: [93, 46, 31] Generated Node #2: [93, 46, 31] from Operation: 86-55=31 Current State: 49:[93, 46, 31], Operations: ['86-55=31'] Exploring Operation: 93/31=3, Resulting Numbers: [46, 3] Generated Node #3: [46, 3] from Ope...
4
[ 3, 39, 23, 82 ]
95
[ "39-3=36", "82-23=59", "36+59=95" ]
Current State: 95:[3, 39, 23, 82], Operations: [] Exploring Operation: 39-3=36, Resulting Numbers: [23, 82, 36] Generated Node #2: [23, 82, 36] from Operation: 39-3=36 Current State: 95:[23, 82, 36], Operations: ['39-3=36'] Exploring Operation: 82-23=59, Resulting Numbers: [36, 59] Generated Node #3: [36, 59] from Oper...
4
[ 31, 41, 96, 6 ]
100
[ "41-31=10", "96-6=90", "10+90=100" ]
Current State: 100:[31, 41, 96, 6], Operations: [] Exploring Operation: 41-31=10, Resulting Numbers: [96, 6, 10] Generated Node #2: [96, 6, 10] from Operation: 41-31=10 Current State: 100:[96, 6, 10], Operations: ['41-31=10'] Exploring Operation: 96-6=90, Resulting Numbers: [10, 90] Generated Node #3: [10, 90] from Ope...
4
[ 86, 33, 27, 36 ]
92
[ "33-27=6", "36/6=6", "86+6=92" ]
Current State: 92:[86, 33, 27, 36], Operations: [] Exploring Operation: 33-27=6, Resulting Numbers: [86, 36, 6] Generated Node #2: [86, 36, 6] from Operation: 33-27=6 Current State: 92:[86, 36, 6], Operations: ['33-27=6'] Exploring Operation: 36/6=6, Resulting Numbers: [86, 6] Generated Node #3: [86, 6] from Operation:...
4
[ 10, 41, 71, 69 ]
21
[ "71-69=2", "10*2=20", "41-20=21" ]
Current State: 21:[10, 41, 71, 69], Operations: [] Exploring Operation: 71-69=2, Resulting Numbers: [10, 41, 2] Generated Node #2: [10, 41, 2] from Operation: 71-69=2 Current State: 21:[10, 41, 2], Operations: ['71-69=2'] Exploring Operation: 10*2=20, Resulting Numbers: [41, 20] Generated Node #3: [41, 20] from Operati...
4
[ 42, 10, 24, 23 ]
33
[ "42-10=32", "24-23=1", "32+1=33" ]
Current State: 33:[42, 10, 24, 23], Operations: [] Exploring Operation: 42-10=32, Resulting Numbers: [24, 23, 32] Generated Node #2: [24, 23, 32] from Operation: 42-10=32 Current State: 33:[24, 23, 32], Operations: ['42-10=32'] Exploring Operation: 24-23=1, Resulting Numbers: [32, 1] Generated Node #3: [32, 1] from Ope...
4
[ 34, 7, 91, 3 ]
47
[ "34+7=41", "91-3=88", "88-41=47" ]
Current State: 47:[34, 7, 91, 3], Operations: [] Exploring Operation: 34+7=41, Resulting Numbers: [91, 3, 41] Generated Node #2: [91, 3, 41] from Operation: 34+7=41 Current State: 47:[91, 3, 41], Operations: ['34+7=41'] Exploring Operation: 91-3=88, Resulting Numbers: [41, 88] Generated Node #3: [41, 88] from Operation...
4
[ 21, 53, 62, 49 ]
21
[ "62-53=9", "49*9=441", "441/21=21" ]
Current State: 21:[21, 53, 62, 49], Operations: [] Exploring Operation: 62-53=9, Resulting Numbers: [21, 49, 9] Generated Node #2: [21, 49, 9] from Operation: 62-53=9 Current State: 21:[21, 49, 9], Operations: ['62-53=9'] Exploring Operation: 49*9=441, Resulting Numbers: [21, 441] Generated Node #3: [21, 441] from Oper...
4
[ 67, 26, 92, 81 ]
82
[ "67+26=93", "92-81=11", "93-11=82" ]
Current State: 82:[67, 26, 92, 81], Operations: [] Exploring Operation: 67+26=93, Resulting Numbers: [92, 81, 93] Generated Node #2: [92, 81, 93] from Operation: 67+26=93 Current State: 82:[92, 81, 93], Operations: ['67+26=93'] Exploring Operation: 92-81=11, Resulting Numbers: [93, 11] Generated Node #3: [93, 11] from ...
4
[ 60, 7, 41, 96 ]
30
[ "7+41=48", "60*48=2880", "2880/96=30" ]
Current State: 30:[60, 7, 41, 96], Operations: [] Exploring Operation: 7+41=48, Resulting Numbers: [60, 96, 48] Generated Node #2: [60, 96, 48] from Operation: 7+41=48 Current State: 30:[60, 96, 48], Operations: ['7+41=48'] Exploring Operation: 60*48=2880, Resulting Numbers: [96, 2880] Generated Node #3: [96, 2880] fro...
4