nums
listlengths
4
4
target
int64
10
100
solution
listlengths
3
3
optimal_path
stringlengths
282
529
start_size
int64
4
4
[ 16, 34, 76, 81 ]
46
[ "81-76=5", "16*5=80", "80-34=46" ]
Current State: 46:[16, 34, 76, 81], Operations: [] Exploring Operation: 81-76=5, Resulting Numbers: [16, 34, 5] Generated Node #2: [16, 34, 5] from Operation: 81-76=5 Current State: 46:[16, 34, 5], Operations: ['81-76=5'] Exploring Operation: 16*5=80, Resulting Numbers: [34, 80] Generated Node #3: [34, 80] from Operati...
4
[ 66, 17, 1, 14 ]
36
[ "66-17=49", "14-1=13", "49-13=36" ]
Current State: 36:[66, 17, 1, 14], Operations: [] Exploring Operation: 66-17=49, Resulting Numbers: [1, 14, 49] Generated Node #2: [1, 14, 49] from Operation: 66-17=49 Current State: 36:[1, 14, 49], Operations: ['66-17=49'] Exploring Operation: 14-1=13, Resulting Numbers: [49, 13] Generated Node #3: [49, 13] from Opera...
4
[ 4, 37, 87, 12 ]
49
[ "4*37=148", "87+12=99", "148-99=49" ]
Current State: 49:[4, 37, 87, 12], Operations: [] Exploring Operation: 4*37=148, Resulting Numbers: [87, 12, 148] Generated Node #2: [87, 12, 148] from Operation: 4*37=148 Current State: 49:[87, 12, 148], Operations: ['4*37=148'] Exploring Operation: 87+12=99, Resulting Numbers: [148, 99] Generated Node #3: [148, 99] f...
4
[ 2, 38, 88, 67 ]
61
[ "2+38=40", "88-67=21", "40+21=61" ]
Current State: 61:[2, 38, 88, 67], Operations: [] Exploring Operation: 2+38=40, Resulting Numbers: [88, 67, 40] Generated Node #2: [88, 67, 40] from Operation: 2+38=40 Current State: 61:[88, 67, 40], Operations: ['2+38=40'] Exploring Operation: 88-67=21, Resulting Numbers: [40, 21] Generated Node #3: [40, 21] from Oper...
4
[ 71, 67, 12, 34 ]
82
[ "71-67=4", "12*4=48", "34+48=82" ]
Current State: 82:[71, 67, 12, 34], Operations: [] Exploring Operation: 71-67=4, Resulting Numbers: [12, 34, 4] Generated Node #2: [12, 34, 4] from Operation: 71-67=4 Current State: 82:[12, 34, 4], Operations: ['71-67=4'] Exploring Operation: 12*4=48, Resulting Numbers: [34, 48] Generated Node #3: [34, 48] from Operati...
4
[ 90, 73, 97, 72 ]
87
[ "97-73=24", "72/24=3", "90-3=87" ]
Current State: 87:[90, 73, 97, 72], Operations: [] Exploring Operation: 97-73=24, Resulting Numbers: [90, 72, 24] Generated Node #2: [90, 72, 24] from Operation: 97-73=24 Current State: 87:[90, 72, 24], Operations: ['97-73=24'] Exploring Operation: 72/24=3, Resulting Numbers: [90, 3] Generated Node #3: [90, 3] from Ope...
4
[ 90, 1, 96, 8 ]
48
[ "90*1=90", "96-90=6", "8*6=48" ]
Current State: 48:[90, 1, 96, 8], Operations: [] Exploring Operation: 90*1=90, Resulting Numbers: [96, 8, 90] Generated Node #2: [96, 8, 90] from Operation: 90*1=90 Current State: 48:[96, 8, 90], Operations: ['90*1=90'] Exploring Operation: 96-90=6, Resulting Numbers: [8, 6] Generated Node #3: [8, 6] from Operation: 96...
4
[ 6, 24, 13, 80 ]
89
[ "24/6=4", "13+80=93", "93-4=89" ]
Current State: 89:[6, 24, 13, 80], Operations: [] Exploring Operation: 24/6=4, Resulting Numbers: [13, 80, 4] Generated Node #2: [13, 80, 4] from Operation: 24/6=4 Current State: 89:[13, 80, 4], Operations: ['24/6=4'] Exploring Operation: 13+80=93, Resulting Numbers: [4, 93] Generated Node #3: [4, 93] from Operation: 1...
4
[ 84, 85, 2, 47 ]
44
[ "85-84=1", "47-2=45", "45-1=44" ]
Current State: 44:[84, 85, 2, 47], Operations: [] Exploring Operation: 85-84=1, Resulting Numbers: [2, 47, 1] Generated Node #2: [2, 47, 1] from Operation: 85-84=1 Current State: 44:[2, 47, 1], Operations: ['85-84=1'] Exploring Operation: 47-2=45, Resulting Numbers: [1, 45] Generated Node #3: [1, 45] from Operation: 47...
4
[ 17, 98, 59, 9 ]
94
[ "59+9=68", "68/17=4", "98-4=94" ]
Current State: 94:[17, 98, 59, 9], Operations: [] Exploring Operation: 59+9=68, Resulting Numbers: [17, 98, 68] Generated Node #2: [17, 98, 68] from Operation: 59+9=68 Current State: 94:[17, 98, 68], Operations: ['59+9=68'] Exploring Operation: 68/17=4, Resulting Numbers: [98, 4] Generated Node #3: [98, 4] from Operati...
4
[ 85, 53, 26, 62 ]
56
[ "85-53=32", "26+62=88", "88-32=56" ]
Current State: 56:[85, 53, 26, 62], Operations: [] Exploring Operation: 85-53=32, Resulting Numbers: [26, 62, 32] Generated Node #2: [26, 62, 32] from Operation: 85-53=32 Current State: 56:[26, 62, 32], Operations: ['85-53=32'] Exploring Operation: 26+62=88, Resulting Numbers: [32, 88] Generated Node #3: [32, 88] from ...
4
[ 6, 23, 21, 24 ]
71
[ "24/6=4", "23*4=92", "92-21=71" ]
Current State: 71:[6, 23, 21, 24], Operations: [] Exploring Operation: 24/6=4, Resulting Numbers: [23, 21, 4] Generated Node #2: [23, 21, 4] from Operation: 24/6=4 Current State: 71:[23, 21, 4], Operations: ['24/6=4'] Exploring Operation: 23*4=92, Resulting Numbers: [21, 92] Generated Node #3: [21, 92] from Operation: ...
4
[ 3, 16, 27, 8 ]
64
[ "3+16=19", "27-19=8", "8*8=64" ]
Current State: 64:[3, 16, 27, 8], Operations: [] Exploring Operation: 3+16=19, Resulting Numbers: [27, 8, 19] Generated Node #2: [27, 8, 19] from Operation: 3+16=19 Current State: 64:[27, 8, 19], Operations: ['3+16=19'] Exploring Operation: 27-19=8, Resulting Numbers: [8, 8] Generated Node #3: [8, 8] from Operation: 27...
4
[ 87, 8, 16, 70 ]
53
[ "16/8=2", "70*2=140", "140-87=53" ]
Current State: 53:[87, 8, 16, 70], Operations: [] Exploring Operation: 16/8=2, Resulting Numbers: [87, 70, 2] Generated Node #2: [87, 70, 2] from Operation: 16/8=2 Current State: 53:[87, 70, 2], Operations: ['16/8=2'] Exploring Operation: 70*2=140, Resulting Numbers: [87, 140] Generated Node #3: [87, 140] from Operatio...
4
[ 21, 23, 29, 16 ]
21
[ "23-21=2", "16/2=8", "29-8=21" ]
Current State: 21:[21, 23, 29, 16], Operations: [] Exploring Operation: 23-21=2, Resulting Numbers: [29, 16, 2] Generated Node #2: [29, 16, 2] from Operation: 23-21=2 Current State: 21:[29, 16, 2], Operations: ['23-21=2'] Exploring Operation: 16/2=8, Resulting Numbers: [29, 8] Generated Node #3: [29, 8] from Operation:...
4
[ 23, 19, 29, 6 ]
78
[ "23+19=42", "42-29=13", "6*13=78" ]
Current State: 78:[23, 19, 29, 6], Operations: [] Exploring Operation: 23+19=42, Resulting Numbers: [29, 6, 42] Generated Node #2: [29, 6, 42] from Operation: 23+19=42 Current State: 78:[29, 6, 42], Operations: ['23+19=42'] Exploring Operation: 42-29=13, Resulting Numbers: [6, 13] Generated Node #3: [6, 13] from Operat...
4
[ 38, 22, 85, 84 ]
47
[ "22*85=1870", "1870-84=1786", "1786/38=47" ]
Current State: 47:[38, 22, 85, 84], Operations: [] Exploring Operation: 22*85=1870, Resulting Numbers: [38, 84, 1870] Generated Node #2: [38, 84, 1870] from Operation: 22*85=1870 Current State: 47:[38, 84, 1870], Operations: ['22*85=1870'] Exploring Operation: 1870-84=1786, Resulting Numbers: [38, 1786] Generated Node ...
4
[ 37, 58, 62, 69 ]
36
[ "37+58=95", "62+69=131", "131-95=36" ]
Current State: 36:[37, 58, 62, 69], Operations: [] Exploring Operation: 37+58=95, Resulting Numbers: [62, 69, 95] Generated Node #2: [62, 69, 95] from Operation: 37+58=95 Current State: 36:[62, 69, 95], Operations: ['37+58=95'] Exploring Operation: 62+69=131, Resulting Numbers: [95, 131] Generated Node #3: [95, 131] fr...
4
[ 96, 30, 24, 5 ]
30
[ "96+30=126", "24+126=150", "150/5=30" ]
Current State: 30:[96, 30, 24, 5], Operations: [] Exploring Operation: 96+30=126, Resulting Numbers: [24, 5, 126] Generated Node #2: [24, 5, 126] from Operation: 96+30=126 Current State: 30:[24, 5, 126], Operations: ['96+30=126'] Exploring Operation: 24+126=150, Resulting Numbers: [5, 150] Generated Node #3: [5, 150] f...
4
[ 51, 20, 19, 9 ]
81
[ "51+20=71", "19-9=10", "71+10=81" ]
Current State: 81:[51, 20, 19, 9], Operations: [] Exploring Operation: 51+20=71, Resulting Numbers: [19, 9, 71] Generated Node #2: [19, 9, 71] from Operation: 51+20=71 Current State: 81:[19, 9, 71], Operations: ['51+20=71'] Exploring Operation: 19-9=10, Resulting Numbers: [71, 10] Generated Node #3: [71, 10] from Opera...
4
[ 82, 11, 77, 52 ]
68
[ "82+11=93", "77-52=25", "93-25=68" ]
Current State: 68:[82, 11, 77, 52], Operations: [] Exploring Operation: 82+11=93, Resulting Numbers: [77, 52, 93] Generated Node #2: [77, 52, 93] from Operation: 82+11=93 Current State: 68:[77, 52, 93], Operations: ['82+11=93'] Exploring Operation: 77-52=25, Resulting Numbers: [93, 25] Generated Node #3: [93, 25] from ...
4
[ 15, 22, 53, 60 ]
30
[ "15+22=37", "60-53=7", "37-7=30" ]
Current State: 30:[15, 22, 53, 60], Operations: [] Exploring Operation: 15+22=37, Resulting Numbers: [53, 60, 37] Generated Node #2: [53, 60, 37] from Operation: 15+22=37 Current State: 30:[53, 60, 37], Operations: ['15+22=37'] Exploring Operation: 60-53=7, Resulting Numbers: [37, 7] Generated Node #3: [37, 7] from Ope...
4
[ 4, 60, 57, 93 ]
27
[ "60-57=3", "93/3=31", "31-4=27" ]
Current State: 27:[4, 60, 57, 93], Operations: [] Exploring Operation: 60-57=3, Resulting Numbers: [4, 93, 3] Generated Node #2: [4, 93, 3] from Operation: 60-57=3 Current State: 27:[4, 93, 3], Operations: ['60-57=3'] Exploring Operation: 93/3=31, Resulting Numbers: [4, 31] Generated Node #3: [4, 31] from Operation: 93...
4
[ 48, 29, 78, 41 ]
74
[ "41-29=12", "48/12=4", "78-4=74" ]
Current State: 74:[48, 29, 78, 41], Operations: [] Exploring Operation: 41-29=12, Resulting Numbers: [48, 78, 12] Generated Node #2: [48, 78, 12] from Operation: 41-29=12 Current State: 74:[48, 78, 12], Operations: ['41-29=12'] Exploring Operation: 48/12=4, Resulting Numbers: [78, 4] Generated Node #3: [78, 4] from Ope...
4
[ 4, 8, 19, 66 ]
97
[ "4+8=12", "19+66=85", "12+85=97" ]
Current State: 97:[4, 8, 19, 66], Operations: [] Exploring Operation: 4+8=12, Resulting Numbers: [19, 66, 12] Generated Node #2: [19, 66, 12] from Operation: 4+8=12 Current State: 97:[19, 66, 12], Operations: ['4+8=12'] Exploring Operation: 19+66=85, Resulting Numbers: [12, 85] Generated Node #3: [12, 85] from Operatio...
4
[ 28, 45, 26, 24 ]
15
[ "45-28=17", "26-24=2", "17-2=15" ]
Current State: 15:[28, 45, 26, 24], Operations: [] Exploring Operation: 45-28=17, Resulting Numbers: [26, 24, 17] Generated Node #2: [26, 24, 17] from Operation: 45-28=17 Current State: 15:[26, 24, 17], Operations: ['45-28=17'] Exploring Operation: 26-24=2, Resulting Numbers: [17, 2] Generated Node #3: [17, 2] from Ope...
4
[ 54, 9, 15, 66 ]
12
[ "54+9=63", "66-15=51", "63-51=12" ]
Current State: 12:[54, 9, 15, 66], Operations: [] Exploring Operation: 54+9=63, Resulting Numbers: [15, 66, 63] Generated Node #2: [15, 66, 63] from Operation: 54+9=63 Current State: 12:[15, 66, 63], Operations: ['54+9=63'] Exploring Operation: 66-15=51, Resulting Numbers: [63, 51] Generated Node #3: [63, 51] from Oper...
4
[ 21, 15, 35, 55 ]
28
[ "55-35=20", "21*20=420", "420/15=28" ]
Current State: 28:[21, 15, 35, 55], Operations: [] Exploring Operation: 55-35=20, Resulting Numbers: [21, 15, 20] Generated Node #2: [21, 15, 20] from Operation: 55-35=20 Current State: 28:[21, 15, 20], Operations: ['55-35=20'] Exploring Operation: 21*20=420, Resulting Numbers: [15, 420] Generated Node #3: [15, 420] fr...
4
[ 28, 84, 5, 18 ]
75
[ "84/28=3", "18-3=15", "5*15=75" ]
Current State: 75:[28, 84, 5, 18], Operations: [] Exploring Operation: 84/28=3, Resulting Numbers: [5, 18, 3] Generated Node #2: [5, 18, 3] from Operation: 84/28=3 Current State: 75:[5, 18, 3], Operations: ['84/28=3'] Exploring Operation: 18-3=15, Resulting Numbers: [5, 15] Generated Node #3: [5, 15] from Operation: 18...
4
[ 29, 66, 43, 63 ]
32
[ "66+63=129", "129/43=3", "29+3=32" ]
Current State: 32:[29, 66, 43, 63], Operations: [] Exploring Operation: 66+63=129, Resulting Numbers: [29, 43, 129] Generated Node #2: [29, 43, 129] from Operation: 66+63=129 Current State: 32:[29, 43, 129], Operations: ['66+63=129'] Exploring Operation: 129/43=3, Resulting Numbers: [29, 3] Generated Node #3: [29, 3] f...
4
[ 65, 57, 3, 90 ]
92
[ "65+57=122", "90/3=30", "122-30=92" ]
Current State: 92:[65, 57, 3, 90], Operations: [] Exploring Operation: 65+57=122, Resulting Numbers: [3, 90, 122] Generated Node #2: [3, 90, 122] from Operation: 65+57=122 Current State: 92:[3, 90, 122], Operations: ['65+57=122'] Exploring Operation: 90/3=30, Resulting Numbers: [122, 30] Generated Node #3: [122, 30] fr...
4
[ 9, 10, 53, 43 ]
100
[ "9*10=90", "53-43=10", "90+10=100" ]
Current State: 100:[9, 10, 53, 43], Operations: [] Exploring Operation: 9*10=90, Resulting Numbers: [53, 43, 90] Generated Node #2: [53, 43, 90] from Operation: 9*10=90 Current State: 100:[53, 43, 90], Operations: ['9*10=90'] Exploring Operation: 53-43=10, Resulting Numbers: [90, 10] Generated Node #3: [90, 10] from Op...
4
[ 55, 9, 56, 43 ]
13
[ "9*56=504", "55+504=559", "559/43=13" ]
Current State: 13:[55, 9, 56, 43], Operations: [] Exploring Operation: 9*56=504, Resulting Numbers: [55, 43, 504] Generated Node #2: [55, 43, 504] from Operation: 9*56=504 Current State: 13:[55, 43, 504], Operations: ['9*56=504'] Exploring Operation: 55+504=559, Resulting Numbers: [43, 559] Generated Node #3: [43, 559]...
4
[ 90, 92, 2, 3 ]
94
[ "90+92=182", "182/2=91", "3+91=94" ]
Current State: 94:[90, 92, 2, 3], Operations: [] Exploring Operation: 90+92=182, Resulting Numbers: [2, 3, 182] Generated Node #2: [2, 3, 182] from Operation: 90+92=182 Current State: 94:[2, 3, 182], Operations: ['90+92=182'] Exploring Operation: 182/2=91, Resulting Numbers: [3, 91] Generated Node #3: [3, 91] from Oper...
4
[ 69, 74, 66, 79 ]
80
[ "79-69=10", "74-66=8", "10*8=80" ]
Current State: 80:[69, 74, 66, 79], Operations: [] Exploring Operation: 79-69=10, Resulting Numbers: [74, 66, 10] Generated Node #2: [74, 66, 10] from Operation: 79-69=10 Current State: 80:[74, 66, 10], Operations: ['79-69=10'] Exploring Operation: 74-66=8, Resulting Numbers: [10, 8] Generated Node #3: [10, 8] from Ope...
4
[ 56, 49, 52, 47 ]
12
[ "56-49=7", "52-47=5", "7+5=12" ]
Current State: 12:[56, 49, 52, 47], Operations: [] Exploring Operation: 56-49=7, Resulting Numbers: [52, 47, 7] Generated Node #2: [52, 47, 7] from Operation: 56-49=7 Current State: 12:[52, 47, 7], Operations: ['56-49=7'] Exploring Operation: 52-47=5, Resulting Numbers: [7, 5] Generated Node #3: [7, 5] from Operation: ...
4
[ 56, 90, 86, 93 ]
27
[ "90-56=34", "93-86=7", "34-7=27" ]
Current State: 27:[56, 90, 86, 93], Operations: [] Exploring Operation: 90-56=34, Resulting Numbers: [86, 93, 34] Generated Node #2: [86, 93, 34] from Operation: 90-56=34 Current State: 27:[86, 93, 34], Operations: ['90-56=34'] Exploring Operation: 93-86=7, Resulting Numbers: [34, 7] Generated Node #3: [34, 7] from Ope...
4
[ 20, 33, 75, 60 ]
28
[ "33-20=13", "75-60=15", "13+15=28" ]
Current State: 28:[20, 33, 75, 60], Operations: [] Exploring Operation: 33-20=13, Resulting Numbers: [75, 60, 13] Generated Node #2: [75, 60, 13] from Operation: 33-20=13 Current State: 28:[75, 60, 13], Operations: ['33-20=13'] Exploring Operation: 75-60=15, Resulting Numbers: [13, 15] Generated Node #3: [13, 15] from ...
4
[ 96, 27, 13, 14 ]
95
[ "27-13=14", "14/14=1", "96-1=95" ]
Current State: 95:[96, 27, 13, 14], Operations: [] Exploring Operation: 27-13=14, Resulting Numbers: [96, 14, 14] Generated Node #2: [96, 14, 14] from Operation: 27-13=14 Current State: 95:[96, 14, 14], Operations: ['27-13=14'] Exploring Operation: 14/14=1, Resulting Numbers: [96, 1] Generated Node #3: [96, 1] from Ope...
4
[ 60, 25, 77, 72 ]
30
[ "60-25=35", "77-72=5", "35-5=30" ]
Current State: 30:[60, 25, 77, 72], Operations: [] Exploring Operation: 60-25=35, Resulting Numbers: [77, 72, 35] Generated Node #2: [77, 72, 35] from Operation: 60-25=35 Current State: 30:[77, 72, 35], Operations: ['60-25=35'] Exploring Operation: 77-72=5, Resulting Numbers: [35, 5] Generated Node #3: [35, 5] from Ope...
4
[ 80, 29, 6, 32 ]
25
[ "80-29=51", "32-6=26", "51-26=25" ]
Current State: 25:[80, 29, 6, 32], Operations: [] Exploring Operation: 80-29=51, Resulting Numbers: [6, 32, 51] Generated Node #2: [6, 32, 51] from Operation: 80-29=51 Current State: 25:[6, 32, 51], Operations: ['80-29=51'] Exploring Operation: 32-6=26, Resulting Numbers: [51, 26] Generated Node #3: [51, 26] from Opera...
4
[ 16, 15, 35, 25 ]
39
[ "16*35=560", "25+560=585", "585/15=39" ]
Current State: 39:[16, 15, 35, 25], Operations: [] Exploring Operation: 16*35=560, Resulting Numbers: [15, 25, 560] Generated Node #2: [15, 25, 560] from Operation: 16*35=560 Current State: 39:[15, 25, 560], Operations: ['16*35=560'] Exploring Operation: 25+560=585, Resulting Numbers: [15, 585] Generated Node #3: [15, ...
4
[ 36, 85, 71, 20 ]
30
[ "36+85=121", "71+20=91", "121-91=30" ]
Current State: 30:[36, 85, 71, 20], Operations: [] Exploring Operation: 36+85=121, Resulting Numbers: [71, 20, 121] Generated Node #2: [71, 20, 121] from Operation: 36+85=121 Current State: 30:[71, 20, 121], Operations: ['36+85=121'] Exploring Operation: 71+20=91, Resulting Numbers: [121, 91] Generated Node #3: [121, 9...
4
[ 61, 6, 16, 2 ]
74
[ "61+16=77", "6/2=3", "77-3=74" ]
Current State: 74:[61, 6, 16, 2], Operations: [] Exploring Operation: 61+16=77, Resulting Numbers: [6, 2, 77] Generated Node #2: [6, 2, 77] from Operation: 61+16=77 Current State: 74:[6, 2, 77], Operations: ['61+16=77'] Exploring Operation: 6/2=3, Resulting Numbers: [77, 3] Generated Node #3: [77, 3] from Operation: 6/...
4
[ 54, 71, 57, 17 ]
58
[ "71-54=17", "17/17=1", "57+1=58" ]
Current State: 58:[54, 71, 57, 17], Operations: [] Exploring Operation: 71-54=17, Resulting Numbers: [57, 17, 17] Generated Node #2: [57, 17, 17] from Operation: 71-54=17 Current State: 58:[57, 17, 17], Operations: ['71-54=17'] Exploring Operation: 17/17=1, Resulting Numbers: [57, 1] Generated Node #3: [57, 1] from Ope...
4
[ 48, 84, 48, 40 ]
12
[ "84-48=36", "40-36=4", "48/4=12" ]
Current State: 12:[48, 84, 48, 40], Operations: [] Exploring Operation: 84-48=36, Resulting Numbers: [40, 36] Generated Node #2: [40, 36] from Operation: 84-48=36 Current State: 12:[40, 36], Operations: ['84-48=36'] Exploring Operation: 40-36=4, Resulting Numbers: [4] 4,12 equal: Goal Reached Exploring Operation: 48/4=...
4
[ 49, 37, 67, 60 ]
44
[ "67-60=7", "49/7=7", "37+7=44" ]
Current State: 44:[49, 37, 67, 60], Operations: [] Exploring Operation: 67-60=7, Resulting Numbers: [49, 37, 7] Generated Node #2: [49, 37, 7] from Operation: 67-60=7 Current State: 44:[49, 37, 7], Operations: ['67-60=7'] Exploring Operation: 49/7=7, Resulting Numbers: [37, 7] Generated Node #3: [37, 7] from Operation:...
4
[ 16, 26, 60, 16 ]
26
[ "16-16=0", "60*0=0", "26+0=26" ]
Current State: 26:[16, 26, 60, 16], Operations: [] Exploring Operation: 16-16=0, Resulting Numbers: [26, 60, 0] Generated Node #2: [26, 60, 0] from Operation: 16-16=0 Current State: 26:[26, 60, 0], Operations: ['16-16=0'] Exploring Operation: 60*0=0, Resulting Numbers: [26, 0] Generated Node #3: [26, 0] from Operation:...
4
[ 62, 46, 42, 62 ]
36
[ "62-46=16", "62-42=20", "16+20=36" ]
Current State: 36:[62, 46, 42, 62], Operations: [] Exploring Operation: 62-46=16, Resulting Numbers: [42, 16] Generated Node #2: [42, 16] from Operation: 62-46=16 Current State: 36:[42, 16], Operations: ['62-46=16'] Exploring Operation: 62-42=20, Resulting Numbers: [16, 20] Generated Node #3: [16, 20] from Operation: 6...
4
[ 84, 47, 3, 5 ]
94
[ "47+3=50", "50/5=10", "84+10=94" ]
Current State: 94:[84, 47, 3, 5], Operations: [] Exploring Operation: 47+3=50, Resulting Numbers: [84, 5, 50] Generated Node #2: [84, 5, 50] from Operation: 47+3=50 Current State: 94:[84, 5, 50], Operations: ['47+3=50'] Exploring Operation: 50/5=10, Resulting Numbers: [84, 10] Generated Node #3: [84, 10] from Operation...
4
[ 24, 68, 25, 4 ]
22
[ "68+4=72", "72/24=3", "25-3=22" ]
Current State: 22:[24, 68, 25, 4], Operations: [] Exploring Operation: 68+4=72, Resulting Numbers: [24, 25, 72] Generated Node #2: [24, 25, 72] from Operation: 68+4=72 Current State: 22:[24, 25, 72], Operations: ['68+4=72'] Exploring Operation: 72/24=3, Resulting Numbers: [25, 3] Generated Node #3: [25, 3] from Operati...
4
[ 50, 70, 46, 71 ]
45
[ "70-50=20", "71-46=25", "20+25=45" ]
Current State: 45:[50, 70, 46, 71], Operations: [] Exploring Operation: 70-50=20, Resulting Numbers: [46, 71, 20] Generated Node #2: [46, 71, 20] from Operation: 70-50=20 Current State: 45:[46, 71, 20], Operations: ['70-50=20'] Exploring Operation: 71-46=25, Resulting Numbers: [20, 25] Generated Node #3: [20, 25] from ...
4
[ 97, 86, 95, 93 ]
13
[ "97-86=11", "95-93=2", "11+2=13" ]
Current State: 13:[97, 86, 95, 93], Operations: [] Exploring Operation: 97-86=11, Resulting Numbers: [95, 93, 11] Generated Node #2: [95, 93, 11] from Operation: 97-86=11 Current State: 13:[95, 93, 11], Operations: ['97-86=11'] Exploring Operation: 95-93=2, Resulting Numbers: [11, 2] Generated Node #3: [11, 2] from Ope...
4
[ 55, 65, 21, 62 ]
82
[ "62-55=7", "21*7=147", "147-65=82" ]
Current State: 82:[55, 65, 21, 62], Operations: [] Exploring Operation: 62-55=7, Resulting Numbers: [65, 21, 7] Generated Node #2: [65, 21, 7] from Operation: 62-55=7 Current State: 82:[65, 21, 7], Operations: ['62-55=7'] Exploring Operation: 21*7=147, Resulting Numbers: [65, 147] Generated Node #3: [65, 147] from Oper...
4
[ 98, 41, 35, 32 ]
94
[ "41-35=6", "32*6=192", "192-98=94" ]
Current State: 94:[98, 41, 35, 32], Operations: [] Exploring Operation: 41-35=6, Resulting Numbers: [98, 32, 6] Generated Node #2: [98, 32, 6] from Operation: 41-35=6 Current State: 94:[98, 32, 6], Operations: ['41-35=6'] Exploring Operation: 32*6=192, Resulting Numbers: [98, 192] Generated Node #3: [98, 192] from Oper...
4
[ 87, 9, 45, 75 ]
23
[ "87+45=132", "75+132=207", "207/9=23" ]
Current State: 23:[87, 9, 45, 75], Operations: [] Exploring Operation: 87+45=132, Resulting Numbers: [9, 75, 132] Generated Node #2: [9, 75, 132] from Operation: 87+45=132 Current State: 23:[9, 75, 132], Operations: ['87+45=132'] Exploring Operation: 75+132=207, Resulting Numbers: [9, 207] Generated Node #3: [9, 207] f...
4
[ 43, 45, 34, 34 ]
66
[ "45-43=2", "34+34=68", "68-2=66" ]
Current State: 66:[43, 45, 34, 34], Operations: [] Exploring Operation: 45-43=2, Resulting Numbers: [34, 34, 2] Generated Node #2: [34, 34, 2] from Operation: 45-43=2 Current State: 66:[34, 34, 2], Operations: ['45-43=2'] Exploring Operation: 34+34=68, Resulting Numbers: [2, 68] Generated Node #3: [2, 68] from Operatio...
4
[ 61, 44, 14, 63 ]
29
[ "63-61=2", "44+14=58", "58/2=29" ]
Current State: 29:[61, 44, 14, 63], Operations: [] Exploring Operation: 63-61=2, Resulting Numbers: [44, 14, 2] Generated Node #2: [44, 14, 2] from Operation: 63-61=2 Current State: 29:[44, 14, 2], Operations: ['63-61=2'] Exploring Operation: 44+14=58, Resulting Numbers: [2, 58] Generated Node #3: [2, 58] from Operatio...
4
[ 44, 16, 95, 9 ]
44
[ "44+16=60", "95+9=104", "104-60=44" ]
Current State: 44:[44, 16, 95, 9], Operations: [] Exploring Operation: 44+16=60, Resulting Numbers: [95, 9, 60] Generated Node #2: [95, 9, 60] from Operation: 44+16=60 Current State: 44:[95, 9, 60], Operations: ['44+16=60'] Exploring Operation: 95+9=104, Resulting Numbers: [60, 104] Generated Node #3: [60, 104] from Op...
4
[ 56, 30, 87, 85 ]
71
[ "87-85=2", "30/2=15", "56+15=71" ]
Current State: 71:[56, 30, 87, 85], Operations: [] Exploring Operation: 87-85=2, Resulting Numbers: [56, 30, 2] Generated Node #2: [56, 30, 2] from Operation: 87-85=2 Current State: 71:[56, 30, 2], Operations: ['87-85=2'] Exploring Operation: 30/2=15, Resulting Numbers: [56, 15] Generated Node #3: [56, 15] from Operati...
4
[ 67, 72, 54, 41 ]
81
[ "67+41=108", "54*108=5832", "5832/72=81" ]
Current State: 81:[67, 72, 54, 41], Operations: [] Exploring Operation: 67+41=108, Resulting Numbers: [72, 54, 108] Generated Node #2: [72, 54, 108] from Operation: 67+41=108 Current State: 81:[72, 54, 108], Operations: ['67+41=108'] Exploring Operation: 54*108=5832, Resulting Numbers: [72, 5832] Generated Node #3: [72...
4
[ 41, 88, 62, 88 ]
22
[ "62-41=21", "88/88=1", "21+1=22" ]
Current State: 22:[41, 88, 62, 88], Operations: [] Exploring Operation: 62-41=21, Resulting Numbers: [88, 88, 21] Generated Node #2: [88, 88, 21] from Operation: 62-41=21 Current State: 22:[88, 88, 21], Operations: ['62-41=21'] Exploring Operation: 88/88=1, Resulting Numbers: [21, 1] Generated Node #3: [21, 1] from Ope...
4
[ 78, 21, 74, 78 ]
74
[ "78-78=0", "21*0=0", "74+0=74" ]
Current State: 74:[78, 21, 74, 78], Operations: [] Exploring Operation: 78-78=0, Resulting Numbers: [21, 74, 0] Generated Node #2: [21, 74, 0] from Operation: 78-78=0 Current State: 74:[21, 74, 0], Operations: ['78-78=0'] Exploring Operation: 21*0=0, Resulting Numbers: [74, 0] Generated Node #3: [74, 0] from Operation:...
4
[ 37, 10, 33, 33 ]
47
[ "37+10=47", "33-33=0", "47+0=47" ]
Current State: 47:[37, 10, 33, 33], Operations: [] Exploring Operation: 37+10=47, Resulting Numbers: [33, 33, 47] Generated Node #2: [33, 33, 47] from Operation: 37+10=47 Current State: 47:[33, 33, 47], Operations: ['37+10=47'] Exploring Operation: 33-33=0, Resulting Numbers: [47, 0] Generated Node #3: [47, 0] from Ope...
4
[ 15, 30, 81, 63 ]
45
[ "30/15=2", "63*2=126", "126-81=45" ]
Current State: 45:[15, 30, 81, 63], Operations: [] Exploring Operation: 30/15=2, Resulting Numbers: [81, 63, 2] Generated Node #2: [81, 63, 2] from Operation: 30/15=2 Current State: 45:[81, 63, 2], Operations: ['30/15=2'] Exploring Operation: 63*2=126, Resulting Numbers: [81, 126] Generated Node #3: [81, 126] from Oper...
4
[ 3, 18, 49, 70 ]
27
[ "18/3=6", "70-49=21", "6+21=27" ]
Current State: 27:[3, 18, 49, 70], Operations: [] Exploring Operation: 18/3=6, Resulting Numbers: [49, 70, 6] Generated Node #2: [49, 70, 6] from Operation: 18/3=6 Current State: 27:[49, 70, 6], Operations: ['18/3=6'] Exploring Operation: 70-49=21, Resulting Numbers: [6, 21] Generated Node #3: [6, 21] from Operation: 7...
4
[ 23, 21, 8, 10 ]
55
[ "23+21=44", "10*44=440", "440/8=55" ]
Current State: 55:[23, 21, 8, 10], Operations: [] Exploring Operation: 23+21=44, Resulting Numbers: [8, 10, 44] Generated Node #2: [8, 10, 44] from Operation: 23+21=44 Current State: 55:[8, 10, 44], Operations: ['23+21=44'] Exploring Operation: 10*44=440, Resulting Numbers: [8, 440] Generated Node #3: [8, 440] from Ope...
4
[ 2, 53, 43, 94 ]
37
[ "94/2=47", "53-43=10", "47-10=37" ]
Current State: 37:[2, 53, 43, 94], Operations: [] Exploring Operation: 94/2=47, Resulting Numbers: [53, 43, 47] Generated Node #2: [53, 43, 47] from Operation: 94/2=47 Current State: 37:[53, 43, 47], Operations: ['94/2=47'] Exploring Operation: 53-43=10, Resulting Numbers: [47, 10] Generated Node #3: [47, 10] from Oper...
4
[ 11, 97, 4, 95 ]
76
[ "95-11=84", "84/4=21", "97-21=76" ]
Current State: 76:[11, 97, 4, 95], Operations: [] Exploring Operation: 95-11=84, Resulting Numbers: [97, 4, 84] Generated Node #2: [97, 4, 84] from Operation: 95-11=84 Current State: 76:[97, 4, 84], Operations: ['95-11=84'] Exploring Operation: 84/4=21, Resulting Numbers: [97, 21] Generated Node #3: [97, 21] from Opera...
4
[ 8, 56, 12, 17 ]
93
[ "8+56=64", "12+17=29", "64+29=93" ]
Current State: 93:[8, 56, 12, 17], Operations: [] Exploring Operation: 8+56=64, Resulting Numbers: [12, 17, 64] Generated Node #2: [12, 17, 64] from Operation: 8+56=64 Current State: 93:[12, 17, 64], Operations: ['8+56=64'] Exploring Operation: 12+17=29, Resulting Numbers: [64, 29] Generated Node #3: [64, 29] from Oper...
4
[ 58, 71, 97, 61 ]
49
[ "71-58=13", "97-61=36", "13+36=49" ]
Current State: 49:[58, 71, 97, 61], Operations: [] Exploring Operation: 71-58=13, Resulting Numbers: [97, 61, 13] Generated Node #2: [97, 61, 13] from Operation: 71-58=13 Current State: 49:[97, 61, 13], Operations: ['71-58=13'] Exploring Operation: 97-61=36, Resulting Numbers: [13, 36] Generated Node #3: [13, 36] from ...
4
[ 2, 70, 31, 99 ]
97
[ "2*99=198", "70+31=101", "198-101=97" ]
Current State: 97:[2, 70, 31, 99], Operations: [] Exploring Operation: 2*99=198, Resulting Numbers: [70, 31, 198] Generated Node #2: [70, 31, 198] from Operation: 2*99=198 Current State: 97:[70, 31, 198], Operations: ['2*99=198'] Exploring Operation: 70+31=101, Resulting Numbers: [198, 101] Generated Node #3: [198, 101...
4
[ 1, 66, 53, 91 ]
79
[ "66-1=65", "53+91=144", "144-65=79" ]
Current State: 79:[1, 66, 53, 91], Operations: [] Exploring Operation: 66-1=65, Resulting Numbers: [53, 91, 65] Generated Node #2: [53, 91, 65] from Operation: 66-1=65 Current State: 79:[53, 91, 65], Operations: ['66-1=65'] Exploring Operation: 53+91=144, Resulting Numbers: [65, 144] Generated Node #3: [65, 144] from O...
4
[ 66, 46, 41, 70 ]
49
[ "66-46=20", "70-41=29", "20+29=49" ]
Current State: 49:[66, 46, 41, 70], Operations: [] Exploring Operation: 66-46=20, Resulting Numbers: [41, 70, 20] Generated Node #2: [41, 70, 20] from Operation: 66-46=20 Current State: 49:[41, 70, 20], Operations: ['66-46=20'] Exploring Operation: 70-41=29, Resulting Numbers: [20, 29] Generated Node #3: [20, 29] from ...
4
[ 9, 87, 90, 82 ]
12
[ "9+87=96", "90-82=8", "96/8=12" ]
Current State: 12:[9, 87, 90, 82], Operations: [] Exploring Operation: 9+87=96, Resulting Numbers: [90, 82, 96] Generated Node #2: [90, 82, 96] from Operation: 9+87=96 Current State: 12:[90, 82, 96], Operations: ['9+87=96'] Exploring Operation: 90-82=8, Resulting Numbers: [96, 8] Generated Node #3: [96, 8] from Operati...
4
[ 3, 75, 28, 23 ]
90
[ "28-23=5", "3*5=15", "75+15=90" ]
Current State: 90:[3, 75, 28, 23], Operations: [] Exploring Operation: 28-23=5, Resulting Numbers: [3, 75, 5] Generated Node #2: [3, 75, 5] from Operation: 28-23=5 Current State: 90:[3, 75, 5], Operations: ['28-23=5'] Exploring Operation: 3*5=15, Resulting Numbers: [75, 15] Generated Node #3: [75, 15] from Operation: 3...
4
[ 44, 99, 10, 18 ]
11
[ "99*10=990", "990/18=55", "55-44=11" ]
Current State: 11:[44, 99, 10, 18], Operations: [] Exploring Operation: 99*10=990, Resulting Numbers: [44, 18, 990] Generated Node #2: [44, 18, 990] from Operation: 99*10=990 Current State: 11:[44, 18, 990], Operations: ['99*10=990'] Exploring Operation: 990/18=55, Resulting Numbers: [44, 55] Generated Node #3: [44, 55...
4
[ 50, 31, 39, 14 ]
33
[ "39-14=25", "50/25=2", "31+2=33" ]
Current State: 33:[50, 31, 39, 14], Operations: [] Exploring Operation: 39-14=25, Resulting Numbers: [50, 31, 25] Generated Node #2: [50, 31, 25] from Operation: 39-14=25 Current State: 33:[50, 31, 25], Operations: ['39-14=25'] Exploring Operation: 50/25=2, Resulting Numbers: [31, 2] Generated Node #3: [31, 2] from Ope...
4
[ 82, 97, 35, 1 ]
20
[ "97-82=15", "35*1=35", "35-15=20" ]
Current State: 20:[82, 97, 35, 1], Operations: [] Exploring Operation: 97-82=15, Resulting Numbers: [35, 1, 15] Generated Node #2: [35, 1, 15] from Operation: 97-82=15 Current State: 20:[35, 1, 15], Operations: ['97-82=15'] Exploring Operation: 35*1=35, Resulting Numbers: [15, 35] Generated Node #3: [15, 35] from Opera...
4
[ 32, 86, 48, 91 ]
30
[ "91-48=43", "86/43=2", "32-2=30" ]
Current State: 30:[32, 86, 48, 91], Operations: [] Exploring Operation: 91-48=43, Resulting Numbers: [32, 86, 43] Generated Node #2: [32, 86, 43] from Operation: 91-48=43 Current State: 30:[32, 86, 43], Operations: ['91-48=43'] Exploring Operation: 86/43=2, Resulting Numbers: [32, 2] Generated Node #3: [32, 2] from Ope...
4
[ 67, 31, 13, 23 ]
72
[ "67-31=36", "13+23=36", "36+36=72" ]
Current State: 72:[67, 31, 13, 23], Operations: [] Exploring Operation: 67-31=36, Resulting Numbers: [13, 23, 36] Generated Node #2: [13, 23, 36] from Operation: 67-31=36 Current State: 72:[13, 23, 36], Operations: ['67-31=36'] Exploring Operation: 13+23=36, Resulting Numbers: [36, 36] Generated Node #3: [36, 36] from ...
4
[ 85, 47, 20, 75 ]
49
[ "85-75=10", "20/10=2", "47+2=49" ]
Current State: 49:[85, 47, 20, 75], Operations: [] Exploring Operation: 85-75=10, Resulting Numbers: [47, 20, 10] Generated Node #2: [47, 20, 10] from Operation: 85-75=10 Current State: 49:[47, 20, 10], Operations: ['85-75=10'] Exploring Operation: 20/10=2, Resulting Numbers: [47, 2] Generated Node #3: [47, 2] from Ope...
4
[ 20, 32, 93, 84 ]
100
[ "32-20=12", "84/12=7", "93+7=100" ]
Current State: 100:[20, 32, 93, 84], Operations: [] Exploring Operation: 32-20=12, Resulting Numbers: [93, 84, 12] Generated Node #2: [93, 84, 12] from Operation: 32-20=12 Current State: 100:[93, 84, 12], Operations: ['32-20=12'] Exploring Operation: 84/12=7, Resulting Numbers: [93, 7] Generated Node #3: [93, 7] from O...
4
[ 44, 39, 24, 25 ]
54
[ "44-39=5", "24+25=49", "5+49=54" ]
Current State: 54:[44, 39, 24, 25], Operations: [] Exploring Operation: 44-39=5, Resulting Numbers: [24, 25, 5] Generated Node #2: [24, 25, 5] from Operation: 44-39=5 Current State: 54:[24, 25, 5], Operations: ['44-39=5'] Exploring Operation: 24+25=49, Resulting Numbers: [5, 49] Generated Node #3: [5, 49] from Operatio...
4
[ 82, 57, 1, 80 ]
19
[ "82+1=83", "83-80=3", "57/3=19" ]
Current State: 19:[82, 57, 1, 80], Operations: [] Exploring Operation: 82+1=83, Resulting Numbers: [57, 80, 83] Generated Node #2: [57, 80, 83] from Operation: 82+1=83 Current State: 19:[57, 80, 83], Operations: ['82+1=83'] Exploring Operation: 83-80=3, Resulting Numbers: [57, 3] Generated Node #3: [57, 3] from Operati...
4
[ 76, 41, 80, 22 ]
47
[ "80-76=4", "22*4=88", "88-41=47" ]
Current State: 47:[76, 41, 80, 22], Operations: [] Exploring Operation: 80-76=4, Resulting Numbers: [41, 22, 4] Generated Node #2: [41, 22, 4] from Operation: 80-76=4 Current State: 47:[41, 22, 4], Operations: ['80-76=4'] Exploring Operation: 22*4=88, Resulting Numbers: [41, 88] Generated Node #3: [41, 88] from Operati...
4
[ 8, 39, 2, 92 ]
11
[ "8+92=100", "100/2=50", "50-39=11" ]
Current State: 11:[8, 39, 2, 92], Operations: [] Exploring Operation: 8+92=100, Resulting Numbers: [39, 2, 100] Generated Node #2: [39, 2, 100] from Operation: 8+92=100 Current State: 11:[39, 2, 100], Operations: ['8+92=100'] Exploring Operation: 100/2=50, Resulting Numbers: [39, 50] Generated Node #3: [39, 50] from Op...
4
[ 86, 12, 66, 34 ]
66
[ "86+12=98", "66-34=32", "98-32=66" ]
Current State: 66:[86, 12, 66, 34], Operations: [] Exploring Operation: 86+12=98, Resulting Numbers: [66, 34, 98] Generated Node #2: [66, 34, 98] from Operation: 86+12=98 Current State: 66:[66, 34, 98], Operations: ['86+12=98'] Exploring Operation: 66-34=32, Resulting Numbers: [98, 32] Generated Node #3: [98, 32] from ...
4
[ 42, 14, 4, 38 ]
90
[ "42+14=56", "38-4=34", "56+34=90" ]
Current State: 90:[42, 14, 4, 38], Operations: [] Exploring Operation: 42+14=56, Resulting Numbers: [4, 38, 56] Generated Node #2: [4, 38, 56] from Operation: 42+14=56 Current State: 90:[4, 38, 56], Operations: ['42+14=56'] Exploring Operation: 38-4=34, Resulting Numbers: [56, 34] Generated Node #3: [56, 34] from Opera...
4
[ 57, 43, 96, 36 ]
46
[ "57-43=14", "96-36=60", "60-14=46" ]
Current State: 46:[57, 43, 96, 36], Operations: [] Exploring Operation: 57-43=14, Resulting Numbers: [96, 36, 14] Generated Node #2: [96, 36, 14] from Operation: 57-43=14 Current State: 46:[96, 36, 14], Operations: ['57-43=14'] Exploring Operation: 96-36=60, Resulting Numbers: [14, 60] Generated Node #3: [14, 60] from ...
4
[ 90, 31, 9, 92 ]
53
[ "92-90=2", "31*2=62", "62-9=53" ]
Current State: 53:[90, 31, 9, 92], Operations: [] Exploring Operation: 92-90=2, Resulting Numbers: [31, 9, 2] Generated Node #2: [31, 9, 2] from Operation: 92-90=2 Current State: 53:[31, 9, 2], Operations: ['92-90=2'] Exploring Operation: 31*2=62, Resulting Numbers: [9, 62] Generated Node #3: [9, 62] from Operation: 31...
4
[ 75, 34, 72, 54 ]
16
[ "75-72=3", "54/3=18", "34-18=16" ]
Current State: 16:[75, 34, 72, 54], Operations: [] Exploring Operation: 75-72=3, Resulting Numbers: [34, 54, 3] Generated Node #2: [34, 54, 3] from Operation: 75-72=3 Current State: 16:[34, 54, 3], Operations: ['75-72=3'] Exploring Operation: 54/3=18, Resulting Numbers: [34, 18] Generated Node #3: [34, 18] from Operati...
4
[ 69, 2, 88, 42 ]
17
[ "69-42=27", "88/2=44", "44-27=17" ]
Current State: 17:[69, 2, 88, 42], Operations: [] Exploring Operation: 69-42=27, Resulting Numbers: [2, 88, 27] Generated Node #2: [2, 88, 27] from Operation: 69-42=27 Current State: 17:[2, 88, 27], Operations: ['69-42=27'] Exploring Operation: 88/2=44, Resulting Numbers: [27, 44] Generated Node #3: [27, 44] from Opera...
4
[ 70, 69, 6, 34 ]
12
[ "70*6=420", "69-34=35", "420/35=12" ]
Current State: 12:[70, 69, 6, 34], Operations: [] Exploring Operation: 70*6=420, Resulting Numbers: [69, 34, 420] Generated Node #2: [69, 34, 420] from Operation: 70*6=420 Current State: 12:[69, 34, 420], Operations: ['70*6=420'] Exploring Operation: 69-34=35, Resulting Numbers: [420, 35] Generated Node #3: [420, 35] f...
4
[ 68, 75, 2, 51 ]
60
[ "75-68=7", "2+51=53", "7+53=60" ]
Current State: 60:[68, 75, 2, 51], Operations: [] Exploring Operation: 75-68=7, Resulting Numbers: [2, 51, 7] Generated Node #2: [2, 51, 7] from Operation: 75-68=7 Current State: 60:[2, 51, 7], Operations: ['75-68=7'] Exploring Operation: 2+51=53, Resulting Numbers: [7, 53] Generated Node #3: [7, 53] from Operation: 2+...
4
[ 46, 39, 30, 71 ]
33
[ "46+71=117", "117/39=3", "30+3=33" ]
Current State: 33:[46, 39, 30, 71], Operations: [] Exploring Operation: 46+71=117, Resulting Numbers: [39, 30, 117] Generated Node #2: [39, 30, 117] from Operation: 46+71=117 Current State: 33:[39, 30, 117], Operations: ['46+71=117'] Exploring Operation: 117/39=3, Resulting Numbers: [30, 3] Generated Node #3: [30, 3] f...
4
[ 84, 12, 97, 89 ]
17
[ "89-84=5", "97-12=85", "85/5=17" ]
Current State: 17:[84, 12, 97, 89], Operations: [] Exploring Operation: 89-84=5, Resulting Numbers: [12, 97, 5] Generated Node #2: [12, 97, 5] from Operation: 89-84=5 Current State: 17:[12, 97, 5], Operations: ['89-84=5'] Exploring Operation: 97-12=85, Resulting Numbers: [5, 85] Generated Node #3: [5, 85] from Operatio...
4
[ 46, 31, 90, 31 ]
43
[ "90-46=44", "31/31=1", "44-1=43" ]
Current State: 43:[46, 31, 90, 31], Operations: [] Exploring Operation: 90-46=44, Resulting Numbers: [31, 31, 44] Generated Node #2: [31, 31, 44] from Operation: 90-46=44 Current State: 43:[31, 31, 44], Operations: ['90-46=44'] Exploring Operation: 31/31=1, Resulting Numbers: [44, 1] Generated Node #3: [44, 1] from Ope...
4
[ 35, 84, 95, 91 ]
53
[ "84-35=49", "95-91=4", "49+4=53" ]
Current State: 53:[35, 84, 95, 91], Operations: [] Exploring Operation: 84-35=49, Resulting Numbers: [95, 91, 49] Generated Node #2: [95, 91, 49] from Operation: 84-35=49 Current State: 53:[95, 91, 49], Operations: ['84-35=49'] Exploring Operation: 95-91=4, Resulting Numbers: [49, 4] Generated Node #3: [49, 4] from Ope...
4
[ 79, 76, 77, 66 ]
33
[ "79-76=3", "77-66=11", "3*11=33" ]
Current State: 33:[79, 76, 77, 66], Operations: [] Exploring Operation: 79-76=3, Resulting Numbers: [77, 66, 3] Generated Node #2: [77, 66, 3] from Operation: 79-76=3 Current State: 33:[77, 66, 3], Operations: ['79-76=3'] Exploring Operation: 77-66=11, Resulting Numbers: [3, 11] Generated Node #3: [3, 11] from Operatio...
4