leetcode/src/problem
2024-04-11 10:15:33 +08:00
..
lcp24_nums_game.rs 20240201 Finished 2024-02-01 11:13:56 +08:00
lcp30_magic_tower.rs 20240206 Finished 2024-02-06 11:07:21 +08:00
mod.rs 20240411 Finished 2024-04-11 10:15:33 +08:00
p1_two_sum.rs add: rename some files 2024-04-04 11:25:03 +08:00
p2_add_two_numbers.rs add: rename some files 2024-04-04 11:25:03 +08:00
p3_longest_substring_without_repeating_characters.rs add: rename some files 2024-04-04 11:25:03 +08:00
p4_median_of_two_sorted_arrays.rs add: rename some files 2024-04-04 11:25:03 +08:00
p6_zigzag_conversion.rs add: rename some files 2024-04-04 11:25:03 +08:00
p7_reverse_integer.rs add: rename some files 2024-04-04 11:25:03 +08:00
p9_palindrome_number.rs add: rename some files 2024-04-04 11:25:03 +08:00
p20_valid_parentheses.rs add: rename some files 2024-04-04 11:25:03 +08:00
p26_remove_duplicates_from_sorted_array.rs 20240404 Finished 2024-04-04 11:18:09 +08:00
p27_remove_element.rs 20240403 Finished 2024-04-03 10:10:05 +08:00
p52_n_queens_ii.rs refact: rename 2024-04-05 11:19:09 +08:00
p55_jump_game.rs 20240411 Finished 2024-04-11 10:15:33 +08:00
p80_remove_duplicates_from_sorted_array_ii.rs 20240405 Finished 2024-04-05 11:18:42 +08:00
p82_remove_duplicates_from_sorted_list_ii.rs 20240115 Finished 2024-01-15 12:00:43 +08:00
p83_remove_duplicates_from_sorted_list.rs 20240115 Finished 2024-01-15 12:00:43 +08:00
p88_merge_sorted_array.rs 20240401 Finished 2024-04-01 11:23:10 +08:00
p94_binary_tree_inorder_traversal.rs 20240210 Finished 2024-02-10 20:05:29 +08:00
p102_binary_tree_level_order_traversal.rs 20240214 Finished 2024-02-14 12:27:50 +08:00
p103_binary_tree_zigzag_level_order_traversal.rs 20240216 Finished 2024-02-16 10:28:57 +08:00
p105_construct_binary_tree_from_preorder_and_inorder_traversal.rs 20240220 Finished 2024-02-20 11:50:13 +08:00
p106_construct_binary_tree_from_inorder_and_postorder_traversal.rs 20240221 Finsihed 2024-02-21 21:19:54 +08:00
p107_binary_tree_level_order_traversal_ii.rs 20240215 Finished 2024-02-15 11:27:21 +08:00
p121_best_time_to_buy_and_sell_stock.rs 20240409 Finished 2024-04-09 16:09:15 +08:00
p122_best_time_to_buy_and_sell_stock_ii.rs 20240410 Finished 2024-04-10 10:55:06 +08:00
p144_binary_tree_preorder_traversal.rs 20240211 Finished 2024-02-11 13:17:27 +08:00
p145_binary_tree_postorder_traversal.rs 20240212 Finished 2024-02-12 12:24:56 +08:00
p162_find_peak_element.rs add: rename some files 2024-04-04 11:25:03 +08:00
p169_majority_element.rs 20240407 Finished 2024-04-07 11:35:33 +08:00
p189_rotate_array.rs 20240408 Finished 2024-04-08 11:02:39 +08:00
p225_implement_stack_using_queues.rs 20240303 Finished 2024-03-03 10:20:05 +08:00
p232_implement_queue_using_stacks.rs 20240304 Finished 2024-03-04 10:59:17 +08:00
p235_lowest_common_ancestor_of_a_binary_search_tree.rs 20240225 Finished 2024-02-25 14:24:54 +08:00
p236_lowest_common_ancestor_of_a_binary_tree.rs 20240209 Finished 2024-02-09 10:31:26 +08:00
p292_nim_game.rs 20240204 Finished 2024-02-04 10:37:50 +08:00
p299_bulls_and_cows.rs 20240310 Finished 2024-03-10 10:41:58 +08:00
p303_range_sum_query_immutable.rs 20240318 Finished 2024-03-18 10:50:21 +08:00
p310_minimum_height_trees.rs 20240317 Finished 2024-03-17 11:26:12 +08:00
p322_coin_change.rs 20240324 Finished 2024-03-24 12:07:56 +08:00
p331_verify_preorder_serialization_of_a_binary_tree.rs 20240331 Finished 2024-03-31 11:46:39 +08:00
p365_water_and_jug_problem.rs 20240128 Finished 2024-01-28 10:24:47 +08:00
p410_split_array_largest_sum.rs 20240121 Finished 2024-01-21 16:41:47 +08:00
p447_number_of_boomerangs.rs add: rename some files 2024-04-04 11:25:03 +08:00
p514_freedom_trail.rs 20240129 Finished 2024-01-29 14:54:25 +08:00
p518_coin_change_ii.rs 20240325 Finished 2024-03-25 11:03:11 +08:00
p670_maximum_swap.rs 20240122 Finished 2024-01-22 11:05:07 +08:00
p743_network_delay_time.rs add: rename some files 2024-04-04 11:25:03 +08:00
p889_construct_binary_tree_from_preorder_and_postorder_traversal.rs 20240222 Finished 2024-02-22 18:50:11 +08:00
p912_sort_an_array.rs add: rename some files 2024-04-04 11:25:03 +08:00
p938_range_sum_of_bst.rs 20240226 Finished 2024-02-26 09:16:06 +08:00
p987_vertical_order_traversal_of_a_binary_tree.rs 20240213 Finished 2024-02-13 11:03:03 +08:00
p993_cousins_in_binary_tree.rs 20240208 Finished 2024-02-08 10:36:24 +08:00
p1261_find_elements_in_a_contaminated_binary_tree.rs 20240312 Finished 2024-03-12 15:14:49 +08:00
p1276_number_of_burgers_with_no_waste_of_ingredients.rs refactor: 移动已完成的题目 2024-01-12 23:09:43 +08:00
p1686_stone_game_vi.rs 20210202 Finished 2024-02-02 21:17:19 +08:00
p1690_stone_game_vii.rs 20210203 Finished 2024-02-03 10:44:02 +08:00
p1696_jump_game_vi.rs 20240205 Finished 2024-02-05 11:38:48 +08:00
p1793_maximum_score_of_a_good_subarray.rs 20240319 Finished 2024-03-19 14:12:26 +08:00
p1969_minimum_non_zero_product_of_the_array_elements.rs 20240320 Finished 2024-03-20 10:54:32 +08:00
p1976_number_of_ways_to_arrive_at_destination.rs 20240305 Finished 2024-03-05 13:35:09 +08:00
p1997_first_day_where_you_have_been_in_all_the_rooms.rs 20240328 Finished 2024-03-28 10:27:48 +08:00
p2085_count_common_words_with_one_occurrence.rs refactor: 移动已完成的题目 2024-01-12 23:09:43 +08:00
p2129_capitalize_the_title.rs 20240311 Finished 2024-03-11 11:13:02 +08:00
p2171_removing_minimum_number_of_magic_beans.rs 20240118 Finished 2024-01-18 11:44:50 +08:00
p2182_construct_string_with_repeat_limit.rs 20240113 Finished 2024-01-13 13:22:34 +08:00
p2312_selling_pieces_of_wood.rs 20240315 Finished 2024-03-15 08:42:59 +08:00
p2368_reachable_nodes_with_restrictions.rs 20240302 Finished 2024-03-02 10:13:37 +08:00
p2369_check_if_there_is_a_valid_partition_for_the_array.rs 20240301 Finished 2024-03-01 08:23:03 +08:00
p2386_find_the_k_sum_of_an_array.rs 20240309 Finished 2024-03-09 11:25:22 +08:00
p2476_closest_nodes_queries_in_a_binary_search_tree.rs 20240223 20240224 Finished 2024-02-25 15:15:14 +08:00
p2549_count_distinct_numbers_on_board.rs 20240323 Finished 2024-03-23 11:01:30 +08:00
p2575_find_the_divisibility_array_of_a_string.rs 20240307 Finished 2024-03-07 10:17:45 +08:00
p2580_count_ways_to_group_overlapping_ranges.rs 20240327 Finished 2024-03-27 10:46:20 +08:00
p2581_count_number_of_possible_root_nodes.rs 20240229 Finished 2024-02-29 11:20:16 +08:00
p2583_kth_largest_sum_in_a_binary_tree.rs 20240223 20240224 Finished 2024-02-25 15:15:14 +08:00
p2617_minimum_number_of_visited_cells_in_a_grid.rs 20240322 Finished 2024-03-22 08:50:36 +08:00
p2641_cousins_in_binary_tree_ii.rs 20240207 Finished 2024-02-07 11:33:09 +08:00
p2642_design_graph_with_shortest_path_calculator.rs 20240326 Finished 2024-03-26 12:33:45 +08:00
p2670_find_the_distinct_difference_array.rs 20240131 Finished 2024-01-31 10:26:18 +08:00
p2671_frequency_tracker.rs 20240321 Finished 2024-03-21 11:04:22 +08:00
p2673_make_costs_of_paths_equal_in_a_binary_tree.rs 20240228 Finished 2024-02-28 10:12:27 +08:00
p2684_maximum_number_of_moves_in_a_grid.rs 20240316 Finished 2024-03-16 11:37:58 +08:00
p2697_lexicographically_smallest_palindrome.rs refactor: 移动已完成的题目 2024-01-12 23:09:43 +08:00
p2719_count_of_integers.rs 20240116 Finished 2024-01-16 13:03:18 +08:00
p2744_find_maximum_number_of_string_pairs.rs 20240117 Finished 2024-01-17 10:48:46 +08:00
p2765_longest_alternating_subarray.rs 20240123 Finished 2024-01-23 11:16:04 +08:00
p2788_split_strings_by_separator.rs 20240120 Finished 2024-01-20 10:25:01 +08:00
p2789_largest_element_in_an_array_after_merge_operations.rs 20240314 Finished 2024-03-14 10:01:52 +08:00
p2808_minimum_seconds_to_equalize_a_circular_array.rs 20240130 Finished 2024-01-30 11:01:40 +08:00
p2809_minimum_time_to_make_array_sum_at_most_x.rs 20240119 Finished 2024-01-19 12:16:20 +08:00
p2828_check_if_a_string_is_an_acronym_of_words.rs refactor: 移动已完成的题目 2024-01-12 23:09:43 +08:00
p2834_find_the_minimum_possible_sum_of_a_beautiful_array.rs 20240308 Finished 2024-03-08 08:46:20 +08:00
p2846_minimum_edge_weight_equilibrium_queries_in_a_tree.rs 20240126 Finished 2024-01-26 12:54:27 +08:00
p2859_sum_of_values_at_indices_with_k_set_bits.rs 20240125 Finished 2024-01-25 11:20:42 +08:00
p2861_maximum_number_of_alloys.rs 20240127 Finished 2024-01-27 12:59:57 +08:00
p2864_maximum_odd_binary_number.rs 20240313 Finished 2024-03-13 10:08:32 +08:00
p2865_beautiful_towers_i.rs 20240124 Finished 2024-01-24 10:39:34 +08:00
p2867_count_valid_paths_in_a_tree.rs 20240227 Finished 2024-02-27 09:21:05 +08:00
p2908_minimum_sum_of_mountain_triplets_i.rs 20240329 Finished 2024-03-29 12:07:15 +08:00
p2917_find_the_k_or_of_an_array.rs 20240306 Finished 2024-03-06 09:58:10 +08:00
p2952_minimum_number_of_coins_to_be_added.rs 20240330 Finished 2024-03-30 12:06:47 +08:00