nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
2,
32,
1,
21
] | 26 | [
"32-1=31",
"21+31=52",
"52/2=26"
] | Current State: 26:[2, 32, 1, 21], Operations: []
Exploring Operation: 32-1=31, Resulting Numbers: [2, 21, 31]
Generated Node #2: [2, 21, 31] from Operation: 32-1=31
Current State: 26:[2, 21, 31], Operations: ['32-1=31']
Exploring Operation: 21+31=52, Resulting Numbers: [2, 52]
Generated Node #3: [2, 52] from Operation:... | 4 |
[
63,
65,
3,
24
] | 94 | [
"63+24=87",
"87/3=29",
"65+29=94"
] | Current State: 94:[63, 65, 3, 24], Operations: []
Exploring Operation: 63+24=87, Resulting Numbers: [65, 3, 87]
Generated Node #2: [65, 3, 87] from Operation: 63+24=87
Current State: 94:[65, 3, 87], Operations: ['63+24=87']
Exploring Operation: 87/3=29, Resulting Numbers: [65, 29]
Generated Node #3: [65, 29] from Opera... | 4 |
[
77,
9,
36,
84
] | 98 | [
"36/9=4",
"84/4=21",
"77+21=98"
] | Current State: 98:[77, 9, 36, 84], Operations: []
Exploring Operation: 36/9=4, Resulting Numbers: [77, 84, 4]
Generated Node #2: [77, 84, 4] from Operation: 36/9=4
Current State: 98:[77, 84, 4], Operations: ['36/9=4']
Exploring Operation: 84/4=21, Resulting Numbers: [77, 21]
Generated Node #3: [77, 21] from Operation: ... | 4 |
[
27,
48,
39,
74
] | 40 | [
"27+48=75",
"74-39=35",
"75-35=40"
] | Current State: 40:[27, 48, 39, 74], Operations: []
Exploring Operation: 27+48=75, Resulting Numbers: [39, 74, 75]
Generated Node #2: [39, 74, 75] from Operation: 27+48=75
Current State: 40:[39, 74, 75], Operations: ['27+48=75']
Exploring Operation: 74-39=35, Resulting Numbers: [75, 35]
Generated Node #3: [75, 35] from ... | 4 |
[
46,
39,
21,
38
] | 35 | [
"46-39=7",
"21/7=3",
"38-3=35"
] | Current State: 35:[46, 39, 21, 38], Operations: []
Exploring Operation: 46-39=7, Resulting Numbers: [21, 38, 7]
Generated Node #2: [21, 38, 7] from Operation: 46-39=7
Current State: 35:[21, 38, 7], Operations: ['46-39=7']
Exploring Operation: 21/7=3, Resulting Numbers: [38, 3]
Generated Node #3: [38, 3] from Operation:... | 4 |
[
53,
71,
69,
81
] | 26 | [
"53+71=124",
"69+81=150",
"150-124=26"
] | Current State: 26:[53, 71, 69, 81], Operations: []
Exploring Operation: 53+71=124, Resulting Numbers: [69, 81, 124]
Generated Node #2: [69, 81, 124] from Operation: 53+71=124
Current State: 26:[69, 81, 124], Operations: ['53+71=124']
Exploring Operation: 69+81=150, Resulting Numbers: [124, 150]
Generated Node #3: [124,... | 4 |
[
12,
63,
48,
42
] | 30 | [
"12*63=756",
"756/42=18",
"48-18=30"
] | Current State: 30:[12, 63, 48, 42], Operations: []
Exploring Operation: 12*63=756, Resulting Numbers: [48, 42, 756]
Generated Node #2: [48, 42, 756] from Operation: 12*63=756
Current State: 30:[48, 42, 756], Operations: ['12*63=756']
Exploring Operation: 756/42=18, Resulting Numbers: [48, 18]
Generated Node #3: [48, 18... | 4 |
[
6,
37,
6,
54
] | 16 | [
"6/6=1",
"54-37=17",
"17-1=16"
] | Current State: 16:[6, 37, 6, 54], Operations: []
Exploring Operation: 6/6=1, Resulting Numbers: [37, 54, 1]
Generated Node #2: [37, 54, 1] from Operation: 6/6=1
Current State: 16:[37, 54, 1], Operations: ['6/6=1']
Exploring Operation: 54-37=17, Resulting Numbers: [1, 17]
Generated Node #3: [1, 17] from Operation: 54-37... | 4 |
[
83,
84,
25,
79
] | 78 | [
"84-79=5",
"25/5=5",
"83-5=78"
] | Current State: 78:[83, 84, 25, 79], Operations: []
Exploring Operation: 84-79=5, Resulting Numbers: [83, 25, 5]
Generated Node #2: [83, 25, 5] from Operation: 84-79=5
Current State: 78:[83, 25, 5], Operations: ['84-79=5']
Exploring Operation: 25/5=5, Resulting Numbers: [83, 5]
Generated Node #3: [83, 5] from Operation:... | 4 |
[
30,
70,
82,
85
] | 41 | [
"85-70=15",
"30/15=2",
"82/2=41"
] | Current State: 41:[30, 70, 82, 85], Operations: []
Exploring Operation: 85-70=15, Resulting Numbers: [30, 82, 15]
Generated Node #2: [30, 82, 15] from Operation: 85-70=15
Current State: 41:[30, 82, 15], Operations: ['85-70=15']
Exploring Operation: 30/15=2, Resulting Numbers: [82, 2]
Generated Node #3: [82, 2] from Ope... | 4 |
[
69,
6,
87,
67
] | 83 | [
"69-6=63",
"87-67=20",
"63+20=83"
] | Current State: 83:[69, 6, 87, 67], Operations: []
Exploring Operation: 69-6=63, Resulting Numbers: [87, 67, 63]
Generated Node #2: [87, 67, 63] from Operation: 69-6=63
Current State: 83:[87, 67, 63], Operations: ['69-6=63']
Exploring Operation: 87-67=20, Resulting Numbers: [63, 20]
Generated Node #3: [63, 20] from Oper... | 4 |
[
63,
87,
12,
46
] | 10 | [
"87-63=24",
"46-12=34",
"34-24=10"
] | Current State: 10:[63, 87, 12, 46], Operations: []
Exploring Operation: 87-63=24, Resulting Numbers: [12, 46, 24]
Generated Node #2: [12, 46, 24] from Operation: 87-63=24
Current State: 10:[12, 46, 24], Operations: ['87-63=24']
Exploring Operation: 46-12=34, Resulting Numbers: [24, 34]
Generated Node #3: [24, 34] from ... | 4 |
[
14,
74,
51,
2
] | 97 | [
"14*2=28",
"74+51=125",
"125-28=97"
] | Current State: 97:[14, 74, 51, 2], Operations: []
Exploring Operation: 14*2=28, Resulting Numbers: [74, 51, 28]
Generated Node #2: [74, 51, 28] from Operation: 14*2=28
Current State: 97:[74, 51, 28], Operations: ['14*2=28']
Exploring Operation: 74+51=125, Resulting Numbers: [28, 125]
Generated Node #3: [28, 125] from O... | 4 |
[
15,
21,
93,
24
] | 89 | [
"21-15=6",
"24/6=4",
"93-4=89"
] | Current State: 89:[15, 21, 93, 24], Operations: []
Exploring Operation: 21-15=6, Resulting Numbers: [93, 24, 6]
Generated Node #2: [93, 24, 6] from Operation: 21-15=6
Current State: 89:[93, 24, 6], Operations: ['21-15=6']
Exploring Operation: 24/6=4, Resulting Numbers: [93, 4]
Generated Node #3: [93, 4] from Operation:... | 4 |
[
35,
91,
81,
3
] | 67 | [
"35*3=105",
"91+81=172",
"172-105=67"
] | Current State: 67:[35, 91, 81, 3], Operations: []
Exploring Operation: 35*3=105, Resulting Numbers: [91, 81, 105]
Generated Node #2: [91, 81, 105] from Operation: 35*3=105
Current State: 67:[91, 81, 105], Operations: ['35*3=105']
Exploring Operation: 91+81=172, Resulting Numbers: [105, 172]
Generated Node #3: [105, 172... | 4 |
[
52,
68,
2,
96
] | 66 | [
"96-68=28",
"28/2=14",
"52+14=66"
] | Current State: 66:[52, 68, 2, 96], Operations: []
Exploring Operation: 96-68=28, Resulting Numbers: [52, 2, 28]
Generated Node #2: [52, 2, 28] from Operation: 96-68=28
Current State: 66:[52, 2, 28], Operations: ['96-68=28']
Exploring Operation: 28/2=14, Resulting Numbers: [52, 14]
Generated Node #3: [52, 14] from Opera... | 4 |
[
38,
68,
43,
2
] | 35 | [
"38*2=76",
"68+43=111",
"111-76=35"
] | Current State: 35:[38, 68, 43, 2], Operations: []
Exploring Operation: 38*2=76, Resulting Numbers: [68, 43, 76]
Generated Node #2: [68, 43, 76] from Operation: 38*2=76
Current State: 35:[68, 43, 76], Operations: ['38*2=76']
Exploring Operation: 68+43=111, Resulting Numbers: [76, 111]
Generated Node #3: [76, 111] from O... | 4 |
[
24,
72,
10,
9
] | 16 | [
"72/24=3",
"10+9=19",
"19-3=16"
] | Current State: 16:[24, 72, 10, 9], Operations: []
Exploring Operation: 72/24=3, Resulting Numbers: [10, 9, 3]
Generated Node #2: [10, 9, 3] from Operation: 72/24=3
Current State: 16:[10, 9, 3], Operations: ['72/24=3']
Exploring Operation: 10+9=19, Resulting Numbers: [3, 19]
Generated Node #3: [3, 19] from Operation: 10... | 4 |
[
21,
84,
54,
27
] | 75 | [
"27-21=6",
"54/6=9",
"84-9=75"
] | Current State: 75:[21, 84, 54, 27], Operations: []
Exploring Operation: 27-21=6, Resulting Numbers: [84, 54, 6]
Generated Node #2: [84, 54, 6] from Operation: 27-21=6
Current State: 75:[84, 54, 6], Operations: ['27-21=6']
Exploring Operation: 54/6=9, Resulting Numbers: [84, 9]
Generated Node #3: [84, 9] from Operation:... | 4 |
[
90,
23,
9,
74
] | 63 | [
"90-23=67",
"74-67=7",
"9*7=63"
] | Current State: 63:[90, 23, 9, 74], Operations: []
Exploring Operation: 90-23=67, Resulting Numbers: [9, 74, 67]
Generated Node #2: [9, 74, 67] from Operation: 90-23=67
Current State: 63:[9, 74, 67], Operations: ['90-23=67']
Exploring Operation: 74-67=7, Resulting Numbers: [9, 7]
Generated Node #3: [9, 7] from Operation... | 4 |
[
42,
61,
34,
60
] | 75 | [
"61-42=19",
"34+60=94",
"94-19=75"
] | Current State: 75:[42, 61, 34, 60], Operations: []
Exploring Operation: 61-42=19, Resulting Numbers: [34, 60, 19]
Generated Node #2: [34, 60, 19] from Operation: 61-42=19
Current State: 75:[34, 60, 19], Operations: ['61-42=19']
Exploring Operation: 34+60=94, Resulting Numbers: [19, 94]
Generated Node #3: [19, 94] from ... | 4 |
[
59,
2,
11,
37
] | 61 | [
"59-11=48",
"48/2=24",
"37+24=61"
] | Current State: 61:[59, 2, 11, 37], Operations: []
Exploring Operation: 59-11=48, Resulting Numbers: [2, 37, 48]
Generated Node #2: [2, 37, 48] from Operation: 59-11=48
Current State: 61:[2, 37, 48], Operations: ['59-11=48']
Exploring Operation: 48/2=24, Resulting Numbers: [37, 24]
Generated Node #3: [37, 24] from Opera... | 4 |
[
64,
19,
37,
54
] | 17 | [
"64-37=27",
"54/27=2",
"19-2=17"
] | Current State: 17:[64, 19, 37, 54], Operations: []
Exploring Operation: 64-37=27, Resulting Numbers: [19, 54, 27]
Generated Node #2: [19, 54, 27] from Operation: 64-37=27
Current State: 17:[19, 54, 27], Operations: ['64-37=27']
Exploring Operation: 54/27=2, Resulting Numbers: [19, 2]
Generated Node #3: [19, 2] from Ope... | 4 |
[
65,
81,
4,
78
] | 66 | [
"81-65=16",
"4+78=82",
"82-16=66"
] | Current State: 66:[65, 81, 4, 78], Operations: []
Exploring Operation: 81-65=16, Resulting Numbers: [4, 78, 16]
Generated Node #2: [4, 78, 16] from Operation: 81-65=16
Current State: 66:[4, 78, 16], Operations: ['81-65=16']
Exploring Operation: 4+78=82, Resulting Numbers: [16, 82]
Generated Node #3: [16, 82] from Opera... | 4 |
[
86,
40,
39,
6
] | 79 | [
"86-40=46",
"39-6=33",
"46+33=79"
] | Current State: 79:[86, 40, 39, 6], Operations: []
Exploring Operation: 86-40=46, Resulting Numbers: [39, 6, 46]
Generated Node #2: [39, 6, 46] from Operation: 86-40=46
Current State: 79:[39, 6, 46], Operations: ['86-40=46']
Exploring Operation: 39-6=33, Resulting Numbers: [46, 33]
Generated Node #3: [46, 33] from Opera... | 4 |
[
3,
76,
41,
43
] | 41 | [
"41-3=38",
"76/38=2",
"43-2=41"
] | Current State: 41:[3, 76, 41, 43], Operations: []
Exploring Operation: 41-3=38, Resulting Numbers: [76, 43, 38]
Generated Node #2: [76, 43, 38] from Operation: 41-3=38
Current State: 41:[76, 43, 38], Operations: ['41-3=38']
Exploring Operation: 76/38=2, Resulting Numbers: [43, 2]
Generated Node #3: [43, 2] from Operati... | 4 |
[
72,
52,
34,
76
] | 26 | [
"72-34=38",
"52*38=1976",
"1976/76=26"
] | Current State: 26:[72, 52, 34, 76], Operations: []
Exploring Operation: 72-34=38, Resulting Numbers: [52, 76, 38]
Generated Node #2: [52, 76, 38] from Operation: 72-34=38
Current State: 26:[52, 76, 38], Operations: ['72-34=38']
Exploring Operation: 52*38=1976, Resulting Numbers: [76, 1976]
Generated Node #3: [76, 1976]... | 4 |
[
15,
72,
62,
52
] | 13 | [
"72+52=124",
"124/62=2",
"15-2=13"
] | Current State: 13:[15, 72, 62, 52], Operations: []
Exploring Operation: 72+52=124, Resulting Numbers: [15, 62, 124]
Generated Node #2: [15, 62, 124] from Operation: 72+52=124
Current State: 13:[15, 62, 124], Operations: ['72+52=124']
Exploring Operation: 124/62=2, Resulting Numbers: [15, 2]
Generated Node #3: [15, 2] f... | 4 |
[
43,
12,
36,
63
] | 23 | [
"63-43=20",
"36/12=3",
"20+3=23"
] | Current State: 23:[43, 12, 36, 63], Operations: []
Exploring Operation: 63-43=20, Resulting Numbers: [12, 36, 20]
Generated Node #2: [12, 36, 20] from Operation: 63-43=20
Current State: 23:[12, 36, 20], Operations: ['63-43=20']
Exploring Operation: 36/12=3, Resulting Numbers: [20, 3]
Generated Node #3: [20, 3] from Ope... | 4 |
[
2,
20,
62,
42
] | 18 | [
"42-20=22",
"2*22=44",
"62-44=18"
] | Current State: 18:[2, 20, 62, 42], Operations: []
Exploring Operation: 42-20=22, Resulting Numbers: [2, 62, 22]
Generated Node #2: [2, 62, 22] from Operation: 42-20=22
Current State: 18:[2, 62, 22], Operations: ['42-20=22']
Exploring Operation: 2*22=44, Resulting Numbers: [62, 44]
Generated Node #3: [62, 44] from Opera... | 4 |
[
7,
1,
74,
46
] | 34 | [
"7-1=6",
"74-46=28",
"6+28=34"
] | Current State: 34:[7, 1, 74, 46], Operations: []
Exploring Operation: 7-1=6, Resulting Numbers: [74, 46, 6]
Generated Node #2: [74, 46, 6] from Operation: 7-1=6
Current State: 34:[74, 46, 6], Operations: ['7-1=6']
Exploring Operation: 74-46=28, Resulting Numbers: [6, 28]
Generated Node #3: [6, 28] from Operation: 74-46... | 4 |
[
67,
89,
28,
25
] | 19 | [
"89-67=22",
"28-25=3",
"22-3=19"
] | Current State: 19:[67, 89, 28, 25], Operations: []
Exploring Operation: 89-67=22, Resulting Numbers: [28, 25, 22]
Generated Node #2: [28, 25, 22] from Operation: 89-67=22
Current State: 19:[28, 25, 22], Operations: ['89-67=22']
Exploring Operation: 28-25=3, Resulting Numbers: [22, 3]
Generated Node #3: [22, 3] from Ope... | 4 |
[
22,
21,
26,
75
] | 92 | [
"22+21=43",
"75-26=49",
"43+49=92"
] | Current State: 92:[22, 21, 26, 75], Operations: []
Exploring Operation: 22+21=43, Resulting Numbers: [26, 75, 43]
Generated Node #2: [26, 75, 43] from Operation: 22+21=43
Current State: 92:[26, 75, 43], Operations: ['22+21=43']
Exploring Operation: 75-26=49, Resulting Numbers: [43, 49]
Generated Node #3: [43, 49] from ... | 4 |
[
25,
45,
3,
72
] | 96 | [
"72-25=47",
"3*47=141",
"141-45=96"
] | Current State: 96:[25, 45, 3, 72], Operations: []
Exploring Operation: 72-25=47, Resulting Numbers: [45, 3, 47]
Generated Node #2: [45, 3, 47] from Operation: 72-25=47
Current State: 96:[45, 3, 47], Operations: ['72-25=47']
Exploring Operation: 3*47=141, Resulting Numbers: [45, 141]
Generated Node #3: [45, 141] from Op... | 4 |
[
79,
62,
35,
56
] | 74 | [
"79-62=17",
"35+56=91",
"91-17=74"
] | Current State: 74:[79, 62, 35, 56], Operations: []
Exploring Operation: 79-62=17, Resulting Numbers: [35, 56, 17]
Generated Node #2: [35, 56, 17] from Operation: 79-62=17
Current State: 74:[35, 56, 17], Operations: ['79-62=17']
Exploring Operation: 35+56=91, Resulting Numbers: [17, 91]
Generated Node #3: [17, 91] from ... | 4 |
[
23,
87,
83,
78
] | 51 | [
"23+87=110",
"83+78=161",
"161-110=51"
] | Current State: 51:[23, 87, 83, 78], Operations: []
Exploring Operation: 23+87=110, Resulting Numbers: [83, 78, 110]
Generated Node #2: [83, 78, 110] from Operation: 23+87=110
Current State: 51:[83, 78, 110], Operations: ['23+87=110']
Exploring Operation: 83+78=161, Resulting Numbers: [110, 161]
Generated Node #3: [110,... | 4 |
[
29,
4,
39,
43
] | 84 | [
"29+43=72",
"4*39=156",
"156-72=84"
] | Current State: 84:[29, 4, 39, 43], Operations: []
Exploring Operation: 29+43=72, Resulting Numbers: [4, 39, 72]
Generated Node #2: [4, 39, 72] from Operation: 29+43=72
Current State: 84:[4, 39, 72], Operations: ['29+43=72']
Exploring Operation: 4*39=156, Resulting Numbers: [72, 156]
Generated Node #3: [72, 156] from Op... | 4 |
[
56,
25,
23,
44
] | 60 | [
"56+25=81",
"44-23=21",
"81-21=60"
] | Current State: 60:[56, 25, 23, 44], Operations: []
Exploring Operation: 56+25=81, Resulting Numbers: [23, 44, 81]
Generated Node #2: [23, 44, 81] from Operation: 56+25=81
Current State: 60:[23, 44, 81], Operations: ['56+25=81']
Exploring Operation: 44-23=21, Resulting Numbers: [81, 21]
Generated Node #3: [81, 21] from ... | 4 |
[
60,
26,
2,
47
] | 37 | [
"60+26=86",
"2+47=49",
"86-49=37"
] | Current State: 37:[60, 26, 2, 47], Operations: []
Exploring Operation: 60+26=86, Resulting Numbers: [2, 47, 86]
Generated Node #2: [2, 47, 86] from Operation: 60+26=86
Current State: 37:[2, 47, 86], Operations: ['60+26=86']
Exploring Operation: 2+47=49, Resulting Numbers: [86, 49]
Generated Node #3: [86, 49] from Opera... | 4 |
[
25,
49,
48,
91
] | 31 | [
"25+49=74",
"91-48=43",
"74-43=31"
] | Current State: 31:[25, 49, 48, 91], Operations: []
Exploring Operation: 25+49=74, Resulting Numbers: [48, 91, 74]
Generated Node #2: [48, 91, 74] from Operation: 25+49=74
Current State: 31:[48, 91, 74], Operations: ['25+49=74']
Exploring Operation: 91-48=43, Resulting Numbers: [74, 43]
Generated Node #3: [74, 43] from ... | 4 |
[
4,
24,
70,
49
] | 23 | [
"4*24=96",
"70+49=119",
"119-96=23"
] | Current State: 23:[4, 24, 70, 49], Operations: []
Exploring Operation: 4*24=96, Resulting Numbers: [70, 49, 96]
Generated Node #2: [70, 49, 96] from Operation: 4*24=96
Current State: 23:[70, 49, 96], Operations: ['4*24=96']
Exploring Operation: 70+49=119, Resulting Numbers: [96, 119]
Generated Node #3: [96, 119] from O... | 4 |
[
3,
45,
74,
82
] | 56 | [
"3+45=48",
"82-74=8",
"48+8=56"
] | Current State: 56:[3, 45, 74, 82], Operations: []
Exploring Operation: 3+45=48, Resulting Numbers: [74, 82, 48]
Generated Node #2: [74, 82, 48] from Operation: 3+45=48
Current State: 56:[74, 82, 48], Operations: ['3+45=48']
Exploring Operation: 82-74=8, Resulting Numbers: [48, 8]
Generated Node #3: [48, 8] from Operati... | 4 |
[
45,
59,
88,
1
] | 66 | [
"45*88=3960",
"59+1=60",
"3960/60=66"
] | Current State: 66:[45, 59, 88, 1], Operations: []
Exploring Operation: 45*88=3960, Resulting Numbers: [59, 1, 3960]
Generated Node #2: [59, 1, 3960] from Operation: 45*88=3960
Current State: 66:[59, 1, 3960], Operations: ['45*88=3960']
Exploring Operation: 59+1=60, Resulting Numbers: [3960, 60]
Generated Node #3: [3960... | 4 |
[
24,
49,
37,
40
] | 52 | [
"49-24=25",
"37+40=77",
"77-25=52"
] | Current State: 52:[24, 49, 37, 40], Operations: []
Exploring Operation: 49-24=25, Resulting Numbers: [37, 40, 25]
Generated Node #2: [37, 40, 25] from Operation: 49-24=25
Current State: 52:[37, 40, 25], Operations: ['49-24=25']
Exploring Operation: 37+40=77, Resulting Numbers: [25, 77]
Generated Node #3: [25, 77] from ... | 4 |
[
97,
94,
87,
82
] | 22 | [
"97+94=191",
"87+82=169",
"191-169=22"
] | Current State: 22:[97, 94, 87, 82], Operations: []
Exploring Operation: 97+94=191, Resulting Numbers: [87, 82, 191]
Generated Node #2: [87, 82, 191] from Operation: 97+94=191
Current State: 22:[87, 82, 191], Operations: ['97+94=191']
Exploring Operation: 87+82=169, Resulting Numbers: [191, 169]
Generated Node #3: [191,... | 4 |
[
3,
54,
25,
36
] | 42 | [
"3+25=28",
"54*28=1512",
"1512/36=42"
] | Current State: 42:[3, 54, 25, 36], Operations: []
Exploring Operation: 3+25=28, Resulting Numbers: [54, 36, 28]
Generated Node #2: [54, 36, 28] from Operation: 3+25=28
Current State: 42:[54, 36, 28], Operations: ['3+25=28']
Exploring Operation: 54*28=1512, Resulting Numbers: [36, 1512]
Generated Node #3: [36, 1512] fro... | 4 |
[
47,
10,
46,
41
] | 45 | [
"46-41=5",
"10/5=2",
"47-2=45"
] | Current State: 45:[47, 10, 46, 41], Operations: []
Exploring Operation: 46-41=5, Resulting Numbers: [47, 10, 5]
Generated Node #2: [47, 10, 5] from Operation: 46-41=5
Current State: 45:[47, 10, 5], Operations: ['46-41=5']
Exploring Operation: 10/5=2, Resulting Numbers: [47, 2]
Generated Node #3: [47, 2] from Operation:... | 4 |
[
54,
42,
36,
40
] | 48 | [
"54-42=12",
"40-36=4",
"12*4=48"
] | Current State: 48:[54, 42, 36, 40], Operations: []
Exploring Operation: 54-42=12, Resulting Numbers: [36, 40, 12]
Generated Node #2: [36, 40, 12] from Operation: 54-42=12
Current State: 48:[36, 40, 12], Operations: ['54-42=12']
Exploring Operation: 40-36=4, Resulting Numbers: [12, 4]
Generated Node #3: [12, 4] from Ope... | 4 |
[
65,
26,
86,
39
] | 86 | [
"65-26=39",
"86+39=125",
"125-39=86"
] | Current State: 86:[65, 26, 86, 39], Operations: []
Exploring Operation: 65-26=39, Resulting Numbers: [86, 39, 39]
Generated Node #2: [86, 39, 39] from Operation: 65-26=39
Current State: 86:[86, 39, 39], Operations: ['65-26=39']
Exploring Operation: 86+39=125, Resulting Numbers: [125]
125,86 equal: Goal Reached
Explorin... | 4 |
[
36,
60,
3,
26
] | 46 | [
"60-36=24",
"3*24=72",
"72-26=46"
] | Current State: 46:[36, 60, 3, 26], Operations: []
Exploring Operation: 60-36=24, Resulting Numbers: [3, 26, 24]
Generated Node #2: [3, 26, 24] from Operation: 60-36=24
Current State: 46:[3, 26, 24], Operations: ['60-36=24']
Exploring Operation: 3*24=72, Resulting Numbers: [26, 72]
Generated Node #3: [26, 72] from Opera... | 4 |
[
64,
67,
40,
94
] | 32 | [
"64*67=4288",
"40+94=134",
"4288/134=32"
] | Current State: 32:[64, 67, 40, 94], Operations: []
Exploring Operation: 64*67=4288, Resulting Numbers: [40, 94, 4288]
Generated Node #2: [40, 94, 4288] from Operation: 64*67=4288
Current State: 32:[40, 94, 4288], Operations: ['64*67=4288']
Exploring Operation: 40+94=134, Resulting Numbers: [4288, 134]
Generated Node #3... | 4 |
[
75,
57,
33,
42
] | 46 | [
"75+57=132",
"132/33=4",
"42+4=46"
] | Current State: 46:[75, 57, 33, 42], Operations: []
Exploring Operation: 75+57=132, Resulting Numbers: [33, 42, 132]
Generated Node #2: [33, 42, 132] from Operation: 75+57=132
Current State: 46:[33, 42, 132], Operations: ['75+57=132']
Exploring Operation: 132/33=4, Resulting Numbers: [42, 4]
Generated Node #3: [42, 4] f... | 4 |
[
5,
8,
27,
23
] | 28 | [
"27-23=4",
"5*4=20",
"8+20=28"
] | Current State: 28:[5, 8, 27, 23], Operations: []
Exploring Operation: 27-23=4, Resulting Numbers: [5, 8, 4]
Generated Node #2: [5, 8, 4] from Operation: 27-23=4
Current State: 28:[5, 8, 4], Operations: ['27-23=4']
Exploring Operation: 5*4=20, Resulting Numbers: [8, 20]
Generated Node #3: [8, 20] from Operation: 5*4=20
... | 4 |
[
9,
39,
39,
20
] | 89 | [
"39-9=30",
"39+20=59",
"30+59=89"
] | Current State: 89:[9, 39, 39, 20], Operations: []
Exploring Operation: 39-9=30, Resulting Numbers: [20, 30]
Generated Node #2: [20, 30] from Operation: 39-9=30
Current State: 89:[20, 30], Operations: ['39-9=30']
Exploring Operation: 39+20=59, Resulting Numbers: [30, 59]
Generated Node #3: [30, 59] from Operation: 39+20... | 4 |
[
13,
93,
13,
65
] | 75 | [
"93-13=80",
"65/13=5",
"80-5=75"
] | Current State: 75:[13, 93, 13, 65], Operations: []
Exploring Operation: 93-13=80, Resulting Numbers: [65, 80]
Generated Node #2: [65, 80] from Operation: 93-13=80
Current State: 75:[65, 80], Operations: ['93-13=80']
Exploring Operation: 65/13=5, Resulting Numbers: [80, 5]
Generated Node #3: [80, 5] from Operation: 65/1... | 4 |
[
57,
7,
45,
37
] | 18 | [
"57+7=64",
"45+37=82",
"82-64=18"
] | Current State: 18:[57, 7, 45, 37], Operations: []
Exploring Operation: 57+7=64, Resulting Numbers: [45, 37, 64]
Generated Node #2: [45, 37, 64] from Operation: 57+7=64
Current State: 18:[45, 37, 64], Operations: ['57+7=64']
Exploring Operation: 45+37=82, Resulting Numbers: [64, 82]
Generated Node #3: [64, 82] from Oper... | 4 |
[
41,
37,
98,
38
] | 34 | [
"41-37=4",
"98+38=136",
"136/4=34"
] | Current State: 34:[41, 37, 98, 38], Operations: []
Exploring Operation: 41-37=4, Resulting Numbers: [98, 38, 4]
Generated Node #2: [98, 38, 4] from Operation: 41-37=4
Current State: 34:[98, 38, 4], Operations: ['41-37=4']
Exploring Operation: 98+38=136, Resulting Numbers: [4, 136]
Generated Node #3: [4, 136] from Opera... | 4 |
[
78,
72,
9,
15
] | 59 | [
"15-9=6",
"78/6=13",
"72-13=59"
] | Current State: 59:[78, 72, 9, 15], Operations: []
Exploring Operation: 15-9=6, Resulting Numbers: [78, 72, 6]
Generated Node #2: [78, 72, 6] from Operation: 15-9=6
Current State: 59:[78, 72, 6], Operations: ['15-9=6']
Exploring Operation: 78/6=13, Resulting Numbers: [72, 13]
Generated Node #3: [72, 13] from Operation: ... | 4 |
[
86,
17,
76,
78
] | 67 | [
"86-17=69",
"78-76=2",
"69-2=67"
] | Current State: 67:[86, 17, 76, 78], Operations: []
Exploring Operation: 86-17=69, Resulting Numbers: [76, 78, 69]
Generated Node #2: [76, 78, 69] from Operation: 86-17=69
Current State: 67:[76, 78, 69], Operations: ['86-17=69']
Exploring Operation: 78-76=2, Resulting Numbers: [69, 2]
Generated Node #3: [69, 2] from Ope... | 4 |
[
83,
62,
30,
80
] | 89 | [
"83-62=21",
"30+80=110",
"110-21=89"
] | Current State: 89:[83, 62, 30, 80], Operations: []
Exploring Operation: 83-62=21, Resulting Numbers: [30, 80, 21]
Generated Node #2: [30, 80, 21] from Operation: 83-62=21
Current State: 89:[30, 80, 21], Operations: ['83-62=21']
Exploring Operation: 30+80=110, Resulting Numbers: [21, 110]
Generated Node #3: [21, 110] fr... | 4 |
[
54,
34,
92,
17
] | 65 | [
"54*17=918",
"918/34=27",
"92-27=65"
] | Current State: 65:[54, 34, 92, 17], Operations: []
Exploring Operation: 54*17=918, Resulting Numbers: [34, 92, 918]
Generated Node #2: [34, 92, 918] from Operation: 54*17=918
Current State: 65:[34, 92, 918], Operations: ['54*17=918']
Exploring Operation: 918/34=27, Resulting Numbers: [92, 27]
Generated Node #3: [92, 27... | 4 |
[
3,
49,
11,
75
] | 11 | [
"49-3=46",
"75+46=121",
"121/11=11"
] | Current State: 11:[3, 49, 11, 75], Operations: []
Exploring Operation: 49-3=46, Resulting Numbers: [11, 75, 46]
Generated Node #2: [11, 75, 46] from Operation: 49-3=46
Current State: 11:[11, 75, 46], Operations: ['49-3=46']
Exploring Operation: 75+46=121, Resulting Numbers: [11, 121]
Generated Node #3: [11, 121] from O... | 4 |
[
2,
80,
31,
96
] | 57 | [
"80+96=176",
"176/2=88",
"88-31=57"
] | Current State: 57:[2, 80, 31, 96], Operations: []
Exploring Operation: 80+96=176, Resulting Numbers: [2, 31, 176]
Generated Node #2: [2, 31, 176] from Operation: 80+96=176
Current State: 57:[2, 31, 176], Operations: ['80+96=176']
Exploring Operation: 176/2=88, Resulting Numbers: [31, 88]
Generated Node #3: [31, 88] fro... | 4 |
[
56,
26,
36,
30
] | 35 | [
"56-26=30",
"30/30=1",
"36-1=35"
] | Current State: 35:[56, 26, 36, 30], Operations: []
Exploring Operation: 56-26=30, Resulting Numbers: [36, 30, 30]
Generated Node #2: [36, 30, 30] from Operation: 56-26=30
Current State: 35:[36, 30, 30], Operations: ['56-26=30']
Exploring Operation: 30/30=1, Resulting Numbers: [36, 1]
Generated Node #3: [36, 1] from Ope... | 4 |
[
20,
23,
31,
64
] | 99 | [
"23-20=3",
"64-31=33",
"3*33=99"
] | Current State: 99:[20, 23, 31, 64], Operations: []
Exploring Operation: 23-20=3, Resulting Numbers: [31, 64, 3]
Generated Node #2: [31, 64, 3] from Operation: 23-20=3
Current State: 99:[31, 64, 3], Operations: ['23-20=3']
Exploring Operation: 64-31=33, Resulting Numbers: [3, 33]
Generated Node #3: [3, 33] from Operatio... | 4 |
[
81,
2,
90,
9
] | 73 | [
"81+2=83",
"90/9=10",
"83-10=73"
] | Current State: 73:[81, 2, 90, 9], Operations: []
Exploring Operation: 81+2=83, Resulting Numbers: [90, 9, 83]
Generated Node #2: [90, 9, 83] from Operation: 81+2=83
Current State: 73:[90, 9, 83], Operations: ['81+2=83']
Exploring Operation: 90/9=10, Resulting Numbers: [83, 10]
Generated Node #3: [83, 10] from Operation... | 4 |
[
54,
40,
6,
13
] | 36 | [
"54/6=9",
"40-13=27",
"9+27=36"
] | Current State: 36:[54, 40, 6, 13], Operations: []
Exploring Operation: 54/6=9, Resulting Numbers: [40, 13, 9]
Generated Node #2: [40, 13, 9] from Operation: 54/6=9
Current State: 36:[40, 13, 9], Operations: ['54/6=9']
Exploring Operation: 40-13=27, Resulting Numbers: [9, 27]
Generated Node #3: [9, 27] from Operation: 4... | 4 |
[
13,
26,
5,
41
] | 88 | [
"41-26=15",
"5*15=75",
"13+75=88"
] | Current State: 88:[13, 26, 5, 41], Operations: []
Exploring Operation: 41-26=15, Resulting Numbers: [13, 5, 15]
Generated Node #2: [13, 5, 15] from Operation: 41-26=15
Current State: 88:[13, 5, 15], Operations: ['41-26=15']
Exploring Operation: 5*15=75, Resulting Numbers: [13, 75]
Generated Node #3: [13, 75] from Opera... | 4 |
[
8,
14,
21,
10
] | 78 | [
"21-14=7",
"10*7=70",
"8+70=78"
] | Current State: 78:[8, 14, 21, 10], Operations: []
Exploring Operation: 21-14=7, Resulting Numbers: [8, 10, 7]
Generated Node #2: [8, 10, 7] from Operation: 21-14=7
Current State: 78:[8, 10, 7], Operations: ['21-14=7']
Exploring Operation: 10*7=70, Resulting Numbers: [8, 70]
Generated Node #3: [8, 70] from Operation: 10... | 4 |
[
58,
65,
12,
79
] | 98 | [
"65-58=7",
"12+79=91",
"7+91=98"
] | Current State: 98:[58, 65, 12, 79], Operations: []
Exploring Operation: 65-58=7, Resulting Numbers: [12, 79, 7]
Generated Node #2: [12, 79, 7] from Operation: 65-58=7
Current State: 98:[12, 79, 7], Operations: ['65-58=7']
Exploring Operation: 12+79=91, Resulting Numbers: [7, 91]
Generated Node #3: [7, 91] from Operatio... | 4 |
[
9,
43,
92,
94
] | 68 | [
"43-9=34",
"94-92=2",
"34*2=68"
] | Current State: 68:[9, 43, 92, 94], Operations: []
Exploring Operation: 43-9=34, Resulting Numbers: [92, 94, 34]
Generated Node #2: [92, 94, 34] from Operation: 43-9=34
Current State: 68:[92, 94, 34], Operations: ['43-9=34']
Exploring Operation: 94-92=2, Resulting Numbers: [34, 2]
Generated Node #3: [34, 2] from Operati... | 4 |
[
38,
40,
12,
21
] | 14 | [
"40-21=19",
"38/19=2",
"12+2=14"
] | Current State: 14:[38, 40, 12, 21], Operations: []
Exploring Operation: 40-21=19, Resulting Numbers: [38, 12, 19]
Generated Node #2: [38, 12, 19] from Operation: 40-21=19
Current State: 14:[38, 12, 19], Operations: ['40-21=19']
Exploring Operation: 38/19=2, Resulting Numbers: [12, 2]
Generated Node #3: [12, 2] from Ope... | 4 |
[
43,
92,
10,
42
] | 83 | [
"43+92=135",
"10+42=52",
"135-52=83"
] | Current State: 83:[43, 92, 10, 42], Operations: []
Exploring Operation: 43+92=135, Resulting Numbers: [10, 42, 135]
Generated Node #2: [10, 42, 135] from Operation: 43+92=135
Current State: 83:[10, 42, 135], Operations: ['43+92=135']
Exploring Operation: 10+42=52, Resulting Numbers: [135, 52]
Generated Node #3: [135, 5... | 4 |
[
69,
13,
45,
65
] | 36 | [
"69-13=56",
"65-45=20",
"56-20=36"
] | Current State: 36:[69, 13, 45, 65], Operations: []
Exploring Operation: 69-13=56, Resulting Numbers: [45, 65, 56]
Generated Node #2: [45, 65, 56] from Operation: 69-13=56
Current State: 36:[45, 65, 56], Operations: ['69-13=56']
Exploring Operation: 65-45=20, Resulting Numbers: [56, 20]
Generated Node #3: [56, 20] from ... | 4 |
[
27,
34,
6,
2
] | 10 | [
"34-27=7",
"6/2=3",
"7+3=10"
] | Current State: 10:[27, 34, 6, 2], Operations: []
Exploring Operation: 34-27=7, Resulting Numbers: [6, 2, 7]
Generated Node #2: [6, 2, 7] from Operation: 34-27=7
Current State: 10:[6, 2, 7], Operations: ['34-27=7']
Exploring Operation: 6/2=3, Resulting Numbers: [7, 3]
Generated Node #3: [7, 3] from Operation: 6/2=3
Curr... | 4 |
[
21,
47,
7,
21
] | 82 | [
"21+47=68",
"21-7=14",
"68+14=82"
] | Current State: 82:[21, 47, 7, 21], Operations: []
Exploring Operation: 21+47=68, Resulting Numbers: [7, 68]
Generated Node #2: [7, 68] from Operation: 21+47=68
Current State: 82:[7, 68], Operations: ['21+47=68']
Exploring Operation: 21-7=14, Resulting Numbers: [68, 14]
Generated Node #3: [68, 14] from Operation: 21-7=1... | 4 |
[
41,
34,
9,
14
] | 89 | [
"41-34=7",
"14*7=98",
"98-9=89"
] | Current State: 89:[41, 34, 9, 14], Operations: []
Exploring Operation: 41-34=7, Resulting Numbers: [9, 14, 7]
Generated Node #2: [9, 14, 7] from Operation: 41-34=7
Current State: 89:[9, 14, 7], Operations: ['41-34=7']
Exploring Operation: 14*7=98, Resulting Numbers: [9, 98]
Generated Node #3: [9, 98] from Operation: 14... | 4 |
[
64,
11,
56,
1
] | 11 | [
"64+56=120",
"1+120=121",
"121/11=11"
] | Current State: 11:[64, 11, 56, 1], Operations: []
Exploring Operation: 64+56=120, Resulting Numbers: [11, 1, 120]
Generated Node #2: [11, 1, 120] from Operation: 64+56=120
Current State: 11:[11, 1, 120], Operations: ['64+56=120']
Exploring Operation: 1+120=121, Resulting Numbers: [11, 121]
Generated Node #3: [11, 121] ... | 4 |
[
62,
94,
5,
5
] | 33 | [
"94-62=32",
"5/5=1",
"32+1=33"
] | Current State: 33:[62, 94, 5, 5], Operations: []
Exploring Operation: 94-62=32, Resulting Numbers: [5, 5, 32]
Generated Node #2: [5, 5, 32] from Operation: 94-62=32
Current State: 33:[5, 5, 32], Operations: ['94-62=32']
Exploring Operation: 5/5=1, Resulting Numbers: [32, 1]
Generated Node #3: [32, 1] from Operation: 5/... | 4 |
[
3,
4,
47,
34
] | 13 | [
"4-3=1",
"47-34=13",
"1*13=13"
] | Current State: 13:[3, 4, 47, 34], Operations: []
Exploring Operation: 4-3=1, Resulting Numbers: [47, 34, 1]
Generated Node #2: [47, 34, 1] from Operation: 4-3=1
Current State: 13:[47, 34, 1], Operations: ['4-3=1']
Exploring Operation: 47-34=13, Resulting Numbers: [1, 13]
Generated Node #3: [1, 13] from Operation: 47-34... | 4 |
[
67,
94,
64,
37
] | 74 | [
"94-67=27",
"64+37=101",
"101-27=74"
] | Current State: 74:[67, 94, 64, 37], Operations: []
Exploring Operation: 94-67=27, Resulting Numbers: [64, 37, 27]
Generated Node #2: [64, 37, 27] from Operation: 94-67=27
Current State: 74:[64, 37, 27], Operations: ['94-67=27']
Exploring Operation: 64+37=101, Resulting Numbers: [27, 101]
Generated Node #3: [27, 101] fr... | 4 |
[
84,
70,
36,
5
] | 38 | [
"84+70=154",
"36+154=190",
"190/5=38"
] | Current State: 38:[84, 70, 36, 5], Operations: []
Exploring Operation: 84+70=154, Resulting Numbers: [36, 5, 154]
Generated Node #2: [36, 5, 154] from Operation: 84+70=154
Current State: 38:[36, 5, 154], Operations: ['84+70=154']
Exploring Operation: 36+154=190, Resulting Numbers: [5, 190]
Generated Node #3: [5, 190] f... | 4 |
[
71,
50,
87,
97
] | 76 | [
"97-87=10",
"50/10=5",
"71+5=76"
] | Current State: 76:[71, 50, 87, 97], Operations: []
Exploring Operation: 97-87=10, Resulting Numbers: [71, 50, 10]
Generated Node #2: [71, 50, 10] from Operation: 97-87=10
Current State: 76:[71, 50, 10], Operations: ['97-87=10']
Exploring Operation: 50/10=5, Resulting Numbers: [71, 5]
Generated Node #3: [71, 5] from Ope... | 4 |
[
44,
2,
4,
93
] | 57 | [
"93-44=49",
"2*4=8",
"49+8=57"
] | Current State: 57:[44, 2, 4, 93], Operations: []
Exploring Operation: 93-44=49, Resulting Numbers: [2, 4, 49]
Generated Node #2: [2, 4, 49] from Operation: 93-44=49
Current State: 57:[2, 4, 49], Operations: ['93-44=49']
Exploring Operation: 2*4=8, Resulting Numbers: [49, 8]
Generated Node #3: [49, 8] from Operation: 2*... | 4 |
[
13,
7,
73,
31
] | 56 | [
"73+31=104",
"104/13=8",
"7*8=56"
] | Current State: 56:[13, 7, 73, 31], Operations: []
Exploring Operation: 73+31=104, Resulting Numbers: [13, 7, 104]
Generated Node #2: [13, 7, 104] from Operation: 73+31=104
Current State: 56:[13, 7, 104], Operations: ['73+31=104']
Exploring Operation: 104/13=8, Resulting Numbers: [7, 8]
Generated Node #3: [7, 8] from Op... | 4 |
[
4,
95,
62,
78
] | 31 | [
"78-62=16",
"4*16=64",
"95-64=31"
] | Current State: 31:[4, 95, 62, 78], Operations: []
Exploring Operation: 78-62=16, Resulting Numbers: [4, 95, 16]
Generated Node #2: [4, 95, 16] from Operation: 78-62=16
Current State: 31:[4, 95, 16], Operations: ['78-62=16']
Exploring Operation: 4*16=64, Resulting Numbers: [95, 64]
Generated Node #3: [95, 64] from Opera... | 4 |
[
80,
83,
34,
60
] | 14 | [
"83-80=3",
"60/3=20",
"34-20=14"
] | Current State: 14:[80, 83, 34, 60], Operations: []
Exploring Operation: 83-80=3, Resulting Numbers: [34, 60, 3]
Generated Node #2: [34, 60, 3] from Operation: 83-80=3
Current State: 14:[34, 60, 3], Operations: ['83-80=3']
Exploring Operation: 60/3=20, Resulting Numbers: [34, 20]
Generated Node #3: [34, 20] from Operati... | 4 |
[
9,
59,
20,
6
] | 26 | [
"59-20=39",
"6*39=234",
"234/9=26"
] | Current State: 26:[9, 59, 20, 6], Operations: []
Exploring Operation: 59-20=39, Resulting Numbers: [9, 6, 39]
Generated Node #2: [9, 6, 39] from Operation: 59-20=39
Current State: 26:[9, 6, 39], Operations: ['59-20=39']
Exploring Operation: 6*39=234, Resulting Numbers: [9, 234]
Generated Node #3: [9, 234] from Operatio... | 4 |
[
95,
46,
88,
17
] | 22 | [
"95-46=49",
"88-17=71",
"71-49=22"
] | Current State: 22:[95, 46, 88, 17], Operations: []
Exploring Operation: 95-46=49, Resulting Numbers: [88, 17, 49]
Generated Node #2: [88, 17, 49] from Operation: 95-46=49
Current State: 22:[88, 17, 49], Operations: ['95-46=49']
Exploring Operation: 88-17=71, Resulting Numbers: [49, 71]
Generated Node #3: [49, 71] from ... | 4 |
[
49,
98,
4,
9
] | 34 | [
"98/49=2",
"4*9=36",
"36-2=34"
] | Current State: 34:[49, 98, 4, 9], Operations: []
Exploring Operation: 98/49=2, Resulting Numbers: [4, 9, 2]
Generated Node #2: [4, 9, 2] from Operation: 98/49=2
Current State: 34:[4, 9, 2], Operations: ['98/49=2']
Exploring Operation: 4*9=36, Resulting Numbers: [2, 36]
Generated Node #3: [2, 36] from Operation: 4*9=36
... | 4 |
[
77,
99,
39,
68
] | 50 | [
"77-68=9",
"99/9=11",
"39+11=50"
] | Current State: 50:[77, 99, 39, 68], Operations: []
Exploring Operation: 77-68=9, Resulting Numbers: [99, 39, 9]
Generated Node #2: [99, 39, 9] from Operation: 77-68=9
Current State: 50:[99, 39, 9], Operations: ['77-68=9']
Exploring Operation: 99/9=11, Resulting Numbers: [39, 11]
Generated Node #3: [39, 11] from Operati... | 4 |
[
64,
80,
90,
19
] | 91 | [
"64*90=5760",
"5760/80=72",
"19+72=91"
] | Current State: 91:[64, 80, 90, 19], Operations: []
Exploring Operation: 64*90=5760, Resulting Numbers: [80, 19, 5760]
Generated Node #2: [80, 19, 5760] from Operation: 64*90=5760
Current State: 91:[80, 19, 5760], Operations: ['64*90=5760']
Exploring Operation: 5760/80=72, Resulting Numbers: [19, 72]
Generated Node #3: ... | 4 |
[
32,
89,
22,
5
] | 39 | [
"32-22=10",
"5*10=50",
"89-50=39"
] | Current State: 39:[32, 89, 22, 5], Operations: []
Exploring Operation: 32-22=10, Resulting Numbers: [89, 5, 10]
Generated Node #2: [89, 5, 10] from Operation: 32-22=10
Current State: 39:[89, 5, 10], Operations: ['32-22=10']
Exploring Operation: 5*10=50, Resulting Numbers: [89, 50]
Generated Node #3: [89, 50] from Opera... | 4 |
[
28,
62,
58,
26
] | 76 | [
"62-58=4",
"26*4=104",
"104-28=76"
] | Current State: 76:[28, 62, 58, 26], Operations: []
Exploring Operation: 62-58=4, Resulting Numbers: [28, 26, 4]
Generated Node #2: [28, 26, 4] from Operation: 62-58=4
Current State: 76:[28, 26, 4], Operations: ['62-58=4']
Exploring Operation: 26*4=104, Resulting Numbers: [28, 104]
Generated Node #3: [28, 104] from Oper... | 4 |
[
15,
86,
46,
42
] | 67 | [
"86-15=71",
"46-42=4",
"71-4=67"
] | Current State: 67:[15, 86, 46, 42], Operations: []
Exploring Operation: 86-15=71, Resulting Numbers: [46, 42, 71]
Generated Node #2: [46, 42, 71] from Operation: 86-15=71
Current State: 67:[46, 42, 71], Operations: ['86-15=71']
Exploring Operation: 46-42=4, Resulting Numbers: [71, 4]
Generated Node #3: [71, 4] from Ope... | 4 |
[
48,
12,
2,
93
] | 36 | [
"48*2=96",
"96-93=3",
"12*3=36"
] | Current State: 36:[48, 12, 2, 93], Operations: []
Exploring Operation: 48*2=96, Resulting Numbers: [12, 93, 96]
Generated Node #2: [12, 93, 96] from Operation: 48*2=96
Current State: 36:[12, 93, 96], Operations: ['48*2=96']
Exploring Operation: 96-93=3, Resulting Numbers: [12, 3]
Generated Node #3: [12, 3] from Operati... | 4 |
[
16,
31,
70,
40
] | 10 | [
"16+31=47",
"47-40=7",
"70/7=10"
] | Current State: 10:[16, 31, 70, 40], Operations: []
Exploring Operation: 16+31=47, Resulting Numbers: [70, 40, 47]
Generated Node #2: [70, 40, 47] from Operation: 16+31=47
Current State: 10:[70, 40, 47], Operations: ['16+31=47']
Exploring Operation: 47-40=7, Resulting Numbers: [70, 7]
Generated Node #3: [70, 7] from Ope... | 4 |
[
78,
14,
62,
73
] | 43 | [
"78+14=92",
"62+73=135",
"135-92=43"
] | Current State: 43:[78, 14, 62, 73], Operations: []
Exploring Operation: 78+14=92, Resulting Numbers: [62, 73, 92]
Generated Node #2: [62, 73, 92] from Operation: 78+14=92
Current State: 43:[62, 73, 92], Operations: ['78+14=92']
Exploring Operation: 62+73=135, Resulting Numbers: [92, 135]
Generated Node #3: [92, 135] fr... | 4 |
[
37,
33,
24,
98
] | 66 | [
"98-24=74",
"74/37=2",
"33*2=66"
] | Current State: 66:[37, 33, 24, 98], Operations: []
Exploring Operation: 98-24=74, Resulting Numbers: [37, 33, 74]
Generated Node #2: [37, 33, 74] from Operation: 98-24=74
Current State: 66:[37, 33, 74], Operations: ['98-24=74']
Exploring Operation: 74/37=2, Resulting Numbers: [33, 2]
Generated Node #3: [33, 2] from Ope... | 4 |
[
3,
28,
24,
77
] | 77 | [
"28-3=25",
"25-24=1",
"77*1=77"
] | Current State: 77:[3, 28, 24, 77], Operations: []
Exploring Operation: 28-3=25, Resulting Numbers: [24, 77, 25]
Generated Node #2: [24, 77, 25] from Operation: 28-3=25
Current State: 77:[24, 77, 25], Operations: ['28-3=25']
Exploring Operation: 25-24=1, Resulting Numbers: [77, 1]
Generated Node #3: [77, 1] from Operati... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.