nums
listlengths
4
4
target
int64
10
100
solution
listlengths
3
3
optimal_path
stringlengths
282
529
start_size
int64
4
4
[ 54, 67, 3, 4 ]
35
[ "67-54=13", "3*13=39", "39-4=35" ]
Current State: 35:[54, 67, 3, 4], Operations: [] Exploring Operation: 67-54=13, Resulting Numbers: [3, 4, 13] Generated Node #2: [3, 4, 13] from Operation: 67-54=13 Current State: 35:[3, 4, 13], Operations: ['67-54=13'] Exploring Operation: 3*13=39, Resulting Numbers: [4, 39] Generated Node #3: [4, 39] from Operation: ...
4
[ 17, 83, 83, 39 ]
17
[ "83-83=0", "39*0=0", "17+0=17" ]
Current State: 17:[17, 83, 83, 39], Operations: [] Exploring Operation: 83-83=0, Resulting Numbers: [17, 39, 0] Generated Node #2: [17, 39, 0] from Operation: 83-83=0 Current State: 17:[17, 39, 0], Operations: ['83-83=0'] Exploring Operation: 39*0=0, Resulting Numbers: [17, 0] Generated Node #3: [17, 0] from Operation:...
4
[ 73, 23, 61, 14 ]
49
[ "73+23=96", "61-14=47", "96-47=49" ]
Current State: 49:[73, 23, 61, 14], Operations: [] Exploring Operation: 73+23=96, Resulting Numbers: [61, 14, 96] Generated Node #2: [61, 14, 96] from Operation: 73+23=96 Current State: 49:[61, 14, 96], Operations: ['73+23=96'] Exploring Operation: 61-14=47, Resulting Numbers: [96, 47] Generated Node #3: [96, 47] from ...
4
[ 12, 47, 37, 94 ]
86
[ "94/47=2", "37*2=74", "12+74=86" ]
Current State: 86:[12, 47, 37, 94], Operations: [] Exploring Operation: 94/47=2, Resulting Numbers: [12, 37, 2] Generated Node #2: [12, 37, 2] from Operation: 94/47=2 Current State: 86:[12, 37, 2], Operations: ['94/47=2'] Exploring Operation: 37*2=74, Resulting Numbers: [12, 74] Generated Node #3: [12, 74] from Operati...
4
[ 42, 85, 7, 56 ]
83
[ "56-42=14", "14/7=2", "85-2=83" ]
Current State: 83:[42, 85, 7, 56], Operations: [] Exploring Operation: 56-42=14, Resulting Numbers: [85, 7, 14] Generated Node #2: [85, 7, 14] from Operation: 56-42=14 Current State: 83:[85, 7, 14], Operations: ['56-42=14'] Exploring Operation: 14/7=2, Resulting Numbers: [85, 2] Generated Node #3: [85, 2] from Operatio...
4
[ 81, 10, 43, 53 ]
61
[ "81-10=71", "53-43=10", "71-10=61" ]
Current State: 61:[81, 10, 43, 53], Operations: [] Exploring Operation: 81-10=71, Resulting Numbers: [43, 53, 71] Generated Node #2: [43, 53, 71] from Operation: 81-10=71 Current State: 61:[43, 53, 71], Operations: ['81-10=71'] Exploring Operation: 53-43=10, Resulting Numbers: [71, 10] Generated Node #3: [71, 10] from ...
4
[ 3, 87, 57, 35 ]
49
[ "3*57=171", "87+35=122", "171-122=49" ]
Current State: 49:[3, 87, 57, 35], Operations: [] Exploring Operation: 3*57=171, Resulting Numbers: [87, 35, 171] Generated Node #2: [87, 35, 171] from Operation: 3*57=171 Current State: 49:[87, 35, 171], Operations: ['3*57=171'] Exploring Operation: 87+35=122, Resulting Numbers: [171, 122] Generated Node #3: [171, 122...
4
[ 15, 64, 69, 16 ]
11
[ "15*69=1035", "64*16=1024", "1035-1024=11" ]
Current State: 11:[15, 64, 69, 16], Operations: [] Exploring Operation: 15*69=1035, Resulting Numbers: [64, 16, 1035] Generated Node #2: [64, 16, 1035] from Operation: 15*69=1035 Current State: 11:[64, 16, 1035], Operations: ['15*69=1035'] Exploring Operation: 64*16=1024, Resulting Numbers: [1035, 1024] Generated Node ...
4
[ 16, 70, 1, 30 ]
57
[ "16+70=86", "30-1=29", "86-29=57" ]
Current State: 57:[16, 70, 1, 30], Operations: [] Exploring Operation: 16+70=86, Resulting Numbers: [1, 30, 86] Generated Node #2: [1, 30, 86] from Operation: 16+70=86 Current State: 57:[1, 30, 86], Operations: ['16+70=86'] Exploring Operation: 30-1=29, Resulting Numbers: [86, 29] Generated Node #3: [86, 29] from Opera...
4
[ 38, 73, 70, 47 ]
58
[ "73-38=35", "70-47=23", "35+23=58" ]
Current State: 58:[38, 73, 70, 47], Operations: [] Exploring Operation: 73-38=35, Resulting Numbers: [70, 47, 35] Generated Node #2: [70, 47, 35] from Operation: 73-38=35 Current State: 58:[70, 47, 35], Operations: ['73-38=35'] Exploring Operation: 70-47=23, Resulting Numbers: [35, 23] Generated Node #3: [35, 23] from ...
4
[ 97, 21, 2, 95 ]
20
[ "97-2=95", "95/95=1", "21-1=20" ]
Current State: 20:[97, 21, 2, 95], Operations: [] Exploring Operation: 97-2=95, Resulting Numbers: [21, 95, 95] Generated Node #2: [21, 95, 95] from Operation: 97-2=95 Current State: 20:[21, 95, 95], Operations: ['97-2=95'] Exploring Operation: 95/95=1, Resulting Numbers: [21, 1] Generated Node #3: [21, 1] from Operati...
4
[ 90, 45, 14, 50 ]
55
[ "90+50=140", "140/14=10", "45+10=55" ]
Current State: 55:[90, 45, 14, 50], Operations: [] Exploring Operation: 90+50=140, Resulting Numbers: [45, 14, 140] Generated Node #2: [45, 14, 140] from Operation: 90+50=140 Current State: 55:[45, 14, 140], Operations: ['90+50=140'] Exploring Operation: 140/14=10, Resulting Numbers: [45, 10] Generated Node #3: [45, 10...
4
[ 7, 6, 1, 81 ]
93
[ "7+6=13", "81-1=80", "13+80=93" ]
Current State: 93:[7, 6, 1, 81], Operations: [] Exploring Operation: 7+6=13, Resulting Numbers: [1, 81, 13] Generated Node #2: [1, 81, 13] from Operation: 7+6=13 Current State: 93:[1, 81, 13], Operations: ['7+6=13'] Exploring Operation: 81-1=80, Resulting Numbers: [13, 80] Generated Node #3: [13, 80] from Operation: 81...
4
[ 27, 45, 83, 73 ]
82
[ "27+45=72", "83-73=10", "72+10=82" ]
Current State: 82:[27, 45, 83, 73], Operations: [] Exploring Operation: 27+45=72, Resulting Numbers: [83, 73, 72] Generated Node #2: [83, 73, 72] from Operation: 27+45=72 Current State: 82:[83, 73, 72], Operations: ['27+45=72'] Exploring Operation: 83-73=10, Resulting Numbers: [72, 10] Generated Node #3: [72, 10] from ...
4
[ 89, 6, 42, 49 ]
19
[ "89+49=138", "138/6=23", "42-23=19" ]
Current State: 19:[89, 6, 42, 49], Operations: [] Exploring Operation: 89+49=138, Resulting Numbers: [6, 42, 138] Generated Node #2: [6, 42, 138] from Operation: 89+49=138 Current State: 19:[6, 42, 138], Operations: ['89+49=138'] Exploring Operation: 138/6=23, Resulting Numbers: [42, 23] Generated Node #3: [42, 23] fro...
4
[ 58, 33, 26, 93 ]
94
[ "58-33=25", "26+93=119", "119-25=94" ]
Current State: 94:[58, 33, 26, 93], Operations: [] Exploring Operation: 58-33=25, Resulting Numbers: [26, 93, 25] Generated Node #2: [26, 93, 25] from Operation: 58-33=25 Current State: 94:[26, 93, 25], Operations: ['58-33=25'] Exploring Operation: 26+93=119, Resulting Numbers: [25, 119] Generated Node #3: [25, 119] fr...
4
[ 18, 38, 94, 47 ]
40
[ "38-18=20", "94/47=2", "20*2=40" ]
Current State: 40:[18, 38, 94, 47], Operations: [] Exploring Operation: 38-18=20, Resulting Numbers: [94, 47, 20] Generated Node #2: [94, 47, 20] from Operation: 38-18=20 Current State: 40:[94, 47, 20], Operations: ['38-18=20'] Exploring Operation: 94/47=2, Resulting Numbers: [20, 2] Generated Node #3: [20, 2] from Ope...
4
[ 78, 50, 96, 20 ]
99
[ "78*50=3900", "3900/20=195", "195-96=99" ]
Current State: 99:[78, 50, 96, 20], Operations: [] Exploring Operation: 78*50=3900, Resulting Numbers: [96, 20, 3900] Generated Node #2: [96, 20, 3900] from Operation: 78*50=3900 Current State: 99:[96, 20, 3900], Operations: ['78*50=3900'] Exploring Operation: 3900/20=195, Resulting Numbers: [96, 195] Generated Node #3...
4
[ 23, 94, 84, 6 ]
26
[ "84*6=504", "94+504=598", "598/23=26" ]
Current State: 26:[23, 94, 84, 6], Operations: [] Exploring Operation: 84*6=504, Resulting Numbers: [23, 94, 504] Generated Node #2: [23, 94, 504] from Operation: 84*6=504 Current State: 26:[23, 94, 504], Operations: ['84*6=504'] Exploring Operation: 94+504=598, Resulting Numbers: [23, 598] Generated Node #3: [23, 598]...
4
[ 23, 20, 88, 18 ]
94
[ "23-20=3", "18/3=6", "88+6=94" ]
Current State: 94:[23, 20, 88, 18], Operations: [] Exploring Operation: 23-20=3, Resulting Numbers: [88, 18, 3] Generated Node #2: [88, 18, 3] from Operation: 23-20=3 Current State: 94:[88, 18, 3], Operations: ['23-20=3'] Exploring Operation: 18/3=6, Resulting Numbers: [88, 6] Generated Node #3: [88, 6] from Operation:...
4
[ 43, 82, 87, 15 ]
63
[ "82-43=39", "87+15=102", "102-39=63" ]
Current State: 63:[43, 82, 87, 15], Operations: [] Exploring Operation: 82-43=39, Resulting Numbers: [87, 15, 39] Generated Node #2: [87, 15, 39] from Operation: 82-43=39 Current State: 63:[87, 15, 39], Operations: ['82-43=39'] Exploring Operation: 87+15=102, Resulting Numbers: [39, 102] Generated Node #3: [39, 102] fr...
4
[ 41, 20, 44, 75 ]
30
[ "41+20=61", "75-44=31", "61-31=30" ]
Current State: 30:[41, 20, 44, 75], Operations: [] Exploring Operation: 41+20=61, Resulting Numbers: [44, 75, 61] Generated Node #2: [44, 75, 61] from Operation: 41+20=61 Current State: 30:[44, 75, 61], Operations: ['41+20=61'] Exploring Operation: 75-44=31, Resulting Numbers: [61, 31] Generated Node #3: [61, 31] from ...
4
[ 52, 73, 2, 23 ]
51
[ "52+73=125", "125-23=102", "102/2=51" ]
Current State: 51:[52, 73, 2, 23], Operations: [] Exploring Operation: 52+73=125, Resulting Numbers: [2, 23, 125] Generated Node #2: [2, 23, 125] from Operation: 52+73=125 Current State: 51:[2, 23, 125], Operations: ['52+73=125'] Exploring Operation: 125-23=102, Resulting Numbers: [2, 102] Generated Node #3: [2, 102] f...
4
[ 31, 42, 11, 16 ]
46
[ "31+42=73", "11+16=27", "73-27=46" ]
Current State: 46:[31, 42, 11, 16], Operations: [] Exploring Operation: 31+42=73, Resulting Numbers: [11, 16, 73] Generated Node #2: [11, 16, 73] from Operation: 31+42=73 Current State: 46:[11, 16, 73], Operations: ['31+42=73'] Exploring Operation: 11+16=27, Resulting Numbers: [73, 27] Generated Node #3: [73, 27] from ...
4
[ 44, 75, 24, 81 ]
13
[ "44*24=1056", "1056-81=975", "975/75=13" ]
Current State: 13:[44, 75, 24, 81], Operations: [] Exploring Operation: 44*24=1056, Resulting Numbers: [75, 81, 1056] Generated Node #2: [75, 81, 1056] from Operation: 44*24=1056 Current State: 13:[75, 81, 1056], Operations: ['44*24=1056'] Exploring Operation: 1056-81=975, Resulting Numbers: [75, 975] Generated Node #3...
4
[ 35, 73, 17, 5 ]
49
[ "35/5=7", "73-17=56", "56-7=49" ]
Current State: 49:[35, 73, 17, 5], Operations: [] Exploring Operation: 35/5=7, Resulting Numbers: [73, 17, 7] Generated Node #2: [73, 17, 7] from Operation: 35/5=7 Current State: 49:[73, 17, 7], Operations: ['35/5=7'] Exploring Operation: 73-17=56, Resulting Numbers: [7, 56] Generated Node #3: [7, 56] from Operation: 7...
4
[ 89, 21, 25, 4 ]
42
[ "89-21=68", "68/4=17", "25+17=42" ]
Current State: 42:[89, 21, 25, 4], Operations: [] Exploring Operation: 89-21=68, Resulting Numbers: [25, 4, 68] Generated Node #2: [25, 4, 68] from Operation: 89-21=68 Current State: 42:[25, 4, 68], Operations: ['89-21=68'] Exploring Operation: 68/4=17, Resulting Numbers: [25, 17] Generated Node #3: [25, 17] from Opera...
4
[ 53, 69, 33, 64 ]
72
[ "64-53=11", "33/11=3", "69+3=72" ]
Current State: 72:[53, 69, 33, 64], Operations: [] Exploring Operation: 64-53=11, Resulting Numbers: [69, 33, 11] Generated Node #2: [69, 33, 11] from Operation: 64-53=11 Current State: 72:[69, 33, 11], Operations: ['64-53=11'] Exploring Operation: 33/11=3, Resulting Numbers: [69, 3] Generated Node #3: [69, 3] from Ope...
4
[ 28, 34, 30, 57 ]
35
[ "28+34=62", "57-30=27", "62-27=35" ]
Current State: 35:[28, 34, 30, 57], Operations: [] Exploring Operation: 28+34=62, Resulting Numbers: [30, 57, 62] Generated Node #2: [30, 57, 62] from Operation: 28+34=62 Current State: 35:[30, 57, 62], Operations: ['28+34=62'] Exploring Operation: 57-30=27, Resulting Numbers: [62, 27] Generated Node #3: [62, 27] from ...
4
[ 98, 53, 35, 64 ]
53
[ "98-35=63", "64-63=1", "53*1=53" ]
Current State: 53:[98, 53, 35, 64], Operations: [] Exploring Operation: 98-35=63, Resulting Numbers: [53, 64, 63] Generated Node #2: [53, 64, 63] from Operation: 98-35=63 Current State: 53:[53, 64, 63], Operations: ['98-35=63'] Exploring Operation: 64-63=1, Resulting Numbers: [53, 1] Generated Node #3: [53, 1] from Ope...
4
[ 21, 2, 96, 98 ]
22
[ "2+96=98", "98/98=1", "21+1=22" ]
Current State: 22:[21, 2, 96, 98], Operations: [] Exploring Operation: 2+96=98, Resulting Numbers: [21, 98, 98] Generated Node #2: [21, 98, 98] from Operation: 2+96=98 Current State: 22:[21, 98, 98], Operations: ['2+96=98'] Exploring Operation: 98/98=1, Resulting Numbers: [21, 1] Generated Node #3: [21, 1] from Operati...
4
[ 5, 68, 97, 60 ]
45
[ "68+97=165", "60+165=225", "225/5=45" ]
Current State: 45:[5, 68, 97, 60], Operations: [] Exploring Operation: 68+97=165, Resulting Numbers: [5, 60, 165] Generated Node #2: [5, 60, 165] from Operation: 68+97=165 Current State: 45:[5, 60, 165], Operations: ['68+97=165'] Exploring Operation: 60+165=225, Resulting Numbers: [5, 225] Generated Node #3: [5, 225] f...
4
[ 72, 79, 83, 20 ]
23
[ "72+20=92", "83-79=4", "92/4=23" ]
Current State: 23:[72, 79, 83, 20], Operations: [] Exploring Operation: 72+20=92, Resulting Numbers: [79, 83, 92] Generated Node #2: [79, 83, 92] from Operation: 72+20=92 Current State: 23:[79, 83, 92], Operations: ['72+20=92'] Exploring Operation: 83-79=4, Resulting Numbers: [92, 4] Generated Node #3: [92, 4] from Ope...
4
[ 57, 19, 38, 58 ]
56
[ "57+19=76", "58-38=20", "76-20=56" ]
Current State: 56:[57, 19, 38, 58], Operations: [] Exploring Operation: 57+19=76, Resulting Numbers: [38, 58, 76] Generated Node #2: [38, 58, 76] from Operation: 57+19=76 Current State: 56:[38, 58, 76], Operations: ['57+19=76'] Exploring Operation: 58-38=20, Resulting Numbers: [76, 20] Generated Node #3: [76, 20] from ...
4
[ 61, 52, 14, 37 ]
62
[ "61+52=113", "14+37=51", "113-51=62" ]
Current State: 62:[61, 52, 14, 37], Operations: [] Exploring Operation: 61+52=113, Resulting Numbers: [14, 37, 113] Generated Node #2: [14, 37, 113] from Operation: 61+52=113 Current State: 62:[14, 37, 113], Operations: ['61+52=113'] Exploring Operation: 14+37=51, Resulting Numbers: [113, 51] Generated Node #3: [113, 5...
4
[ 29, 82, 13, 30 ]
95
[ "30-29=1", "82+13=95", "1*95=95" ]
Current State: 95:[29, 82, 13, 30], Operations: [] Exploring Operation: 30-29=1, Resulting Numbers: [82, 13, 1] Generated Node #2: [82, 13, 1] from Operation: 30-29=1 Current State: 95:[82, 13, 1], Operations: ['30-29=1'] Exploring Operation: 82+13=95, Resulting Numbers: [1, 95] Generated Node #3: [1, 95] from Operatio...
4
[ 40, 64, 72, 51 ]
46
[ "72-64=8", "40/8=5", "51-5=46" ]
Current State: 46:[40, 64, 72, 51], Operations: [] Exploring Operation: 72-64=8, Resulting Numbers: [40, 51, 8] Generated Node #2: [40, 51, 8] from Operation: 72-64=8 Current State: 46:[40, 51, 8], Operations: ['72-64=8'] Exploring Operation: 40/8=5, Resulting Numbers: [51, 5] Generated Node #3: [51, 5] from Operation:...
4
[ 45, 92, 41, 86 ]
24
[ "45-41=4", "92-86=6", "4*6=24" ]
Current State: 24:[45, 92, 41, 86], Operations: [] Exploring Operation: 45-41=4, Resulting Numbers: [92, 86, 4] Generated Node #2: [92, 86, 4] from Operation: 45-41=4 Current State: 24:[92, 86, 4], Operations: ['45-41=4'] Exploring Operation: 92-86=6, Resulting Numbers: [4, 6] Generated Node #3: [4, 6] from Operation: ...
4
[ 21, 6, 17, 12 ]
37
[ "21-12=9", "6*9=54", "54-17=37" ]
Current State: 37:[21, 6, 17, 12], Operations: [] Exploring Operation: 21-12=9, Resulting Numbers: [6, 17, 9] Generated Node #2: [6, 17, 9] from Operation: 21-12=9 Current State: 37:[6, 17, 9], Operations: ['21-12=9'] Exploring Operation: 6*9=54, Resulting Numbers: [17, 54] Generated Node #3: [17, 54] from Operation: 6...
4
[ 40, 12, 44, 73 ]
23
[ "40+12=52", "73-44=29", "52-29=23" ]
Current State: 23:[40, 12, 44, 73], Operations: [] Exploring Operation: 40+12=52, Resulting Numbers: [44, 73, 52] Generated Node #2: [44, 73, 52] from Operation: 40+12=52 Current State: 23:[44, 73, 52], Operations: ['40+12=52'] Exploring Operation: 73-44=29, Resulting Numbers: [52, 29] Generated Node #3: [52, 29] from ...
4
[ 77, 69, 94, 27 ]
19
[ "69*27=1863", "1863-77=1786", "1786/94=19" ]
Current State: 19:[77, 69, 94, 27], Operations: [] Exploring Operation: 69*27=1863, Resulting Numbers: [77, 94, 1863] Generated Node #2: [77, 94, 1863] from Operation: 69*27=1863 Current State: 19:[77, 94, 1863], Operations: ['69*27=1863'] Exploring Operation: 1863-77=1786, Resulting Numbers: [94, 1786] Generated Node ...
4
[ 45, 79, 47, 16 ]
47
[ "47-45=2", "16*2=32", "79-32=47" ]
Current State: 47:[45, 79, 47, 16], Operations: [] Exploring Operation: 47-45=2, Resulting Numbers: [79, 16, 2] Generated Node #2: [79, 16, 2] from Operation: 47-45=2 Current State: 47:[79, 16, 2], Operations: ['47-45=2'] Exploring Operation: 16*2=32, Resulting Numbers: [79, 32] Generated Node #3: [79, 32] from Operati...
4
[ 57, 75, 18, 60 ]
96
[ "75-57=18", "18+60=78", "18+78=96" ]
Current State: 96:[57, 75, 18, 60], Operations: [] Exploring Operation: 75-57=18, Resulting Numbers: [18, 60, 18] Generated Node #2: [18, 60, 18] from Operation: 75-57=18 Current State: 96:[18, 60, 18], Operations: ['75-57=18'] Exploring Operation: 18+60=78, Resulting Numbers: [78] 78,96 equal: Goal Reached Exploring O...
4
[ 63, 13, 26, 69 ]
93
[ "63-13=50", "69-26=43", "50+43=93" ]
Current State: 93:[63, 13, 26, 69], Operations: [] Exploring Operation: 63-13=50, Resulting Numbers: [26, 69, 50] Generated Node #2: [26, 69, 50] from Operation: 63-13=50 Current State: 93:[26, 69, 50], Operations: ['63-13=50'] Exploring Operation: 69-26=43, Resulting Numbers: [50, 43] Generated Node #3: [50, 43] from ...
4
[ 27, 61, 38, 63 ]
63
[ "27+61=88", "63-38=25", "88-25=63" ]
Current State: 63:[27, 61, 38, 63], Operations: [] Exploring Operation: 27+61=88, Resulting Numbers: [38, 63, 88] Generated Node #2: [38, 63, 88] from Operation: 27+61=88 Current State: 63:[38, 63, 88], Operations: ['27+61=88'] Exploring Operation: 63-38=25, Resulting Numbers: [88, 25] Generated Node #3: [88, 25] from ...
4
[ 5, 95, 2, 26 ]
64
[ "95/5=19", "2*19=38", "26+38=64" ]
Current State: 64:[5, 95, 2, 26], Operations: [] Exploring Operation: 95/5=19, Resulting Numbers: [2, 26, 19] Generated Node #2: [2, 26, 19] from Operation: 95/5=19 Current State: 64:[2, 26, 19], Operations: ['95/5=19'] Exploring Operation: 2*19=38, Resulting Numbers: [26, 38] Generated Node #3: [26, 38] from Operation...
4
[ 90, 6, 58, 80 ]
37
[ "90/6=15", "80-58=22", "15+22=37" ]
Current State: 37:[90, 6, 58, 80], Operations: [] Exploring Operation: 90/6=15, Resulting Numbers: [58, 80, 15] Generated Node #2: [58, 80, 15] from Operation: 90/6=15 Current State: 37:[58, 80, 15], Operations: ['90/6=15'] Exploring Operation: 80-58=22, Resulting Numbers: [15, 22] Generated Node #3: [15, 22] from Oper...
4
[ 24, 40, 70, 7 ]
28
[ "40*7=280", "280/70=4", "24+4=28" ]
Current State: 28:[24, 40, 70, 7], Operations: [] Exploring Operation: 40*7=280, Resulting Numbers: [24, 70, 280] Generated Node #2: [24, 70, 280] from Operation: 40*7=280 Current State: 28:[24, 70, 280], Operations: ['40*7=280'] Exploring Operation: 280/70=4, Resulting Numbers: [24, 4] Generated Node #3: [24, 4] from ...
4
[ 49, 90, 25, 2 ]
69
[ "49-25=24", "90/2=45", "24+45=69" ]
Current State: 69:[49, 90, 25, 2], Operations: [] Exploring Operation: 49-25=24, Resulting Numbers: [90, 2, 24] Generated Node #2: [90, 2, 24] from Operation: 49-25=24 Current State: 69:[90, 2, 24], Operations: ['49-25=24'] Exploring Operation: 90/2=45, Resulting Numbers: [24, 45] Generated Node #3: [24, 45] from Opera...
4
[ 70, 14, 17, 65 ]
67
[ "65-14=51", "51/17=3", "70-3=67" ]
Current State: 67:[70, 14, 17, 65], Operations: [] Exploring Operation: 65-14=51, Resulting Numbers: [70, 17, 51] Generated Node #2: [70, 17, 51] from Operation: 65-14=51 Current State: 67:[70, 17, 51], Operations: ['65-14=51'] Exploring Operation: 51/17=3, Resulting Numbers: [70, 3] Generated Node #3: [70, 3] from Ope...
4
[ 95, 51, 7, 99 ]
23
[ "99-95=4", "7*4=28", "51-28=23" ]
Current State: 23:[95, 51, 7, 99], Operations: [] Exploring Operation: 99-95=4, Resulting Numbers: [51, 7, 4] Generated Node #2: [51, 7, 4] from Operation: 99-95=4 Current State: 23:[51, 7, 4], Operations: ['99-95=4'] Exploring Operation: 7*4=28, Resulting Numbers: [51, 28] Generated Node #3: [51, 28] from Operation: 7...
4
[ 58, 39, 87, 96 ]
60
[ "87-39=48", "96/48=2", "58+2=60" ]
Current State: 60:[58, 39, 87, 96], Operations: [] Exploring Operation: 87-39=48, Resulting Numbers: [58, 96, 48] Generated Node #2: [58, 96, 48] from Operation: 87-39=48 Current State: 60:[58, 96, 48], Operations: ['87-39=48'] Exploring Operation: 96/48=2, Resulting Numbers: [58, 2] Generated Node #3: [58, 2] from Ope...
4
[ 30, 75, 7, 72 ]
97
[ "75-72=3", "30*3=90", "7+90=97" ]
Current State: 97:[30, 75, 7, 72], Operations: [] Exploring Operation: 75-72=3, Resulting Numbers: [30, 7, 3] Generated Node #2: [30, 7, 3] from Operation: 75-72=3 Current State: 97:[30, 7, 3], Operations: ['75-72=3'] Exploring Operation: 30*3=90, Resulting Numbers: [7, 90] Generated Node #3: [7, 90] from Operation: 30...
4
[ 67, 66, 63, 22 ]
92
[ "67+66=133", "63-22=41", "133-41=92" ]
Current State: 92:[67, 66, 63, 22], Operations: [] Exploring Operation: 67+66=133, Resulting Numbers: [63, 22, 133] Generated Node #2: [63, 22, 133] from Operation: 67+66=133 Current State: 92:[63, 22, 133], Operations: ['67+66=133'] Exploring Operation: 63-22=41, Resulting Numbers: [133, 41] Generated Node #3: [133, 4...
4
[ 39, 46, 92, 73 ]
12
[ "46-39=7", "92-73=19", "19-7=12" ]
Current State: 12:[39, 46, 92, 73], Operations: [] Exploring Operation: 46-39=7, Resulting Numbers: [92, 73, 7] Generated Node #2: [92, 73, 7] from Operation: 46-39=7 Current State: 12:[92, 73, 7], Operations: ['46-39=7'] Exploring Operation: 92-73=19, Resulting Numbers: [7, 19] Generated Node #3: [7, 19] from Operatio...
4
[ 62, 20, 19, 67 ]
34
[ "62+20=82", "67-19=48", "82-48=34" ]
Current State: 34:[62, 20, 19, 67], Operations: [] Exploring Operation: 62+20=82, Resulting Numbers: [19, 67, 82] Generated Node #2: [19, 67, 82] from Operation: 62+20=82 Current State: 34:[19, 67, 82], Operations: ['62+20=82'] Exploring Operation: 67-19=48, Resulting Numbers: [82, 48] Generated Node #3: [82, 48] from ...
4
[ 76, 82, 35, 27 ]
54
[ "76-35=41", "82*27=2214", "2214/41=54" ]
Current State: 54:[76, 82, 35, 27], Operations: [] Exploring Operation: 76-35=41, Resulting Numbers: [82, 27, 41] Generated Node #2: [82, 27, 41] from Operation: 76-35=41 Current State: 54:[82, 27, 41], Operations: ['76-35=41'] Exploring Operation: 82*27=2214, Resulting Numbers: [41, 2214] Generated Node #3: [41, 2214]...
4
[ 59, 47, 55, 29 ]
72
[ "59-47=12", "55+29=84", "84-12=72" ]
Current State: 72:[59, 47, 55, 29], Operations: [] Exploring Operation: 59-47=12, Resulting Numbers: [55, 29, 12] Generated Node #2: [55, 29, 12] from Operation: 59-47=12 Current State: 72:[55, 29, 12], Operations: ['59-47=12'] Exploring Operation: 55+29=84, Resulting Numbers: [12, 84] Generated Node #3: [12, 84] from ...
4
[ 10, 6, 36, 28 ]
80
[ "10+6=16", "36+28=64", "16+64=80" ]
Current State: 80:[10, 6, 36, 28], Operations: [] Exploring Operation: 10+6=16, Resulting Numbers: [36, 28, 16] Generated Node #2: [36, 28, 16] from Operation: 10+6=16 Current State: 80:[36, 28, 16], Operations: ['10+6=16'] Exploring Operation: 36+28=64, Resulting Numbers: [16, 64] Generated Node #3: [16, 64] from Oper...
4
[ 58, 40, 16, 42 ]
84
[ "58-40=18", "18-16=2", "42*2=84" ]
Current State: 84:[58, 40, 16, 42], Operations: [] Exploring Operation: 58-40=18, Resulting Numbers: [16, 42, 18] Generated Node #2: [16, 42, 18] from Operation: 58-40=18 Current State: 84:[16, 42, 18], Operations: ['58-40=18'] Exploring Operation: 18-16=2, Resulting Numbers: [42, 2] Generated Node #3: [42, 2] from Ope...
4
[ 35, 45, 82, 25 ]
97
[ "45-35=10", "82+25=107", "107-10=97" ]
Current State: 97:[35, 45, 82, 25], Operations: [] Exploring Operation: 45-35=10, Resulting Numbers: [82, 25, 10] Generated Node #2: [82, 25, 10] from Operation: 45-35=10 Current State: 97:[82, 25, 10], Operations: ['45-35=10'] Exploring Operation: 82+25=107, Resulting Numbers: [10, 107] Generated Node #3: [10, 107] fr...
4
[ 82, 60, 59, 2 ]
12
[ "82+60=142", "142/2=71", "71-59=12" ]
Current State: 12:[82, 60, 59, 2], Operations: [] Exploring Operation: 82+60=142, Resulting Numbers: [59, 2, 142] Generated Node #2: [59, 2, 142] from Operation: 82+60=142 Current State: 12:[59, 2, 142], Operations: ['82+60=142'] Exploring Operation: 142/2=71, Resulting Numbers: [59, 71] Generated Node #3: [59, 71] fro...
4
[ 76, 92, 73, 76 ]
73
[ "76-76=0", "92*0=0", "73+0=73" ]
Current State: 73:[76, 92, 73, 76], Operations: [] Exploring Operation: 76-76=0, Resulting Numbers: [92, 73, 0] Generated Node #2: [92, 73, 0] from Operation: 76-76=0 Current State: 73:[92, 73, 0], Operations: ['76-76=0'] Exploring Operation: 92*0=0, Resulting Numbers: [73, 0] Generated Node #3: [73, 0] from Operation:...
4
[ 20, 47, 27, 25 ]
79
[ "47-20=27", "27+25=52", "27+52=79" ]
Current State: 79:[20, 47, 27, 25], Operations: [] Exploring Operation: 47-20=27, Resulting Numbers: [27, 25, 27] Generated Node #2: [27, 25, 27] from Operation: 47-20=27 Current State: 79:[27, 25, 27], Operations: ['47-20=27'] Exploring Operation: 27+25=52, Resulting Numbers: [52] 52,79 equal: Goal Reached Exploring O...
4
[ 39, 41, 16, 31 ]
95
[ "39+41=80", "31-16=15", "80+15=95" ]
Current State: 95:[39, 41, 16, 31], Operations: [] Exploring Operation: 39+41=80, Resulting Numbers: [16, 31, 80] Generated Node #2: [16, 31, 80] from Operation: 39+41=80 Current State: 95:[16, 31, 80], Operations: ['39+41=80'] Exploring Operation: 31-16=15, Resulting Numbers: [80, 15] Generated Node #3: [80, 15] from ...
4
[ 61, 3, 83, 15 ]
85
[ "61*3=183", "83+15=98", "183-98=85" ]
Current State: 85:[61, 3, 83, 15], Operations: [] Exploring Operation: 61*3=183, Resulting Numbers: [83, 15, 183] Generated Node #2: [83, 15, 183] from Operation: 61*3=183 Current State: 85:[83, 15, 183], Operations: ['61*3=183'] Exploring Operation: 83+15=98, Resulting Numbers: [183, 98] Generated Node #3: [183, 98] f...
4
[ 33, 23, 3, 39 ]
81
[ "39-23=16", "3*16=48", "33+48=81" ]
Current State: 81:[33, 23, 3, 39], Operations: [] Exploring Operation: 39-23=16, Resulting Numbers: [33, 3, 16] Generated Node #2: [33, 3, 16] from Operation: 39-23=16 Current State: 81:[33, 3, 16], Operations: ['39-23=16'] Exploring Operation: 3*16=48, Resulting Numbers: [33, 48] Generated Node #3: [33, 48] from Opera...
4
[ 7, 7, 41, 14 ]
50
[ "7+41=48", "7*14=98", "98-48=50" ]
Current State: 50:[7, 7, 41, 14], Operations: [] Exploring Operation: 7+41=48, Resulting Numbers: [14, 48] Generated Node #2: [14, 48] from Operation: 7+41=48 Current State: 50:[14, 48], Operations: ['7+41=48'] Exploring Operation: 7*14=98, Resulting Numbers: [48, 98] Generated Node #3: [48, 98] from Operation: 7*14=98...
4
[ 78, 17, 14, 74 ]
73
[ "78-74=4", "14*4=56", "17+56=73" ]
Current State: 73:[78, 17, 14, 74], Operations: [] Exploring Operation: 78-74=4, Resulting Numbers: [17, 14, 4] Generated Node #2: [17, 14, 4] from Operation: 78-74=4 Current State: 73:[17, 14, 4], Operations: ['78-74=4'] Exploring Operation: 14*4=56, Resulting Numbers: [17, 56] Generated Node #3: [17, 56] from Operati...
4
[ 1, 88, 41, 19 ]
65
[ "88-1=87", "41-19=22", "87-22=65" ]
Current State: 65:[1, 88, 41, 19], Operations: [] Exploring Operation: 88-1=87, Resulting Numbers: [41, 19, 87] Generated Node #2: [41, 19, 87] from Operation: 88-1=87 Current State: 65:[41, 19, 87], Operations: ['88-1=87'] Exploring Operation: 41-19=22, Resulting Numbers: [87, 22] Generated Node #3: [87, 22] from Oper...
4
[ 69, 5, 47, 76 ]
93
[ "69-5=64", "76-47=29", "64+29=93" ]
Current State: 93:[69, 5, 47, 76], Operations: [] Exploring Operation: 69-5=64, Resulting Numbers: [47, 76, 64] Generated Node #2: [47, 76, 64] from Operation: 69-5=64 Current State: 93:[47, 76, 64], Operations: ['69-5=64'] Exploring Operation: 76-47=29, Resulting Numbers: [64, 29] Generated Node #3: [64, 29] from Oper...
4
[ 53, 68, 67, 13 ]
67
[ "53+68=121", "67-13=54", "121-54=67" ]
Current State: 67:[53, 68, 67, 13], Operations: [] Exploring Operation: 53+68=121, Resulting Numbers: [67, 13, 121] Generated Node #2: [67, 13, 121] from Operation: 53+68=121 Current State: 67:[67, 13, 121], Operations: ['53+68=121'] Exploring Operation: 67-13=54, Resulting Numbers: [121, 54] Generated Node #3: [121, 5...
4
[ 48, 86, 72, 20 ]
42
[ "48+86=134", "72+20=92", "134-92=42" ]
Current State: 42:[48, 86, 72, 20], Operations: [] Exploring Operation: 48+86=134, Resulting Numbers: [72, 20, 134] Generated Node #2: [72, 20, 134] from Operation: 48+86=134 Current State: 42:[72, 20, 134], Operations: ['48+86=134'] Exploring Operation: 72+20=92, Resulting Numbers: [134, 92] Generated Node #3: [134, 9...
4
[ 62, 15, 45, 88 ]
56
[ "62+15=77", "45+88=133", "133-77=56" ]
Current State: 56:[62, 15, 45, 88], Operations: [] Exploring Operation: 62+15=77, Resulting Numbers: [45, 88, 77] Generated Node #2: [45, 88, 77] from Operation: 62+15=77 Current State: 56:[45, 88, 77], Operations: ['62+15=77'] Exploring Operation: 45+88=133, Resulting Numbers: [77, 133] Generated Node #3: [77, 133] fr...
4
[ 79, 38, 82, 5 ]
10
[ "79-38=41", "82*5=410", "410/41=10" ]
Current State: 10:[79, 38, 82, 5], Operations: [] Exploring Operation: 79-38=41, Resulting Numbers: [82, 5, 41] Generated Node #2: [82, 5, 41] from Operation: 79-38=41 Current State: 10:[82, 5, 41], Operations: ['79-38=41'] Exploring Operation: 82*5=410, Resulting Numbers: [41, 410] Generated Node #3: [41, 410] from Op...
4
[ 50, 66, 5, 69 ]
25
[ "66+5=71", "71-69=2", "50/2=25" ]
Current State: 25:[50, 66, 5, 69], Operations: [] Exploring Operation: 66+5=71, Resulting Numbers: [50, 69, 71] Generated Node #2: [50, 69, 71] from Operation: 66+5=71 Current State: 25:[50, 69, 71], Operations: ['66+5=71'] Exploring Operation: 71-69=2, Resulting Numbers: [50, 2] Generated Node #3: [50, 2] from Operati...
4
[ 5, 93, 19, 90 ]
93
[ "90/5=18", "19-18=1", "93*1=93" ]
Current State: 93:[5, 93, 19, 90], Operations: [] Exploring Operation: 90/5=18, Resulting Numbers: [93, 19, 18] Generated Node #2: [93, 19, 18] from Operation: 90/5=18 Current State: 93:[93, 19, 18], Operations: ['90/5=18'] Exploring Operation: 19-18=1, Resulting Numbers: [93, 1] Generated Node #3: [93, 1] from Operati...
4
[ 65, 65, 34, 5 ]
39
[ "65-65=0", "34+5=39", "0+39=39" ]
Current State: 39:[65, 65, 34, 5], Operations: [] Exploring Operation: 65-65=0, Resulting Numbers: [34, 5, 0] Generated Node #2: [34, 5, 0] from Operation: 65-65=0 Current State: 39:[34, 5, 0], Operations: ['65-65=0'] Exploring Operation: 34+5=39, Resulting Numbers: [0, 39] Generated Node #3: [0, 39] from Operation: 34...
4
[ 81, 43, 44, 99 ]
93
[ "81-43=38", "99-44=55", "38+55=93" ]
Current State: 93:[81, 43, 44, 99], Operations: [] Exploring Operation: 81-43=38, Resulting Numbers: [44, 99, 38] Generated Node #2: [44, 99, 38] from Operation: 81-43=38 Current State: 93:[44, 99, 38], Operations: ['81-43=38'] Exploring Operation: 99-44=55, Resulting Numbers: [38, 55] Generated Node #3: [38, 55] from ...
4
[ 96, 75, 44, 89 ]
36
[ "75*44=3300", "3300-96=3204", "3204/89=36" ]
Current State: 36:[96, 75, 44, 89], Operations: [] Exploring Operation: 75*44=3300, Resulting Numbers: [96, 89, 3300] Generated Node #2: [96, 89, 3300] from Operation: 75*44=3300 Current State: 36:[96, 89, 3300], Operations: ['75*44=3300'] Exploring Operation: 3300-96=3204, Resulting Numbers: [89, 3204] Generated Node ...
4
[ 18, 67, 96, 48 ]
76
[ "18*48=864", "864/96=9", "67+9=76" ]
Current State: 76:[18, 67, 96, 48], Operations: [] Exploring Operation: 18*48=864, Resulting Numbers: [67, 96, 864] Generated Node #2: [67, 96, 864] from Operation: 18*48=864 Current State: 76:[67, 96, 864], Operations: ['18*48=864'] Exploring Operation: 864/96=9, Resulting Numbers: [67, 9] Generated Node #3: [67, 9] f...
4
[ 35, 91, 79, 15 ]
32
[ "35+91=126", "79+15=94", "126-94=32" ]
Current State: 32:[35, 91, 79, 15], Operations: [] Exploring Operation: 35+91=126, Resulting Numbers: [79, 15, 126] Generated Node #2: [79, 15, 126] from Operation: 35+91=126 Current State: 32:[79, 15, 126], Operations: ['35+91=126'] Exploring Operation: 79+15=94, Resulting Numbers: [126, 94] Generated Node #3: [126, 9...
4
[ 41, 56, 47, 25 ]
75
[ "41+56=97", "47-25=22", "97-22=75" ]
Current State: 75:[41, 56, 47, 25], Operations: [] Exploring Operation: 41+56=97, Resulting Numbers: [47, 25, 97] Generated Node #2: [47, 25, 97] from Operation: 41+56=97 Current State: 75:[47, 25, 97], Operations: ['41+56=97'] Exploring Operation: 47-25=22, Resulting Numbers: [97, 22] Generated Node #3: [97, 22] from ...
4
[ 11, 5, 37, 50 ]
54
[ "50-37=13", "5*13=65", "65-11=54" ]
Current State: 54:[11, 5, 37, 50], Operations: [] Exploring Operation: 50-37=13, Resulting Numbers: [11, 5, 13] Generated Node #2: [11, 5, 13] from Operation: 50-37=13 Current State: 54:[11, 5, 13], Operations: ['50-37=13'] Exploring Operation: 5*13=65, Resulting Numbers: [11, 65] Generated Node #3: [11, 65] from Opera...
4
[ 11, 92, 2, 90 ]
26
[ "11+92=103", "103-90=13", "2*13=26" ]
Current State: 26:[11, 92, 2, 90], Operations: [] Exploring Operation: 11+92=103, Resulting Numbers: [2, 90, 103] Generated Node #2: [2, 90, 103] from Operation: 11+92=103 Current State: 26:[2, 90, 103], Operations: ['11+92=103'] Exploring Operation: 103-90=13, Resulting Numbers: [2, 13] Generated Node #3: [2, 13] from...
4
[ 51, 74, 40, 70 ]
61
[ "74-70=4", "40/4=10", "51+10=61" ]
Current State: 61:[51, 74, 40, 70], Operations: [] Exploring Operation: 74-70=4, Resulting Numbers: [51, 40, 4] Generated Node #2: [51, 40, 4] from Operation: 74-70=4 Current State: 61:[51, 40, 4], Operations: ['74-70=4'] Exploring Operation: 40/4=10, Resulting Numbers: [51, 10] Generated Node #3: [51, 10] from Operati...
4
[ 23, 21, 45, 69 ]
18
[ "69/23=3", "21*3=63", "63-45=18" ]
Current State: 18:[23, 21, 45, 69], Operations: [] Exploring Operation: 69/23=3, Resulting Numbers: [21, 45, 3] Generated Node #2: [21, 45, 3] from Operation: 69/23=3 Current State: 18:[21, 45, 3], Operations: ['69/23=3'] Exploring Operation: 21*3=63, Resulting Numbers: [45, 63] Generated Node #3: [45, 63] from Operati...
4
[ 97, 52, 16, 86 ]
47
[ "97+52=149", "16+86=102", "149-102=47" ]
Current State: 47:[97, 52, 16, 86], Operations: [] Exploring Operation: 97+52=149, Resulting Numbers: [16, 86, 149] Generated Node #2: [16, 86, 149] from Operation: 97+52=149 Current State: 47:[16, 86, 149], Operations: ['97+52=149'] Exploring Operation: 16+86=102, Resulting Numbers: [149, 102] Generated Node #3: [149,...
4
[ 6, 62, 55, 75 ]
58
[ "75-55=20", "6*20=120", "120-62=58" ]
Current State: 58:[6, 62, 55, 75], Operations: [] Exploring Operation: 75-55=20, Resulting Numbers: [6, 62, 20] Generated Node #2: [6, 62, 20] from Operation: 75-55=20 Current State: 58:[6, 62, 20], Operations: ['75-55=20'] Exploring Operation: 6*20=120, Resulting Numbers: [62, 120] Generated Node #3: [62, 120] from Op...
4
[ 20, 52, 86, 69 ]
10
[ "20*69=1380", "52+86=138", "1380/138=10" ]
Current State: 10:[20, 52, 86, 69], Operations: [] Exploring Operation: 20*69=1380, Resulting Numbers: [52, 86, 1380] Generated Node #2: [52, 86, 1380] from Operation: 20*69=1380 Current State: 10:[52, 86, 1380], Operations: ['20*69=1380'] Exploring Operation: 52+86=138, Resulting Numbers: [1380, 138] Generated Node #3...
4
[ 19, 9, 58, 12 ]
18
[ "19+9=28", "58-12=46", "46-28=18" ]
Current State: 18:[19, 9, 58, 12], Operations: [] Exploring Operation: 19+9=28, Resulting Numbers: [58, 12, 28] Generated Node #2: [58, 12, 28] from Operation: 19+9=28 Current State: 18:[58, 12, 28], Operations: ['19+9=28'] Exploring Operation: 58-12=46, Resulting Numbers: [28, 46] Generated Node #3: [28, 46] from Oper...
4
[ 3, 28, 57, 25 ]
58
[ "28-3=25", "25/25=1", "57+1=58" ]
Current State: 58:[3, 28, 57, 25], Operations: [] Exploring Operation: 28-3=25, Resulting Numbers: [57, 25, 25] Generated Node #2: [57, 25, 25] from Operation: 28-3=25 Current State: 58:[57, 25, 25], Operations: ['28-3=25'] Exploring Operation: 25/25=1, Resulting Numbers: [57, 1] Generated Node #3: [57, 1] from Operati...
4
[ 36, 65, 26, 40 ]
43
[ "65-36=29", "40-26=14", "29+14=43" ]
Current State: 43:[36, 65, 26, 40], Operations: [] Exploring Operation: 65-36=29, Resulting Numbers: [26, 40, 29] Generated Node #2: [26, 40, 29] from Operation: 65-36=29 Current State: 43:[26, 40, 29], Operations: ['65-36=29'] Exploring Operation: 40-26=14, Resulting Numbers: [29, 14] Generated Node #3: [29, 14] from ...
4
[ 90, 2, 17, 1 ]
63
[ "90/2=45", "17+1=18", "45+18=63" ]
Current State: 63:[90, 2, 17, 1], Operations: [] Exploring Operation: 90/2=45, Resulting Numbers: [17, 1, 45] Generated Node #2: [17, 1, 45] from Operation: 90/2=45 Current State: 63:[17, 1, 45], Operations: ['90/2=45'] Exploring Operation: 17+1=18, Resulting Numbers: [45, 18] Generated Node #3: [45, 18] from Operation...
4
[ 27, 2, 13, 66 ]
52
[ "27+13=40", "66-40=26", "2*26=52" ]
Current State: 52:[27, 2, 13, 66], Operations: [] Exploring Operation: 27+13=40, Resulting Numbers: [2, 66, 40] Generated Node #2: [2, 66, 40] from Operation: 27+13=40 Current State: 52:[2, 66, 40], Operations: ['27+13=40'] Exploring Operation: 66-40=26, Resulting Numbers: [2, 26] Generated Node #3: [2, 26] from Operat...
4
[ 51, 37, 6, 54 ]
39
[ "54-51=3", "6/3=2", "37+2=39" ]
Current State: 39:[51, 37, 6, 54], Operations: [] Exploring Operation: 54-51=3, Resulting Numbers: [37, 6, 3] Generated Node #2: [37, 6, 3] from Operation: 54-51=3 Current State: 39:[37, 6, 3], Operations: ['54-51=3'] Exploring Operation: 6/3=2, Resulting Numbers: [37, 2] Generated Node #3: [37, 2] from Operation: 6/3=...
4
[ 45, 37, 75, 34 ]
41
[ "45+37=82", "75-34=41", "82-41=41" ]
Current State: 41:[45, 37, 75, 34], Operations: [] Exploring Operation: 45+37=82, Resulting Numbers: [75, 34, 82] Generated Node #2: [75, 34, 82] from Operation: 45+37=82 Current State: 41:[75, 34, 82], Operations: ['45+37=82'] Exploring Operation: 75-34=41, Resulting Numbers: [82, 41] Generated Node #3: [82, 41] from ...
4
[ 75, 18, 19, 80 ]
71
[ "80-75=5", "18*5=90", "90-19=71" ]
Current State: 71:[75, 18, 19, 80], Operations: [] Exploring Operation: 80-75=5, Resulting Numbers: [18, 19, 5] Generated Node #2: [18, 19, 5] from Operation: 80-75=5 Current State: 71:[18, 19, 5], Operations: ['80-75=5'] Exploring Operation: 18*5=90, Resulting Numbers: [19, 90] Generated Node #3: [19, 90] from Operati...
4
[ 71, 64, 36, 43 ]
14
[ "71-64=7", "43-36=7", "7+7=14" ]
Current State: 14:[71, 64, 36, 43], Operations: [] Exploring Operation: 71-64=7, Resulting Numbers: [36, 43, 7] Generated Node #2: [36, 43, 7] from Operation: 71-64=7 Current State: 14:[36, 43, 7], Operations: ['71-64=7'] Exploring Operation: 43-36=7, Resulting Numbers: [7, 7] Generated Node #3: [7, 7] from Operation: ...
4
[ 20, 58, 8, 84 ]
18
[ "20*8=160", "58+84=142", "160-142=18" ]
Current State: 18:[20, 58, 8, 84], Operations: [] Exploring Operation: 20*8=160, Resulting Numbers: [58, 84, 160] Generated Node #2: [58, 84, 160] from Operation: 20*8=160 Current State: 18:[58, 84, 160], Operations: ['20*8=160'] Exploring Operation: 58+84=142, Resulting Numbers: [160, 142] Generated Node #3: [160, 142...
4