@@ -36,7 +36,141 @@ import { db_collection } from "./root.db";
36
36
// };
37
37
38
38
const company = { } ;
39
+ const selected = {
40
+ "remove-duplicate-letters" : {
41
+ id : 316 ,
42
+ name : "remove-duplicate-letters" ,
43
+ title : "一招吃遍力扣四道题,妈妈再也不用担心我被套路啦~" ,
44
+ url :
45
+ "https://github.com/azl397985856/leetcode/blob/master/selected/a-deleted.md" ,
46
+ } ,
47
+ "create-maximum-number" : {
48
+ id : 321 ,
49
+ name : "create-maximum-number" ,
50
+ title : "一招吃遍力扣四道题,妈妈再也不用担心我被套路啦~" ,
51
+ url :
52
+ "https://github.com/azl397985856/leetcode/blob/master/selected/a-deleted.md" ,
53
+ } ,
54
+ "remove-k-digits" : {
55
+ id : 402 ,
56
+ name : "remove-k-digits" ,
57
+ title : "一招吃遍力扣四道题,妈妈再也不用担心我被套路啦~" ,
58
+ url :
59
+ "https://github.com/azl397985856/leetcode/blob/master/selected/a-deleted.md" ,
60
+ } ,
61
+ "smallest-subsequence-of-distinct-characters" : {
62
+ id : 1081 ,
63
+ name : "smallest-subsequence-of-distinct-characters" ,
64
+ title : "一招吃遍力扣四道题,妈妈再也不用担心我被套路啦~" ,
65
+ url :
66
+ "https://github.com/azl397985856/leetcode/blob/master/selected/a-deleted.md" ,
67
+ } ,
68
+ "unique-substrings-in-wraparound-string" : {
69
+ id : 467 ,
70
+ name : "unique-substrings-in-wraparound-string" ,
71
+ title : "【西法的刷题秘籍】一次搞定前缀和" ,
72
+ url :
73
+ "https://github.com/azl397985856/leetcode/blob/master/selected/atMostK.md" ,
74
+ } ,
75
+ "number-of-subarrays-with-bounded-maximum" : {
76
+ id : 795 ,
77
+ name : "number-of-subarrays-with-bounded-maximum" ,
78
+ title : "【西法的刷题秘籍】一次搞定前缀和" ,
79
+ url :
80
+ "https://github.com/azl397985856/leetcode/blob/master/selected/atMostK.md" ,
81
+ } ,
82
+ "fruit-into-baskets" : {
83
+ id : 904 ,
84
+ name : "fruit-into-baskets" ,
85
+ title : "【西法的刷题秘籍】一次搞定前缀和" ,
86
+ url :
87
+ "https://github.com/azl397985856/leetcode/blob/master/selected/atMostK.md" ,
88
+ } ,
89
+ "subarrays-with-k-different-integers" : {
90
+ id : 992 ,
91
+ name : "subarrays-with-k-different-integers" ,
92
+ title : "【西法的刷题秘籍】一次搞定前缀和" ,
93
+ url :
94
+ "https://github.com/azl397985856/leetcode/blob/master/selected/atMostK.md" ,
95
+ } ,
96
+ "corporate-flight-bookings" : {
97
+ id : 1109 ,
98
+ name : "corporate-flight-bookings" ,
99
+ title : "【西法的刷题秘籍】一次搞定前缀和" ,
100
+ url :
101
+ "https://github.com/azl397985856/leetcode/blob/master/selected/atMostK.md" ,
102
+ } ,
103
+ "serialize-and-deserialize-bst" : {
104
+ id : 449 ,
105
+ name : "serialize-and-deserialize-bst" ,
106
+ title : "一文带你看懂二叉树的序列化" ,
107
+ url :
108
+ "https://github.com/azl397985856/leetcode/blob/master/selected/serialize.md" ,
109
+ } ,
110
+ "serialize-and-deserialize-binary-tree" : {
111
+ id : 297 ,
112
+ name : "serialize-and-deserialize-binary-tree" ,
113
+ title : "一文带你看懂二叉树的序列化" ,
114
+ url :
115
+ "https://github.com/azl397985856/leetcode/blob/master/selected/serialize.md" ,
116
+ } ,
39
117
118
+ "longest-increasing-subsequence" : {
119
+ id : 300 ,
120
+ name : "longest-increasing-subsequence" ,
121
+ title : "穿上衣服我就不认识你了?来聊聊最长上升子序列" ,
122
+ url :
123
+ "https://github.com/azl397985856/leetcode/blob/master/selected/serialize.md" ,
124
+ } ,
125
+ "non-overlapping-intervals" : {
126
+ id : 435 ,
127
+ name : "non-overlapping-intervals" ,
128
+ title : "穿上衣服我就不认识你了?来聊聊最长上升子序列" ,
129
+ url :
130
+ "https://github.com/azl397985856/leetcode/blob/master/selected/serialize.md" ,
131
+ } ,
132
+ "maximum-length-of-pair-chain" : {
133
+ id : 646 ,
134
+ name : "maximum-length-of-pair-chain" ,
135
+ title : "穿上衣服我就不认识你了?来聊聊最长上升子序列" ,
136
+ url :
137
+ "https://github.com/azl397985856/leetcode/blob/master/selected/serialize.md" ,
138
+ } ,
139
+ "minimum-number-of-arrows-to-burst-balloons" : {
140
+ id : 452 ,
141
+ name : "minimum-number-of-arrows-to-burst-balloons" ,
142
+ title : "穿上衣服我就不认识你了?来聊聊最长上升子序列" ,
143
+ url :
144
+ "https://github.com/azl397985856/leetcode/blob/master/selected/serialize.md" ,
145
+ } ,
146
+
147
+ "maximum-length-of-repeated-subarray" : {
148
+ id : 718 ,
149
+ name : "maximum-length-of-repeated-subarray" ,
150
+ title : "你的衣服我扒了 - 《最长公共子序列》" ,
151
+ url : "https://github.com/azl397985856/leetcode/blob/master/selected/LCS.md" ,
152
+ } ,
153
+ "longest-common-subsequence" : {
154
+ id : 1143 ,
155
+ name : "longest-common-subsequence" ,
156
+ title : "你的衣服我扒了 - 《最长公共子序列》" ,
157
+ url : "https://github.com/azl397985856/leetcode/blob/master/selected/LCS.md" ,
158
+ } ,
159
+ "uncrossed-lines" : {
160
+ id : 1035 ,
161
+ name : "uncrossed-lines" ,
162
+ title : "你的衣服我扒了 - 《最长公共子序列》" ,
163
+ url : "https://github.com/azl397985856/leetcode/blob/master/selected/LCS.md" ,
164
+ } ,
165
+ "maximum-subarray" : {
166
+ id : 53 ,
167
+ name : "maximum-subarray" ,
168
+ title : "一文看懂《最大子序列和问题》" ,
169
+ url : "https://github.com/azl397985856/leetcode/blob/master/selected/LSS.md" ,
170
+ } ,
171
+ } ;
172
+
173
+ const in91 = { } ;
40
174
Object . values ( db_collection ) . forEach ( ( problem ) => {
41
175
problem . companies . forEach ( ( c ) => {
42
176
if ( company [ c . name ] === void 0 ) company [ c . name ] = [ ] ;
@@ -48,4 +182,5 @@ export default {
48
182
problems : db_collection ,
49
183
// tags,
50
184
company,
185
+ selected,
51
186
} ;
0 commit comments