nums
listlengths
4
4
target
int64
10
100
solution
listlengths
3
3
optimal_path
stringlengths
282
529
start_size
int64
4
4
[ 80, 60, 58, 5 ]
84
[ "58+5=63", "80*63=5040", "5040/60=84" ]
Current State: 84:[80, 60, 58, 5], Operations: [] Exploring Operation: 58+5=63, Resulting Numbers: [80, 60, 63] Generated Node #2: [80, 60, 63] from Operation: 58+5=63 Current State: 84:[80, 60, 63], Operations: ['58+5=63'] Exploring Operation: 80*63=5040, Resulting Numbers: [60, 5040] Generated Node #3: [60, 5040] fro...
4
[ 23, 11, 55, 15 ]
98
[ "55/11=5", "15*5=75", "23+75=98" ]
Current State: 98:[23, 11, 55, 15], Operations: [] Exploring Operation: 55/11=5, Resulting Numbers: [23, 15, 5] Generated Node #2: [23, 15, 5] from Operation: 55/11=5 Current State: 98:[23, 15, 5], Operations: ['55/11=5'] Exploring Operation: 15*5=75, Resulting Numbers: [23, 75] Generated Node #3: [23, 75] from Operati...
4
[ 16, 60, 17, 35 ]
24
[ "16+60=76", "17+35=52", "76-52=24" ]
Current State: 24:[16, 60, 17, 35], Operations: [] Exploring Operation: 16+60=76, Resulting Numbers: [17, 35, 76] Generated Node #2: [17, 35, 76] from Operation: 16+60=76 Current State: 24:[17, 35, 76], Operations: ['16+60=76'] Exploring Operation: 17+35=52, Resulting Numbers: [76, 52] Generated Node #3: [76, 52] from ...
4
[ 6, 47, 5, 33 ]
88
[ "33-6=27", "5*27=135", "135-47=88" ]
Current State: 88:[6, 47, 5, 33], Operations: [] Exploring Operation: 33-6=27, Resulting Numbers: [47, 5, 27] Generated Node #2: [47, 5, 27] from Operation: 33-6=27 Current State: 88:[47, 5, 27], Operations: ['33-6=27'] Exploring Operation: 5*27=135, Resulting Numbers: [47, 135] Generated Node #3: [47, 135] from Operat...
4
[ 32, 42, 80, 40 ]
30
[ "42-32=10", "80-40=40", "40-10=30" ]
Current State: 30:[32, 42, 80, 40], Operations: [] Exploring Operation: 42-32=10, Resulting Numbers: [80, 40, 10] Generated Node #2: [80, 40, 10] from Operation: 42-32=10 Current State: 30:[80, 40, 10], Operations: ['42-32=10'] Exploring Operation: 80-40=40, Resulting Numbers: [10, 40] Generated Node #3: [10, 40] from ...
4
[ 74, 43, 93, 30 ]
94
[ "74-43=31", "93-30=63", "31+63=94" ]
Current State: 94:[74, 43, 93, 30], Operations: [] Exploring Operation: 74-43=31, Resulting Numbers: [93, 30, 31] Generated Node #2: [93, 30, 31] from Operation: 74-43=31 Current State: 94:[93, 30, 31], Operations: ['74-43=31'] Exploring Operation: 93-30=63, Resulting Numbers: [31, 63] Generated Node #3: [31, 63] from ...
4
[ 10, 13, 2, 3 ]
67
[ "10+13=23", "3*23=69", "69-2=67" ]
Current State: 67:[10, 13, 2, 3], Operations: [] Exploring Operation: 10+13=23, Resulting Numbers: [2, 3, 23] Generated Node #2: [2, 3, 23] from Operation: 10+13=23 Current State: 67:[2, 3, 23], Operations: ['10+13=23'] Exploring Operation: 3*23=69, Resulting Numbers: [2, 69] Generated Node #3: [2, 69] from Operation: ...
4
[ 3, 50, 23, 28 ]
89
[ "50-28=22", "3*22=66", "23+66=89" ]
Current State: 89:[3, 50, 23, 28], Operations: [] Exploring Operation: 50-28=22, Resulting Numbers: [3, 23, 22] Generated Node #2: [3, 23, 22] from Operation: 50-28=22 Current State: 89:[3, 23, 22], Operations: ['50-28=22'] Exploring Operation: 3*22=66, Resulting Numbers: [23, 66] Generated Node #3: [23, 66] from Opera...
4
[ 19, 48, 3, 51 ]
83
[ "48-19=29", "3+51=54", "29+54=83" ]
Current State: 83:[19, 48, 3, 51], Operations: [] Exploring Operation: 48-19=29, Resulting Numbers: [3, 51, 29] Generated Node #2: [3, 51, 29] from Operation: 48-19=29 Current State: 83:[3, 51, 29], Operations: ['48-19=29'] Exploring Operation: 3+51=54, Resulting Numbers: [29, 54] Generated Node #3: [29, 54] from Opera...
4
[ 46, 32, 78, 80 ]
39
[ "46+32=78", "80-78=2", "78/2=39" ]
Current State: 39:[46, 32, 78, 80], Operations: [] Exploring Operation: 46+32=78, Resulting Numbers: [78, 80, 78] Generated Node #2: [78, 80, 78] from Operation: 46+32=78 Current State: 39:[78, 80, 78], Operations: ['46+32=78'] Exploring Operation: 80-78=2, Resulting Numbers: [2] 2,39 equal: Goal Reached Exploring Oper...
4
[ 9, 3, 69, 66 ]
15
[ "9+3=12", "69-66=3", "12+3=15" ]
Current State: 15:[9, 3, 69, 66], Operations: [] Exploring Operation: 9+3=12, Resulting Numbers: [69, 66, 12] Generated Node #2: [69, 66, 12] from Operation: 9+3=12 Current State: 15:[69, 66, 12], Operations: ['9+3=12'] Exploring Operation: 69-66=3, Resulting Numbers: [12, 3] Generated Node #3: [12, 3] from Operation: ...
4
[ 24, 71, 25, 72 ]
50
[ "71-24=47", "25+72=97", "97-47=50" ]
Current State: 50:[24, 71, 25, 72], Operations: [] Exploring Operation: 71-24=47, Resulting Numbers: [25, 72, 47] Generated Node #2: [25, 72, 47] from Operation: 71-24=47 Current State: 50:[25, 72, 47], Operations: ['71-24=47'] Exploring Operation: 25+72=97, Resulting Numbers: [47, 97] Generated Node #3: [47, 97] from ...
4
[ 98, 39, 84, 37 ]
90
[ "98+39=137", "84-37=47", "137-47=90" ]
Current State: 90:[98, 39, 84, 37], Operations: [] Exploring Operation: 98+39=137, Resulting Numbers: [84, 37, 137] Generated Node #2: [84, 37, 137] from Operation: 98+39=137 Current State: 90:[84, 37, 137], Operations: ['98+39=137'] Exploring Operation: 84-37=47, Resulting Numbers: [137, 47] Generated Node #3: [137, 4...
4
[ 55, 83, 12, 41 ]
75
[ "55+41=96", "96/12=8", "83-8=75" ]
Current State: 75:[55, 83, 12, 41], Operations: [] Exploring Operation: 55+41=96, Resulting Numbers: [83, 12, 96] Generated Node #2: [83, 12, 96] from Operation: 55+41=96 Current State: 75:[83, 12, 96], Operations: ['55+41=96'] Exploring Operation: 96/12=8, Resulting Numbers: [83, 8] Generated Node #3: [83, 8] from Ope...
4
[ 26, 27, 2, 82 ]
83
[ "27-26=1", "2+82=84", "84-1=83" ]
Current State: 83:[26, 27, 2, 82], Operations: [] Exploring Operation: 27-26=1, Resulting Numbers: [2, 82, 1] Generated Node #2: [2, 82, 1] from Operation: 27-26=1 Current State: 83:[2, 82, 1], Operations: ['27-26=1'] Exploring Operation: 2+82=84, Resulting Numbers: [1, 84] Generated Node #3: [1, 84] from Operation: 2+...
4
[ 32, 67, 10, 30 ]
55
[ "67-32=35", "30-10=20", "35+20=55" ]
Current State: 55:[32, 67, 10, 30], Operations: [] Exploring Operation: 67-32=35, Resulting Numbers: [10, 30, 35] Generated Node #2: [10, 30, 35] from Operation: 67-32=35 Current State: 55:[10, 30, 35], Operations: ['67-32=35'] Exploring Operation: 30-10=20, Resulting Numbers: [35, 20] Generated Node #3: [35, 20] from ...
4
[ 15, 13, 17, 93 ]
27
[ "15+93=108", "17-13=4", "108/4=27" ]
Current State: 27:[15, 13, 17, 93], Operations: [] Exploring Operation: 15+93=108, Resulting Numbers: [13, 17, 108] Generated Node #2: [13, 17, 108] from Operation: 15+93=108 Current State: 27:[13, 17, 108], Operations: ['15+93=108'] Exploring Operation: 17-13=4, Resulting Numbers: [108, 4] Generated Node #3: [108, 4] ...
4
[ 40, 60, 1, 48 ]
32
[ "40*1=40", "48*40=1920", "1920/60=32" ]
Current State: 32:[40, 60, 1, 48], Operations: [] Exploring Operation: 40*1=40, Resulting Numbers: [60, 48, 40] Generated Node #2: [60, 48, 40] from Operation: 40*1=40 Current State: 32:[60, 48, 40], Operations: ['40*1=40'] Exploring Operation: 48*40=1920, Resulting Numbers: [60, 1920] Generated Node #3: [60, 1920] fro...
4
[ 33, 54, 36, 27 ]
71
[ "33+36=69", "54/27=2", "69+2=71" ]
Current State: 71:[33, 54, 36, 27], Operations: [] Exploring Operation: 33+36=69, Resulting Numbers: [54, 27, 69] Generated Node #2: [54, 27, 69] from Operation: 33+36=69 Current State: 71:[54, 27, 69], Operations: ['33+36=69'] Exploring Operation: 54/27=2, Resulting Numbers: [69, 2] Generated Node #3: [69, 2] from Ope...
4
[ 50, 40, 17, 14 ]
45
[ "40*17=680", "680-50=630", "630/14=45" ]
Current State: 45:[50, 40, 17, 14], Operations: [] Exploring Operation: 40*17=680, Resulting Numbers: [50, 14, 680] Generated Node #2: [50, 14, 680] from Operation: 40*17=680 Current State: 45:[50, 14, 680], Operations: ['40*17=680'] Exploring Operation: 680-50=630, Resulting Numbers: [14, 630] Generated Node #3: [14, ...
4
[ 39, 54, 26, 70 ]
51
[ "39*70=2730", "2730/26=105", "105-54=51" ]
Current State: 51:[39, 54, 26, 70], Operations: [] Exploring Operation: 39*70=2730, Resulting Numbers: [54, 26, 2730] Generated Node #2: [54, 26, 2730] from Operation: 39*70=2730 Current State: 51:[54, 26, 2730], Operations: ['39*70=2730'] Exploring Operation: 2730/26=105, Resulting Numbers: [54, 105] Generated Node #3...
4
[ 93, 30, 51, 20 ]
92
[ "93+30=123", "51-20=31", "123-31=92" ]
Current State: 92:[93, 30, 51, 20], Operations: [] Exploring Operation: 93+30=123, Resulting Numbers: [51, 20, 123] Generated Node #2: [51, 20, 123] from Operation: 93+30=123 Current State: 92:[51, 20, 123], Operations: ['93+30=123'] Exploring Operation: 51-20=31, Resulting Numbers: [123, 31] Generated Node #3: [123, 3...
4
[ 29, 84, 22, 70 ]
94
[ "29-22=7", "70/7=10", "84+10=94" ]
Current State: 94:[29, 84, 22, 70], Operations: [] Exploring Operation: 29-22=7, Resulting Numbers: [84, 70, 7] Generated Node #2: [84, 70, 7] from Operation: 29-22=7 Current State: 94:[84, 70, 7], Operations: ['29-22=7'] Exploring Operation: 70/7=10, Resulting Numbers: [84, 10] Generated Node #3: [84, 10] from Operati...
4
[ 19, 96, 40, 19 ]
57
[ "19/19=1", "96-40=56", "1+56=57" ]
Current State: 57:[19, 96, 40, 19], Operations: [] Exploring Operation: 19/19=1, Resulting Numbers: [96, 40, 1] Generated Node #2: [96, 40, 1] from Operation: 19/19=1 Current State: 57:[96, 40, 1], Operations: ['19/19=1'] Exploring Operation: 96-40=56, Resulting Numbers: [1, 56] Generated Node #3: [1, 56] from Operatio...
4
[ 66, 42, 58, 21 ]
28
[ "66+21=87", "42*58=2436", "2436/87=28" ]
Current State: 28:[66, 42, 58, 21], Operations: [] Exploring Operation: 66+21=87, Resulting Numbers: [42, 58, 87] Generated Node #2: [42, 58, 87] from Operation: 66+21=87 Current State: 28:[42, 58, 87], Operations: ['66+21=87'] Exploring Operation: 42*58=2436, Resulting Numbers: [87, 2436] Generated Node #3: [87, 2436]...
4
[ 94, 95, 42, 95 ]
94
[ "95-95=0", "42*0=0", "94+0=94" ]
Current State: 94:[94, 95, 42, 95], Operations: [] Exploring Operation: 95-95=0, Resulting Numbers: [94, 42, 0] Generated Node #2: [94, 42, 0] from Operation: 95-95=0 Current State: 94:[94, 42, 0], Operations: ['95-95=0'] Exploring Operation: 42*0=0, Resulting Numbers: [94, 0] Generated Node #3: [94, 0] from Operation:...
4
[ 8, 33, 54, 37 ]
50
[ "8+33=41", "54+37=91", "91-41=50" ]
Current State: 50:[8, 33, 54, 37], Operations: [] Exploring Operation: 8+33=41, Resulting Numbers: [54, 37, 41] Generated Node #2: [54, 37, 41] from Operation: 8+33=41 Current State: 50:[54, 37, 41], Operations: ['8+33=41'] Exploring Operation: 54+37=91, Resulting Numbers: [41, 91] Generated Node #3: [41, 91] from Oper...
4
[ 61, 96, 6, 97 ]
56
[ "96-61=35", "97-6=91", "91-35=56" ]
Current State: 56:[61, 96, 6, 97], Operations: [] Exploring Operation: 96-61=35, Resulting Numbers: [6, 97, 35] Generated Node #2: [6, 97, 35] from Operation: 96-61=35 Current State: 56:[6, 97, 35], Operations: ['96-61=35'] Exploring Operation: 97-6=91, Resulting Numbers: [35, 91] Generated Node #3: [35, 91] from Opera...
4
[ 96, 30, 2, 76 ]
70
[ "96-76=20", "2*20=40", "30+40=70" ]
Current State: 70:[96, 30, 2, 76], Operations: [] Exploring Operation: 96-76=20, Resulting Numbers: [30, 2, 20] Generated Node #2: [30, 2, 20] from Operation: 96-76=20 Current State: 70:[30, 2, 20], Operations: ['96-76=20'] Exploring Operation: 2*20=40, Resulting Numbers: [30, 40] Generated Node #3: [30, 40] from Opera...
4
[ 75, 67, 57, 93 ]
100
[ "67+57=124", "75*124=9300", "9300/93=100" ]
Current State: 100:[75, 67, 57, 93], Operations: [] Exploring Operation: 67+57=124, Resulting Numbers: [75, 93, 124] Generated Node #2: [75, 93, 124] from Operation: 67+57=124 Current State: 100:[75, 93, 124], Operations: ['67+57=124'] Exploring Operation: 75*124=9300, Resulting Numbers: [93, 9300] Generated Node #3: [...
4
[ 28, 45, 6, 7 ]
35
[ "28/7=4", "45-6=39", "39-4=35" ]
Current State: 35:[28, 45, 6, 7], Operations: [] Exploring Operation: 28/7=4, Resulting Numbers: [45, 6, 4] Generated Node #2: [45, 6, 4] from Operation: 28/7=4 Current State: 35:[45, 6, 4], Operations: ['28/7=4'] Exploring Operation: 45-6=39, Resulting Numbers: [4, 39] Generated Node #3: [4, 39] from Operation: 45-6=3...
4
[ 3, 99, 77, 76 ]
84
[ "99+77=176", "76+176=252", "252/3=84" ]
Current State: 84:[3, 99, 77, 76], Operations: [] Exploring Operation: 99+77=176, Resulting Numbers: [3, 76, 176] Generated Node #2: [3, 76, 176] from Operation: 99+77=176 Current State: 84:[3, 76, 176], Operations: ['99+77=176'] Exploring Operation: 76+176=252, Resulting Numbers: [3, 252] Generated Node #3: [3, 252] f...
4
[ 42, 23, 52, 32 ]
14
[ "52-23=29", "32-29=3", "42/3=14" ]
Current State: 14:[42, 23, 52, 32], Operations: [] Exploring Operation: 52-23=29, Resulting Numbers: [42, 32, 29] Generated Node #2: [42, 32, 29] from Operation: 52-23=29 Current State: 14:[42, 32, 29], Operations: ['52-23=29'] Exploring Operation: 32-29=3, Resulting Numbers: [42, 3] Generated Node #3: [42, 3] from Ope...
4
[ 3, 90, 60, 5 ]
86
[ "60/3=20", "20/5=4", "90-4=86" ]
Current State: 86:[3, 90, 60, 5], Operations: [] Exploring Operation: 60/3=20, Resulting Numbers: [90, 5, 20] Generated Node #2: [90, 5, 20] from Operation: 60/3=20 Current State: 86:[90, 5, 20], Operations: ['60/3=20'] Exploring Operation: 20/5=4, Resulting Numbers: [90, 4] Generated Node #3: [90, 4] from Operation: 2...
4
[ 27, 10, 9, 40 ]
86
[ "27+10=37", "9+40=49", "37+49=86" ]
Current State: 86:[27, 10, 9, 40], Operations: [] Exploring Operation: 27+10=37, Resulting Numbers: [9, 40, 37] Generated Node #2: [9, 40, 37] from Operation: 27+10=37 Current State: 86:[9, 40, 37], Operations: ['27+10=37'] Exploring Operation: 9+40=49, Resulting Numbers: [37, 49] Generated Node #3: [37, 49] from Opera...
4
[ 43, 45, 46, 78 ]
55
[ "45-43=2", "46/2=23", "78-23=55" ]
Current State: 55:[43, 45, 46, 78], Operations: [] Exploring Operation: 45-43=2, Resulting Numbers: [46, 78, 2] Generated Node #2: [46, 78, 2] from Operation: 45-43=2 Current State: 55:[46, 78, 2], Operations: ['45-43=2'] Exploring Operation: 46/2=23, Resulting Numbers: [78, 23] Generated Node #3: [78, 23] from Operati...
4
[ 48, 61, 71, 25 ]
13
[ "48+61=109", "71+25=96", "109-96=13" ]
Current State: 13:[48, 61, 71, 25], Operations: [] Exploring Operation: 48+61=109, Resulting Numbers: [71, 25, 109] Generated Node #2: [71, 25, 109] from Operation: 48+61=109 Current State: 13:[71, 25, 109], Operations: ['48+61=109'] Exploring Operation: 71+25=96, Resulting Numbers: [109, 96] Generated Node #3: [109, 9...
4
[ 36, 92, 70, 95 ]
82
[ "95-92=3", "36/3=12", "70+12=82" ]
Current State: 82:[36, 92, 70, 95], Operations: [] Exploring Operation: 95-92=3, Resulting Numbers: [36, 70, 3] Generated Node #2: [36, 70, 3] from Operation: 95-92=3 Current State: 82:[36, 70, 3], Operations: ['95-92=3'] Exploring Operation: 36/3=12, Resulting Numbers: [70, 12] Generated Node #3: [70, 12] from Operati...
4
[ 17, 42, 28, 35 ]
54
[ "17+28=45", "42*45=1890", "1890/35=54" ]
Current State: 54:[17, 42, 28, 35], Operations: [] Exploring Operation: 17+28=45, Resulting Numbers: [42, 35, 45] Generated Node #2: [42, 35, 45] from Operation: 17+28=45 Current State: 54:[42, 35, 45], Operations: ['17+28=45'] Exploring Operation: 42*45=1890, Resulting Numbers: [35, 1890] Generated Node #3: [35, 1890]...
4
[ 62, 53, 46, 85 ]
59
[ "53+85=138", "138/46=3", "62-3=59" ]
Current State: 59:[62, 53, 46, 85], Operations: [] Exploring Operation: 53+85=138, Resulting Numbers: [62, 46, 138] Generated Node #2: [62, 46, 138] from Operation: 53+85=138 Current State: 59:[62, 46, 138], Operations: ['53+85=138'] Exploring Operation: 138/46=3, Resulting Numbers: [62, 3] Generated Node #3: [62, 3] f...
4
[ 74, 23, 87, 77 ]
26
[ "23*87=2001", "2001-77=1924", "1924/74=26" ]
Current State: 26:[74, 23, 87, 77], Operations: [] Exploring Operation: 23*87=2001, Resulting Numbers: [74, 77, 2001] Generated Node #2: [74, 77, 2001] from Operation: 23*87=2001 Current State: 26:[74, 77, 2001], Operations: ['23*87=2001'] Exploring Operation: 2001-77=1924, Resulting Numbers: [74, 1924] Generated Node ...
4
[ 49, 53, 56, 57 ]
60
[ "57-49=8", "56/8=7", "53+7=60" ]
Current State: 60:[49, 53, 56, 57], Operations: [] Exploring Operation: 57-49=8, Resulting Numbers: [53, 56, 8] Generated Node #2: [53, 56, 8] from Operation: 57-49=8 Current State: 60:[53, 56, 8], Operations: ['57-49=8'] Exploring Operation: 56/8=7, Resulting Numbers: [53, 7] Generated Node #3: [53, 7] from Operation:...
4
[ 60, 31, 29, 92 ]
92
[ "60-31=29", "29+92=121", "121-29=92" ]
Current State: 92:[60, 31, 29, 92], Operations: [] Exploring Operation: 60-31=29, Resulting Numbers: [29, 92, 29] Generated Node #2: [29, 92, 29] from Operation: 60-31=29 Current State: 92:[29, 92, 29], Operations: ['60-31=29'] Exploring Operation: 29+92=121, Resulting Numbers: [121] 121,92 equal: Goal Reached Explorin...
4
[ 48, 45, 34, 19 ]
51
[ "34-19=15", "45/15=3", "48+3=51" ]
Current State: 51:[48, 45, 34, 19], Operations: [] Exploring Operation: 34-19=15, Resulting Numbers: [48, 45, 15] Generated Node #2: [48, 45, 15] from Operation: 34-19=15 Current State: 51:[48, 45, 15], Operations: ['34-19=15'] Exploring Operation: 45/15=3, Resulting Numbers: [48, 3] Generated Node #3: [48, 3] from Ope...
4
[ 94, 14, 13, 2 ]
95
[ "94-14=80", "13+2=15", "80+15=95" ]
Current State: 95:[94, 14, 13, 2], Operations: [] Exploring Operation: 94-14=80, Resulting Numbers: [13, 2, 80] Generated Node #2: [13, 2, 80] from Operation: 94-14=80 Current State: 95:[13, 2, 80], Operations: ['94-14=80'] Exploring Operation: 13+2=15, Resulting Numbers: [80, 15] Generated Node #3: [80, 15] from Opera...
4
[ 4, 72, 99, 10 ]
98
[ "99-72=27", "4*27=108", "108-10=98" ]
Current State: 98:[4, 72, 99, 10], Operations: [] Exploring Operation: 99-72=27, Resulting Numbers: [4, 10, 27] Generated Node #2: [4, 10, 27] from Operation: 99-72=27 Current State: 98:[4, 10, 27], Operations: ['99-72=27'] Exploring Operation: 4*27=108, Resulting Numbers: [10, 108] Generated Node #3: [10, 108] from Op...
4
[ 80, 41, 95, 57 ]
89
[ "80*57=4560", "4560/95=48", "41+48=89" ]
Current State: 89:[80, 41, 95, 57], Operations: [] Exploring Operation: 80*57=4560, Resulting Numbers: [41, 95, 4560] Generated Node #2: [41, 95, 4560] from Operation: 80*57=4560 Current State: 89:[41, 95, 4560], Operations: ['80*57=4560'] Exploring Operation: 4560/95=48, Resulting Numbers: [41, 48] Generated Node #3: ...
4
[ 37, 17, 37, 98 ]
41
[ "37-17=20", "98-37=61", "61-20=41" ]
Current State: 41:[37, 17, 37, 98], Operations: [] Exploring Operation: 37-17=20, Resulting Numbers: [98, 20] Generated Node #2: [98, 20] from Operation: 37-17=20 Current State: 41:[98, 20], Operations: ['37-17=20'] Exploring Operation: 98-37=61, Resulting Numbers: [20, 61] Generated Node #3: [20, 61] from Operation: 9...
4
[ 27, 72, 60, 60 ]
27
[ "60-60=0", "72*0=0", "27+0=27" ]
Current State: 27:[27, 72, 60, 60], Operations: [] Exploring Operation: 60-60=0, Resulting Numbers: [27, 72, 0] Generated Node #2: [27, 72, 0] from Operation: 60-60=0 Current State: 27:[27, 72, 0], Operations: ['60-60=0'] Exploring Operation: 72*0=0, Resulting Numbers: [27, 0] Generated Node #3: [27, 0] from Operation:...
4
[ 24, 57, 49, 58 ]
73
[ "24+49=73", "58-57=1", "73*1=73" ]
Current State: 73:[24, 57, 49, 58], Operations: [] Exploring Operation: 24+49=73, Resulting Numbers: [57, 58, 73] Generated Node #2: [57, 58, 73] from Operation: 24+49=73 Current State: 73:[57, 58, 73], Operations: ['24+49=73'] Exploring Operation: 58-57=1, Resulting Numbers: [73, 1] Generated Node #3: [73, 1] from Ope...
4
[ 24, 77, 17, 23 ]
67
[ "23-17=6", "24*6=144", "144-77=67" ]
Current State: 67:[24, 77, 17, 23], Operations: [] Exploring Operation: 23-17=6, Resulting Numbers: [24, 77, 6] Generated Node #2: [24, 77, 6] from Operation: 23-17=6 Current State: 67:[24, 77, 6], Operations: ['23-17=6'] Exploring Operation: 24*6=144, Resulting Numbers: [77, 144] Generated Node #3: [77, 144] from Oper...
4
[ 21, 5, 43, 90 ]
82
[ "21+43=64", "90/5=18", "64+18=82" ]
Current State: 82:[21, 5, 43, 90], Operations: [] Exploring Operation: 21+43=64, Resulting Numbers: [5, 90, 64] Generated Node #2: [5, 90, 64] from Operation: 21+43=64 Current State: 82:[5, 90, 64], Operations: ['21+43=64'] Exploring Operation: 90/5=18, Resulting Numbers: [64, 18] Generated Node #3: [64, 18] from Opera...
4
[ 1, 3, 44, 5 ]
90
[ "1+44=45", "5-3=2", "45*2=90" ]
Current State: 90:[1, 3, 44, 5], Operations: [] Exploring Operation: 1+44=45, Resulting Numbers: [3, 5, 45] Generated Node #2: [3, 5, 45] from Operation: 1+44=45 Current State: 90:[3, 5, 45], Operations: ['1+44=45'] Exploring Operation: 5-3=2, Resulting Numbers: [45, 2] Generated Node #3: [45, 2] from Operation: 5-3=2 ...
4
[ 80, 12, 68, 5 ]
51
[ "80/5=16", "12*68=816", "816/16=51" ]
Current State: 51:[80, 12, 68, 5], Operations: [] Exploring Operation: 80/5=16, Resulting Numbers: [12, 68, 16] Generated Node #2: [12, 68, 16] from Operation: 80/5=16 Current State: 51:[12, 68, 16], Operations: ['80/5=16'] Exploring Operation: 12*68=816, Resulting Numbers: [16, 816] Generated Node #3: [16, 816] from O...
4
[ 43, 79, 41, 78 ]
85
[ "43+79=122", "78-41=37", "122-37=85" ]
Current State: 85:[43, 79, 41, 78], Operations: [] Exploring Operation: 43+79=122, Resulting Numbers: [41, 78, 122] Generated Node #2: [41, 78, 122] from Operation: 43+79=122 Current State: 85:[41, 78, 122], Operations: ['43+79=122'] Exploring Operation: 78-41=37, Resulting Numbers: [122, 37] Generated Node #3: [122, 3...
4
[ 34, 85, 14, 2 ]
58
[ "85-34=51", "14/2=7", "51+7=58" ]
Current State: 58:[34, 85, 14, 2], Operations: [] Exploring Operation: 85-34=51, Resulting Numbers: [14, 2, 51] Generated Node #2: [14, 2, 51] from Operation: 85-34=51 Current State: 58:[14, 2, 51], Operations: ['85-34=51'] Exploring Operation: 14/2=7, Resulting Numbers: [51, 7] Generated Node #3: [51, 7] from Operatio...
4
[ 4, 20, 84, 78 ]
30
[ "4+20=24", "84-78=6", "24+6=30" ]
Current State: 30:[4, 20, 84, 78], Operations: [] Exploring Operation: 4+20=24, Resulting Numbers: [84, 78, 24] Generated Node #2: [84, 78, 24] from Operation: 4+20=24 Current State: 30:[84, 78, 24], Operations: ['4+20=24'] Exploring Operation: 84-78=6, Resulting Numbers: [24, 6] Generated Node #3: [24, 6] from Operati...
4
[ 18, 33, 19, 65 ]
69
[ "33-18=15", "19+65=84", "84-15=69" ]
Current State: 69:[18, 33, 19, 65], Operations: [] Exploring Operation: 33-18=15, Resulting Numbers: [19, 65, 15] Generated Node #2: [19, 65, 15] from Operation: 33-18=15 Current State: 69:[19, 65, 15], Operations: ['33-18=15'] Exploring Operation: 19+65=84, Resulting Numbers: [15, 84] Generated Node #3: [15, 84] from ...
4
[ 47, 65, 51, 38 ]
31
[ "65-47=18", "51-38=13", "18+13=31" ]
Current State: 31:[47, 65, 51, 38], Operations: [] Exploring Operation: 65-47=18, Resulting Numbers: [51, 38, 18] Generated Node #2: [51, 38, 18] from Operation: 65-47=18 Current State: 31:[51, 38, 18], Operations: ['65-47=18'] Exploring Operation: 51-38=13, Resulting Numbers: [18, 13] Generated Node #3: [18, 13] from ...
4
[ 52, 49, 36, 13 ]
81
[ "52/13=4", "49+36=85", "85-4=81" ]
Current State: 81:[52, 49, 36, 13], Operations: [] Exploring Operation: 52/13=4, Resulting Numbers: [49, 36, 4] Generated Node #2: [49, 36, 4] from Operation: 52/13=4 Current State: 81:[49, 36, 4], Operations: ['52/13=4'] Exploring Operation: 49+36=85, Resulting Numbers: [4, 85] Generated Node #3: [4, 85] from Operatio...
4
[ 68, 1, 45, 14 ]
98
[ "68-1=67", "45-14=31", "67+31=98" ]
Current State: 98:[68, 1, 45, 14], Operations: [] Exploring Operation: 68-1=67, Resulting Numbers: [45, 14, 67] Generated Node #2: [45, 14, 67] from Operation: 68-1=67 Current State: 98:[45, 14, 67], Operations: ['68-1=67'] Exploring Operation: 45-14=31, Resulting Numbers: [67, 31] Generated Node #3: [67, 31] from Oper...
4
[ 62, 46, 63, 52 ]
76
[ "62*63=3906", "46+3906=3952", "3952/52=76" ]
Current State: 76:[62, 46, 63, 52], Operations: [] Exploring Operation: 62*63=3906, Resulting Numbers: [46, 52, 3906] Generated Node #2: [46, 52, 3906] from Operation: 62*63=3906 Current State: 76:[46, 52, 3906], Operations: ['62*63=3906'] Exploring Operation: 46+3906=3952, Resulting Numbers: [52, 3952] Generated Node ...
4
[ 3, 8, 90, 42 ]
15
[ "42/3=14", "14-8=6", "90/6=15" ]
Current State: 15:[3, 8, 90, 42], Operations: [] Exploring Operation: 42/3=14, Resulting Numbers: [8, 90, 14] Generated Node #2: [8, 90, 14] from Operation: 42/3=14 Current State: 15:[8, 90, 14], Operations: ['42/3=14'] Exploring Operation: 14-8=6, Resulting Numbers: [90, 6] Generated Node #3: [90, 6] from Operation: 1...
4
[ 3, 56, 9, 31 ]
75
[ "56-3=53", "31-9=22", "53+22=75" ]
Current State: 75:[3, 56, 9, 31], Operations: [] Exploring Operation: 56-3=53, Resulting Numbers: [9, 31, 53] Generated Node #2: [9, 31, 53] from Operation: 56-3=53 Current State: 75:[9, 31, 53], Operations: ['56-3=53'] Exploring Operation: 31-9=22, Resulting Numbers: [53, 22] Generated Node #3: [53, 22] from Operation...
4
[ 7, 10, 55, 93 ]
32
[ "7*10=70", "93-55=38", "70-38=32" ]
Current State: 32:[7, 10, 55, 93], Operations: [] Exploring Operation: 7*10=70, Resulting Numbers: [55, 93, 70] Generated Node #2: [55, 93, 70] from Operation: 7*10=70 Current State: 32:[55, 93, 70], Operations: ['7*10=70'] Exploring Operation: 93-55=38, Resulting Numbers: [70, 38] Generated Node #3: [70, 38] from Oper...
4
[ 6, 80, 10, 17 ]
19
[ "17-6=11", "80/10=8", "11+8=19" ]
Current State: 19:[6, 80, 10, 17], Operations: [] Exploring Operation: 17-6=11, Resulting Numbers: [80, 10, 11] Generated Node #2: [80, 10, 11] from Operation: 17-6=11 Current State: 19:[80, 10, 11], Operations: ['17-6=11'] Exploring Operation: 80/10=8, Resulting Numbers: [11, 8] Generated Node #3: [11, 8] from Operati...
4
[ 55, 43, 11, 5 ]
28
[ "55-43=12", "11+5=16", "12+16=28" ]
Current State: 28:[55, 43, 11, 5], Operations: [] Exploring Operation: 55-43=12, Resulting Numbers: [11, 5, 12] Generated Node #2: [11, 5, 12] from Operation: 55-43=12 Current State: 28:[11, 5, 12], Operations: ['55-43=12'] Exploring Operation: 11+5=16, Resulting Numbers: [12, 16] Generated Node #3: [12, 16] from Opera...
4
[ 57, 70, 48, 33 ]
94
[ "70-57=13", "48+33=81", "13+81=94" ]
Current State: 94:[57, 70, 48, 33], Operations: [] Exploring Operation: 70-57=13, Resulting Numbers: [48, 33, 13] Generated Node #2: [48, 33, 13] from Operation: 70-57=13 Current State: 94:[48, 33, 13], Operations: ['70-57=13'] Exploring Operation: 48+33=81, Resulting Numbers: [13, 81] Generated Node #3: [13, 81] from ...
4
[ 38, 25, 96, 50 ]
86
[ "25*96=2400", "2400/50=48", "38+48=86" ]
Current State: 86:[38, 25, 96, 50], Operations: [] Exploring Operation: 25*96=2400, Resulting Numbers: [38, 50, 2400] Generated Node #2: [38, 50, 2400] from Operation: 25*96=2400 Current State: 86:[38, 50, 2400], Operations: ['25*96=2400'] Exploring Operation: 2400/50=48, Resulting Numbers: [38, 48] Generated Node #3: ...
4
[ 12, 4, 63, 17 ]
88
[ "12-4=8", "63+17=80", "8+80=88" ]
Current State: 88:[12, 4, 63, 17], Operations: [] Exploring Operation: 12-4=8, Resulting Numbers: [63, 17, 8] Generated Node #2: [63, 17, 8] from Operation: 12-4=8 Current State: 88:[63, 17, 8], Operations: ['12-4=8'] Exploring Operation: 63+17=80, Resulting Numbers: [8, 80] Generated Node #3: [8, 80] from Operation: 6...
4
[ 43, 10, 92, 82 ]
63
[ "43+10=53", "92-82=10", "53+10=63" ]
Current State: 63:[43, 10, 92, 82], Operations: [] Exploring Operation: 43+10=53, Resulting Numbers: [92, 82, 53] Generated Node #2: [92, 82, 53] from Operation: 43+10=53 Current State: 63:[92, 82, 53], Operations: ['43+10=53'] Exploring Operation: 92-82=10, Resulting Numbers: [53, 10] Generated Node #3: [53, 10] from ...
4
[ 7, 72, 42, 6 ]
47
[ "42-7=35", "72/6=12", "35+12=47" ]
Current State: 47:[7, 72, 42, 6], Operations: [] Exploring Operation: 42-7=35, Resulting Numbers: [72, 6, 35] Generated Node #2: [72, 6, 35] from Operation: 42-7=35 Current State: 47:[72, 6, 35], Operations: ['42-7=35'] Exploring Operation: 72/6=12, Resulting Numbers: [35, 12] Generated Node #3: [35, 12] from Operation...
4
[ 54, 28, 84, 14 ]
62
[ "28+84=112", "112/14=8", "54+8=62" ]
Current State: 62:[54, 28, 84, 14], Operations: [] Exploring Operation: 28+84=112, Resulting Numbers: [54, 14, 112] Generated Node #2: [54, 14, 112] from Operation: 28+84=112 Current State: 62:[54, 14, 112], Operations: ['28+84=112'] Exploring Operation: 112/14=8, Resulting Numbers: [54, 8] Generated Node #3: [54, 8] f...
4
[ 7, 9, 43, 76 ]
31
[ "9-7=2", "76-43=33", "33-2=31" ]
Current State: 31:[7, 9, 43, 76], Operations: [] Exploring Operation: 9-7=2, Resulting Numbers: [43, 76, 2] Generated Node #2: [43, 76, 2] from Operation: 9-7=2 Current State: 31:[43, 76, 2], Operations: ['9-7=2'] Exploring Operation: 76-43=33, Resulting Numbers: [2, 33] Generated Node #3: [2, 33] from Operation: 76-43...
4
[ 3, 97, 58, 26 ]
91
[ "97-58=39", "3*39=117", "117-26=91" ]
Current State: 91:[3, 97, 58, 26], Operations: [] Exploring Operation: 97-58=39, Resulting Numbers: [3, 26, 39] Generated Node #2: [3, 26, 39] from Operation: 97-58=39 Current State: 91:[3, 26, 39], Operations: ['97-58=39'] Exploring Operation: 3*39=117, Resulting Numbers: [26, 117] Generated Node #3: [26, 117] from Op...
4
[ 7, 49, 31, 11 ]
27
[ "49/7=7", "31-11=20", "7+20=27" ]
Current State: 27:[7, 49, 31, 11], Operations: [] Exploring Operation: 49/7=7, Resulting Numbers: [31, 11, 7] Generated Node #2: [31, 11, 7] from Operation: 49/7=7 Current State: 27:[31, 11, 7], Operations: ['49/7=7'] Exploring Operation: 31-11=20, Resulting Numbers: [7, 20] Generated Node #3: [7, 20] from Operation: 3...
4
[ 59, 2, 49, 90 ]
70
[ "59-49=10", "2*10=20", "90-20=70" ]
Current State: 70:[59, 2, 49, 90], Operations: [] Exploring Operation: 59-49=10, Resulting Numbers: [2, 90, 10] Generated Node #2: [2, 90, 10] from Operation: 59-49=10 Current State: 70:[2, 90, 10], Operations: ['59-49=10'] Exploring Operation: 2*10=20, Resulting Numbers: [90, 20] Generated Node #3: [90, 20] from Opera...
4
[ 2, 77, 32, 35 ]
52
[ "77-35=42", "2*42=84", "84-32=52" ]
Current State: 52:[2, 77, 32, 35], Operations: [] Exploring Operation: 77-35=42, Resulting Numbers: [2, 32, 42] Generated Node #2: [2, 32, 42] from Operation: 77-35=42 Current State: 52:[2, 32, 42], Operations: ['77-35=42'] Exploring Operation: 2*42=84, Resulting Numbers: [32, 84] Generated Node #3: [32, 84] from Opera...
4
[ 50, 15, 57, 35 ]
56
[ "50-15=35", "35/35=1", "57-1=56" ]
Current State: 56:[50, 15, 57, 35], Operations: [] Exploring Operation: 50-15=35, Resulting Numbers: [57, 35, 35] Generated Node #2: [57, 35, 35] from Operation: 50-15=35 Current State: 56:[57, 35, 35], Operations: ['50-15=35'] Exploring Operation: 35/35=1, Resulting Numbers: [57, 1] Generated Node #3: [57, 1] from Ope...
4
[ 42, 86, 49, 43 ]
49
[ "86-42=44", "44-43=1", "49*1=49" ]
Current State: 49:[42, 86, 49, 43], Operations: [] Exploring Operation: 86-42=44, Resulting Numbers: [49, 43, 44] Generated Node #2: [49, 43, 44] from Operation: 86-42=44 Current State: 49:[49, 43, 44], Operations: ['86-42=44'] Exploring Operation: 44-43=1, Resulting Numbers: [49, 1] Generated Node #3: [49, 1] from Ope...
4
[ 80, 69, 73, 82 ]
71
[ "82-80=2", "69+73=142", "142/2=71" ]
Current State: 71:[80, 69, 73, 82], Operations: [] Exploring Operation: 82-80=2, Resulting Numbers: [69, 73, 2] Generated Node #2: [69, 73, 2] from Operation: 82-80=2 Current State: 71:[69, 73, 2], Operations: ['82-80=2'] Exploring Operation: 69+73=142, Resulting Numbers: [2, 142] Generated Node #3: [2, 142] from Opera...
4
[ 75, 22, 5, 25 ]
12
[ "75/5=15", "25-22=3", "15-3=12" ]
Current State: 12:[75, 22, 5, 25], Operations: [] Exploring Operation: 75/5=15, Resulting Numbers: [22, 25, 15] Generated Node #2: [22, 25, 15] from Operation: 75/5=15 Current State: 12:[22, 25, 15], Operations: ['75/5=15'] Exploring Operation: 25-22=3, Resulting Numbers: [15, 3] Generated Node #3: [15, 3] from Operati...
4
[ 30, 8, 88, 98 ]
28
[ "30+8=38", "98-88=10", "38-10=28" ]
Current State: 28:[30, 8, 88, 98], Operations: [] Exploring Operation: 30+8=38, Resulting Numbers: [88, 98, 38] Generated Node #2: [88, 98, 38] from Operation: 30+8=38 Current State: 28:[88, 98, 38], Operations: ['30+8=38'] Exploring Operation: 98-88=10, Resulting Numbers: [38, 10] Generated Node #3: [38, 10] from Oper...
4
[ 13, 38, 3, 87 ]
88
[ "13*3=39", "87-38=49", "39+49=88" ]
Current State: 88:[13, 38, 3, 87], Operations: [] Exploring Operation: 13*3=39, Resulting Numbers: [38, 87, 39] Generated Node #2: [38, 87, 39] from Operation: 13*3=39 Current State: 88:[38, 87, 39], Operations: ['13*3=39'] Exploring Operation: 87-38=49, Resulting Numbers: [39, 49] Generated Node #3: [39, 49] from Oper...
4
[ 63, 35, 31, 29 ]
23
[ "63+29=92", "35-31=4", "92/4=23" ]
Current State: 23:[63, 35, 31, 29], Operations: [] Exploring Operation: 63+29=92, Resulting Numbers: [35, 31, 92] Generated Node #2: [35, 31, 92] from Operation: 63+29=92 Current State: 23:[35, 31, 92], Operations: ['63+29=92'] Exploring Operation: 35-31=4, Resulting Numbers: [92, 4] Generated Node #3: [92, 4] from Ope...
4
[ 82, 27, 2, 47 ]
16
[ "82-27=55", "55-47=8", "2*8=16" ]
Current State: 16:[82, 27, 2, 47], Operations: [] Exploring Operation: 82-27=55, Resulting Numbers: [2, 47, 55] Generated Node #2: [2, 47, 55] from Operation: 82-27=55 Current State: 16:[2, 47, 55], Operations: ['82-27=55'] Exploring Operation: 55-47=8, Resulting Numbers: [2, 8] Generated Node #3: [2, 8] from Operation...
4
[ 2, 80, 3, 46 ]
11
[ "46/2=23", "3*23=69", "80-69=11" ]
Current State: 11:[2, 80, 3, 46], Operations: [] Exploring Operation: 46/2=23, Resulting Numbers: [80, 3, 23] Generated Node #2: [80, 3, 23] from Operation: 46/2=23 Current State: 11:[80, 3, 23], Operations: ['46/2=23'] Exploring Operation: 3*23=69, Resulting Numbers: [80, 69] Generated Node #3: [80, 69] from Operation...
4
[ 13, 26, 26, 85 ]
73
[ "85-13=72", "26/26=1", "72+1=73" ]
Current State: 73:[13, 26, 26, 85], Operations: [] Exploring Operation: 85-13=72, Resulting Numbers: [26, 26, 72] Generated Node #2: [26, 26, 72] from Operation: 85-13=72 Current State: 73:[26, 26, 72], Operations: ['85-13=72'] Exploring Operation: 26/26=1, Resulting Numbers: [72, 1] Generated Node #3: [72, 1] from Ope...
4
[ 29, 2, 27, 74 ]
35
[ "29-27=2", "74/2=37", "37-2=35" ]
Current State: 35:[29, 2, 27, 74], Operations: [] Exploring Operation: 29-27=2, Resulting Numbers: [2, 74, 2] Generated Node #2: [2, 74, 2] from Operation: 29-27=2 Current State: 35:[2, 74, 2], Operations: ['29-27=2'] Exploring Operation: 74/2=37, Resulting Numbers: [37] 37,35 equal: Goal Reached Exploring Operation: 3...
4
[ 59, 55, 46, 85 ]
16
[ "59+85=144", "55-46=9", "144/9=16" ]
Current State: 16:[59, 55, 46, 85], Operations: [] Exploring Operation: 59+85=144, Resulting Numbers: [55, 46, 144] Generated Node #2: [55, 46, 144] from Operation: 59+85=144 Current State: 16:[55, 46, 144], Operations: ['59+85=144'] Exploring Operation: 55-46=9, Resulting Numbers: [144, 9] Generated Node #3: [144, 9] ...
4
[ 15, 47, 94, 39 ]
87
[ "47-15=32", "94-39=55", "32+55=87" ]
Current State: 87:[15, 47, 94, 39], Operations: [] Exploring Operation: 47-15=32, Resulting Numbers: [94, 39, 32] Generated Node #2: [94, 39, 32] from Operation: 47-15=32 Current State: 87:[94, 39, 32], Operations: ['47-15=32'] Exploring Operation: 94-39=55, Resulting Numbers: [32, 55] Generated Node #3: [32, 55] from ...
4
[ 89, 67, 70, 33 ]
81
[ "89-67=22", "70+33=103", "103-22=81" ]
Current State: 81:[89, 67, 70, 33], Operations: [] Exploring Operation: 89-67=22, Resulting Numbers: [70, 33, 22] Generated Node #2: [70, 33, 22] from Operation: 89-67=22 Current State: 81:[70, 33, 22], Operations: ['89-67=22'] Exploring Operation: 70+33=103, Resulting Numbers: [22, 103] Generated Node #3: [22, 103] fr...
4
[ 82, 20, 2, 53 ]
32
[ "82/2=41", "20+53=73", "73-41=32" ]
Current State: 32:[82, 20, 2, 53], Operations: [] Exploring Operation: 82/2=41, Resulting Numbers: [20, 53, 41] Generated Node #2: [20, 53, 41] from Operation: 82/2=41 Current State: 32:[20, 53, 41], Operations: ['82/2=41'] Exploring Operation: 20+53=73, Resulting Numbers: [41, 73] Generated Node #3: [41, 73] from Oper...
4
[ 71, 85, 32, 12 ]
34
[ "85-71=14", "32-12=20", "14+20=34" ]
Current State: 34:[71, 85, 32, 12], Operations: [] Exploring Operation: 85-71=14, Resulting Numbers: [32, 12, 14] Generated Node #2: [32, 12, 14] from Operation: 85-71=14 Current State: 34:[32, 12, 14], Operations: ['85-71=14'] Exploring Operation: 32-12=20, Resulting Numbers: [14, 20] Generated Node #3: [14, 20] from ...
4
[ 2, 28, 77, 15 ]
17
[ "77-28=49", "49-15=34", "34/2=17" ]
Current State: 17:[2, 28, 77, 15], Operations: [] Exploring Operation: 77-28=49, Resulting Numbers: [2, 15, 49] Generated Node #2: [2, 15, 49] from Operation: 77-28=49 Current State: 17:[2, 15, 49], Operations: ['77-28=49'] Exploring Operation: 49-15=34, Resulting Numbers: [2, 34] Generated Node #3: [2, 34] from Operat...
4
[ 35, 3, 47, 74 ]
59
[ "35-3=32", "74-47=27", "32+27=59" ]
Current State: 59:[35, 3, 47, 74], Operations: [] Exploring Operation: 35-3=32, Resulting Numbers: [47, 74, 32] Generated Node #2: [47, 74, 32] from Operation: 35-3=32 Current State: 59:[47, 74, 32], Operations: ['35-3=32'] Exploring Operation: 74-47=27, Resulting Numbers: [32, 27] Generated Node #3: [32, 27] from Oper...
4
[ 51, 91, 24, 53 ]
11
[ "91-51=40", "53-24=29", "40-29=11" ]
Current State: 11:[51, 91, 24, 53], Operations: [] Exploring Operation: 91-51=40, Resulting Numbers: [24, 53, 40] Generated Node #2: [24, 53, 40] from Operation: 91-51=40 Current State: 11:[24, 53, 40], Operations: ['91-51=40'] Exploring Operation: 53-24=29, Resulting Numbers: [40, 29] Generated Node #3: [40, 29] from ...
4
[ 60, 62, 83, 59 ]
20
[ "60+62=122", "83+59=142", "142-122=20" ]
Current State: 20:[60, 62, 83, 59], Operations: [] Exploring Operation: 60+62=122, Resulting Numbers: [83, 59, 122] Generated Node #2: [83, 59, 122] from Operation: 60+62=122 Current State: 20:[83, 59, 122], Operations: ['60+62=122'] Exploring Operation: 83+59=142, Resulting Numbers: [122, 142] Generated Node #3: [122,...
4
[ 89, 90, 66, 6 ]
55
[ "90-66=24", "6*24=144", "144-89=55" ]
Current State: 55:[89, 90, 66, 6], Operations: [] Exploring Operation: 90-66=24, Resulting Numbers: [89, 6, 24] Generated Node #2: [89, 6, 24] from Operation: 90-66=24 Current State: 55:[89, 6, 24], Operations: ['90-66=24'] Exploring Operation: 6*24=144, Resulting Numbers: [89, 144] Generated Node #3: [89, 144] from Op...
4
[ 2, 17, 4, 76 ]
59
[ "76/2=38", "17+4=21", "38+21=59" ]
Current State: 59:[2, 17, 4, 76], Operations: [] Exploring Operation: 76/2=38, Resulting Numbers: [17, 4, 38] Generated Node #2: [17, 4, 38] from Operation: 76/2=38 Current State: 59:[17, 4, 38], Operations: ['76/2=38'] Exploring Operation: 17+4=21, Resulting Numbers: [38, 21] Generated Node #3: [38, 21] from Operation...
4