Skip to content

Commit 06c85fe

Browse files
committed
feat: update tags
1 parent cb574c6 commit 06c85fe

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

leetcode_py/cli/resources/leetcode/json/tags.json5

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,11 @@
136136
"jump_game",
137137
"kth_smallest_element_in_a_bst",
138138
"linked_list_cycle",
139+
"longest_common_subsequence",
139140
"longest_consecutive_sequence",
140141
"longest_increasing_subsequence",
141142
"longest_palindromic_substring",
143+
"longest_repeating_character_replacement",
142144
"longest_substring_without_repeating_characters",
143145
"lowest_common_ancestor_of_a_binary_search_tree",
144146
"maximum_depth_of_binary_tree",
@@ -149,9 +151,11 @@
149151
"merge_two_sorted_lists",
150152
"minimum_window_substring",
151153
"missing_number",
154+
"non_overlapping_intervals",
152155
"number_of_1_bits",
153156
"number_of_islands",
154157
"pacific_atlantic_water_flow",
158+
"palindromic_substrings",
155159
"product_of_array_except_self",
156160
"remove_nth_node_from_end_of_list",
157161
"reorder_list",
@@ -163,6 +167,8 @@
163167
"serialize_and_deserialize_binary_tree",
164168
"set_matrix_zeroes",
165169
"spiral_matrix",
170+
"subtree_of_another_tree",
171+
"sum_of_two_integers",
166172
"three_sum",
167173
"top_k_frequent_elements",
168174
"two_sum",
@@ -178,6 +184,7 @@
178184

179185
// NeetCode 150 - (on-going)
180186
"neetcode-150": [
187+
"add_two_numbers",
181188
"alien_dictionary",
182189
"balanced_binary_tree",
183190
"best_time_to_buy_and_sell_stock",
@@ -216,31 +223,38 @@
216223
"largest_rectangle_in_histogram",
217224
"letter_combinations_of_a_phone_number",
218225
"linked_list_cycle",
226+
"longest_common_subsequence",
219227
"longest_consecutive_sequence",
220228
"longest_increasing_subsequence",
221229
"longest_palindromic_substring",
230+
"longest_repeating_character_replacement",
222231
"longest_substring_without_repeating_characters",
223232
"lowest_common_ancestor_of_a_binary_search_tree",
224233
"lru_cache",
225234
"maximum_depth_of_binary_tree",
226235
"maximum_product_subarray",
227236
"maximum_subarray",
237+
"median_of_two_sorted_arrays",
228238
"merge_intervals",
229239
"merge_k_sorted_lists",
230240
"merge_two_sorted_lists",
231241
"min_stack",
232242
"minimum_window_substring",
233243
"missing_number",
244+
"non_overlapping_intervals",
234245
"number_of_1_bits",
235246
"number_of_islands",
236247
"pacific_atlantic_water_flow",
248+
"palindromic_substrings",
237249
"partition_equal_subset_sum",
238250
"permutations",
239251
"product_of_array_except_self",
240252
"remove_nth_node_from_end_of_list",
241253
"reorder_list",
242254
"reverse_bits",
255+
"reverse_integer",
243256
"reverse_linked_list",
257+
"reverse_nodes_in_k_group",
244258
"rotate_image",
245259
"rotting_oranges",
246260
"same_tree",
@@ -249,6 +263,8 @@
249263
"set_matrix_zeroes",
250264
"spiral_matrix",
251265
"subsets",
266+
"subtree_of_another_tree",
267+
"sum_of_two_integers",
252268
"task_scheduler",
253269
"three_sum",
254270
"time_based_key_value_store",
@@ -269,6 +285,7 @@
269285

270286
// Algo Master 75 - (on-going)
271287
"algo-master-75": [
288+
"add_two_numbers",
272289
"binary_tree_level_order_traversal",
273290
"binary_tree_maximum_path_sum",
274291
"binary_tree_right_side_view",
@@ -284,22 +301,27 @@
284301
"implement_trie_prefix_tree",
285302
"kth_smallest_element_in_a_bst",
286303
"largest_rectangle_in_histogram",
304+
"longest_common_subsequence",
287305
"longest_consecutive_sequence",
288306
"longest_increasing_subsequence",
289307
"longest_substring_without_repeating_characters",
290308
"lowest_common_ancestor_of_a_binary_tree",
291309
"lru_cache",
292310
"majority_element",
293311
"maximum_subarray",
312+
"median_of_two_sorted_arrays",
294313
"merge_intervals",
295314
"merge_k_sorted_lists",
296315
"min_stack",
297316
"minimum_window_substring",
317+
"non_overlapping_intervals",
298318
"number_of_islands",
299319
"partition_equal_subset_sum",
300320
"permutations",
301321
"product_of_array_except_self",
302322
"remove_nth_node_from_end_of_list",
323+
"reverse_integer",
324+
"reverse_nodes_in_k_group",
303325
"rotate_image",
304326
"rotting_oranges",
305327
"search_in_rotated_sorted_array",

0 commit comments

Comments
 (0)