nums
listlengths
4
4
target
int64
10
100
solution
listlengths
3
3
optimal_path
stringlengths
282
529
start_size
int64
4
4
[ 25, 9, 70, 27 ]
98
[ "25+70=95", "27/9=3", "95+3=98" ]
Current State: 98:[25, 9, 70, 27], Operations: [] Exploring Operation: 25+70=95, Resulting Numbers: [9, 27, 95] Generated Node #2: [9, 27, 95] from Operation: 25+70=95 Current State: 98:[9, 27, 95], Operations: ['25+70=95'] Exploring Operation: 27/9=3, Resulting Numbers: [95, 3] Generated Node #3: [95, 3] from Operatio...
4
[ 27, 35, 39, 97 ]
11
[ "39-27=12", "35+97=132", "132/12=11" ]
Current State: 11:[27, 35, 39, 97], Operations: [] Exploring Operation: 39-27=12, Resulting Numbers: [35, 97, 12] Generated Node #2: [35, 97, 12] from Operation: 39-27=12 Current State: 11:[35, 97, 12], Operations: ['39-27=12'] Exploring Operation: 35+97=132, Resulting Numbers: [12, 132] Generated Node #3: [12, 132] fr...
4
[ 31, 2, 19, 60 ]
46
[ "31+2=33", "19+60=79", "79-33=46" ]
Current State: 46:[31, 2, 19, 60], Operations: [] Exploring Operation: 31+2=33, Resulting Numbers: [19, 60, 33] Generated Node #2: [19, 60, 33] from Operation: 31+2=33 Current State: 46:[19, 60, 33], Operations: ['31+2=33'] Exploring Operation: 19+60=79, Resulting Numbers: [33, 79] Generated Node #3: [33, 79] from Oper...
4
[ 26, 71, 13, 97 ]
24
[ "26/13=2", "97-71=26", "26-2=24" ]
Current State: 24:[26, 71, 13, 97], Operations: [] Exploring Operation: 26/13=2, Resulting Numbers: [71, 97, 2] Generated Node #2: [71, 97, 2] from Operation: 26/13=2 Current State: 24:[71, 97, 2], Operations: ['26/13=2'] Exploring Operation: 97-71=26, Resulting Numbers: [2, 26] Generated Node #3: [2, 26] from Operatio...
4
[ 21, 57, 3, 18 ]
76
[ "21+3=24", "57*24=1368", "1368/18=76" ]
Current State: 76:[21, 57, 3, 18], Operations: [] Exploring Operation: 21+3=24, Resulting Numbers: [57, 18, 24] Generated Node #2: [57, 18, 24] from Operation: 21+3=24 Current State: 76:[57, 18, 24], Operations: ['21+3=24'] Exploring Operation: 57*24=1368, Resulting Numbers: [18, 1368] Generated Node #3: [18, 1368] fro...
4
[ 17, 42, 39, 25 ]
51
[ "17*42=714", "39-25=14", "714/14=51" ]
Current State: 51:[17, 42, 39, 25], Operations: [] Exploring Operation: 17*42=714, Resulting Numbers: [39, 25, 714] Generated Node #2: [39, 25, 714] from Operation: 17*42=714 Current State: 51:[39, 25, 714], Operations: ['17*42=714'] Exploring Operation: 39-25=14, Resulting Numbers: [714, 14] Generated Node #3: [714, 1...
4
[ 2, 52, 33, 99 ]
78
[ "2+52=54", "33+99=132", "132-54=78" ]
Current State: 78:[2, 52, 33, 99], Operations: [] Exploring Operation: 2+52=54, Resulting Numbers: [33, 99, 54] Generated Node #2: [33, 99, 54] from Operation: 2+52=54 Current State: 78:[33, 99, 54], Operations: ['2+52=54'] Exploring Operation: 33+99=132, Resulting Numbers: [54, 132] Generated Node #3: [54, 132] from O...
4
[ 27, 63, 47, 65 ]
72
[ "27+63=90", "65-47=18", "90-18=72" ]
Current State: 72:[27, 63, 47, 65], Operations: [] Exploring Operation: 27+63=90, Resulting Numbers: [47, 65, 90] Generated Node #2: [47, 65, 90] from Operation: 27+63=90 Current State: 72:[47, 65, 90], Operations: ['27+63=90'] Exploring Operation: 65-47=18, Resulting Numbers: [90, 18] Generated Node #3: [90, 18] from ...
4
[ 82, 9, 28, 75 ]
95
[ "82+75=157", "9*28=252", "252-157=95" ]
Current State: 95:[82, 9, 28, 75], Operations: [] Exploring Operation: 82+75=157, Resulting Numbers: [9, 28, 157] Generated Node #2: [9, 28, 157] from Operation: 82+75=157 Current State: 95:[9, 28, 157], Operations: ['82+75=157'] Exploring Operation: 9*28=252, Resulting Numbers: [157, 252] Generated Node #3: [157, 252]...
4
[ 44, 60, 72, 64 ]
62
[ "64-60=4", "72/4=18", "44+18=62" ]
Current State: 62:[44, 60, 72, 64], Operations: [] Exploring Operation: 64-60=4, Resulting Numbers: [44, 72, 4] Generated Node #2: [44, 72, 4] from Operation: 64-60=4 Current State: 62:[44, 72, 4], Operations: ['64-60=4'] Exploring Operation: 72/4=18, Resulting Numbers: [44, 18] Generated Node #3: [44, 18] from Operati...
4
[ 74, 87, 9, 33 ]
37
[ "87-74=13", "33-9=24", "13+24=37" ]
Current State: 37:[74, 87, 9, 33], Operations: [] Exploring Operation: 87-74=13, Resulting Numbers: [9, 33, 13] Generated Node #2: [9, 33, 13] from Operation: 87-74=13 Current State: 37:[9, 33, 13], Operations: ['87-74=13'] Exploring Operation: 33-9=24, Resulting Numbers: [13, 24] Generated Node #3: [13, 24] from Opera...
4
[ 78, 16, 68, 46 ]
72
[ "78+16=94", "68-46=22", "94-22=72" ]
Current State: 72:[78, 16, 68, 46], Operations: [] Exploring Operation: 78+16=94, Resulting Numbers: [68, 46, 94] Generated Node #2: [68, 46, 94] from Operation: 78+16=94 Current State: 72:[68, 46, 94], Operations: ['78+16=94'] Exploring Operation: 68-46=22, Resulting Numbers: [94, 22] Generated Node #3: [94, 22] from ...
4
[ 35, 3, 73, 99 ]
67
[ "35*3=105", "73+99=172", "172-105=67" ]
Current State: 67:[35, 3, 73, 99], Operations: [] Exploring Operation: 35*3=105, Resulting Numbers: [73, 99, 105] Generated Node #2: [73, 99, 105] from Operation: 35*3=105 Current State: 67:[73, 99, 105], Operations: ['35*3=105'] Exploring Operation: 73+99=172, Resulting Numbers: [105, 172] Generated Node #3: [105, 172...
4
[ 14, 3, 11, 67 ]
47
[ "14*11=154", "3*67=201", "201-154=47" ]
Current State: 47:[14, 3, 11, 67], Operations: [] Exploring Operation: 14*11=154, Resulting Numbers: [3, 67, 154] Generated Node #2: [3, 67, 154] from Operation: 14*11=154 Current State: 47:[3, 67, 154], Operations: ['14*11=154'] Exploring Operation: 3*67=201, Resulting Numbers: [154, 201] Generated Node #3: [154, 201]...
4
[ 90, 42, 28, 56 ]
96
[ "90-42=48", "56/28=2", "48*2=96" ]
Current State: 96:[90, 42, 28, 56], Operations: [] Exploring Operation: 90-42=48, Resulting Numbers: [28, 56, 48] Generated Node #2: [28, 56, 48] from Operation: 90-42=48 Current State: 96:[28, 56, 48], Operations: ['90-42=48'] Exploring Operation: 56/28=2, Resulting Numbers: [48, 2] Generated Node #3: [48, 2] from Ope...
4
[ 18, 15, 90, 63 ]
21
[ "18*15=270", "90*63=5670", "5670/270=21" ]
Current State: 21:[18, 15, 90, 63], Operations: [] Exploring Operation: 18*15=270, Resulting Numbers: [90, 63, 270] Generated Node #2: [90, 63, 270] from Operation: 18*15=270 Current State: 21:[90, 63, 270], Operations: ['18*15=270'] Exploring Operation: 90*63=5670, Resulting Numbers: [270, 5670] Generated Node #3: [27...
4
[ 21, 27, 71, 60 ]
68
[ "21+60=81", "81/27=3", "71-3=68" ]
Current State: 68:[21, 27, 71, 60], Operations: [] Exploring Operation: 21+60=81, Resulting Numbers: [27, 71, 81] Generated Node #2: [27, 71, 81] from Operation: 21+60=81 Current State: 68:[27, 71, 81], Operations: ['21+60=81'] Exploring Operation: 81/27=3, Resulting Numbers: [71, 3] Generated Node #3: [71, 3] from Ope...
4
[ 24, 93, 24, 22 ]
23
[ "93-24=69", "24+22=46", "69-46=23" ]
Current State: 23:[24, 93, 24, 22], Operations: [] Exploring Operation: 93-24=69, Resulting Numbers: [22, 69] Generated Node #2: [22, 69] from Operation: 93-24=69 Current State: 23:[22, 69], Operations: ['93-24=69'] Exploring Operation: 24+22=46, Resulting Numbers: [69, 46] Generated Node #3: [69, 46] from Operation: 2...
4
[ 62, 57, 46, 8 ]
55
[ "62-46=16", "16/8=2", "57-2=55" ]
Current State: 55:[62, 57, 46, 8], Operations: [] Exploring Operation: 62-46=16, Resulting Numbers: [57, 8, 16] Generated Node #2: [57, 8, 16] from Operation: 62-46=16 Current State: 55:[57, 8, 16], Operations: ['62-46=16'] Exploring Operation: 16/8=2, Resulting Numbers: [57, 2] Generated Node #3: [57, 2] from Operatio...
4
[ 28, 74, 18, 25 ]
53
[ "74-28=46", "25-18=7", "46+7=53" ]
Current State: 53:[28, 74, 18, 25], Operations: [] Exploring Operation: 74-28=46, Resulting Numbers: [18, 25, 46] Generated Node #2: [18, 25, 46] from Operation: 74-28=46 Current State: 53:[18, 25, 46], Operations: ['74-28=46'] Exploring Operation: 25-18=7, Resulting Numbers: [46, 7] Generated Node #3: [46, 7] from Ope...
4
[ 54, 91, 69, 58 ]
48
[ "91-54=37", "69-58=11", "37+11=48" ]
Current State: 48:[54, 91, 69, 58], Operations: [] Exploring Operation: 91-54=37, Resulting Numbers: [69, 58, 37] Generated Node #2: [69, 58, 37] from Operation: 91-54=37 Current State: 48:[69, 58, 37], Operations: ['91-54=37'] Exploring Operation: 69-58=11, Resulting Numbers: [37, 11] Generated Node #3: [37, 11] from ...
4
[ 26, 45, 1, 45 ]
81
[ "26-1=25", "45*45=2025", "2025/25=81" ]
Current State: 81:[26, 45, 1, 45], Operations: [] Exploring Operation: 26-1=25, Resulting Numbers: [45, 45, 25] Generated Node #2: [45, 45, 25] from Operation: 26-1=25 Current State: 81:[45, 45, 25], Operations: ['26-1=25'] Exploring Operation: 45*45=2025, Resulting Numbers: [25, 2025] Generated Node #3: [25, 2025] fro...
4
[ 55, 94, 73, 11 ]
26
[ "55/11=5", "94-73=21", "5+21=26" ]
Current State: 26:[55, 94, 73, 11], Operations: [] Exploring Operation: 55/11=5, Resulting Numbers: [94, 73, 5] Generated Node #2: [94, 73, 5] from Operation: 55/11=5 Current State: 26:[94, 73, 5], Operations: ['55/11=5'] Exploring Operation: 94-73=21, Resulting Numbers: [5, 21] Generated Node #3: [5, 21] from Operatio...
4
[ 78, 8, 80, 46 ]
15
[ "80-78=2", "46/2=23", "23-8=15" ]
Current State: 15:[78, 8, 80, 46], Operations: [] Exploring Operation: 80-78=2, Resulting Numbers: [8, 46, 2] Generated Node #2: [8, 46, 2] from Operation: 80-78=2 Current State: 15:[8, 46, 2], Operations: ['80-78=2'] Exploring Operation: 46/2=23, Resulting Numbers: [8, 23] Generated Node #3: [8, 23] from Operation: 46...
4
[ 52, 45, 2, 58 ]
63
[ "52-45=7", "58-2=56", "7+56=63" ]
Current State: 63:[52, 45, 2, 58], Operations: [] Exploring Operation: 52-45=7, Resulting Numbers: [2, 58, 7] Generated Node #2: [2, 58, 7] from Operation: 52-45=7 Current State: 63:[2, 58, 7], Operations: ['52-45=7'] Exploring Operation: 58-2=56, Resulting Numbers: [7, 56] Generated Node #3: [7, 56] from Operation: 58...
4
[ 22, 8, 57, 79 ]
39
[ "57+79=136", "136/8=17", "22+17=39" ]
Current State: 39:[22, 8, 57, 79], Operations: [] Exploring Operation: 57+79=136, Resulting Numbers: [22, 8, 136] Generated Node #2: [22, 8, 136] from Operation: 57+79=136 Current State: 39:[22, 8, 136], Operations: ['57+79=136'] Exploring Operation: 136/8=17, Resulting Numbers: [22, 17] Generated Node #3: [22, 17] fro...
4
[ 14, 98, 97, 39 ]
70
[ "98+97=195", "14*195=2730", "2730/39=70" ]
Current State: 70:[14, 98, 97, 39], Operations: [] Exploring Operation: 98+97=195, Resulting Numbers: [14, 39, 195] Generated Node #2: [14, 39, 195] from Operation: 98+97=195 Current State: 70:[14, 39, 195], Operations: ['98+97=195'] Exploring Operation: 14*195=2730, Resulting Numbers: [39, 2730] Generated Node #3: [39...
4
[ 76, 13, 49, 21 ]
52
[ "76-13=63", "63/21=3", "49+3=52" ]
Current State: 52:[76, 13, 49, 21], Operations: [] Exploring Operation: 76-13=63, Resulting Numbers: [49, 21, 63] Generated Node #2: [49, 21, 63] from Operation: 76-13=63 Current State: 52:[49, 21, 63], Operations: ['76-13=63'] Exploring Operation: 63/21=3, Resulting Numbers: [49, 3] Generated Node #3: [49, 3] from Ope...
4
[ 12, 3, 15, 41 ]
48
[ "12+41=53", "15/3=5", "53-5=48" ]
Current State: 48:[12, 3, 15, 41], Operations: [] Exploring Operation: 12+41=53, Resulting Numbers: [3, 15, 53] Generated Node #2: [3, 15, 53] from Operation: 12+41=53 Current State: 48:[3, 15, 53], Operations: ['12+41=53'] Exploring Operation: 15/3=5, Resulting Numbers: [53, 5] Generated Node #3: [53, 5] from Operatio...
4
[ 38, 90, 5, 57 ]
37
[ "38+90=128", "57+128=185", "185/5=37" ]
Current State: 37:[38, 90, 5, 57], Operations: [] Exploring Operation: 38+90=128, Resulting Numbers: [5, 57, 128] Generated Node #2: [5, 57, 128] from Operation: 38+90=128 Current State: 37:[5, 57, 128], Operations: ['38+90=128'] Exploring Operation: 57+128=185, Resulting Numbers: [5, 185] Generated Node #3: [5, 185] f...
4
[ 52, 49, 25, 38 ]
81
[ "52*38=1976", "49+1976=2025", "2025/25=81" ]
Current State: 81:[52, 49, 25, 38], Operations: [] Exploring Operation: 52*38=1976, Resulting Numbers: [49, 25, 1976] Generated Node #2: [49, 25, 1976] from Operation: 52*38=1976 Current State: 81:[49, 25, 1976], Operations: ['52*38=1976'] Exploring Operation: 49+1976=2025, Resulting Numbers: [25, 2025] Generated Node ...
4
[ 50, 69, 87, 84 ]
57
[ "69-50=19", "87-84=3", "19*3=57" ]
Current State: 57:[50, 69, 87, 84], Operations: [] Exploring Operation: 69-50=19, Resulting Numbers: [87, 84, 19] Generated Node #2: [87, 84, 19] from Operation: 69-50=19 Current State: 57:[87, 84, 19], Operations: ['69-50=19'] Exploring Operation: 87-84=3, Resulting Numbers: [19, 3] Generated Node #3: [19, 3] from Ope...
4
[ 56, 81, 2, 56 ]
29
[ "81-56=25", "56-2=54", "54-25=29" ]
Current State: 29:[56, 81, 2, 56], Operations: [] Exploring Operation: 81-56=25, Resulting Numbers: [2, 25] Generated Node #2: [2, 25] from Operation: 81-56=25 Current State: 29:[2, 25], Operations: ['81-56=25'] Exploring Operation: 56-2=54, Resulting Numbers: [25, 54] Generated Node #3: [25, 54] from Operation: 56-2=5...
4
[ 68, 36, 1, 9 ]
95
[ "68+36=104", "1*9=9", "104-9=95" ]
Current State: 95:[68, 36, 1, 9], Operations: [] Exploring Operation: 68+36=104, Resulting Numbers: [1, 9, 104] Generated Node #2: [1, 9, 104] from Operation: 68+36=104 Current State: 95:[1, 9, 104], Operations: ['68+36=104'] Exploring Operation: 1*9=9, Resulting Numbers: [104, 9] Generated Node #3: [104, 9] from Opera...
4
[ 27, 65, 55, 86 ]
61
[ "27+65=92", "86-55=31", "92-31=61" ]
Current State: 61:[27, 65, 55, 86], Operations: [] Exploring Operation: 27+65=92, Resulting Numbers: [55, 86, 92] Generated Node #2: [55, 86, 92] from Operation: 27+65=92 Current State: 61:[55, 86, 92], Operations: ['27+65=92'] Exploring Operation: 86-55=31, Resulting Numbers: [92, 31] Generated Node #3: [92, 31] from ...
4
[ 37, 7, 31, 1 ]
12
[ "37+7=44", "31+1=32", "44-32=12" ]
Current State: 12:[37, 7, 31, 1], Operations: [] Exploring Operation: 37+7=44, Resulting Numbers: [31, 1, 44] Generated Node #2: [31, 1, 44] from Operation: 37+7=44 Current State: 12:[31, 1, 44], Operations: ['37+7=44'] Exploring Operation: 31+1=32, Resulting Numbers: [44, 32] Generated Node #3: [44, 32] from Operation...
4
[ 9, 93, 19, 13 ]
31
[ "19-9=10", "13-10=3", "93/3=31" ]
Current State: 31:[9, 93, 19, 13], Operations: [] Exploring Operation: 19-9=10, Resulting Numbers: [93, 13, 10] Generated Node #2: [93, 13, 10] from Operation: 19-9=10 Current State: 31:[93, 13, 10], Operations: ['19-9=10'] Exploring Operation: 13-10=3, Resulting Numbers: [93, 3] Generated Node #3: [93, 3] from Operati...
4
[ 78, 69, 27, 48 ]
80
[ "69+27=96", "96/48=2", "78+2=80" ]
Current State: 80:[78, 69, 27, 48], Operations: [] Exploring Operation: 69+27=96, Resulting Numbers: [78, 48, 96] Generated Node #2: [78, 48, 96] from Operation: 69+27=96 Current State: 80:[78, 48, 96], Operations: ['69+27=96'] Exploring Operation: 96/48=2, Resulting Numbers: [78, 2] Generated Node #3: [78, 2] from Ope...
4
[ 86, 17, 76, 98 ]
72
[ "86-76=10", "17*10=170", "170-98=72" ]
Current State: 72:[86, 17, 76, 98], Operations: [] Exploring Operation: 86-76=10, Resulting Numbers: [17, 98, 10] Generated Node #2: [17, 98, 10] from Operation: 86-76=10 Current State: 72:[17, 98, 10], Operations: ['86-76=10'] Exploring Operation: 17*10=170, Resulting Numbers: [98, 170] Generated Node #3: [98, 170] fr...
4
[ 93, 28, 38, 39 ]
44
[ "93+28=121", "38+39=77", "121-77=44" ]
Current State: 44:[93, 28, 38, 39], Operations: [] Exploring Operation: 93+28=121, Resulting Numbers: [38, 39, 121] Generated Node #2: [38, 39, 121] from Operation: 93+28=121 Current State: 44:[38, 39, 121], Operations: ['93+28=121'] Exploring Operation: 38+39=77, Resulting Numbers: [121, 77] Generated Node #3: [121, 7...
4
[ 35, 96, 26, 29 ]
27
[ "96-26=70", "70/35=2", "29-2=27" ]
Current State: 27:[35, 96, 26, 29], Operations: [] Exploring Operation: 96-26=70, Resulting Numbers: [35, 29, 70] Generated Node #2: [35, 29, 70] from Operation: 96-26=70 Current State: 27:[35, 29, 70], Operations: ['96-26=70'] Exploring Operation: 70/35=2, Resulting Numbers: [29, 2] Generated Node #3: [29, 2] from Ope...
4
[ 41, 95, 77, 46 ]
92
[ "77+46=123", "123/41=3", "95-3=92" ]
Current State: 92:[41, 95, 77, 46], Operations: [] Exploring Operation: 77+46=123, Resulting Numbers: [41, 95, 123] Generated Node #2: [41, 95, 123] from Operation: 77+46=123 Current State: 92:[41, 95, 123], Operations: ['77+46=123'] Exploring Operation: 123/41=3, Resulting Numbers: [95, 3] Generated Node #3: [95, 3] f...
4
[ 9, 60, 60, 20 ]
66
[ "9+60=69", "60/20=3", "69-3=66" ]
Current State: 66:[9, 60, 60, 20], Operations: [] Exploring Operation: 9+60=69, Resulting Numbers: [20, 69] Generated Node #2: [20, 69] from Operation: 9+60=69 Current State: 66:[20, 69], Operations: ['9+60=69'] Exploring Operation: 60/20=3, Resulting Numbers: [69, 3] Generated Node #3: [69, 3] from Operation: 60/20=3 ...
4
[ 9, 28, 48, 85 ]
95
[ "48-28=20", "9*20=180", "180-85=95" ]
Current State: 95:[9, 28, 48, 85], Operations: [] Exploring Operation: 48-28=20, Resulting Numbers: [9, 85, 20] Generated Node #2: [9, 85, 20] from Operation: 48-28=20 Current State: 95:[9, 85, 20], Operations: ['48-28=20'] Exploring Operation: 9*20=180, Resulting Numbers: [85, 180] Generated Node #3: [85, 180] from Op...
4
[ 53, 88, 77, 51 ]
66
[ "53-51=2", "77*2=154", "154-88=66" ]
Current State: 66:[53, 88, 77, 51], Operations: [] Exploring Operation: 53-51=2, Resulting Numbers: [88, 77, 2] Generated Node #2: [88, 77, 2] from Operation: 53-51=2 Current State: 66:[88, 77, 2], Operations: ['53-51=2'] Exploring Operation: 77*2=154, Resulting Numbers: [88, 154] Generated Node #3: [88, 154] from Oper...
4
[ 2, 29, 67, 80 ]
56
[ "80/2=40", "29+67=96", "96-40=56" ]
Current State: 56:[2, 29, 67, 80], Operations: [] Exploring Operation: 80/2=40, Resulting Numbers: [29, 67, 40] Generated Node #2: [29, 67, 40] from Operation: 80/2=40 Current State: 56:[29, 67, 40], Operations: ['80/2=40'] Exploring Operation: 29+67=96, Resulting Numbers: [40, 96] Generated Node #3: [40, 96] from Oper...
4
[ 6, 3, 30, 72 ]
99
[ "6-3=3", "30+72=102", "102-3=99" ]
Current State: 99:[6, 3, 30, 72], Operations: [] Exploring Operation: 6-3=3, Resulting Numbers: [30, 72, 3] Generated Node #2: [30, 72, 3] from Operation: 6-3=3 Current State: 99:[30, 72, 3], Operations: ['6-3=3'] Exploring Operation: 30+72=102, Resulting Numbers: [3, 102] Generated Node #3: [3, 102] from Operation: 30...
4
[ 28, 7, 40, 12 ]
77
[ "40-7=33", "28*33=924", "924/12=77" ]
Current State: 77:[28, 7, 40, 12], Operations: [] Exploring Operation: 40-7=33, Resulting Numbers: [28, 12, 33] Generated Node #2: [28, 12, 33] from Operation: 40-7=33 Current State: 77:[28, 12, 33], Operations: ['40-7=33'] Exploring Operation: 28*33=924, Resulting Numbers: [12, 924] Generated Node #3: [12, 924] from O...
4
[ 15, 61, 90, 93 ]
49
[ "61-15=46", "93-90=3", "46+3=49" ]
Current State: 49:[15, 61, 90, 93], Operations: [] Exploring Operation: 61-15=46, Resulting Numbers: [90, 93, 46] Generated Node #2: [90, 93, 46] from Operation: 61-15=46 Current State: 49:[90, 93, 46], Operations: ['61-15=46'] Exploring Operation: 93-90=3, Resulting Numbers: [46, 3] Generated Node #3: [46, 3] from Ope...
4
[ 5, 92, 1, 86 ]
12
[ "5+92=97", "86-1=85", "97-85=12" ]
Current State: 12:[5, 92, 1, 86], Operations: [] Exploring Operation: 5+92=97, Resulting Numbers: [1, 86, 97] Generated Node #2: [1, 86, 97] from Operation: 5+92=97 Current State: 12:[1, 86, 97], Operations: ['5+92=97'] Exploring Operation: 86-1=85, Resulting Numbers: [97, 85] Generated Node #3: [97, 85] from Operation...
4
[ 2, 16, 5, 26 ]
98
[ "2*16=32", "5*26=130", "130-32=98" ]
Current State: 98:[2, 16, 5, 26], Operations: [] Exploring Operation: 2*16=32, Resulting Numbers: [5, 26, 32] Generated Node #2: [5, 26, 32] from Operation: 2*16=32 Current State: 98:[5, 26, 32], Operations: ['2*16=32'] Exploring Operation: 5*26=130, Resulting Numbers: [32, 130] Generated Node #3: [32, 130] from Operat...
4
[ 6, 96, 18, 76 ]
63
[ "96-18=78", "78/6=13", "76-13=63" ]
Current State: 63:[6, 96, 18, 76], Operations: [] Exploring Operation: 96-18=78, Resulting Numbers: [6, 76, 78] Generated Node #2: [6, 76, 78] from Operation: 96-18=78 Current State: 63:[6, 76, 78], Operations: ['96-18=78'] Exploring Operation: 78/6=13, Resulting Numbers: [76, 13] Generated Node #3: [76, 13] from Opera...
4
[ 74, 31, 3, 30 ]
16
[ "74-31=43", "30-3=27", "43-27=16" ]
Current State: 16:[74, 31, 3, 30], Operations: [] Exploring Operation: 74-31=43, Resulting Numbers: [3, 30, 43] Generated Node #2: [3, 30, 43] from Operation: 74-31=43 Current State: 16:[3, 30, 43], Operations: ['74-31=43'] Exploring Operation: 30-3=27, Resulting Numbers: [43, 27] Generated Node #3: [43, 27] from Opera...
4
[ 89, 64, 33, 4 ]
35
[ "64-33=31", "4*31=124", "124-89=35" ]
Current State: 35:[89, 64, 33, 4], Operations: [] Exploring Operation: 64-33=31, Resulting Numbers: [89, 4, 31] Generated Node #2: [89, 4, 31] from Operation: 64-33=31 Current State: 35:[89, 4, 31], Operations: ['64-33=31'] Exploring Operation: 4*31=124, Resulting Numbers: [89, 124] Generated Node #3: [89, 124] from Op...
4
[ 86, 8, 97, 18 ]
39
[ "86+97=183", "8*18=144", "183-144=39" ]
Current State: 39:[86, 8, 97, 18], Operations: [] Exploring Operation: 86+97=183, Resulting Numbers: [8, 18, 183] Generated Node #2: [8, 18, 183] from Operation: 86+97=183 Current State: 39:[8, 18, 183], Operations: ['86+97=183'] Exploring Operation: 8*18=144, Resulting Numbers: [183, 144] Generated Node #3: [183, 144]...
4
[ 96, 90, 45, 33 ]
15
[ "96*45=4320", "4320/90=48", "48-33=15" ]
Current State: 15:[96, 90, 45, 33], Operations: [] Exploring Operation: 96*45=4320, Resulting Numbers: [90, 33, 4320] Generated Node #2: [90, 33, 4320] from Operation: 96*45=4320 Current State: 15:[90, 33, 4320], Operations: ['96*45=4320'] Exploring Operation: 4320/90=48, Resulting Numbers: [33, 48] Generated Node #3: ...
4
[ 45, 72, 63, 53 ]
57
[ "63-45=18", "72/18=4", "53+4=57" ]
Current State: 57:[45, 72, 63, 53], Operations: [] Exploring Operation: 63-45=18, Resulting Numbers: [72, 53, 18] Generated Node #2: [72, 53, 18] from Operation: 63-45=18 Current State: 57:[72, 53, 18], Operations: ['63-45=18'] Exploring Operation: 72/18=4, Resulting Numbers: [53, 4] Generated Node #3: [53, 4] from Ope...
4
[ 96, 14, 16, 9 ]
75
[ "96*14=1344", "1344/16=84", "84-9=75" ]
Current State: 75:[96, 14, 16, 9], Operations: [] Exploring Operation: 96*14=1344, Resulting Numbers: [16, 9, 1344] Generated Node #2: [16, 9, 1344] from Operation: 96*14=1344 Current State: 75:[16, 9, 1344], Operations: ['96*14=1344'] Exploring Operation: 1344/16=84, Resulting Numbers: [9, 84] Generated Node #3: [9, 8...
4
[ 65, 2, 3, 15 ]
94
[ "65-3=62", "62-15=47", "2*47=94" ]
Current State: 94:[65, 2, 3, 15], Operations: [] Exploring Operation: 65-3=62, Resulting Numbers: [2, 15, 62] Generated Node #2: [2, 15, 62] from Operation: 65-3=62 Current State: 94:[2, 15, 62], Operations: ['65-3=62'] Exploring Operation: 62-15=47, Resulting Numbers: [2, 47] Generated Node #3: [2, 47] from Operation:...
4
[ 49, 67, 70, 3 ]
91
[ "67-49=18", "70+3=73", "18+73=91" ]
Current State: 91:[49, 67, 70, 3], Operations: [] Exploring Operation: 67-49=18, Resulting Numbers: [70, 3, 18] Generated Node #2: [70, 3, 18] from Operation: 67-49=18 Current State: 91:[70, 3, 18], Operations: ['67-49=18'] Exploring Operation: 70+3=73, Resulting Numbers: [18, 73] Generated Node #3: [18, 73] from Opera...
4
[ 91, 96, 82, 31 ]
73
[ "96-91=5", "31*5=155", "155-82=73" ]
Current State: 73:[91, 96, 82, 31], Operations: [] Exploring Operation: 96-91=5, Resulting Numbers: [82, 31, 5] Generated Node #2: [82, 31, 5] from Operation: 96-91=5 Current State: 73:[82, 31, 5], Operations: ['96-91=5'] Exploring Operation: 31*5=155, Resulting Numbers: [82, 155] Generated Node #3: [82, 155] from Oper...
4
[ 25, 39, 76, 2 ]
48
[ "39-25=14", "2*14=28", "76-28=48" ]
Current State: 48:[25, 39, 76, 2], Operations: [] Exploring Operation: 39-25=14, Resulting Numbers: [76, 2, 14] Generated Node #2: [76, 2, 14] from Operation: 39-25=14 Current State: 48:[76, 2, 14], Operations: ['39-25=14'] Exploring Operation: 2*14=28, Resulting Numbers: [76, 28] Generated Node #3: [76, 28] from Opera...
4
[ 27, 22, 88, 51 ]
44
[ "27+22=49", "51-49=2", "88/2=44" ]
Current State: 44:[27, 22, 88, 51], Operations: [] Exploring Operation: 27+22=49, Resulting Numbers: [88, 51, 49] Generated Node #2: [88, 51, 49] from Operation: 27+22=49 Current State: 44:[88, 51, 49], Operations: ['27+22=49'] Exploring Operation: 51-49=2, Resulting Numbers: [88, 2] Generated Node #3: [88, 2] from Ope...
4
[ 54, 84, 44, 51 ]
37
[ "84-54=30", "51-44=7", "30+7=37" ]
Current State: 37:[54, 84, 44, 51], Operations: [] Exploring Operation: 84-54=30, Resulting Numbers: [44, 51, 30] Generated Node #2: [44, 51, 30] from Operation: 84-54=30 Current State: 37:[44, 51, 30], Operations: ['84-54=30'] Exploring Operation: 51-44=7, Resulting Numbers: [30, 7] Generated Node #3: [30, 7] from Ope...
4
[ 85, 11, 7, 7 ]
82
[ "85+11=96", "7+7=14", "96-14=82" ]
Current State: 82:[85, 11, 7, 7], Operations: [] Exploring Operation: 85+11=96, Resulting Numbers: [7, 7, 96] Generated Node #2: [7, 7, 96] from Operation: 85+11=96 Current State: 82:[7, 7, 96], Operations: ['85+11=96'] Exploring Operation: 7+7=14, Resulting Numbers: [96, 14] Generated Node #3: [96, 14] from Operation:...
4
[ 10, 1, 19, 64 ]
93
[ "10*1=10", "19+64=83", "10+83=93" ]
Current State: 93:[10, 1, 19, 64], Operations: [] Exploring Operation: 10*1=10, Resulting Numbers: [19, 64, 10] Generated Node #2: [19, 64, 10] from Operation: 10*1=10 Current State: 93:[19, 64, 10], Operations: ['10*1=10'] Exploring Operation: 19+64=83, Resulting Numbers: [10, 83] Generated Node #3: [10, 83] from Oper...
4
[ 97, 64, 69, 33 ]
69
[ "97-64=33", "69+33=102", "102-33=69" ]
Current State: 69:[97, 64, 69, 33], Operations: [] Exploring Operation: 97-64=33, Resulting Numbers: [69, 33, 33] Generated Node #2: [69, 33, 33] from Operation: 97-64=33 Current State: 69:[69, 33, 33], Operations: ['97-64=33'] Exploring Operation: 69+33=102, Resulting Numbers: [102] 102,69 equal: Goal Reached Explorin...
4
[ 60, 92, 9, 43 ]
99
[ "92-60=32", "43-32=11", "9*11=99" ]
Current State: 99:[60, 92, 9, 43], Operations: [] Exploring Operation: 92-60=32, Resulting Numbers: [9, 43, 32] Generated Node #2: [9, 43, 32] from Operation: 92-60=32 Current State: 99:[9, 43, 32], Operations: ['92-60=32'] Exploring Operation: 43-32=11, Resulting Numbers: [9, 11] Generated Node #3: [9, 11] from Operat...
4
[ 13, 31, 29, 11 ]
37
[ "31-29=2", "13*2=26", "11+26=37" ]
Current State: 37:[13, 31, 29, 11], Operations: [] Exploring Operation: 31-29=2, Resulting Numbers: [13, 11, 2] Generated Node #2: [13, 11, 2] from Operation: 31-29=2 Current State: 37:[13, 11, 2], Operations: ['31-29=2'] Exploring Operation: 13*2=26, Resulting Numbers: [11, 26] Generated Node #3: [11, 26] from Operati...
4
[ 72, 25, 54, 66 ]
34
[ "72-66=6", "54/6=9", "25+9=34" ]
Current State: 34:[72, 25, 54, 66], Operations: [] Exploring Operation: 72-66=6, Resulting Numbers: [25, 54, 6] Generated Node #2: [25, 54, 6] from Operation: 72-66=6 Current State: 34:[25, 54, 6], Operations: ['72-66=6'] Exploring Operation: 54/6=9, Resulting Numbers: [25, 9] Generated Node #3: [25, 9] from Operation:...
4
[ 65, 7, 23, 77 ]
99
[ "65+23=88", "77/7=11", "88+11=99" ]
Current State: 99:[65, 7, 23, 77], Operations: [] Exploring Operation: 65+23=88, Resulting Numbers: [7, 77, 88] Generated Node #2: [7, 77, 88] from Operation: 65+23=88 Current State: 99:[7, 77, 88], Operations: ['65+23=88'] Exploring Operation: 77/7=11, Resulting Numbers: [88, 11] Generated Node #3: [88, 11] from Opera...
4
[ 17, 24, 77, 16 ]
56
[ "17+16=33", "24*77=1848", "1848/33=56" ]
Current State: 56:[17, 24, 77, 16], Operations: [] Exploring Operation: 17+16=33, Resulting Numbers: [24, 77, 33] Generated Node #2: [24, 77, 33] from Operation: 17+16=33 Current State: 56:[24, 77, 33], Operations: ['17+16=33'] Exploring Operation: 24*77=1848, Resulting Numbers: [33, 1848] Generated Node #3: [33, 1848]...
4
[ 46, 97, 1, 98 ]
92
[ "97-1=96", "98-96=2", "46*2=92" ]
Current State: 92:[46, 97, 1, 98], Operations: [] Exploring Operation: 97-1=96, Resulting Numbers: [46, 98, 96] Generated Node #2: [46, 98, 96] from Operation: 97-1=96 Current State: 92:[46, 98, 96], Operations: ['97-1=96'] Exploring Operation: 98-96=2, Resulting Numbers: [46, 2] Generated Node #3: [46, 2] from Operati...
4
[ 75, 36, 33, 61 ]
83
[ "75+36=111", "61-33=28", "111-28=83" ]
Current State: 83:[75, 36, 33, 61], Operations: [] Exploring Operation: 75+36=111, Resulting Numbers: [33, 61, 111] Generated Node #2: [33, 61, 111] from Operation: 75+36=111 Current State: 83:[33, 61, 111], Operations: ['75+36=111'] Exploring Operation: 61-33=28, Resulting Numbers: [111, 28] Generated Node #3: [111, 2...
4
[ 54, 2, 19, 32 ]
16
[ "54-32=22", "2*19=38", "38-22=16" ]
Current State: 16:[54, 2, 19, 32], Operations: [] Exploring Operation: 54-32=22, Resulting Numbers: [2, 19, 22] Generated Node #2: [2, 19, 22] from Operation: 54-32=22 Current State: 16:[2, 19, 22], Operations: ['54-32=22'] Exploring Operation: 2*19=38, Resulting Numbers: [22, 38] Generated Node #3: [22, 38] from Opera...
4
[ 42, 7, 79, 27 ]
71
[ "42-7=35", "79+27=106", "106-35=71" ]
Current State: 71:[42, 7, 79, 27], Operations: [] Exploring Operation: 42-7=35, Resulting Numbers: [79, 27, 35] Generated Node #2: [79, 27, 35] from Operation: 42-7=35 Current State: 71:[79, 27, 35], Operations: ['42-7=35'] Exploring Operation: 79+27=106, Resulting Numbers: [35, 106] Generated Node #3: [35, 106] from O...
4
[ 3, 24, 27, 26 ]
25
[ "3+24=27", "27/27=1", "26-1=25" ]
Current State: 25:[3, 24, 27, 26], Operations: [] Exploring Operation: 3+24=27, Resulting Numbers: [27, 26, 27] Generated Node #2: [27, 26, 27] from Operation: 3+24=27 Current State: 25:[27, 26, 27], Operations: ['3+24=27'] Exploring Operation: 27/27=1, Resulting Numbers: [26, 1] Generated Node #3: [26, 1] from Operati...
4
[ 46, 63, 24, 58 ]
99
[ "63-46=17", "24+58=82", "17+82=99" ]
Current State: 99:[46, 63, 24, 58], Operations: [] Exploring Operation: 63-46=17, Resulting Numbers: [24, 58, 17] Generated Node #2: [24, 58, 17] from Operation: 63-46=17 Current State: 99:[24, 58, 17], Operations: ['63-46=17'] Exploring Operation: 24+58=82, Resulting Numbers: [17, 82] Generated Node #3: [17, 82] from ...
4
[ 50, 4, 4, 30 ]
16
[ "50+30=80", "80/4=20", "20-4=16" ]
Current State: 16:[50, 4, 4, 30], Operations: [] Exploring Operation: 50+30=80, Resulting Numbers: [4, 4, 80] Generated Node #2: [4, 4, 80] from Operation: 50+30=80 Current State: 16:[4, 4, 80], Operations: ['50+30=80'] Exploring Operation: 80/4=20, Resulting Numbers: [20] 20,16 equal: Goal Reached Exploring Operation:...
4
[ 35, 77, 78, 4 ]
79
[ "35+4=39", "78/39=2", "77+2=79" ]
Current State: 79:[35, 77, 78, 4], Operations: [] Exploring Operation: 35+4=39, Resulting Numbers: [77, 78, 39] Generated Node #2: [77, 78, 39] from Operation: 35+4=39 Current State: 79:[77, 78, 39], Operations: ['35+4=39'] Exploring Operation: 78/39=2, Resulting Numbers: [77, 2] Generated Node #3: [77, 2] from Operati...
4
[ 57, 29, 95, 27 ]
94
[ "57-29=28", "95+27=122", "122-28=94" ]
Current State: 94:[57, 29, 95, 27], Operations: [] Exploring Operation: 57-29=28, Resulting Numbers: [95, 27, 28] Generated Node #2: [95, 27, 28] from Operation: 57-29=28 Current State: 94:[95, 27, 28], Operations: ['57-29=28'] Exploring Operation: 95+27=122, Resulting Numbers: [28, 122] Generated Node #3: [28, 122] fr...
4
[ 54, 30, 33, 69 ]
60
[ "54-30=24", "69-33=36", "24+36=60" ]
Current State: 60:[54, 30, 33, 69], Operations: [] Exploring Operation: 54-30=24, Resulting Numbers: [33, 69, 24] Generated Node #2: [33, 69, 24] from Operation: 54-30=24 Current State: 60:[33, 69, 24], Operations: ['54-30=24'] Exploring Operation: 69-33=36, Resulting Numbers: [24, 36] Generated Node #3: [24, 36] from ...
4
[ 22, 56, 61, 65 ]
32
[ "65-61=4", "22*4=88", "88-56=32" ]
Current State: 32:[22, 56, 61, 65], Operations: [] Exploring Operation: 65-61=4, Resulting Numbers: [22, 56, 4] Generated Node #2: [22, 56, 4] from Operation: 65-61=4 Current State: 32:[22, 56, 4], Operations: ['65-61=4'] Exploring Operation: 22*4=88, Resulting Numbers: [56, 88] Generated Node #3: [56, 88] from Operati...
4
[ 10, 84, 70, 92 ]
85
[ "10+92=102", "70*102=7140", "7140/84=85" ]
Current State: 85:[10, 84, 70, 92], Operations: [] Exploring Operation: 10+92=102, Resulting Numbers: [84, 70, 102] Generated Node #2: [84, 70, 102] from Operation: 10+92=102 Current State: 85:[84, 70, 102], Operations: ['10+92=102'] Exploring Operation: 70*102=7140, Resulting Numbers: [84, 7140] Generated Node #3: [84...
4
[ 84, 22, 31, 6 ]
56
[ "84*6=504", "31-22=9", "504/9=56" ]
Current State: 56:[84, 22, 31, 6], Operations: [] Exploring Operation: 84*6=504, Resulting Numbers: [22, 31, 504] Generated Node #2: [22, 31, 504] from Operation: 84*6=504 Current State: 56:[22, 31, 504], Operations: ['84*6=504'] Exploring Operation: 31-22=9, Resulting Numbers: [504, 9] Generated Node #3: [504, 9] from...
4
[ 24, 82, 9, 19 ]
68
[ "82-24=58", "19-9=10", "58+10=68" ]
Current State: 68:[24, 82, 9, 19], Operations: [] Exploring Operation: 82-24=58, Resulting Numbers: [9, 19, 58] Generated Node #2: [9, 19, 58] from Operation: 82-24=58 Current State: 68:[9, 19, 58], Operations: ['82-24=58'] Exploring Operation: 19-9=10, Resulting Numbers: [58, 10] Generated Node #3: [58, 10] from Opera...
4
[ 44, 6, 50, 82 ]
81
[ "44+6=50", "50/50=1", "82-1=81" ]
Current State: 81:[44, 6, 50, 82], Operations: [] Exploring Operation: 44+6=50, Resulting Numbers: [50, 82, 50] Generated Node #2: [50, 82, 50] from Operation: 44+6=50 Current State: 81:[50, 82, 50], Operations: ['44+6=50'] Exploring Operation: 50/50=1, Resulting Numbers: [82, 1] Generated Node #3: [82, 1] from Operati...
4
[ 94, 66, 9, 50 ]
87
[ "94-66=28", "9+50=59", "28+59=87" ]
Current State: 87:[94, 66, 9, 50], Operations: [] Exploring Operation: 94-66=28, Resulting Numbers: [9, 50, 28] Generated Node #2: [9, 50, 28] from Operation: 94-66=28 Current State: 87:[9, 50, 28], Operations: ['94-66=28'] Exploring Operation: 9+50=59, Resulting Numbers: [28, 59] Generated Node #3: [28, 59] from Opera...
4
[ 25, 97, 33, 61 ]
35
[ "25+97=122", "122/61=2", "33+2=35" ]
Current State: 35:[25, 97, 33, 61], Operations: [] Exploring Operation: 25+97=122, Resulting Numbers: [33, 61, 122] Generated Node #2: [33, 61, 122] from Operation: 25+97=122 Current State: 35:[33, 61, 122], Operations: ['25+97=122'] Exploring Operation: 122/61=2, Resulting Numbers: [33, 2] Generated Node #3: [33, 2] f...
4
[ 7, 19, 86, 96 ]
81
[ "19+86=105", "105/7=15", "96-15=81" ]
Current State: 81:[7, 19, 86, 96], Operations: [] Exploring Operation: 19+86=105, Resulting Numbers: [7, 96, 105] Generated Node #2: [7, 96, 105] from Operation: 19+86=105 Current State: 81:[7, 96, 105], Operations: ['19+86=105'] Exploring Operation: 105/7=15, Resulting Numbers: [96, 15] Generated Node #3: [96, 15] fro...
4
[ 74, 28, 64, 62 ]
60
[ "64-62=2", "28/2=14", "74-14=60" ]
Current State: 60:[74, 28, 64, 62], Operations: [] Exploring Operation: 64-62=2, Resulting Numbers: [74, 28, 2] Generated Node #2: [74, 28, 2] from Operation: 64-62=2 Current State: 60:[74, 28, 2], Operations: ['64-62=2'] Exploring Operation: 28/2=14, Resulting Numbers: [74, 14] Generated Node #3: [74, 14] from Operati...
4
[ 44, 67, 64, 87 ]
45
[ "67-64=3", "44*3=132", "132-87=45" ]
Current State: 45:[44, 67, 64, 87], Operations: [] Exploring Operation: 67-64=3, Resulting Numbers: [44, 87, 3] Generated Node #2: [44, 87, 3] from Operation: 67-64=3 Current State: 45:[44, 87, 3], Operations: ['67-64=3'] Exploring Operation: 44*3=132, Resulting Numbers: [87, 132] Generated Node #3: [87, 132] from Oper...
4
[ 52, 29, 91, 55 ]
48
[ "29+55=84", "52*84=4368", "4368/91=48" ]
Current State: 48:[52, 29, 91, 55], Operations: [] Exploring Operation: 29+55=84, Resulting Numbers: [52, 91, 84] Generated Node #2: [52, 91, 84] from Operation: 29+55=84 Current State: 48:[52, 91, 84], Operations: ['29+55=84'] Exploring Operation: 52*84=4368, Resulting Numbers: [91, 4368] Generated Node #3: [91, 4368]...
4
[ 4, 12, 16, 17 ]
76
[ "17-12=5", "16*5=80", "80-4=76" ]
Current State: 76:[4, 12, 16, 17], Operations: [] Exploring Operation: 17-12=5, Resulting Numbers: [4, 16, 5] Generated Node #2: [4, 16, 5] from Operation: 17-12=5 Current State: 76:[4, 16, 5], Operations: ['17-12=5'] Exploring Operation: 16*5=80, Resulting Numbers: [4, 80] Generated Node #3: [4, 80] from Operation: 16...
4
[ 5, 58, 98, 55 ]
20
[ "5+58=63", "98-55=43", "63-43=20" ]
Current State: 20:[5, 58, 98, 55], Operations: [] Exploring Operation: 5+58=63, Resulting Numbers: [98, 55, 63] Generated Node #2: [98, 55, 63] from Operation: 5+58=63 Current State: 20:[98, 55, 63], Operations: ['5+58=63'] Exploring Operation: 98-55=43, Resulting Numbers: [63, 43] Generated Node #3: [63, 43] from Oper...
4
[ 71, 29, 6, 57 ]
97
[ "57-29=28", "6*28=168", "168-71=97" ]
Current State: 97:[71, 29, 6, 57], Operations: [] Exploring Operation: 57-29=28, Resulting Numbers: [71, 6, 28] Generated Node #2: [71, 6, 28] from Operation: 57-29=28 Current State: 97:[71, 6, 28], Operations: ['57-29=28'] Exploring Operation: 6*28=168, Resulting Numbers: [71, 168] Generated Node #3: [71, 168] from Op...
4
[ 5, 90, 46, 60 ]
10
[ "5+46=51", "60-51=9", "90/9=10" ]
Current State: 10:[5, 90, 46, 60], Operations: [] Exploring Operation: 5+46=51, Resulting Numbers: [90, 60, 51] Generated Node #2: [90, 60, 51] from Operation: 5+46=51 Current State: 10:[90, 60, 51], Operations: ['5+46=51'] Exploring Operation: 60-51=9, Resulting Numbers: [90, 9] Generated Node #3: [90, 9] from Operati...
4
[ 14, 10, 26, 25 ]
65
[ "10+25=35", "26*35=910", "910/14=65" ]
Current State: 65:[14, 10, 26, 25], Operations: [] Exploring Operation: 10+25=35, Resulting Numbers: [14, 26, 35] Generated Node #2: [14, 26, 35] from Operation: 10+25=35 Current State: 65:[14, 26, 35], Operations: ['10+25=35'] Exploring Operation: 26*35=910, Resulting Numbers: [14, 910] Generated Node #3: [14, 910] fr...
4
[ 52, 56, 72, 77 ]
28
[ "52*77=4004", "56*72=4032", "4032-4004=28" ]
Current State: 28:[52, 56, 72, 77], Operations: [] Exploring Operation: 52*77=4004, Resulting Numbers: [56, 72, 4004] Generated Node #2: [56, 72, 4004] from Operation: 52*77=4004 Current State: 28:[56, 72, 4004], Operations: ['52*77=4004'] Exploring Operation: 56*72=4032, Resulting Numbers: [4004, 4032] Generated Node ...
4
[ 65, 16, 59, 13 ]
23
[ "65-16=49", "59+13=72", "72-49=23" ]
Current State: 23:[65, 16, 59, 13], Operations: [] Exploring Operation: 65-16=49, Resulting Numbers: [59, 13, 49] Generated Node #2: [59, 13, 49] from Operation: 65-16=49 Current State: 23:[59, 13, 49], Operations: ['65-16=49'] Exploring Operation: 59+13=72, Resulting Numbers: [49, 72] Generated Node #3: [49, 72] from ...
4