File tree
1,739 files changed
+6742
-5410
lines changed- src
- main/kotlin
- com_github_leetcode
- g0001_0100
- s0005_longest_palindromic_substring
- s0010_regular_expression_matching
- s0017_letter_combinations_of_a_phone_number
- s0023_merge_k_sorted_lists
- s0030_substring_with_concatenation_of_all_words
- s0040_combination_sum_ii
- s0046_permutations
- s0048_rotate_image
- s0049_group_anagrams
- s0050_powx_n
- s0052_n_queens_ii
- s0079_word_search
- s0084_largest_rectangle_in_histogram
- s0093_restore_ip_addresses
- s0097_interleaving_string
- s0098_validate_binary_search_tree
- s0100_same_tree
- g0101_0200
- s0101_symmetric_tree
- s0112_path_sum
- s0113_path_sum_ii
- s0120_triangle
- s0123_best_time_to_buy_and_sell_stock_iii
- s0126_word_ladder_ii
- s0128_longest_consecutive_sequence
- s0134_gas_station
- s0140_word_break_ii
- s0150_evaluate_reverse_polish_notation
- s0154_find_minimum_in_rotated_sorted_array_ii
- s0155_min_stack
- g0201_0300
- s0201_bitwise_and_of_numbers_range
- s0210_course_schedule_ii
- s0222_count_complete_tree_nodes
- s0258_add_digits
- s0273_integer_to_english_words
- s0282_expression_add_operators
- s0289_game_of_life
- s0297_serialize_and_deserialize_binary_tree
- g0301_0400
- s0303_range_sum_query_immutable
- s0319_bulb_switcher
- s0321_create_maximum_number
- s0336_palindrome_pairs
- s0350_intersection_of_two_arrays_ii
- s0354_russian_doll_envelopes
- s0365_water_and_jug_problem
- s0372_super_pow
- s0381_insert_delete_getrandom_o1_duplicates_allowed
- s0387_first_unique_character_in_a_string
- s0398_random_pick_index
- s0399_evaluate_division
- s0400_nth_digit
- g0401_0500
- s0401_binary_watch
- s0403_frog_jump
- s0406_queue_reconstruction_by_height
- s0409_longest_palindrome
- s0417_pacific_atlantic_water_flow
- s0435_non_overlapping_intervals
- s0446_arithmetic_slices_ii_subsequence
- s0464_can_i_win
- s0475_heaters
- s0480_sliding_window_median
- s0488_zuma_game
- s0491_increasing_subsequences
- s0492_construct_the_rectangle
- s0497_random_point_in_non_overlapping_rectangles
- g0501_0600
- s0502_ipo
- s0513_find_bottom_left_tree_value
- s0514_freedom_trail
- s0521_longest_uncommon_subsequence_i
- s0529_minesweeper
- s0539_minimum_time_difference
- s0546_remove_boxes
- s0552_student_attendance_record_ii
- s0556_next_greater_element_iii
- s0558_logical_or_of_two_binary_grids_represented_as_quad_trees
- s0564_find_the_closest_palindrome
- s0572_subtree_of_another_tree
- s0576_out_of_boundary_paths
- s0583_delete_operation_for_two_strings
- s0593_valid_square
- g0601_0700
- s0617_merge_two_binary_trees
- s0622_design_circular_queue
- s0638_shopping_offers
- s0641_design_circular_deque
- s0655_print_binary_tree
- s0675_cut_off_trees_for_golf_event
- s0684_redundant_connection
- s0685_redundant_connection_ii
- s0688_knight_probability_in_chessboard
- s0691_stickers_to_spell_word
- s0692_top_k_frequent_words
- g0701_0800
- s0701_insert_into_a_binary_search_tree
- s0710_random_pick_with_blacklist
- s0726_number_of_atoms
- s0741_cherry_pickup
- s0749_contain_virus
- s0753_cracking_the_safe
- s0757_set_intersection_size_at_least_two
- s0761_special_binary_string
- s0764_largest_plus_sign
- s0770_basic_calculator_iv
- s0778_swim_in_rising_water
- s0794_valid_tic_tac_toe_state
- g0801_0900
- s0804_unique_morse_code_words
- s0808_soup_servings
- s0814_binary_tree_pruning
- s0815_bus_routes
- s0816_ambiguous_coordinates
- s0835_image_overlap
- s0840_magic_squares_in_grid
- s0847_shortest_path_visiting_all_nodes
- s0850_rectangle_area_ii
- s0855_exam_room
- s0865_smallest_subtree_with_all_the_deepest_nodes
- s0867_transpose_matrix
- s0874_walking_robot_simulation
- s0881_boats_to_save_people
- s0882_reachable_nodes_in_subdivided_graph
- s0889_construct_binary_tree_from_preorder_and_postorder_traversal
- s0891_sum_of_subsequence_widths
- g0901_1000
- s0907_sum_of_subarray_minimums
- s0908_smallest_range_i
- s0913_cat_and_mouse
- s0914_x_of_a_kind_in_a_deck_of_cards
- s0934_shortest_bridge
- s0937_reorder_data_in_log_files
- s0939_minimum_area_rectangle
- s0943_find_the_shortest_superstring
- s0951_flip_equivalent_binary_trees
- s0954_array_of_doubled_pairs
- s0963_minimum_area_rectangle_ii
- s0964_least_operators_to_express_number
- s0966_vowel_spellchecker
- s0968_binary_tree_cameras
- s0983_minimum_cost_for_tickets
- s0987_vertical_order_traversal_of_a_binary_tree
- s0993_cousins_in_binary_tree
- g1001_1100
- s1024_video_stitching
- s1030_matrix_cells_in_distance_order
- s1033_moving_stones_until_consecutive
- s1036_escape_a_large_maze
- s1040_moving_stones_until_consecutive_ii
- s1048_longest_string_chain
- s1071_greatest_common_divisor_of_strings
- s1080_insufficient_nodes_in_root_to_leaf_paths
- s1095_find_in_mountain_array
- s1096_brace_expansion_ii
- g1101_1200
- s1106_parsing_a_boolean_expression
- s1123_lowest_common_ancestor_of_deepest_leaves
- s1129_shortest_path_with_alternating_colors
- s1145_binary_tree_coloring_game
- s1155_number_of_dice_rolls_with_target_sum
- s1175_prime_arrangements
- s1189_maximum_number_of_balloons
- s1192_critical_connections_in_a_network
- g1201_1300
- s1222_queens_that_can_attack_the_king
- s1226_the_dining_philosophers
- s1227_airplane_seat_assignment_probability
- s1250_check_if_it_is_a_good_array
- s1275_find_winner_on_a_tic_tac_toe_game
- s1277_count_square_submatrices_with_all_ones
- s1278_palindrome_partitioning_iii
- s1286_iterator_for_combination
- s1288_remove_covered_intervals
- s1291_sequential_digits
- s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold
- s1298_maximum_candies_you_can_get_from_boxes
- g1301_1400
- s1311_get_watched_videos_by_your_friends
- s1315_sum_of_nodes_with_even_valued_grandparent
- s1320_minimum_distance_to_type_a_word_using_two_fingers
- s1325_delete_leaves_with_a_given_value
- s1330_reverse_subarray_to_maximize_array_value
- s1332_remove_palindromic_subsequences
- s1333_filter_restaurants_by_vegan_friendly_price_and_distance
- s1348_tweet_counts_per_frequency
- s1357_apply_discount_every_n_orders
- s1360_number_of_days_between_two_dates
- s1367_linked_list_in_binary_tree
- s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid
- s1371_find_the_longest_substring_containing_vowels_in_even_counts
- s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree
- s1388_pizza_with_3n_slices
- s1391_check_if_there_is_a_valid_path_in_a_grid
- s1397_find_all_good_strings
- g1401_1500
- s1401_circle_and_rectangle_overlapping
- s1406_stone_game_iii
- s1411_number_of_ways_to_paint_n_3_grid
- s1419_minimum_number_of_frogs_croaking
- s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows
- s1443_minimum_time_to_collect_all_apples_in_a_tree
- s1444_number_of_ways_of_cutting_a_pizza
- s1447_simplified_fractions
- s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list
- s1453_maximum_number_of_darts_inside_of_a_circular_dartboard
- s1462_course_schedule_iv
- s1473_paint_house_iii
- s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree
- s1499_max_value_of_equation
- g1501_1600
- s1503_last_moment_before_all_ants_fall_out_of_a_plank
- s1519_number_of_nodes_in_the_sub_tree_with_the_same_label
- s1523_count_odd_numbers_in_an_interval_range
- s1530_number_of_good_leaf_nodes_pairs
- s1531_string_compression_ii
- s1568_minimum_number_of_days_to_disconnect_island
- s1569_number_of_ways_to_reorder_array_to_get_same_bst
- s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable
- s1583_count_unhappy_friends
- s1584_min_cost_to_connect_all_points
- s1591_strange_printer_ii
- s1594_maximum_non_negative_product_in_a_matrix
- s1595_minimum_cost_to_connect_two_groups_of_points
- s1600_throne_inheritance
- g1601_1700
- s1610_maximum_number_of_visible_points
- s1617_count_subtrees_with_max_distance_between_cities
- s1622_fancy_sequence
- s1626_best_team_with_no_conflicts
- s1631_path_with_minimum_effort
- s1632_rank_transform_of_a_matrix
- s1639_number_of_ways_to_form_a_target_string_given_a_dictionary
- s1649_create_sorted_array_through_instructions
- g1701_1800
- s1704_determine_if_string_halves_are_alike
- s1719_number_of_ways_to_reconstruct_a_tree
- s1754_largest_merge_of_two_strings
- s1766_tree_of_coprimes
- s1770_maximum_score_from_performing_multiplication_operations
- s1790_check_if_one_string_swap_can_make_strings_equal
- s1791_find_center_of_star_graph
- s1799_maximize_score_after_n_operations
- g1801_1900
- s1801_number_of_orders_in_the_backlog
- s1819_number_of_different_subsequences_gcds
- s1825_finding_mk_average
- s1830_minimum_number_of_operations_to_make_string_sorted
- s1834_single_threaded_cpu
- s1857_largest_color_value_in_a_directed_graph
- s1863_sum_of_all_subset_xor_totals
- s1871_jump_game_vii
- s1883_minimum_skips_to_arrive_at_meeting_on_time
- s1895_largest_magic_square
- s1896_minimum_cost_to_change_the_final_value_of_expression
- g1901_2000
- s1904_the_number_of_full_rounds_you_have_played
- s1931_painting_a_grid_with_three_different_colors
- s1932_merge_bsts_to_create_single_bst
- s1958_check_if_move_is_legal
- s1977_number_of_ways_to_separate_numbers
- s1991_find_the_middle_index_in_array
- g2001_2100
- s2008_maximum_earnings_from_taxi
- s2029_stone_game_ix
- s2035_partition_array_into_two_arrays_to_minimize_sum_difference
- s2039_the_time_when_the_network_becomes_idle
- s2056_number_of_valid_move_combinations_on_chessboard
- s2060_check_if_an_original_string_exists_given_two_encoded_strings
- s2065_maximum_path_quality_of_a_graph
- s2097_valid_arrangement_of_pairs
- g2101_2200
- s2102_sequentially_ordinal_rank_tracker
- s2115_find_all_possible_recipes_from_given_supplies
- s2119_a_number_after_a_double_reversal
- s2124_check_if_all_as_appears_before_all_bs
- s2132_stamping_the_grid
- s2151_maximum_good_people_based_on_statements
- s2162_minimum_cost_to_set_cooking_time
- s2170_minimum_operations_to_make_the_array_alternating
- s2172_maximum_and_sum_of_array
- s2177_find_three_consecutive_integers_that_sum_to_a_given_number
- s2178_maximum_split_of_positive_even_integers
- s2183_count_array_pairs_divisible_by_k
- s2187_minimum_time_to_complete_trips
- s2197_replace_non_coprime_numbers_in_array
- g2201_2300
- s2232_minimize_result_by_adding_parentheses_to_expression
- s2260_minimum_consecutive_cards_to_pick_up
- s2264_largest_3_same_digit_number_in_string
- s2267_check_if_there_is_a_valid_parentheses_string_path
- s2273_find_resultant_array_after_removing_anagrams
- s2281_sum_of_total_strength_of_wizards
- s2286_booking_concert_tickets_in_groups
- s2288_apply_discount_to_prices
- g2301_2400
- s2318_number_of_distinct_roll_sequences
- s2322_minimum_score_after_removals_on_a_tree
- s2349_design_a_number_container_system
- s2353_design_a_food_rating_system
- s2360_longest_cycle_in_a_graph
- s2374_node_with_highest_edge_score
- s2376_count_special_integers
- s2383_minimum_hours_of_training_to_win_a_competition
- s2398_maximum_number_of_robots_within_budget
- g2401_2500
- s2404_most_frequent_even_element
- s2409_count_days_spent_together
- s2435_paths_in_matrix_whose_sum_is_divisible_by_k
- s2440_create_components_with_same_value
- s2447_number_of_subarrays_with_gcd_equal_to_k
- s2452_words_within_two_edits_of_dictionary
- s2455_average_value_of_even_numbers_that_are_divisible_by_three
- s2456_most_popular_video_creator
- s2458_height_of_binary_tree_after_subtree_removal_queries
- s2463_minimum_total_distance_traveled
- s2467_most_profitable_path_in_a_tree
- s2497_maximum_star_sum_of_a_graph
- s2499_minimum_total_cost_to_make_arrays_unequal
- g2501_2600
- s2508_add_edges_to_make_degrees_of_all_nodes_even
- s2512_reward_top_k_students
- s2513_minimize_the_maximum_of_two_arrays
- s2515_shortest_distance_to_target_string_in_a_circular_array
- s2541_minimum_operations_to_make_array_equal_ii
- s2551_put_marbles_in_bags
- s2562_find_the_array_concatenation_value
- s2564_substring_xor_queries
- s2566_maximum_difference_by_remapping_a_digit
- s2572_count_the_number_of_square_free_subsets
- s2592_maximize_greatness_of_an_array
- s2593_find_score_of_an_array_after_marking_all_elements
- g2601_2700
- s2616_minimize_the_maximum_difference_of_pairs
- s2644_find_the_maximum_divisibility_score
- s2646_minimize_the_total_price_of_the_trips
- s2658_maximum_number_of_fish_in_a_grid
- s2659_make_array_empty
- s2680_maximum_or
- s2685_count_the_number_of_complete_components
- s2697_lexicographically_smallest_palindrome
- s2698_find_the_punishment_number_of_an_integer
- s2699_modify_graph_edge_weights
- g2701_2800
- s2719_count_of_integers
- s2729_check_if_the_number_is_fascinating
- s2736_maximum_sum_queries
- s2746_decremental_string_concatenation
- s2747_count_zero_request_servers
- s2767_partition_string_into_minimum_beautiful_substrings
- s2768_number_of_black_blocks
- s2785_sort_vowels_in_a_string
- s2799_count_complete_subarrays_in_an_array
- s2800_shortest_string_that_contains_three_strings
- g2801_2900
- s2807_insert_greatest_common_divisors_in_linked_list
- s2812_find_the_safest_path_in_a_grid
- s2818_apply_operations_to_maximize_score
- s2827_number_of_beautiful_integers_in_the_range
- s2830_maximize_the_profit_as_the_salesman
- s2846_minimum_edge_weight_equilibrium_queries_in_a_tree
- s2850_minimum_moves_to_spread_stones_over_grid
- s2861_maximum_number_of_alloys
- s2865_beautiful_towers_i
- s2872_maximum_number_of_k_divisible_components
- s2873_maximum_value_of_an_ordered_triplet_i
- s2876_count_visited_nodes_in_a_directed_graph
- g2901_3000
- s2910_minimum_number_of_groups_to_create_a_valid_assignment
- s2919_minimum_increment_operations_to_make_array_beautiful
- s2948_make_lexicographically_smallest_array_by_swapping_elements
- s2954_count_the_number_of_infection_sequences
- s2957_remove_adjacent_almost_equal_characters
- s2968_apply_operations_to_maximize_frequency_score
- s2975_maximum_square_area_by_removing_fences_from_a_field
- s2976_minimum_cost_to_convert_string_i
- s2977_minimum_cost_to_convert_string_ii
- s2999_count_the_number_of_powerful_integers
- g3001_3100
- s3013_divide_an_array_into_subarrays_with_minimum_cost_ii
- s3026_maximum_good_subarray_sum
- s3030_find_the_grid_of_region_average
- s3044_most_frequent_prime
- s3076_shortest_uncommon_substring_in_an_array
- s3077_maximum_strength_of_k_disjoint_subarrays
- s3098_find_the_sum_of_subsequence_powers
- g3101_3200
- s3102_minimize_manhattan_distances
- s3130_find_all_possible_stable_binary_arrays_ii
- s3136_valid_word
- s3149_find_the_minimum_cost_array_permutation
- s3165_maximum_sum_of_subsequence_with_non_adjacent_elements
- s3181_maximum_total_reward_using_operations_ii
- s3186_maximum_total_damage_with_spell_casting
- s3187_peaks_in_array
- s3197_find_the_minimum_area_to_cover_all_ones_ii
- g3201_3300
- s3203_find_minimum_diameter_after_merging_two_trees
- s3235_check_if_the_rectangle_corner_is_reachable
- s3241_time_taken_to_mark_all_nodes
- s3250_find_the_count_of_monotonic_pairs_i
- s3266_final_array_state_after_k_multiplication_operations_ii
- s3270_find_the_key_of_the_numbers
- s3272_find_the_count_of_good_integers
- s3283_maximum_number_of_moves_to_kill_all_pawns
- s3288_length_of_the_longest_increasing_path
- g3301_3400
- s3311_construct_2d_grid_matching_graph_layout
- s3318_find_x_sum_of_all_k_long_subarrays_i
- s3343_count_number_of_balanced_permutations
- s3357_minimize_the_maximum_adjacent_element_difference
- test/kotlin
- com_github_leetcode
- left_right
- neighbors
- random
- g0001_0100
- s0002_add_two_numbers
- s0004_median_of_two_sorted_arrays
- s0014_longest_common_prefix
- s0015_3sum
- s0016_3sum_closest
- s0017_letter_combinations_of_a_phone_number
- s0018_4sum
- s0021_merge_two_sorted_lists
- s0022_generate_parentheses
- s0023_merge_k_sorted_lists
- s0030_substring_with_concatenation_of_all_words
- s0036_valid_sudoku
- s0037_sudoku_solver
- s0039_combination_sum
- s0040_combination_sum_ii
- s0046_permutations
- s0047_permutations_ii
- s0048_rotate_image
- s0049_group_anagrams
- s0051_n_queens
- s0054_spiral_matrix
- s0056_merge_intervals
- s0057_insert_interval
- s0059_spiral_matrix_ii
- s0063_unique_paths_ii
- s0064_minimum_path_sum
- s0068_text_justification
- s0074_search_a_2d_matrix
- s0077_combinations
- s0078_subsets
- s0085_maximal_rectangle
- s0090_subsets_ii
- s0093_restore_ip_addresses
- s0095_unique_binary_search_trees_ii
- g0101_0200
- s0102_binary_tree_level_order_traversal
- s0103_binary_tree_zigzag_level_order_traversal
- s0105_construct_binary_tree_from_preorder_and_inorder_traversal
- s0107_binary_tree_level_order_traversal_ii
- s0108_convert_sorted_array_to_binary_search_tree
- s0109_convert_sorted_list_to_binary_search_tree
- s0112_path_sum
- s0113_path_sum_ii
- s0116_populating_next_right_pointers_in_each_node
- s0117_populating_next_right_pointers_in_each_node_ii
- s0118_pascals_triangle
- s0126_word_ladder_ii
- s0127_word_ladder
- s0130_surrounded_regions
- s0133_clone_graph
- s0134_gas_station
- s0140_word_break_ii
- s0144_binary_tree_preorder_traversal
- s0145_binary_tree_postorder_traversal
- s0147_insertion_sort_list
- s0149_max_points_on_a_line
- s0150_evaluate_reverse_polish_notation
- s0175_combine_two_tables
- s0176_second_highest_salary
- s0178_rank_scores
- s0180_consecutive_numbers
- s0181_employees_earning_more_than_their_managers
- s0182_duplicate_emails
- s0183_customers_who_never_order
- s0184_department_highest_salary
- s0185_department_top_three_salaries
- s0187_repeated_dna_sequences
- s0190_reverse_bits
- s0196_delete_duplicate_emails
- s0197_rising_temperature
- s0200_number_of_islands
- g0201_0300
- s0203_remove_linked_list_elements
- s0209_minimum_size_subarray_sum
- s0210_course_schedule_ii
- s0212_word_search_ii
- s0215_kth_largest_element_in_an_array
- s0216_combination_sum_iii
- s0217_contains_duplicate
- s0218_the_skyline_problem
- s0219_contains_duplicate_ii
- s0220_contains_duplicate_iii
- s0221_maximal_square
- s0228_summary_ranges
- s0229_majority_element_ii
- s0235_lowest_common_ancestor_of_a_binary_search_tree
- s0236_lowest_common_ancestor_of_a_binary_tree
- s0238_product_of_array_except_self
- s0239_sliding_window_maximum
- s0240_search_a_2d_matrix_ii
- s0241_different_ways_to_add_parentheses
- s0257_binary_tree_paths
- s0260_single_number_iii
- s0262_trips_and_users
- s0273_integer_to_english_words
- s0282_expression_add_operators
- s0289_game_of_life
- g0301_0400
- s0301_remove_invalid_parentheses
- s0304_range_sum_query_2d_immutable
- s0310_minimum_height_trees
- s0315_count_of_smaller_numbers_after_self
- s0318_maximum_product_of_word_lengths
- s0321_create_maximum_number
- s0329_longest_increasing_path_in_a_matrix
- s0332_reconstruct_itinerary
- s0336_palindrome_pairs
- s0337_house_robber_iii
- s0341_flatten_nested_list_iterator
- s0347_top_k_frequent_elements
- s0349_intersection_of_two_arrays
- s0350_intersection_of_two_arrays_ii
- s0354_russian_doll_envelopes
- s0363_max_sum_of_rectangle_no_larger_than_k
- s0368_largest_divisible_subset
- s0373_find_k_pairs_with_smallest_sums
- s0376_wiggle_subsequence
- s0378_kth_smallest_element_in_a_sorted_matrix
- s0380_insert_delete_getrandom_o1
- s0381_insert_delete_getrandom_o1_duplicates_allowed
- s0385_mini_parser
- s0386_lexicographical_numbers
- s0391_perfect_rectangle
- s0399_evaluate_division
- g0401_0500
- s0401_binary_watch
- s0404_sum_of_left_leaves
- s0406_queue_reconstruction_by_height
- s0407_trapping_rain_water_ii
- s0412_fizz_buzz
- s0417_pacific_atlantic_water_flow
- s0421_maximum_xor_of_two_numbers_in_an_array
- s0427_construct_quad_tree
- s0430_flatten_a_multilevel_doubly_linked_list
- s0433_minimum_genetic_mutation
- s0435_non_overlapping_intervals
- s0436_find_right_interval
- s0437_path_sum_iii
- s0442_find_all_duplicates_in_an_array
- s0443_string_compression
- s0447_number_of_boomerangs
- s0448_find_all_numbers_disappeared_in_an_array
- s0449_serialize_and_deserialize_bst
- s0454_4sum_ii
- s0455_assign_cookies
- s0463_island_perimeter
- s0468_validate_ip_address
- s0472_concatenated_words
- s0474_ones_and_zeroes
- s0480_sliding_window_median
- s0483_smallest_good_base
- s0491_increasing_subsequences
- s0496_next_greater_element_i
- s0498_diagonal_traverse
- s0500_keyboard_row
- g0501_0600
- s0502_ipo
- s0503_next_greater_element_ii
- s0506_relative_ranks
- s0511_game_play_analysis_i
- s0524_longest_word_in_dictionary_through_deleting
- s0529_minesweeper
- s0538_convert_bst_to_greater_tree
- s0539_minimum_time_difference
- s0540_single_element_in_a_sorted_array
- s0542_01_matrix
- s0543_diameter_of_binary_tree
- s0547_number_of_provinces
- s0550_game_play_analysis_iv
- s0553_optimal_division
- s0554_brick_wall
- s0557_reverse_words_in_a_string_iii
- s0558_logical_or_of_two_binary_grids_represented_as_quad_trees
- s0570_managers_with_at_least_5_direct_reports
- s0572_subtree_of_another_tree
- s0577_employee_bonus
- s0581_shortest_unsorted_continuous_subarray
- s0584_find_customer_referee
- s0585_investments_in_2016
- s0586_customer_placing_the_largest_number_of_orders
- s0587_erect_the_fence
- s0589_n_ary_tree_preorder_traversal
- s0590_n_ary_tree_postorder_traversal
- s0591_tag_validator
- s0595_big_countries
- s0596_classes_more_than_5_students
- s0598_range_addition_ii
- s0599_minimum_index_sum_of_two_lists
- g0601_0700
- s0601_human_traffic_of_stadium
- s0602_friend_requests_ii_who_has_the_most_friends
- s0607_sales_person
- s0608_tree_node
- s0609_find_duplicate_file_in_system
- s0610_triangle_judgement
- s0619_biggest_single_number
- s0620_not_boring_movies
- s0621_task_scheduler
- s0623_add_one_row_to_tree
- s0626_exchange_seats
- s0627_swap_salary
- s0630_course_schedule_iii
- s0632_smallest_range_covering_elements_from_k_lists
- s0636_exclusive_time_of_functions
- s0637_average_of_levels_in_binary_tree
- s0638_shopping_offers
- s0643_maximum_average_subarray_i
- s0646_maximum_length_of_pair_chain
- s0648_replace_words
- s0652_find_duplicate_subtrees
- s0654_maximum_binary_tree
- s0655_print_binary_tree
- s0658_find_k_closest_elements
- s0661_image_smoother
- s0675_cut_off_trees_for_golf_event
- s0682_baseball_game
- s0684_redundant_connection
- s0685_redundant_connection_ii
- s0689_maximum_sum_of_3_non_overlapping_subarrays
- s0690_employee_importance
- s0691_stickers_to_spell_word
- s0692_top_k_frequent_words
- s0695_max_area_of_island
- s0697_degree_of_an_array
- s0698_partition_to_k_equal_sum_subsets
- s0699_falling_squares
- g0701_0800
- s0701_insert_into_a_binary_search_tree
- s0713_subarray_product_less_than_k
- s0718_maximum_length_of_repeated_subarray
- s0720_longest_word_in_dictionary
- s0721_accounts_merge
- s0722_remove_comments
- s0725_split_linked_list_in_parts
- s0728_self_dividing_numbers
- s0730_count_different_palindromic_subsequences
- s0733_flood_fill
- s0735_asteroid_collision
- s0736_parse_lisp_expression
- s0739_daily_temperatures
- s0741_cherry_pickup
- s0743_network_delay_time
- s0744_find_smallest_letter_greater_than_target
- s0746_min_cost_climbing_stairs
- s0748_shortest_completing_word
- s0749_contain_virus
- s0752_open_the_lock
- s0756_pyramid_transition_matrix
- s0757_set_intersection_size_at_least_two
- s0763_partition_labels
- s0765_couples_holding_hands
- s0766_toeplitz_matrix
- s0770_basic_calculator_iv
- s0778_swim_in_rising_water
- s0782_transform_to_chessboard
- s0783_minimum_distance_between_bst_nodes
- s0784_letter_case_permutation
- s0785_is_graph_bipartite
- s0786_k_th_smallest_prime_fraction
- s0787_cheapest_flights_within_k_stops
- s0789_escape_the_ghosts
- s0792_number_of_matching_subsequences
- s0794_valid_tic_tac_toe_state
- s0795_number_of_subarrays_with_bounded_maximum
- s0797_all_paths_from_source_to_target
- g0801_0900
- s0801_minimum_swaps_to_make_sequences_increasing
- s0802_find_eventual_safe_states
- s0803_bricks_falling_when_hit
- s0804_unique_morse_code_words
- s0805_split_array_with_same_average
- s0806_number_of_lines_to_write_string
- s0807_max_increase_to_keep_city_skyline
- s0809_expressive_words
- s0811_subdomain_visit_count
- s0812_largest_triangle_area
- s0813_largest_sum_of_averages
- s0815_bus_routes
- s0816_ambiguous_coordinates
- s0819_most_common_word
- s0820_short_encoding_of_words
- s0821_shortest_distance_to_a_character
- s0822_card_flipping_game
- s0824_goat_latin
- s0826_most_profit_assigning_work
- s0830_positions_of_large_groups
- s0831_masking_personal_information
- s0832_flipping_an_image
- s0833_find_and_replace_in_string
- s0834_sum_of_distances_in_tree
- s0835_image_overlap
- s0836_rectangle_overlap
- s0837_new_21_game
- s0839_similar_string_groups
- s0840_magic_squares_in_grid
- s0841_keys_and_rooms
- s0842_split_array_into_fibonacci_sequence
- s0843_guess_the_word
- s0846_hand_of_straights
- s0847_shortest_path_visiting_all_nodes
- s0850_rectangle_area_ii
- s0851_loud_and_rich
- s0853_car_fleet
- s0857_minimum_cost_to_hire_k_workers
- s0861_score_after_flipping_matrix
- s0863_all_nodes_distance_k_in_binary_tree
- s0864_shortest_path_to_get_all_keys
- s0865_smallest_subtree_with_all_the_deepest_nodes
- s0867_transpose_matrix
- s0870_advantage_shuffle
- s0871_minimum_number_of_refueling_stops
- s0872_leaf_similar_trees
- s0873_length_of_longest_fibonacci_subsequence
- s0874_walking_robot_simulation
- s0876_middle_of_the_linked_list
- s0879_profitable_schemes
- s0882_reachable_nodes_in_subdivided_graph
- s0884_uncommon_words_from_two_sentences
- s0885_spiral_matrix_iii
- s0886_possible_bipartition
- s0888_fair_candy_swap
- s0889_construct_binary_tree_from_preorder_and_postorder_traversal
- s0890_find_and_replace_pattern
- s0892_surface_area_of_3d_shapes
- s0893_groups_of_special_equivalent_strings
- s0894_all_possible_full_binary_trees
- s0897_increasing_order_search_tree
- g0901_1000
- s0902_numbers_at_most_n_given_digit_set
- s0905_sort_array_by_parity
- s0909_snakes_and_ladders
- s0912_sort_an_array
- s0913_cat_and_mouse
- s0914_x_of_a_kind_in_a_deck_of_cards
- s0916_word_subsets
- s0917_reverse_only_letters
- s0922_sort_array_by_parity_ii
- s0923_3sum_with_multiplicity
- s0924_minimize_malware_spread
- s0927_three_equal_parts
- s0928_minimize_malware_spread_ii
- s0929_unique_email_addresses
- s0931_minimum_falling_path_sum
- s0934_shortest_bridge
- s0936_stamping_the_sequence
- s0937_reorder_data_in_log_files
- s0939_minimum_area_rectangle
- s0942_di_string_match
- s0943_find_the_shortest_superstring
- s0946_validate_stack_sequences
- s0947_most_stones_removed_with_same_row_or_column
- s0948_bag_of_tokens
- s0950_reveal_cards_in_increasing_order
- s0951_flip_equivalent_binary_trees
- s0952_largest_component_size_by_common_factor
- s0953_verifying_an_alien_dictionary
- s0957_prison_cells_after_n_days
- s0958_check_completeness_of_a_binary_tree
- s0962_maximum_width_ramp
- s0963_minimum_area_rectangle_ii
- s0965_univalued_binary_tree
- s0966_vowel_spellchecker
- s0967_numbers_with_same_consecutive_differences
- s0968_binary_tree_cameras
- s0969_pancake_sorting
- s0970_powerful_integers
- s0971_flip_binary_tree_to_match_preorder_traversal
- s0973_k_closest_points_to_origin
- s0977_squares_of_a_sorted_array
- s0978_longest_turbulent_subarray
- s0979_distribute_coins_in_binary_tree
- s0980_unique_paths_iii
- s0983_minimum_cost_for_tickets
- s0985_sum_of_even_numbers_after_queries
- s0986_interval_list_intersections
- s0987_vertical_order_traversal_of_a_binary_tree
- s0988_smallest_string_starting_from_leaf
- s0989_add_to_array_form_of_integer
- s0993_cousins_in_binary_tree
- s0994_rotting_oranges
- s0998_maximum_binary_tree_ii
- s0999_available_captures_for_rook
- g1001_1100
- s1001_grid_illumination
- s1002_find_common_characters
- s1004_max_consecutive_ones_iii
- s1005_maximize_sum_of_array_after_k_negations
- s1007_minimum_domino_rotations_for_equal_row
- s1008_construct_binary_search_tree_from_preorder_traversal
- s1010_pairs_of_songs_with_total_durations_divisible_by_60
- s1011_capacity_to_ship_packages_within_d_days
- s1013_partition_array_into_three_parts_with_equal_sum
- s1018_binary_prefix_divisible_by_5
- s1020_number_of_enclaves
- s1021_remove_outermost_parentheses
- s1023_camelcase_matching
- s1024_video_stitching
- s1027_longest_arithmetic_subsequence
- s1028_recover_a_tree_from_preorder_traversal
- s1029_two_city_scheduling
- s1030_matrix_cells_in_distance_order
- s1031_maximum_sum_of_two_non_overlapping_subarrays
- s1034_coloring_a_border
- s1035_uncrossed_lines
- s1036_escape_a_large_maze
- s1037_valid_boomerang
- s1038_binary_search_tree_to_greater_sum_tree
- s1040_moving_stones_until_consecutive_ii
- s1042_flower_planting_with_no_adjacent
- s1043_partition_array_for_maximum_sum
- s1045_customers_who_bought_all_products
- s1048_longest_string_chain
- s1050_actors_and_directors_who_cooperated_at_least_three_times
- s1052_grumpy_bookstore_owner
- s1053_previous_permutation_with_one_swap
- s1054_distant_barcodes
- s1061_lexicographically_smallest_equivalent_string
- s1068_product_sales_analysis_i
- s1070_product_sales_analysis_iii
- s1072_flip_columns_for_maximum_number_of_equal_rows
- s1073_adding_two_negabinary_numbers
- s1074_number_of_submatrices_that_sum_to_target
- s1075_project_employees_i
- s1078_occurrences_after_bigram
- s1080_insufficient_nodes_in_root_to_leaf_paths
- s1084_sales_analysis_iii
- s1090_largest_values_from_labels
- s1091_shortest_path_in_binary_matrix
- s1092_shortest_common_supersequence
- s1093_statistics_from_a_large_sample
- s1094_car_pooling
- s1095_find_in_mountain_array
- s1096_brace_expansion_ii
- g1101_1200
- s1105_filling_bookcase_shelves
- s1109_corporate_flight_bookings
- s1110_delete_nodes_and_return_forest
- s1111_maximum_nesting_depth_of_two_valid_parentheses_strings
- s1122_relative_sort_array
- s1123_lowest_common_ancestor_of_deepest_leaves
- s1125_smallest_sufficient_team
- s1128_number_of_equivalent_domino_pairs
- s1129_shortest_path_with_alternating_colors
- s1131_maximum_of_absolute_value_expression
- s1139_largest_1_bordered_square
- s1141_user_activity_for_the_past_30_days_i
- s1147_longest_chunked_palindrome_decomposition
- s1148_article_views_i
- s1158_market_analysis_i
- s1160_find_words_that_can_be_formed_by_characters
- s1161_maximum_level_sum_of_a_binary_tree
- s1162_as_far_from_land_as_possible
- s1164_product_price_at_a_given_date
- s1169_invalid_transactions
- s1170_compare_strings_by_frequency_of_the_smallest_character
- s1171_remove_zero_sum_consecutive_nodes_from_linked_list
- s1174_immediate_food_delivery_ii
- s1177_can_make_palindrome_from_substring
- s1178_number_of_valid_words_for_each_puzzle
- s1179_reformat_department_table
- s1184_distance_between_bus_stops
- s1187_make_array_strictly_increasing
- s1192_critical_connections_in_a_network
- s1193_monthly_transactions_i
- s1200_minimum_absolute_difference
- g1201_1300
- s1202_smallest_string_with_swaps
- s1203_sort_items_by_groups_respecting_dependencies
- s1204_last_person_to_fit_in_the_bus
- s1207_unique_number_of_occurrences
- s1210_minimum_moves_to_reach_target_with_rotations
- s1211_queries_quality_and_percentage
- s1218_longest_arithmetic_subsequence_of_given_difference
- s1219_path_with_maximum_gold
- s1222_queens_that_can_attack_the_king
- s1224_maximum_equal_frequency
- s1226_the_dining_philosophers
- s1232_check_if_it_is_a_straight_line
- s1233_remove_sub_folders_from_the_filesystem
- s1235_maximum_profit_in_job_scheduling
- s1237_find_positive_integer_solution_for_a_given_equation
- s1238_circular_permutation_in_binary_representation
- s1239_maximum_length_of_a_concatenated_string_with_unique_characters
- s1248_count_number_of_nice_subarrays
- s1251_average_selling_price
- s1252_cells_with_odd_values_in_a_matrix
- s1253_reconstruct_a_2_row_binary_matrix
- s1254_number_of_closed_islands
- s1255_maximum_score_words_formed_by_letters
- s1260_shift_2d_grid
- s1263_minimum_moves_to_move_a_box_to_their_target_location
- s1266_minimum_time_visiting_all_points
- s1267_count_servers_that_communicate
- s1268_search_suggestions_system
- s1275_find_winner_on_a_tic_tac_toe_game
- s1277_count_square_submatrices_with_all_ones
- s1280_students_and_examinations
- s1282_group_the_people_given_the_group_size_they_belong_to
- s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix
- s1287_element_appearing_more_than_25_in_sorted_array
- s1288_remove_covered_intervals
- s1289_minimum_falling_path_sum_ii
- s1291_sequential_digits
- s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold
- s1293_shortest_path_in_a_grid_with_obstacles_elimination
- s1296_divide_array_in_sets_of_k_consecutive_numbers
- s1298_maximum_candies_you_can_get_from_boxes
- s1299_replace_elements_with_greatest_element_on_right_side
- g1301_1400
- s1301_number_of_paths_with_max_score
- s1305_all_elements_in_two_binary_search_trees
- s1307_verbal_arithmetic_puzzle
- s1310_xor_queries_of_a_subarray
- s1311_get_watched_videos_by_your_friends
- s1313_decompress_run_length_encoded_list
- s1314_matrix_block_sum
- s1319_number_of_operations_to_make_network_connected
- s1321_restaurant_growth
- s1324_print_words_vertically
- s1325_delete_leaves_with_a_given_value
- s1327_list_the_products_ordered_in_a_period
- s1329_sort_the_matrix_diagonally
- s1330_reverse_subarray_to_maximize_array_value
- s1331_rank_transform_of_an_array
- s1333_filter_restaurants_by_vegan_friendly_price_and_distance
- s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance
- s1337_the_k_weakest_rows_in_a_matrix
- s1338_reduce_array_size_to_the_half
- s1340_jump_game_v
- s1341_movie_rating
- s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold
- s1345_jump_game_iv
- s1348_tweet_counts_per_frequency
- s1349_maximum_students_taking_exam
- s1351_count_negative_numbers_in_a_sorted_matrix
- s1353_maximum_number_of_events_that_can_be_attended
- s1356_sort_integers_by_the_number_of_1_bits
- s1357_apply_discount_every_n_orders
- s1361_validate_binary_tree_nodes
- s1363_largest_multiple_of_three
- s1365_how_many_numbers_are_smaller_than_the_current_number
- s1366_rank_teams_by_votes
- s1367_linked_list_in_binary_tree
- s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid
- s1372_longest_zigzag_path_in_a_binary_tree
- s1373_maximum_sum_bst_in_binary_tree
- s1376_time_needed_to_inform_all_employees
- s1377_frog_position_after_t_seconds
- s1378_replace_employee_id_with_the_unique_identifier
- s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree
- s1380_lucky_numbers_in_a_matrix
- s1382_balance_a_binary_search_tree
- s1383_maximum_performance_of_a_team
- s1385_find_the_distance_value_between_two_arrays
- s1386_cinema_seat_allocation
- s1389_create_target_array_in_the_given_order
- s1391_check_if_there_is_a_valid_path_in_a_grid
- s1393_capital_gainloss
- s1396_design_underground_system
- g1401_1500
- s1403_minimum_subsequence_in_non_increasing_order
- s1407_top_travellers
- s1408_string_matching_in_an_array
- s1409_queries_on_a_permutation_with_key
- s1410_html_entity_parser
- s1418_display_table_of_food_orders_in_a_restaurant
- s1424_diagonal_traverse_ii
- s1425_constrained_subsequence_sum
- s1431_kids_with_the_greatest_number_of_candies
- s1434_number_of_ways_to_wear_different_hats_to_each_other
- s1436_destination_city
- s1437_check_if_all_1s_are_at_least_length_k_places_away
- s1438_longest_continuous_subarray_with_absolute_diff_less_than_or_equal_to_limit
- s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows
- s1441_build_an_array_with_stack_operations
- s1443_minimum_time_to_collect_all_apples_in_a_tree
- s1447_simplified_fractions
- s1449_form_largest_integer_with_digits_that_add_up_to_target
- s1450_number_of_students_doing_homework_at_a_given_time
- s1451_rearrange_words_in_a_sentence
- s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list
- s1453_maximum_number_of_darts_inside_of_a_circular_dartboard
- s1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentence
- s1458_max_dot_product_of_two_subsequences
- s1460_make_two_arrays_equal_by_reversing_subarrays
- s1462_course_schedule_iv
- s1463_cherry_pickup_ii
- s1465_maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts
- s1466_reorder_routes_to_make_all_paths_lead_to_the_city_zero
- s1467_probability_of_a_two_boxes_having_the_same_number_of_distinct_balls
- s1470_shuffle_the_array
- s1471_the_k_strongest_values_in_an_array
- s1473_paint_house_iii
- s1475_final_prices_with_a_special_discount_in_a_shop
- s1476_subrectangle_queries
- s1477_find_two_non_overlapping_sub_arrays_each_with_target_sum
- s1480_running_sum_of_1d_array
- s1481_least_number_of_unique_integers_after_k_removals
- s1483_kth_ancestor_of_a_tree_node
- s1484_group_sold_products_by_the_date
- s1487_making_file_names_unique
- s1488_avoid_flood_in_the_city
- s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree
- s1491_average_salary_excluding_the_minimum_and_maximum_salary
- s1493_longest_subarray_of_1s_after_deleting_one_element
- s1494_parallel_courses_ii
- s1497_check_if_array_pairs_are_divisible_by_k
- s1499_max_value_of_equation
- g1501_1600
- s1502_can_make_arithmetic_progression_from_sequence
- s1503_last_moment_before_all_ants_fall_out_of_a_plank
- s1504_count_submatrices_with_all_ones
- s1514_path_with_maximum_probability
- s1515_best_position_for_a_service_centre
- s1517_find_users_with_valid_e_mails
- s1519_number_of_nodes_in_the_sub_tree_with_the_same_label
- s1520_maximum_number_of_non_overlapping_substrings
- s1521_find_a_value_of_a_mysterious_function_closest_to_target
- s1527_patients_with_a_condition
- s1528_shuffle_string
- s1531_string_compression_ii
- s1534_count_good_triplets
- s1536_minimum_swaps_to_arrange_a_binary_grid
- s1537_get_the_maximum_score
- s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target
- s1550_three_consecutive_odds
- s1552_magnetic_force_between_two_balls
- s1557_minimum_number_of_vertices_to_reach_all_nodes
- s1559_detect_cycles_in_2d_grid
- s1560_most_visited_sector_in_a_circular_track
- s1566_detect_pattern_of_length_m_repeated_k_or_more_times
- s1568_minimum_number_of_days_to_disconnect_island
- s1572_matrix_diagonal_sum
- s1574_shortest_subarray_to_be_removed_to_make_array_sorted
- s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers
- s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable
- s1581_customer_who_visited_but_did_not_make_any_transactions
- s1582_special_positions_in_a_binary_matrix
- s1583_count_unhappy_friends
- s1584_min_cost_to_connect_all_points
- s1587_bank_account_summary_ii
- s1589_maximum_sum_obtained_of_any_permutation
- s1591_strange_printer_ii
- s1592_rearrange_spaces_between_words
- s1594_maximum_non_negative_product_in_a_matrix
- s1595_minimum_cost_to_connect_two_groups_of_points
- s1598_crawler_log_folder
- s1599_maximum_profit_of_operating_a_centennial_wheel
- s1600_throne_inheritance
- g1601_1700
- s1601_maximum_number_of_achievable_transfer_requests
- s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period
- s1605_find_valid_matrix_given_row_and_column_sums
- s1606_find_servers_that_handled_most_number_of_requests
- s1610_maximum_number_of_visible_points
- s1615_maximal_network_rank
- s1617_count_subtrees_with_max_distance_between_cities
- s1619_mean_of_array_after_removing_some_elements
- s1620_coordinate_with_maximum_network_quality
- s1626_best_team_with_no_conflicts
- s1627_graph_connectivity_with_threshold
- s1629_slowest_key
- s1630_arithmetic_subarrays
- s1631_path_with_minimum_effort
- s1632_rank_transform_of_a_matrix
- s1633_percentage_of_users_attended_a_contest
- s1636_sort_array_by_increasing_frequency
- s1637_widest_vertical_area_between_two_points_containing_no_points
- s1639_number_of_ways_to_form_a_target_string_given_a_dictionary
- s1640_check_array_formation_through_concatenation
- s1642_furthest_building_you_can_reach
- s1649_create_sorted_array_through_instructions
- s1652_defuse_the_bomb
- s1654_minimum_jumps_to_reach_home
- s1655_distribute_repeating_integers
- s1661_average_time_of_process_per_machine
- s1662_check_if_two_string_arrays_are_equivalent
- s1665_minimum_initial_energy_to_finish_tasks
- s1667_fix_names_in_a_table
- s1671_minimum_number_of_removals_to_make_mountain_array
- s1673_find_the_most_competitive_subsequence
- s1681_minimum_incompatibility
- s1683_invalid_tweets
- s1684_count_the_number_of_consistent_strings
- s1685_sum_of_absolute_differences_in_a_sorted_array
- s1686_stone_game_vi
- s1687_delivering_boxes_from_storage_to_ports
- s1690_stone_game_vii
- s1691_maximum_height_by_stacking_cuboids
- s1693_daily_leads_and_partners
- s1695_maximum_erasure_value
- s1696_jump_game_vi
- s1697_checking_existence_of_edge_length_limited_paths
- s1700_number_of_students_unable_to_eat_lunch
- g1701_1800
- s1701_average_waiting_time
- s1705_maximum_number_of_eaten_apples
- s1706_where_will_the_ball_fall
- s1707_maximum_xor_with_an_element_from_array
- s1710_maximum_units_on_a_truck
- s1713_minimum_operations_to_make_a_subsequence
- s1718_construct_the_lexicographically_largest_valid_sequence
- s1719_number_of_ways_to_reconstruct_a_tree
- s1720_decode_xored_array
- s1721_swapping_nodes_in_a_linked_list
- s1722_minimize_hamming_distance_after_swap_operations
- s1725_number_of_rectangles_that_can_form_the_largest_square
- s1727_largest_submatrix_with_rearrangements
- s1728_cat_and_mouse_ii
- s1729_find_followers_count
- s1731_the_number_of_employees_which_report_to_each_employee
- s1733_minimum_number_of_people_to_teach
- s1734_decode_xored_permutation
- s1735_count_ways_to_make_array_with_product
- s1741_find_total_time_spent_by_each_employee
- s1743_restore_the_array_from_adjacent_pairs
- s1744_can_you_eat_your_favorite_candy_on_your_favorite_day
- s1751_maximum_number_of_events_that_can_be_attended_ii
- s1757_recyclable_and_low_fat_products
- s1761_minimum_degree_of_a_connected_trio_in_a_graph
- s1764_form_array_by_concatenating_subarrays_of_another_array
- s1765_map_of_highest_peak
- s1766_tree_of_coprimes
- s1770_maximum_score_from_performing_multiplication_operations
- s1773_count_items_matching_a_rule
- s1774_closest_dessert_cost
- s1775_equal_sum_arrays_with_minimum_number_of_operations
- s1776_car_fleet_ii
- s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate
- s1782_count_pairs_of_nodes
- s1786_number_of_restricted_paths_from_first_to_last_node
- s1789_primary_department_for_each_employee
- s1791_find_center_of_star_graph
- s1792_maximum_average_pass_ratio
- s1795_rearrange_products_table
- s1800_maximum_ascending_subarray_sum
- g1801_1900
- s1801_number_of_orders_in_the_backlog
- s1807_evaluate_the_bracket_pairs_of_a_string
- s1813_sentence_similarity_iii
- s1815_maximum_number_of_groups_getting_fresh_donuts
- s1816_truncate_sentence
- s1817_finding_the_users_active_minutes
- s1818_minimum_absolute_sum_difference
- s1819_number_of_different_subsequences_gcds
- s1828_queries_on_number_of_points_inside_a_circle
- s1829_maximum_xor_for_each_query
- s1832_check_if_the_sentence_is_pangram
- s1834_single_threaded_cpu
- s1835_find_xor_sum_of_all_pairs_bitwise_and
- s1839_longest_substring_of_all_vowels_in_order
- s1840_maximum_building_height
- s1846_maximum_element_after_decreasing_and_rearranging
- s1847_closest_room
- s1848_minimum_distance_to_the_target_element
- s1851_minimum_interval_to_include_each_query
- s1854_maximum_population_year
- s1855_maximum_distance_between_a_pair_of_values
- s1857_largest_color_value_in_a_directed_graph
- s1859_sorting_the_sentence
- s1861_rotating_the_box
- s1862_sum_of_floored_pairs
- s1872_stone_game_viii
- s1873_calculate_special_bonus
- s1878_get_biggest_three_rhombus_sums_in_a_grid
- s1879_minimum_xor_sum_of_two_arrays
- s1882_process_tasks_using_servers
- s1886_determine_whether_matrix_can_be_obtained_by_rotation
- s1889_minimum_space_wasted_from_packaging
- s1890_the_latest_login_in_2020
- s1893_check_if_all_the_integers_in_a_range_are_covered
- s1895_largest_magic_square
- s1898_maximum_number_of_removable_characters
- s1899_merge_triplets_to_form_target_triplet
- g1901_2000
- s1901_find_a_peak_element_ii
- s1905_count_sub_islands
- s1906_minimum_absolute_difference_queries
- s1907_count_salary_categories
- s1912_design_movie_rental_system
- s1913_maximum_product_difference_between_two_pairs
- s1914_cyclically_rotating_a_grid
- s1920_build_array_from_permutation
- s1921_eliminate_maximum_number_of_monsters
- s1923_longest_common_subpath
- s1926_nearest_exit_from_entrance_in_maze
- s1928_minimum_cost_to_reach_destination_in_time
- s1929_concatenation_of_array
- s1932_merge_bsts_to_create_single_bst
- s1934_confirmation_rate
- s1937_maximum_number_of_points_with_cost
- s1938_maximum_genetic_difference_query
- s1942_the_number_of_the_smallest_unoccupied_chair
- s1943_describe_the_painting
- s1944_number_of_visible_people_in_a_queue
- s1946_largest_number_after_mutating_substring
- s1947_maximum_compatibility_score_sum
- s1948_delete_duplicate_folders_in_system
- s1955_count_number_of_special_subsequences
- s1958_check_if_move_is_legal
- s1959_minimum_total_space_wasted_with_k_resizing_operations
- s1961_check_if_string_is_a_prefix_of_array
- s1964_find_the_longest_valid_obstacle_course_at_each_position
- s1965_employees_with_missing_information
- s1967_number_of_strings_that_appear_as_substrings_in_word
- s1968_array_with_elements_not_equal_to_average_of_neighbors
- s1970_last_day_where_you_can_still_cross
- s1971_find_if_path_exists_in_graph
- s1975_maximum_matrix_sum
- s1976_number_of_ways_to_arrive_at_destination
- s1978_employees_whose_manager_left_the_company
- s1980_find_unique_binary_string
- s1981_minimize_the_difference_between_target_and_chosen_elements
- s1982_find_array_given_subset_sums
- s1985_find_the_kth_largest_integer_in_the_array
- s1992_find_all_groups_of_farmland
- s1996_the_number_of_weak_characters_in_the_game
- g2001_2100
- s2001_number_of_pairs_of_interchangeable_rectangles
- s2003_smallest_missing_genetic_value_in_each_subtree
- s2007_find_original_array_from_doubled_array
- s2008_maximum_earnings_from_taxi
- s2011_final_value_of_variable_after_performing_operations
- s2017_grid_game
- s2018_check_if_word_can_be_placed_in_crossword
- s2019_the_score_of_students_solving_math_expression
- s2022_convert_1d_array_into_2d_array
- s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target
- s2025_maximum_number_of_ways_to_partition_an_array
- s2028_find_missing_observations
- s2032_two_out_of_three
- s2033_minimum_operations_to_make_a_uni_value_grid
- s2037_minimum_number_of_moves_to_seat_everyone
- s2039_the_time_when_the_network_becomes_idle
- s2040_kth_smallest_product_of_two_sorted_arrays
- s2042_check_if_numbers_are_ascending_in_a_sentence
- s2045_second_minimum_time_to_reach_destination
- s2047_number_of_valid_words_in_a_sentence
- s2050_parallel_courses_iii
- s2053_kth_distinct_string_in_an_array
- s2055_plates_between_candles
- s2056_number_of_valid_move_combinations_on_chessboard
- s2057_smallest_index_with_equal_value
- s2065_maximum_path_quality_of_a_graph
- s2071_maximum_number_of_tasks_you_can_assign
- s2074_reverse_nodes_in_even_length_groups
- s2075_decode_the_slanted_ciphertext
- s2076_process_restricted_friend_requests
- s2079_watering_plants
- s2085_count_common_words_with_one_occurrence
- s2087_minimum_cost_homecoming_of_a_robot_in_a_grid
- s2088_count_fertile_pyramids_in_a_land
- s2089_find_target_indices_after_sorting_array
- s2090_k_radius_subarray_averages
- s2091_removing_minimum_and_maximum_from_array
- s2092_find_all_people_with_secret
- s2094_finding_3_digit_even_numbers
- s2096_step_by_step_directions_from_a_binary_tree_node_to_another
- s2097_valid_arrangement_of_pairs
- s2099_find_subsequence_of_length_k_with_the_largest_sum
- s2100_find_good_days_to_rob_the_bank
- g2101_2200
- s2101_detonate_the_maximum_bombs
- s2106_maximum_fruits_harvested_after_at_most_k_steps
- s2108_find_first_palindromic_string_in_the_array
- s2109_adding_spaces_to_a_string
- s2114_maximum_number_of_words_found_in_sentences
- s2115_find_all_possible_recipes_from_given_supplies
- s2116_check_if_a_parentheses_string_can_be_valid
- s2117_abbreviating_the_product_of_a_range
- s2120_execution_of_all_suffix_instructions_staying_in_a_grid
- s2121_intervals_between_identical_elements
- s2122_recover_the_original_array
- s2125_number_of_laser_beams_in_a_bank
- s2126_destroying_asteroids
- s2129_capitalize_the_title
- s2130_maximum_twin_sum_of_a_linked_list
- s2131_longest_palindrome_by_concatenating_two_letter_words
- s2132_stamping_the_grid
- s2133_check_if_every_row_and_column_contains_all_numbers
- s2135_count_words_obtained_after_adding_a_letter
- s2136_earliest_possible_day_of_full_bloom
- s2138_divide_a_string_into_groups_of_size_k
- s2140_solving_questions_with_brainpower
- s2146_k_highest_ranked_items_within_a_price_range
- s2149_rearrange_array_elements_by_sign
- s2150_find_all_lonely_numbers_in_the_array
- s2151_maximum_good_people_based_on_statements
- s2155_all_divisions_with_the_highest_score_of_a_binary_array
- s2157_groups_of_strings
- s2161_partition_array_according_to_given_pivot
- s2164_sort_even_and_odd_indices_independently
- s2179_count_good_triplets_in_an_array
- s2185_counting_words_with_a_given_prefix
- s2188_minimum_time_to_finish_the_race
- s2191_sort_the_jumbled_numbers
- s2192_all_ancestors_of_a_node_in_a_directed_acyclic_graph
- s2193_minimum_number_of_moves_to_make_palindrome
- s2194_cells_in_a_range_on_an_excel_sheet
- s2196_create_binary_tree_from_descriptions
- s2197_replace_non_coprime_numbers_in_array
- s2200_find_all_k_distant_indices_in_an_array
- g2201_2300
- s2201_count_artifacts_that_can_be_extracted
- s2203_minimum_weighted_subgraph_with_the_required_paths
- s2211_count_collisions_on_a_road
- s2212_maximum_points_in_an_archery_competition
- s2213_longest_substring_of_one_repeating_character
- s2215_find_the_difference_of_two_arrays
- s2217_find_palindrome_with_fixed_length
- s2218_maximum_value_of_k_coins_from_piles
- s2225_find_players_with_zero_or_one_losses
- s2227_encrypt_and_decrypt_strings
- s2234_maximum_total_beauty_of_the_gardens
- s2236_root_equals_sum_of_children
- s2242_maximum_score_of_a_node_sequence
- s2244_minimum_rounds_to_complete_all_tasks
- s2245_maximum_trailing_zeros_in_a_cornered_path
- s2246_longest_path_with_different_adjacent_characters
- s2248_intersection_of_multiple_arrays
- s2249_count_lattice_points_inside_a_circle
- s2250_count_number_of_rectangles_containing_each_point
- s2251_number_of_flowers_in_full_bloom
- s2255_count_prefixes_of_a_given_string
- s2256_minimum_average_difference
- s2257_count_unguarded_cells_in_the_grid
- s2258_escape_the_spreading_fire
- s2266_count_number_of_texts
- s2267_check_if_there_is_a_valid_parentheses_string_path
- s2271_maximum_white_tiles_covered_by_a_carpet
- s2273_find_resultant_array_after_removing_anagrams
- s2275_largest_combination_with_bitwise_and_greater_than_zero
- s2279_maximum_bags_with_full_capacity_of_rocks
- s2280_minimum_lines_to_represent_a_line_chart
- s2284_sender_with_largest_word_count
- s2285_maximum_total_importance_of_roads
- s2288_apply_discount_to_prices
- s2289_steps_to_make_array_non_decreasing
- s2290_minimum_obstacle_removal_to_reach_corner
- s2295_replace_elements_in_an_array
- s2299_strong_password_checker_ii
- s2300_successful_pairs_of_spells_and_potions
- g2301_2400
- s2301_match_substring_after_replacement
- s2303_calculate_amount_paid_in_taxes
- s2304_minimum_path_cost_in_a_grid
- s2305_fair_distribution_of_cookies
- s2306_naming_a_company
- s2309_greatest_english_letter_in_upper_and_lower_case
- s2312_selling_pieces_of_wood
- s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph
- s2319_check_if_matrix_is_x_matrix
- s2321_maximum_score_of_spliced_array
- s2322_minimum_score_after_removals_on_a_tree
- s2325_decode_the_message
- s2326_spiral_matrix_iv
- s2328_number_of_increasing_paths_in_a_grid
- s2331_evaluate_boolean_binary_tree
- s2332_the_latest_time_to_catch_a_bus
- s2333_minimum_sum_of_squared_difference
- s2334_subarray_with_elements_greater_than_varying_threshold
- s2341_maximum_number_of_pairs_in_array
- s2343_query_kth_smallest_trimmed_number
- s2344_minimum_deletions_to_make_array_divisible
- s2347_best_poker_hand
- s2348_number_of_zero_filled_subarrays
- s2350_shortest_impossible_sequence_of_rolls
- s2352_equal_row_and_column_pairs
- s2353_design_a_food_rating_system
- s2356_number_of_unique_subjects_taught_by_each_teacher
- s2363_merge_similar_items
- s2367_number_of_arithmetic_triplets
- s2368_reachable_nodes_with_restrictions
- s2373_largest_local_values_in_a_matrix
- s2381_shifting_letters_ii
- s2382_maximum_segment_sum_after_removals
- s2383_minimum_hours_of_training_to_win_a_competition
- s2385_amount_of_time_for_binary_tree_to_be_infected
- s2386_find_the_k_sum_of_an_array
- s2389_longest_subsequence_with_limited_sum
- s2391_minimum_amount_of_time_to_collect_garbage
- s2392_build_a_matrix_with_conditions
- s2397_maximum_rows_covered_by_columns
- s2398_maximum_number_of_robots_within_budget
- s2399_check_distances_between_same_letters
- g2401_2500
- s2402_meeting_rooms_iii
- s2404_most_frequent_even_element
- s2406_divide_intervals_into_minimum_number_of_groups
- s2407_longest_increasing_subsequence_ii
- s2409_count_days_spent_together
- s2410_maximum_matching_of_players_with_trainers
- s2411_smallest_subarrays_with_maximum_bitwise_or
- s2412_minimum_money_required_before_transactions
- s2415_reverse_odd_levels_of_binary_tree
- s2416_sum_of_prefix_scores_of_strings
- s2418_sort_the_people
- s2420_find_all_good_indices
- s2421_number_of_good_paths
- s2425_bitwise_xor_of_all_pairings
- s2426_number_of_pairs_satisfying_inequality
- s2428_maximum_sum_of_an_hourglass
- s2432_the_employee_that_worked_on_the_longest_task
- s2433_find_the_original_array_of_prefix_xor
- s2435_paths_in_matrix_whose_sum_is_divisible_by_k
- s2438_range_product_queries_of_powers
- s2440_create_components_with_same_value
- s2442_count_number_of_distinct_integers_after_reverse_operations
- s2444_count_subarrays_with_fixed_bounds
- s2446_determine_if_two_events_have_conflict
- s2448_minimum_cost_to_make_array_equal
- s2449_minimum_number_of_operations_to_make_arrays_similar
- s2451_odd_string_difference
- s2452_words_within_two_edits_of_dictionary
- s2454_next_greater_element_iv
- s2456_most_popular_video_creator
- s2458_height_of_binary_tree_after_subtree_removal_queries
- s2460_apply_operations_to_an_array
- s2461_maximum_sum_of_distinct_subarrays_with_length_k
- s2462_total_cost_to_hire_k_workers
- s2463_minimum_total_distance_traveled
- s2467_most_profitable_path_in_a_tree
- s2468_split_message_based_on_limit
- s2469_convert_the_temperature
- s2471_minimum_number_of_operations_to_sort_a_binary_tree_by_level
- s2476_closest_nodes_queries_in_a_binary_search_tree
- s2477_minimum_fuel_cost_to_report_to_the_capital
- s2482_difference_between_ones_and_zeros_in_row_and_column
- s2487_remove_nodes_from_linked_list
- s2490_circular_sentence
- s2492_minimum_score_of_a_path_between_two_cities
- s2493_divide_nodes_into_the_maximum_number_of_groups
- s2496_maximum_value_of_a_string_in_an_array
- s2497_maximum_star_sum_of_a_graph
- s2499_minimum_total_cost_to_make_arrays_unequal
- s2500_delete_greatest_value_in_each_row
- g2501_2600
- s2503_maximum_number_of_points_from_grid_queries
- s2506_count_pairs_of_similar_strings
- s2508_add_edges_to_make_degrees_of_all_nodes_even
- s2509_cycle_length_queries_in_a_tree
- s2511_maximum_enemy_forts_that_can_be_captured
- s2512_reward_top_k_students
- s2515_shortest_distance_to_target_string_in_a_circular_array
- s2517_maximum_tastiness_of_candy_basket
- s2521_distinct_prime_factors_of_product_of_array
- s2527_find_xor_beauty_of_array
- s2532_time_to_cross_a_bridge
- s2536_increment_submatrices_by_one
- s2538_difference_between_maximum_and_minimum_price_sum
- s2540_minimum_common_value
- s2541_minimum_operations_to_make_array_equal_ii
- s2542_maximum_subsequence_score
- s2545_sort_the_students_by_their_kth_score
- s2546_apply_bitwise_operations_to_make_strings_equal
- s2547_minimum_cost_to_split_an_array
- s2549_count_distinct_numbers_on_board
- s2550_count_collisions_of_monkeys_on_a_polygon
- s2551_put_marbles_in_bags
- s2556_disconnect_path_in_a_binary_matrix_by_at_most_one_flip
- s2558_take_gifts_from_the_richest_pile
- s2559_count_vowel_strings_in_ranges
- s2560_house_robber_iv
- s2561_rearranging_fruits
- s2562_find_the_array_concatenation_value
- s2563_count_the_number_of_fair_pairs
- s2564_substring_xor_queries
- s2565_subsequence_with_the_minimum_score
- s2566_maximum_difference_by_remapping_a_digit
- s2567_minimum_score_by_changing_two_elements
- s2568_minimum_impossible_or
- s2569_handling_sum_queries_after_update
- s2570_merge_two_2d_arrays_by_summing_values
- s2571_minimum_operations_to_reduce_an_integer_to_0
- s2572_count_the_number_of_square_free_subsets
- s2573_find_the_string_with_lcp
- s2574_left_and_right_sum_differences
- s2575_find_the_divisibility_array_of_a_string
- s2576_find_the_maximum_number_of_marked_indices
- s2577_minimum_time_to_visit_a_cell_in_a_grid
- s2580_count_ways_to_group_overlapping_ranges
- s2581_count_number_of_possible_root_nodes
- s2583_kth_largest_sum_in_a_binary_tree
- s2585_number_of_ways_to_earn_points
- s2589_minimum_time_to_complete_all_tasks
- s2596_check_knight_tour_configuration
- g2601_2700
- s2603_collect_coins_in_a_tree
- s2608_shortest_cycle_in_a_graph
- s2610_convert_an_array_into_a_2d_array_with_conditions
- s2611_mice_and_cheese
- s2612_minimum_reverse_operations
- s2614_prime_in_diagonal
- s2615_sum_of_distances
- s2617_minimum_number_of_visited_cells_in_a_grid
- s2639_find_the_width_of_columns_of_a_grid
- s2640_find_the_score_of_all_prefixes_of_an_array
- s2641_cousins_in_binary_tree_ii
- s2642_design_graph_with_shortest_path_calculator
- s2643_row_with_maximum_ones
- s2644_find_the_maximum_divisibility_score
- s2645_minimum_additions_to_make_valid_string
- s2646_minimize_the_total_price_of_the_trips
- s2651_calculate_delayed_arrival_time
- s2652_sum_multiples
- s2653_sliding_subarray_beauty
- s2654_minimum_number_of_operations_to_make_all_array_elements_equal_to_1
- s2656_maximum_sum_with_exactly_k_elements
- s2657_find_the_prefix_common_array_of_two_arrays
- s2658_maximum_number_of_fish_in_a_grid
- s2659_make_array_empty
- s2660_determine_the_winner_of_a_bowling_game
- s2661_first_completely_painted_row_or_column
- s2662_minimum_cost_of_a_path_with_special_roads
- s2663_lexicographically_smallest_beautiful_string
- s2670_find_the_distinct_difference_array
- s2672_number_of_adjacent_elements_with_the_same_color
- s2673_make_costs_of_paths_equal_in_a_binary_tree
- s2678_number_of_senior_citizens
- s2679_sum_in_a_matrix
- s2680_maximum_or
- s2681_power_of_heroes
- s2682_find_the_losers_of_the_circular_game
- s2683_neighboring_bitwise_xor
- s2684_maximum_number_of_moves_in_a_grid
- s2685_count_the_number_of_complete_components
- s2696_minimum_string_length_after_removing_substrings
- s2697_lexicographically_smallest_palindrome
- s2698_find_the_punishment_number_of_an_integer
- s2699_modify_graph_edge_weights
- g2701_2800
- s2706_buy_two_chocolates
- s2707_extra_characters_in_a_string
- s2708_maximum_strength_of_a_group
- s2709_greatest_common_divisor_traversal
- s2710_remove_trailing_zeros_from_a_string
- s2711_difference_of_number_of_distinct_values_on_diagonals
- s2712_minimum_cost_to_make_all_characters_equal
- s2713_maximum_strictly_increasing_cells_in_a_matrix
- s2716_minimize_string_length
- s2717_semi_ordered_permutation
- s2718_sum_of_matrix_after_queries
- s2719_count_of_integers
- s2729_check_if_the_number_is_fascinating
- s2732_find_a_good_subset_of_the_matrix
- s2736_maximum_sum_queries
- s2747_count_zero_request_servers
- s2751_robot_collisions
- s2766_relocate_marbles
- s2768_number_of_black_blocks
- s2771_longest_non_decreasing_subarray_from_two_arrays
- s2781_length_of_the_longest_valid_substring
- s2788_split_strings_by_separator
- g2801_2900
- s2807_insert_greatest_common_divisors_in_linked_list
- s2809_minimum_time_to_make_array_sum_at_most_x
- s2812_find_the_safest_path_in_a_grid
- s2813_maximum_elegance_of_a_k_length_subsequence
- s2816_double_a_number_represented_as_a_linked_list
- s2817_minimum_absolute_difference_between_elements_with_constraint
- s2818_apply_operations_to_maximize_score
- s2824_count_pairs_whose_sum_is_less_than_target
- s2828_check_if_a_string_is_an_acronym_of_words
- s2831_find_the_longest_equal_subarray
- s2836_maximize_value_of_function_in_a_ball_passing_game
- s2845_count_of_interesting_subarrays
- s2846_minimum_edge_weight_equilibrium_queries_in_a_tree
- s2848_points_that_intersect_with_cars
- s2850_minimum_moves_to_spread_stones_over_grid
- s2857_count_pairs_of_points_with_distance_k
- s2858_minimum_edge_reversals_so_every_node_is_reachable
- s2859_sum_of_values_at_indices_with_k_set_bits
- s2861_maximum_number_of_alloys
- s2862_maximum_element_sum_of_a_complete_subset_of_indices
- s2865_beautiful_towers_i
- s2866_beautiful_towers_ii
- s2867_count_valid_paths_in_a_tree
- s2870_minimum_number_of_operations_to_make_array_empty
- s2872_maximum_number_of_k_divisible_components
- s2873_maximum_value_of_an_ordered_triplet_i
- s2874_maximum_value_of_an_ordered_triplet_ii
- s2876_count_visited_nodes_in_a_directed_graph
- s2895_minimum_processing_time
- s2899_last_visited_integers
- s2900_longest_unequal_adjacent_groups_subsequence_i
- g2901_3000
- s2901_longest_unequal_adjacent_groups_subsequence_ii
- s2902_count_of_sub_multisets_with_bounded_sum
- s2903_find_indices_with_index_and_value_difference_i
- s2904_shortest_and_lexicographically_smallest_beautiful_string
- s2905_find_indices_with_index_and_value_difference_ii
- s2906_construct_product_matrix
- s2910_minimum_number_of_groups_to_create_a_valid_assignment
- s2915_length_of_the_longest_subsequence_that_sums_to_target
- s2918_minimum_equal_sum_of_two_arrays_after_replacing_zeros
- s2919_minimum_increment_operations_to_make_array_beautiful
- s2920_maximum_points_after_collecting_coins_from_all_nodes
- s2923_find_champion_i
- s2924_find_champion_ii
- s2925_maximum_score_after_applying_operations_on_a_tree
- s2926_maximum_balanced_subsequence_sum
- s2931_maximum_spending_after_buying_items
- s2933_high_access_employees
- s2934_minimum_operations_to_maximize_last_elements_in_arrays
- s2935_maximum_strong_pair_xor_ii
- s2940_find_building_where_alice_and_bob_can_meet
- s2942_find_words_containing_character
- s2943_maximize_area_of_square_hole_in_grid
- s2946_matrix_similarity_after_cyclic_shifts
- s2948_make_lexicographically_smallest_array_by_swapping_elements
- s2952_minimum_number_of_coins_to_be_added
- s2956_find_common_elements_between_two_arrays
- s2958_length_of_longest_subarray_with_at_most_k_frequency
- s2959_number_of_possible_sets_of_closing_branches
- s2961_double_modular_exponentiation
- s2965_find_missing_and_repeated_values
- s2966_divide_array_into_arrays_with_max_difference
- s2971_find_polygon_with_the_largest_perimeter
- s2972_count_the_number_of_incremovable_subarrays_ii
- s2973_find_number_of_coins_to_place_in_tree_nodes
- s2974_minimum_number_game
- s2975_maximum_square_area_by_removing_fences_from_a_field
- s2976_minimum_cost_to_convert_string_i
- s2977_minimum_cost_to_convert_string_ii
- s2983_palindrome_rearrangement_queries
- s2996_smallest_missing_integer_greater_than_sequential_prefix_sum
- s3000_maximum_area_of_longest_diagonal_rectangle
- g3001_3100
- s3002_maximum_size_of_a_set_after_removals
- s3006_find_beautiful_indices_in_the_given_array_i
- s3008_find_beautiful_indices_in_the_given_array_ii
- s3022_minimize_or_of_remaining_elements_using_operations
- s3025_find_the_number_of_ways_to_place_people_i
- s3026_maximum_good_subarray_sum
- s3027_find_the_number_of_ways_to_place_people_ii
- s3030_find_the_grid_of_region_average
- s3033_modify_the_matrix
- s3034_number_of_subarrays_that_match_a_pattern_i
- s3035_maximum_palindromes_after_operations
- s3036_number_of_subarrays_that_match_a_pattern_ii
- s3042_count_prefix_and_suffix_pairs_i
- s3043_find_the_length_of_the_longest_common_prefix
- s3044_most_frequent_prime
- s3045_count_prefix_and_suffix_pairs_ii
- s3046_split_the_array
- s3047_find_the_largest_area_of_square_inside_two_rectangles
- s3048_earliest_second_to_mark_indices_i
- s3049_earliest_second_to_mark_indices_ii
- s3067_count_pairs_of_connectable_servers_in_a_weighted_tree_network
- s3068_find_the_maximum_sum_of_node_values
- s3069_distribute_elements_into_two_arrays_i
- s3070_count_submatrices_with_top_left_element_and_sum_less_than_k
- s3071_minimum_operations_to_write_the_letter_y_on_a_grid
- s3072_distribute_elements_into_two_arrays_ii
- s3074_apple_redistribution_into_boxes
- s3076_shortest_uncommon_substring_in_an_array
- s3077_maximum_strength_of_k_disjoint_subarrays
- s3080_mark_elements_on_array_by_performing_queries
- s3086_minimum_moves_to_pick_k_ones
- s3092_most_frequent_ids
- s3093_longest_common_suffix_queries
- g3101_3200
- s3101_count_alternating_subarrays
- s3102_minimize_manhattan_distances
- s3105_longest_strictly_increasing_or_strictly_decreasing_subarray
- s3107_minimum_operations_to_make_median_of_array_equal_to_k
- s3108_minimum_cost_walk_in_weighted_graph
- s3111_minimum_rectangles_to_cover_points
- s3112_minimum_time_to_visit_disappearing_nodes
- s3117_minimum_sum_of_values_by_dividing_array
- s3122_minimum_number_of_operations_to_satisfy_conditions
- s3123_find_edges_in_shortest_paths
- s3127_make_a_square_with_the_same_color
- s3128_right_triangles
- s3131_find_the_integer_added_to_array_i
- s3132_find_the_integer_added_to_array_ii
- s3137_minimum_number_of_operations_to_make_word_k_periodic
- s3139_minimum_cost_to_equalize_array
- s3142_check_if_grid_satisfies_conditions
- s3143_maximum_points_inside_the_square
- s3145_find_products_of_elements_of_big_array
- s3148_maximum_difference_score_in_a_grid
- s3149_find_the_minimum_cost_array_permutation
- s3152_special_array_ii
- s3159_find_occurrences_of_an_element_in_an_array
- s3160_find_the_number_of_distinct_colors_among_the_balls
- s3161_block_placement_queries
- s3162_find_the_number_of_good_pairs_i
- s3164_find_the_number_of_good_pairs_ii
- s3165_maximum_sum_of_subsequence_with_non_adjacent_elements
- s3169_count_days_without_meetings
- s3184_count_pairs_that_form_a_complete_day_i
- s3185_count_pairs_that_form_a_complete_day_ii
- s3186_maximum_total_damage_with_spell_casting
- s3187_peaks_in_array
- s3193_count_the_number_of_inversions
- s3194_minimum_average_of_smallest_and_largest_elements
- s3195_find_the_minimum_area_to_cover_all_ones_i
- s3197_find_the_minimum_area_to_cover_all_ones_ii
- g3201_3300
- s3203_find_minimum_diameter_after_merging_two_trees
- s3206_alternating_groups_i
- s3208_alternating_groups_ii
- s3211_generate_binary_strings_without_adjacent_zeros
- s3212_count_submatrices_with_equal_frequency_of_x_and_y
- s3213_construct_string_with_minimum_cost
- s3217_delete_nodes_from_linked_list_present_in_array
- s3218_minimum_cost_for_cutting_cake_i
- s3219_minimum_cost_for_cutting_cake_ii
- s3220_odd_and_even_transactions
- s3225_maximum_score_from_grid_operations
- s3229_minimum_operations_to_make_array_equal_to_target
- s3235_check_if_the_rectangle_corner_is_reachable
- s3238_find_the_number_of_winning_players
- s3239_minimum_number_of_flips_to_make_binary_grid_palindromic_i
- s3240_minimum_number_of_flips_to_make_binary_grid_palindromic_ii
- s3241_time_taken_to_mark_all_nodes
- s3242_design_neighbor_sum_service
- s3243_shortest_distance_after_road_addition_queries_i
- s3244_shortest_distance_after_road_addition_queries_ii
- s3245_alternating_groups_iii
- s3248_snake_in_matrix
- s3249_count_the_number_of_good_nodes
- s3254_find_the_power_of_k_size_subarrays_i
- s3255_find_the_power_of_k_size_subarrays_ii
- s3256_maximum_value_sum_by_placing_three_rooks_i
- s3257_maximum_value_sum_by_placing_three_rooks_ii
- s3259_maximum_energy_boost_from_two_drinks
- s3261_count_substrings_that_satisfy_k_constraint_ii
- s3264_final_array_state_after_k_multiplication_operations_i
- s3266_final_array_state_after_k_multiplication_operations_ii
- s3273_minimum_amount_of_damage_dealt_to_bob
- s3275_k_th_nearest_obstacle_queries
- s3276_select_cells_in_grid_with_maximum_score
- s3277_maximum_xor_score_subarray_queries
- s3280_convert_date_to_binary
- s3281_maximize_score_of_numbers_in_ranges
- s3282_reach_end_of_array_with_max_score
- s3283_maximum_number_of_moves_to_kill_all_pawns
- s3285_find_indices_of_stable_mountains
- s3286_find_a_safe_walk_through_a_grid
- s3288_length_of_the_longest_increasing_path
- s3289_the_two_sneaky_numbers_of_digitville
- s3290_maximum_multiplication_score
- s3291_minimum_number_of_valid_strings_to_form_target_i
- s3292_minimum_number_of_valid_strings_to_form_target_ii
- s3295_report_spam_message
- s3296_minimum_number_of_seconds_to_make_mountain_height_zero
- s3297_count_substrings_that_can_be_rearranged_to_contain_a_string_i
- s3298_count_substrings_that_can_be_rearranged_to_contain_a_string_ii
- g3301_3400
- s3301_maximize_the_total_height_of_unique_towers
- s3302_find_the_lexicographically_smallest_valid_sequence
- s3303_find_the_occurrence_of_first_almost_equal_substring
- s3306_count_of_substrings_containing_every_vowel_and_k_consonants_ii
- s3307_find_the_k_th_character_in_string_game_ii
- s3310_remove_methods_from_project
- s3311_construct_2d_grid_matching_graph_layout
- s3312_sorted_gcd_pair_queries
- s3314_construct_the_minimum_bitwise_array_i
- s3315_construct_the_minimum_bitwise_array_ii
- s3316_find_maximum_removals_from_source_string
- s3318_find_x_sum_of_all_k_long_subarrays_i
- s3319_k_th_largest_perfect_subtree_size_in_binary_tree
- s3321_find_x_sum_of_all_k_long_subarrays_ii
- s3324_find_the_sequence_of_strings_appeared_on_the_screen
- s3327_check_if_dfs_strings_are_palindromes
- s3331_find_subtree_sizes_after_changes
- s3332_maximum_points_tourist_can_earn
- s3334_find_the_maximum_factor_score_of_array
- s3336_find_the_number_of_subsequences_with_equal_gcd
- s3337_total_characters_in_string_after_transformations_ii
- s3341_find_minimum_time_to_reach_last_room_i
- s3342_find_minimum_time_to_reach_last_room_ii
- s3346_maximum_frequency_of_an_element_after_performing_operations_i
- s3347_maximum_frequency_of_an_element_after_performing_operations_ii
- s3348_smallest_divisible_digit_product_ii
- s3349_adjacent_increasing_subarrays_detection_i
- s3350_adjacent_increasing_subarrays_detection_ii
- s3351_sum_of_good_subsequences
- s3354_make_array_elements_equal_to_zero
- s3355_zero_array_transformation_i
- s3356_zero_array_transformation_ii
- s3357_minimize_the_maximum_adjacent_element_difference
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,739 files changed
+6742
-5410
lines changedLines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
57 |
| - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
|
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 |
| |
27 | 31 |
| |
28 | 32 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 | 31 |
| |
33 | 32 |
| |
34 | 33 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
| |||
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
32 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 |
| |
34 | 38 |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 |
| |
27 | 29 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 |
| |
29 | 31 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
0 commit comments