File tree
1,991 files changed
+0
-1991
lines changed- src/main/java
- g0001_0100
- s0001_two_sum
- s0002_add_two_numbers
- s0003_longest_substring_without_repeating_characters
- s0004_median_of_two_sorted_arrays
- s0005_longest_palindromic_substring
- s0006_zigzag_conversion
- s0007_reverse_integer
- s0008_string_to_integer_atoi
- s0009_palindrome_number
- s0010_regular_expression_matching
- s0011_container_with_most_water
- s0012_integer_to_roman
- s0013_roman_to_integer
- s0014_longest_common_prefix
- s0015_3sum
- s0016_3sum_closest
- s0017_letter_combinations_of_a_phone_number
- s0018_4sum
- s0019_remove_nth_node_from_end_of_list
- s0020_valid_parentheses
- s0021_merge_two_sorted_lists
- s0022_generate_parentheses
- s0023_merge_k_sorted_lists
- s0024_swap_nodes_in_pairs
- s0025_reverse_nodes_in_k_group
- s0026_remove_duplicates_from_sorted_array
- s0027_remove_element
- s0028_implement_strstr
- s0029_divide_two_integers
- s0030_substring_with_concatenation_of_all_words
- s0031_next_permutation
- s0032_longest_valid_parentheses
- s0033_search_in_rotated_sorted_array
- s0034_find_first_and_last_position_of_element_in_sorted_array
- s0035_search_insert_position
- s0036_valid_sudoku
- s0037_sudoku_solver
- s0038_count_and_say
- s0039_combination_sum
- s0040_combination_sum_ii
- s0041_first_missing_positive
- s0042_trapping_rain_water
- s0043_multiply_strings
- s0044_wildcard_matching
- s0045_jump_game_ii
- s0046_permutations
- s0047_permutations_ii
- s0048_rotate_image
- s0049_group_anagrams
- s0050_powx_n
- s0051_n_queens
- s0052_n_queens_ii
- s0053_maximum_subarray
- s0054_spiral_matrix
- s0055_jump_game
- s0056_merge_intervals
- s0057_insert_interval
- s0058_length_of_last_word
- s0059_spiral_matrix_ii
- s0060_permutation_sequence
- s0061_rotate_list
- s0062_unique_paths
- s0063_unique_paths_ii
- s0064_minimum_path_sum
- s0065_valid_number
- s0066_plus_one
- s0067_add_binary
- s0068_text_justification
- s0069_sqrtx
- s0070_climbing_stairs
- s0071_simplify_path
- s0072_edit_distance
- s0073_set_matrix_zeroes
- s0074_search_a_2d_matrix
- s0075_sort_colors
- s0076_minimum_window_substring
- s0077_combinations
- s0078_subsets
- s0079_word_search
- s0080_remove_duplicates_from_sorted_array_ii
- s0081_search_in_rotated_sorted_array_ii
- s0082_remove_duplicates_from_sorted_list_ii
- s0083_remove_duplicates_from_sorted_list
- s0084_largest_rectangle_in_histogram
- s0085_maximal_rectangle
- s0086_partition_list
- s0087_scramble_string
- s0088_merge_sorted_array
- s0089_gray_code
- s0090_subsets_ii
- s0091_decode_ways
- s0092_reverse_linked_list_ii
- s0093_restore_ip_addresses
- s0094_binary_tree_inorder_traversal
- s0095_unique_binary_search_trees_ii
- s0096_unique_binary_search_trees
- s0097_interleaving_string
- s0098_validate_binary_search_tree
- s0099_recover_binary_search_tree
- s0100_same_tree
- g0101_0200
- s0101_symmetric_tree
- s0102_binary_tree_level_order_traversal
- s0103_binary_tree_zigzag_level_order_traversal
- s0104_maximum_depth_of_binary_tree
- s0105_construct_binary_tree_from_preorder_and_inorder_traversal
- s0106_construct_binary_tree_from_inorder_and_postorder_traversal
- s0107_binary_tree_level_order_traversal_ii
- s0108_convert_sorted_array_to_binary_search_tree
- s0109_convert_sorted_list_to_binary_search_tree
- s0110_balanced_binary_tree
- s0111_minimum_depth_of_binary_tree
- s0112_path_sum
- s0113_path_sum_ii
- s0114_flatten_binary_tree_to_linked_list
- s0115_distinct_subsequences
- s0116_populating_next_right_pointers_in_each_node
- s0117_populating_next_right_pointers_in_each_node_ii
- s0118_pascals_triangle
- s0119_pascals_triangle_ii
- s0120_triangle
- s0121_best_time_to_buy_and_sell_stock
- s0122_best_time_to_buy_and_sell_stock_ii
- s0123_best_time_to_buy_and_sell_stock_iii
- s0124_binary_tree_maximum_path_sum
- s0125_valid_palindrome
- s0126_word_ladder_ii
- s0127_word_ladder
- s0128_longest_consecutive_sequence
- s0129_sum_root_to_leaf_numbers
- s0130_surrounded_regions
- s0131_palindrome_partitioning
- s0132_palindrome_partitioning_ii
- s0133_clone_graph
- s0134_gas_station
- s0135_candy
- s0136_single_number
- s0137_single_number_ii
- s0138_copy_list_with_random_pointer
- s0139_word_break
- s0140_word_break_ii
- s0141_linked_list_cycle
- s0142_linked_list_cycle_ii
- s0143_reorder_list
- s0144_binary_tree_preorder_traversal
- s0145_binary_tree_postorder_traversal
- s0146_lru_cache
- s0147_insertion_sort_list
- s0148_sort_list
- s0149_max_points_on_a_line
- s0150_evaluate_reverse_polish_notation
- s0151_reverse_words_in_a_string
- s0152_maximum_product_subarray
- s0153_find_minimum_in_rotated_sorted_array
- s0154_find_minimum_in_rotated_sorted_array_ii
- s0155_min_stack
- s0160_intersection_of_two_linked_lists
- s0162_find_peak_element
- s0164_maximum_gap
- s0165_compare_version_numbers
- s0166_fraction_to_recurring_decimal
- s0167_two_sum_ii_input_array_is_sorted
- s0168_excel_sheet_column_title
- s0169_majority_element
- s0171_excel_sheet_column_number
- s0172_factorial_trailing_zeroes
- s0173_binary_search_tree_iterator
- s0174_dungeon_game
- s0175_combine_two_tables
- s0176_second_highest_salary
- s0177_nth_highest_salary
- s0178_rank_scores
- s0179_largest_number
- 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
- s0188_best_time_to_buy_and_sell_stock_iv
- s0189_rotate_array
- s0190_reverse_bits
- s0191_number_of_1_bits
- s0192_word_frequency
- s0193_valid_phone_numbers
- s0194_transpose_file
- s0195_tenth_line
- s0196_delete_duplicate_emails
- s0197_rising_temperature
- s0198_house_robber
- s0199_binary_tree_right_side_view
- s0200_number_of_islands
- g0201_0300
- s0201_bitwise_and_of_numbers_range
- s0202_happy_number
- s0203_remove_linked_list_elements
- s0204_count_primes
- s0205_isomorphic_strings
- s0206_reverse_linked_list
- s0207_course_schedule
- s0208_implement_trie_prefix_tree
- s0209_minimum_size_subarray_sum
- s0210_course_schedule_ii
- s0211_design_add_and_search_words_data_structure
- s0212_word_search_ii
- s0213_house_robber_ii
- s0214_shortest_palindrome
- 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
- s0222_count_complete_tree_nodes
- s0223_rectangle_area
- s0224_basic_calculator
- s0225_implement_stack_using_queues
- s0226_invert_binary_tree
- s0227_basic_calculator_ii
- s0228_summary_ranges
- s0229_majority_element_ii
- s0230_kth_smallest_element_in_a_bst
- s0231_power_of_two
- s0232_implement_queue_using_stacks
- s0233_number_of_digit_one
- s0234_palindrome_linked_list
- s0235_lowest_common_ancestor_of_a_binary_search_tree
- s0236_lowest_common_ancestor_of_a_binary_tree
- s0237_delete_node_in_a_linked_list
- s0238_product_of_array_except_self
- s0239_sliding_window_maximum
- s0240_search_a_2d_matrix_ii
- s0241_different_ways_to_add_parentheses
- s0242_valid_anagram
- s0257_binary_tree_paths
- s0258_add_digits
- s0260_single_number_iii
- s0262_trips_and_users
- s0263_ugly_number
- s0264_ugly_number_ii
- s0268_missing_number
- s0273_integer_to_english_words
- s0274_h_index
- s0275_h_index_ii
- s0278_first_bad_version
- s0279_perfect_squares
- s0282_expression_add_operators
- s0283_move_zeroes
- s0284_peeking_iterator
- s0287_find_the_duplicate_number
- s0289_game_of_life
- s0290_word_pattern
- s0292_nim_game
- s0295_find_median_from_data_stream
- s0297_serialize_and_deserialize_binary_tree
- s0299_bulls_and_cows
- s0300_longest_increasing_subsequence
- g0301_0400
- s0301_remove_invalid_parentheses
- s0303_range_sum_query_immutable
- s0304_range_sum_query_2d_immutable
- s0306_additive_number
- s0307_range_sum_query_mutable
- s0309_best_time_to_buy_and_sell_stock_with_cooldown
- s0310_minimum_height_trees
- s0312_burst_balloons
- s0313_super_ugly_number
- s0315_count_of_smaller_numbers_after_self
- s0316_remove_duplicate_letters
- s0318_maximum_product_of_word_lengths
- s0319_bulb_switcher
- s0321_create_maximum_number
- s0322_coin_change
- s0324_wiggle_sort_ii
- s0326_power_of_three
- s0327_count_of_range_sum
- s0328_odd_even_linked_list
- s0329_longest_increasing_path_in_a_matrix
- s0330_patching_array
- s0331_verify_preorder_serialization_of_a_binary_tree
- s0332_reconstruct_itinerary
- s0334_increasing_triplet_subsequence
- s0335_self_crossing
- s0336_palindrome_pairs
- s0337_house_robber_iii
- s0338_counting_bits
- s0341_flatten_nested_list_iterator
- s0342_power_of_four
- s0343_integer_break
- s0344_reverse_string
- s0345_reverse_vowels_of_a_string
- s0347_top_k_frequent_elements
- s0349_intersection_of_two_arrays
- s0350_intersection_of_two_arrays_ii
- s0352_data_stream_as_disjoint_intervals
- s0354_russian_doll_envelopes
- s0355_design_twitter
- s0357_count_numbers_with_unique_digits
- s0363_max_sum_of_rectangle_no_larger_than_k
- s0365_water_and_jug_problem
- s0367_valid_perfect_square
- s0368_largest_divisible_subset
- s0371_sum_of_two_integers
- s0372_super_pow
- s0373_find_k_pairs_with_smallest_sums
- s0374_guess_number_higher_or_lower
- s0375_guess_number_higher_or_lower_ii
- s0376_wiggle_subsequence
- s0377_combination_sum_iv
- s0378_kth_smallest_element_in_a_sorted_matrix
- s0380_insert_delete_getrandom_o1
- s0381_insert_delete_getrandom_o1_duplicates_allowed
- s0382_linked_list_random_node
- s0383_ransom_note
- s0384_shuffle_an_array
- s0385_mini_parser
- s0386_lexicographical_numbers
- s0387_first_unique_character_in_a_string
- s0388_longest_absolute_file_path
- s0389_find_the_difference
- s0390_elimination_game
- s0391_perfect_rectangle
- s0392_is_subsequence
- s0393_utf_8_validation
- s0394_decode_string
- s0395_longest_substring_with_at_least_k_repeating_characters
- s0396_rotate_function
- s0397_integer_replacement
- s0398_random_pick_index
- s0399_evaluate_division
- s0400_nth_digit
- g0401_0500
- s0401_binary_watch
- s0402_remove_k_digits
- s0403_frog_jump
- s0404_sum_of_left_leaves
- s0405_convert_a_number_to_hexadecimal
- s0406_queue_reconstruction_by_height
- s0407_trapping_rain_water_ii
- s0409_longest_palindrome
- s0410_split_array_largest_sum
- s0412_fizz_buzz
- s0413_arithmetic_slices
- s0414_third_maximum_number
- s0415_add_strings
- s0416_partition_equal_subset_sum
- s0417_pacific_atlantic_water_flow
- s0419_battleships_in_a_board
- s0420_strong_password_checker
- s0421_maximum_xor_of_two_numbers_in_an_array
- s0423_reconstruct_original_digits_from_english
- s0424_longest_repeating_character_replacement
- s0427_construct_quad_tree
- s0429_n_ary_tree_level_order_traversal
- s0430_flatten_a_multilevel_doubly_linked_list
- s0432_all_oone_data_structure
- s0433_minimum_genetic_mutation
- s0434_number_of_segments_in_a_string
- s0435_non_overlapping_intervals
- s0436_find_right_interval
- s0437_path_sum_iii
- s0438_find_all_anagrams_in_a_string
- s0440_k_th_smallest_in_lexicographical_order
- s0441_arranging_coins
- s0442_find_all_duplicates_in_an_array
- s0443_string_compression
- s0445_add_two_numbers_ii
- s0446_arithmetic_slices_ii_subsequence
- s0447_number_of_boomerangs
- s0448_find_all_numbers_disappeared_in_an_array
- s0449_serialize_and_deserialize_bst
- s0450_delete_node_in_a_bst
- s0451_sort_characters_by_frequency
- s0452_minimum_number_of_arrows_to_burst_balloons
- s0453_minimum_moves_to_equal_array_elements
- s0454_4sum_ii
- s0455_assign_cookies
- s0456_132_pattern
- s0457_circular_array_loop
- s0458_poor_pigs
- s0459_repeated_substring_pattern
- s0460_lfu_cache
- s0461_hamming_distance
- s0462_minimum_moves_to_equal_array_elements_ii
- s0463_island_perimeter
- s0464_can_i_win
- s0466_count_the_repetitions
- s0467_unique_substrings_in_wraparound_string
- s0468_validate_ip_address
- s0470_implement_rand10_using_rand7
- s0472_concatenated_words
- s0473_matchsticks_to_square
- s0474_ones_and_zeroes
- s0475_heaters
- s0476_number_complement
- s0477_total_hamming_distance
- s0478_generate_random_point_in_a_circle
- s0479_largest_palindrome_product
- s0480_sliding_window_median
- s0481_magical_string
- s0482_license_key_formatting
- s0483_smallest_good_base
- s0485_max_consecutive_ones
- s0486_predict_the_winner
- s0488_zuma_game
- s0491_increasing_subsequences
- s0492_construct_the_rectangle
- s0493_reverse_pairs
- s0494_target_sum
- s0495_teemo_attacking
- s0496_next_greater_element_i
- s0497_random_point_in_non_overlapping_rectangles
- s0498_diagonal_traverse
- s0500_keyboard_row
- g0501_0600
- s0501_find_mode_in_binary_search_tree
- s0502_ipo
- s0503_next_greater_element_ii
- s0504_base_7
- s0506_relative_ranks
- s0507_perfect_number
- s0508_most_frequent_subtree_sum
- s0509_fibonacci_number
- s0511_game_play_analysis_i
- s0513_find_bottom_left_tree_value
- s0514_freedom_trail
- s0515_find_largest_value_in_each_tree_row
- s0516_longest_palindromic_subsequence
- s0517_super_washing_machines
- s0518_coin_change_2
- s0519_random_flip_matrix
- s0520_detect_capital
- s0521_longest_uncommon_subsequence_i
- s0522_longest_uncommon_subsequence_ii
- s0523_continuous_subarray_sum
- s0524_longest_word_in_dictionary_through_deleting
- s0525_contiguous_array
- s0526_beautiful_arrangement
- s0528_random_pick_with_weight
- s0529_minesweeper
- s0530_minimum_absolute_difference_in_bst
- s0532_k_diff_pairs_in_an_array
- s0535_encode_and_decode_tinyurl
- s0537_complex_number_multiplication
- s0538_convert_bst_to_greater_tree
- s0539_minimum_time_difference
- s0540_single_element_in_a_sorted_array
- s0541_reverse_string_ii
- s0542_01_matrix
- s0543_diameter_of_binary_tree
- s0546_remove_boxes
- s0547_number_of_provinces
- s0551_student_attendance_record_i
- s0552_student_attendance_record_ii
- s0553_optimal_division
- s0554_brick_wall
- s0556_next_greater_element_iii
- s0557_reverse_words_in_a_string_iii
- s0558_logical_or_of_two_binary_grids_represented_as_quad_trees
- s0559_maximum_depth_of_n_ary_tree
- s0560_subarray_sum_equals_k
- s0561_array_partition_i
- s0563_binary_tree_tilt
- s0564_find_the_closest_palindrome
- s0565_array_nesting
- s0566_reshape_the_matrix
- s0567_permutation_in_string
- s0572_subtree_of_another_tree
- s0575_distribute_candies
- s0576_out_of_boundary_paths
- s0581_shortest_unsorted_continuous_subarray
- s0583_delete_operation_for_two_strings
- s0584_find_customer_referee
- 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
- s0592_fraction_addition_and_subtraction
- s0593_valid_square
- s0594_longest_harmonious_subsequence
- s0595_big_countries
- s0596_classes_more_than_5_students
- s0598_range_addition_ii
- s0599_minimum_index_sum_of_two_lists
- s0600_non_negative_integers_without_consecutive_ones
- g0601_0700
- s0601_human_traffic_of_stadium
- s0605_can_place_flowers
- s0606_construct_string_from_binary_tree
- s0607_sales_person
- s0608_tree_node
- s0609_find_duplicate_file_in_system
- s0611_valid_triangle_number
- s0617_merge_two_binary_trees
- s0620_not_boring_movies
- s0621_task_scheduler
- s0622_design_circular_queue
- s0623_add_one_row_to_tree
- s0626_exchange_seats
- s0627_swap_salary
- s0628_maximum_product_of_three_numbers
- s0629_k_inverse_pairs_array
- s0630_course_schedule_iii
- s0632_smallest_range_covering_elements_from_k_lists
- s0633_sum_of_square_numbers
- s0636_exclusive_time_of_functions
- s0637_average_of_levels_in_binary_tree
- s0638_shopping_offers
- s0639_decode_ways_ii
- s0640_solve_the_equation
- s0641_design_circular_deque
- s0643_maximum_average_subarray_i
- s0645_set_mismatch
- s0646_maximum_length_of_pair_chain
- s0647_palindromic_substrings
- s0648_replace_words
- s0649_dota2_senate
- s0650_2_keys_keyboard
- s0652_find_duplicate_subtrees
- s0653_two_sum_iv_input_is_a_bst
- s0654_maximum_binary_tree
- s0655_print_binary_tree
- s0657_robot_return_to_origin
- s0658_find_k_closest_elements
- s0659_split_array_into_consecutive_subsequences
- s0661_image_smoother
- s0662_maximum_width_of_binary_tree
- s0664_strange_printer
- s0665_non_decreasing_array
- s0667_beautiful_arrangement_ii
- s0668_kth_smallest_number_in_multiplication_table
- s0669_trim_a_binary_search_tree
- s0670_maximum_swap
- s0671_second_minimum_node_in_a_binary_tree
- s0672_bulb_switcher_ii
- s0673_number_of_longest_increasing_subsequence
- s0674_longest_continuous_increasing_subsequence
- s0675_cut_off_trees_for_golf_event
- s0676_implement_magic_dictionary
- s0677_map_sum_pairs
- s0678_valid_parenthesis_string
- s0679_24_game
- s0680_valid_palindrome_ii
- s0682_baseball_game
- s0684_redundant_connection
- s0685_redundant_connection_ii
- s0686_repeated_string_match
- s0687_longest_univalue_path
- s0688_knight_probability_in_chessboard
- s0689_maximum_sum_of_3_non_overlapping_subarrays
- s0690_employee_importance
- s0691_stickers_to_spell_word
- s0692_top_k_frequent_words
- s0693_binary_number_with_alternating_bits
- s0695_max_area_of_island
- s0696_count_binary_substrings
- s0697_degree_of_an_array
- s0698_partition_to_k_equal_sum_subsets
- s0699_falling_squares
- s0700_search_in_a_binary_search_tree
- g0701_0800
- s0701_insert_into_a_binary_search_tree
- s0703_kth_largest_element_in_a_stream
- s0704_binary_search
- s0705_design_hashset
- s0706_design_hashmap
- s0707_design_linked_list
- s0709_to_lower_case
- s0710_random_pick_with_blacklist
- s0712_minimum_ascii_delete_sum_for_two_strings
- s0713_subarray_product_less_than_k
- s0714_best_time_to_buy_and_sell_stock_with_transaction_fee
- s0715_range_module
- s0717_1_bit_and_2_bit_characters
- s0718_maximum_length_of_repeated_subarray
- s0719_find_k_th_smallest_pair_distance
- s0720_longest_word_in_dictionary
- s0721_accounts_merge
- s0722_remove_comments
- s0724_find_pivot_index
- s0725_split_linked_list_in_parts
- s0726_number_of_atoms
- s0728_self_dividing_numbers
- s0729_my_calendar_i
- s0730_count_different_palindromic_subsequences
- s0731_my_calendar_ii
- s0732_my_calendar_iii
- s0733_flood_fill
- s0735_asteroid_collision
- s0736_parse_lisp_expression
- s0738_monotone_increasing_digits
- s0739_daily_temperatures
- s0740_delete_and_earn
- s0741_cherry_pickup
- s0743_network_delay_time
- s0744_find_smallest_letter_greater_than_target
- s0745_prefix_and_suffix_search
- s0746_min_cost_climbing_stairs
- s0747_largest_number_at_least_twice_of_others
- s0748_shortest_completing_word
- s0749_contain_virus
- s0752_open_the_lock
- s0753_cracking_the_safe
- s0754_reach_a_number
- s0756_pyramid_transition_matrix
- s0757_set_intersection_size_at_least_two
- s0761_special_binary_string
- s0762_prime_number_of_set_bits_in_binary_representation
- s0763_partition_labels
- s0764_largest_plus_sign
- s0765_couples_holding_hands
- s0766_toeplitz_matrix
- s0767_reorganize_string
- s0768_max_chunks_to_make_sorted_ii
- s0769_max_chunks_to_make_sorted
- s0770_basic_calculator_iv
- s0771_jewels_and_stones
- s0773_sliding_puzzle
- s0775_global_and_local_inversions
- s0777_swap_adjacent_in_lr_string
- s0778_swim_in_rising_water
- s0779_k_th_symbol_in_grammar
- s0780_reaching_points
- s0781_rabbits_in_forest
- 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
- s0788_rotated_digits
- s0789_escape_the_ghosts
- s0790_domino_and_tromino_tiling
- s0791_custom_sort_string
- s0792_number_of_matching_subsequences
- s0793_preimage_size_of_factorial_zeroes_function
- s0794_valid_tic_tac_toe_state
- s0795_number_of_subarrays_with_bounded_maximum
- s0796_rotate_string
- s0797_all_paths_from_source_to_target
- s0798_smallest_rotation_with_highest_score
- s0799_champagne_tower
- 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
- s0808_soup_servings
- s0809_expressive_words
- s0810_chalkboard_xor_game
- s0811_subdomain_visit_count
- s0812_largest_triangle_area
- s0813_largest_sum_of_averages
- s0814_binary_tree_pruning
- s0815_bus_routes
- s0816_ambiguous_coordinates
- s0817_linked_list_components
- s0818_race_car
- s0819_most_common_word
- s0820_short_encoding_of_words
- s0821_shortest_distance_to_a_character
- s0822_card_flipping_game
- s0823_binary_trees_with_factors
- s0824_goat_latin
- s0825_friends_of_appropriate_ages
- s0826_most_profit_assigning_work
- s0827_making_a_large_island
- s0828_count_unique_characters_of_all_substrings_of_a_given_string
- s0829_consecutive_numbers_sum
- 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
- s0838_push_dominoes
- s0839_similar_string_groups
- s0840_magic_squares_in_grid
- s0841_keys_and_rooms
- s0842_split_array_into_fibonacci_sequence
- s0843_guess_the_word
- s0844_backspace_string_compare
- s0845_longest_mountain_in_array
- s0846_hand_of_straights
- s0847_shortest_path_visiting_all_nodes
- s0848_shifting_letters
- s0849_maximize_distance_to_closest_person
- s0850_rectangle_area_ii
- s0851_loud_and_rich
- s0852_peak_index_in_a_mountain_array
- s0853_car_fleet
- s0854_k_similar_strings
- s0855_exam_room
- s0856_score_of_parentheses
- s0857_minimum_cost_to_hire_k_workers
- s0858_mirror_reflection
- s0859_buddy_strings
- s0860_lemonade_change
- s0861_score_after_flipping_matrix
- s0862_shortest_subarray_with_sum_at_least_k
- s0863_all_nodes_distance_k_in_binary_tree
- s0864_shortest_path_to_get_all_keys
- s0865_smallest_subtree_with_all_the_deepest_nodes
- s0866_prime_palindrome
- s0867_transpose_matrix
- s0868_binary_gap
- s0869_reordered_power_of_2
- s0870_advantage_shuffle
- s0871_minimum_number_of_refueling_stops
- s0872_leaf_similar_trees
- s0873_length_of_longest_fibonacci_subsequence
- s0874_walking_robot_simulation
- s0875_koko_eating_bananas
- s0876_middle_of_the_linked_list
- s0877_stone_game
- s0878_nth_magical_number
- s0879_profitable_schemes
- s0880_decoded_string_at_index
- s0881_boats_to_save_people
- s0882_reachable_nodes_in_subdivided_graph
- s0883_projection_area_of_3d_shapes
- s0884_uncommon_words_from_two_sentences
- s0885_spiral_matrix_iii
- s0886_possible_bipartition
- s0887_super_egg_drop
- s0888_fair_candy_swap
- s0889_construct_binary_tree_from_preorder_and_postorder_traversal
- s0890_find_and_replace_pattern
- s0891_sum_of_subsequence_widths
- s0892_surface_area_of_3d_shapes
- s0893_groups_of_special_equivalent_strings
- s0894_all_possible_full_binary_trees
- s0895_maximum_frequency_stack
- s0896_monotonic_array
- s0897_increasing_order_search_tree
- s0898_bitwise_ors_of_subarrays
- s0899_orderly_queue
- s0900_rle_iterator
- g0901_1000
- s0901_online_stock_span
- s0902_numbers_at_most_n_given_digit_set
- s0903_valid_permutations_for_di_sequence
- s0904_fruit_into_baskets
- s0905_sort_array_by_parity
- s0906_super_palindromes
- s0907_sum_of_subarray_minimums
- s0908_smallest_range_i
- s0909_snakes_and_ladders
- s0910_smallest_range_ii
- s0911_online_election
- s0912_sort_an_array
- s0913_cat_and_mouse
- s0914_x_of_a_kind_in_a_deck_of_cards
- s0915_partition_array_into_disjoint_intervals
- s0916_word_subsets
- s0917_reverse_only_letters
- s0918_maximum_sum_circular_subarray
- s0919_complete_binary_tree_inserter
- s0920_number_of_music_playlists
- s0921_minimum_add_to_make_parentheses_valid
- s0922_sort_array_by_parity_ii
- s0923_3sum_with_multiplicity
- s0924_minimize_malware_spread
- s0925_long_pressed_name
- s0926_flip_string_to_monotone_increasing
- s0927_three_equal_parts
- s0928_minimize_malware_spread_ii
- s0929_unique_email_addresses
- s0930_binary_subarrays_with_sum
- s0931_minimum_falling_path_sum
- s0932_beautiful_array
- s0933_number_of_recent_calls
- s0934_shortest_bridge
- s0935_knight_dialer
- s0936_stamping_the_sequence
- s0937_reorder_data_in_log_files
- s0938_range_sum_of_bst
- s0939_minimum_area_rectangle
- s0940_distinct_subsequences_ii
- s0941_valid_mountain_array
- s0942_di_string_match
- s0943_find_the_shortest_superstring
- s0944_delete_columns_to_make_sorted
- s0945_minimum_increment_to_make_array_unique
- s0946_validate_stack_sequences
- s0947_most_stones_removed_with_same_row_or_column
- s0948_bag_of_tokens
- s0949_largest_time_for_given_digits
- s0950_reveal_cards_in_increasing_order
- s0951_flip_equivalent_binary_trees
- s0952_largest_component_size_by_common_factor
- s0953_verifying_an_alien_dictionary
- s0954_array_of_doubled_pairs
- s0955_delete_columns_to_make_sorted_ii
- s0956_tallest_billboard
- s0957_prison_cells_after_n_days
- s0958_check_completeness_of_a_binary_tree
- s0959_regions_cut_by_slashes
- s0960_delete_columns_to_make_sorted_iii
- s0961_n_repeated_element_in_size_2n_array
- s0962_maximum_width_ramp
- s0963_minimum_area_rectangle_ii
- s0964_least_operators_to_express_number
- 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
- s0972_equal_rational_numbers
- s0973_k_closest_points_to_origin
- s0974_subarray_sums_divisible_by_k
- s0975_odd_even_jump
- s0976_largest_perimeter_triangle
- s0977_squares_of_a_sorted_array
- s0978_longest_turbulent_subarray
- s0979_distribute_coins_in_binary_tree
- s0980_unique_paths_iii
- s0981_time_based_key_value_store
- s0982_triples_with_bitwise_and_equal_to_zero
- s0983_minimum_cost_for_tickets
- s0984_string_without_aaa_or_bbb
- 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
- s0990_satisfiability_of_equality_equations
- s0991_broken_calculator
- s0992_subarrays_with_k_different_integers
- s0993_cousins_in_binary_tree
- s0994_rotting_oranges
- s0995_minimum_number_of_k_consecutive_bit_flips
- s0996_number_of_squareful_arrays
- s0997_find_the_town_judge
- s0998_maximum_binary_tree_ii
- s0999_available_captures_for_rook
- s1000_minimum_cost_to_merge_stones
- g1001_1100
- s1001_grid_illumination
- s1002_find_common_characters
- s1003_check_if_word_is_valid_after_substitutions
- s1004_max_consecutive_ones_iii
- s1005_maximize_sum_of_array_after_k_negations
- s1006_clumsy_factorial
- s1007_minimum_domino_rotations_for_equal_row
- s1008_construct_binary_search_tree_from_preorder_traversal
- s1009_complement_of_base_10_integer
- s1010_pairs_of_songs_with_total_durations_divisible_by_60
- s1011_capacity_to_ship_packages_within_d_days
- s1012_numbers_with_repeated_digits
- s1013_partition_array_into_three_parts_with_equal_sum
- s1014_best_sightseeing_pair
- s1015_smallest_integer_divisible_by_k
- s1016_binary_string_with_substrings_representing_1_to_n
- s1017_convert_to_base_2
- s1018_binary_prefix_divisible_by_5
- s1019_next_greater_node_in_linked_list
- s1020_number_of_enclaves
- s1021_remove_outermost_parentheses
- s1022_sum_of_root_to_leaf_binary_numbers
- s1023_camelcase_matching
- s1024_video_stitching
- s1025_divisor_game
- s1026_maximum_difference_between_node_and_ancestor
- 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
- s1032_stream_of_characters
- s1033_moving_stones_until_consecutive
- s1034_coloring_a_border
- s1035_uncrossed_lines
- s1036_escape_a_large_maze
- s1037_valid_boomerang
- s1038_binary_search_tree_to_greater_sum_tree
- s1039_minimum_score_triangulation_of_polygon
- s1040_moving_stones_until_consecutive_ii
- s1041_robot_bounded_in_circle
- s1042_flower_planting_with_no_adjacent
- s1043_partition_array_for_maximum_sum
- s1044_longest_duplicate_substring
- s1046_last_stone_weight
- s1047_remove_all_adjacent_duplicates_in_string
- s1048_longest_string_chain
- s1049_last_stone_weight_ii
- s1050_actors_and_directors_who_cooperated_at_least_three_times
- s1051_height_checker
- s1052_grumpy_bookstore_owner
- s1053_previous_permutation_with_one_swap
- s1054_distant_barcodes
- s1071_greatest_common_divisor_of_strings
- s1072_flip_columns_for_maximum_number_of_equal_rows
- s1073_adding_two_negabinary_numbers
- s1074_number_of_submatrices_that_sum_to_target
- s1078_occurrences_after_bigram
- s1079_letter_tile_possibilities
- s1080_insufficient_nodes_in_root_to_leaf_paths
- s1081_smallest_subsequence_of_distinct_characters
- s1084_sales_analysis_iii
- s1089_duplicate_zeros
- 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
- s1103_distribute_candies_to_people
- s1104_path_in_zigzag_labelled_binary_tree
- s1105_filling_bookcase_shelves
- s1106_parsing_a_boolean_expression
- s1108_defanging_an_ip_address
- s1109_corporate_flight_bookings
- s1110_delete_nodes_and_return_forest
- s1111_maximum_nesting_depth_of_two_valid_parentheses_strings
- s1114_print_in_order
- s1115_print_foobar_alternately
- s1116_print_zero_even_odd
- s1117_building_h2o
- s1122_relative_sort_array
- s1123_lowest_common_ancestor_of_deepest_leaves
- s1124_longest_well_performing_interval
- s1125_smallest_sufficient_team
- s1128_number_of_equivalent_domino_pairs
- s1129_shortest_path_with_alternating_colors
- s1130_minimum_cost_tree_from_leaf_values
- s1131_maximum_of_absolute_value_expression
- s1137_n_th_tribonacci_number
- s1138_alphabet_board_path
- s1139_largest_1_bordered_square
- s1140_stone_game_ii
- s1141_user_activity_for_the_past_30_days_i
- s1143_longest_common_subsequence
- s1144_decrease_elements_to_make_array_zigzag
- s1145_binary_tree_coloring_game
- s1146_snapshot_array
- s1147_longest_chunked_palindrome_decomposition
- s1148_article_views_i
- s1154_day_of_the_year
- s1155_number_of_dice_rolls_with_target_sum
- s1156_swap_for_longest_repeated_character_substring
- s1157_online_majority_element_in_subarray
- 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
- s1163_last_substring_in_lexicographical_order
- s1169_invalid_transactions
- s1170_compare_strings_by_frequency_of_the_smallest_character
- s1171_remove_zero_sum_consecutive_nodes_from_linked_list
- s1172_dinner_plate_stacks
- s1175_prime_arrangements
- s1177_can_make_palindrome_from_substring
- s1178_number_of_valid_words_for_each_puzzle
- s1179_reformat_department_table
- s1184_distance_between_bus_stops
- s1185_day_of_the_week
- s1186_maximum_subarray_sum_with_one_deletion
- s1187_make_array_strictly_increasing
- s1189_maximum_number_of_balloons
- s1190_reverse_substrings_between_each_pair_of_parentheses
- s1191_k_concatenation_maximum_sum
- s1192_critical_connections_in_a_network
- s1195_fizz_buzz_multithreaded
- s1200_minimum_absolute_difference
- g1201_1300
- s1201_ugly_number_iii
- s1202_smallest_string_with_swaps
- s1203_sort_items_by_groups_respecting_dependencies
- s1206_design_skiplist
- s1207_unique_number_of_occurrences
- s1208_get_equal_substrings_within_budget
- s1209_remove_all_adjacent_duplicates_in_string_ii
- s1210_minimum_moves_to_reach_target_with_rotations
- s1217_minimum_cost_to_move_chips_to_the_same_position
- s1218_longest_arithmetic_subsequence_of_given_difference
- s1219_path_with_maximum_gold
- s1220_count_vowels_permutation
- s1221_split_a_string_in_balanced_strings
- s1222_queens_that_can_attack_the_king
- s1223_dice_roll_simulation
- s1224_maximum_equal_frequency
- s1226_the_dining_philosophers
- s1227_airplane_seat_assignment_probability
- s1232_check_if_it_is_a_straight_line
- s1233_remove_sub_folders_from_the_filesystem
- s1234_replace_the_substring_for_balanced_string
- 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
- s1240_tiling_a_rectangle_with_the_fewest_squares
- s1247_minimum_swaps_to_make_strings_equal
- s1248_count_number_of_nice_subarrays
- s1249_minimum_remove_to_make_valid_parentheses
- s1250_check_if_it_is_a_good_array
- 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
- s1261_find_elements_in_a_contaminated_binary_tree
- s1262_greatest_sum_divisible_by_three
- 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
- s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps
- s1275_find_winner_on_a_tic_tac_toe_game
- s1276_number_of_burgers_with_no_waste_of_ingredients
- s1277_count_square_submatrices_with_all_ones
- s1278_palindrome_partitioning_iii
- s1281_subtract_the_product_and_sum_of_digits_of_an_integer
- s1282_group_the_people_given_the_group_size_they_belong_to
- s1283_find_the_smallest_divisor_given_a_threshold
- s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix
- s1286_iterator_for_combination
- s1287_element_appearing_more_than_25_in_sorted_array
- s1288_remove_covered_intervals
- s1289_minimum_falling_path_sum_ii
- s1290_convert_binary_number_in_a_linked_list_to_integer
- 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
- s1295_find_numbers_with_even_number_of_digits
- s1296_divide_array_in_sets_of_k_consecutive_numbers
- s1297_maximum_number_of_occurrences_of_a_substring
- s1298_maximum_candies_you_can_get_from_boxes
- s1299_replace_elements_with_greatest_element_on_right_side
- s1300_sum_of_mutated_array_closest_to_target
- g1301_1400
- s1301_number_of_paths_with_max_score
- s1302_deepest_leaves_sum
- s1304_find_n_unique_integers_sum_up_to_zero
- s1305_all_elements_in_two_binary_search_trees
- s1306_jump_game_iii
- s1307_verbal_arithmetic_puzzle
- s1309_decrypt_string_from_alphabet_to_integer_mapping
- s1310_xor_queries_of_a_subarray
- s1311_get_watched_videos_by_your_friends
- s1312_minimum_insertion_steps_to_make_a_string_palindrome
- s1313_decompress_run_length_encoded_list
- s1314_matrix_block_sum
- s1315_sum_of_nodes_with_even_valued_grandparent
- s1316_distinct_echo_substrings
- s1317_convert_integer_to_the_sum_of_two_no_zero_integers
- s1318_minimum_flips_to_make_a_or_b_equal_to_c
- s1319_number_of_operations_to_make_network_connected
- s1320_minimum_distance_to_type_a_word_using_two_fingers
- s1323_maximum_69_number
- s1324_print_words_vertically
- s1325_delete_leaves_with_a_given_value
- s1326_minimum_number_of_taps_to_open_to_water_a_garden
- s1328_break_a_palindrome
- s1329_sort_the_matrix_diagonally
- s1330_reverse_subarray_to_maximize_array_value
- s1331_rank_transform_of_an_array
- s1332_remove_palindromic_subsequences
- s1333_filter_restaurants_by_vegan_friendly_price_and_distance
- s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance
- s1335_minimum_difficulty_of_a_job_schedule
- s1337_the_k_weakest_rows_in_a_matrix
- s1338_reduce_array_size_to_the_half
- s1339_maximum_product_of_splitted_binary_tree
- s1340_jump_game_v
- s1342_number_of_steps_to_reduce_a_number_to_zero
- s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold
- s1344_angle_between_hands_of_a_clock
- s1345_jump_game_iv
- s1346_check_if_n_and_its_double_exist
- s1347_minimum_number_of_steps_to_make_two_strings_anagram
- s1348_tweet_counts_per_frequency
- s1349_maximum_students_taking_exam
- s1351_count_negative_numbers_in_a_sorted_matrix
- s1352_product_of_the_last_k_numbers
- s1353_maximum_number_of_events_that_can_be_attended
- s1354_construct_target_array_with_multiple_sums
- s1356_sort_integers_by_the_number_of_1_bits
- s1357_apply_discount_every_n_orders
- s1358_number_of_substrings_containing_all_three_characters
- s1359_count_all_valid_pickup_and_delivery_options
- s1360_number_of_days_between_two_dates
- s1361_validate_binary_tree_nodes
- s1362_closest_divisors
- 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
- s1370_increasing_decreasing_string
- s1371_find_the_longest_substring_containing_vowels_in_even_counts
- s1372_longest_zigzag_path_in_a_binary_tree
- s1373_maximum_sum_bst_in_binary_tree
- s1374_generate_a_string_with_characters_that_have_odd_counts
- s1375_number_of_times_binary_string_is_prefix_aligned
- s1376_time_needed_to_inform_all_employees
- s1377_frog_position_after_t_seconds
- s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree
- s1380_lucky_numbers_in_a_matrix
- s1381_design_a_stack_with_increment_operation
- s1382_balance_a_binary_search_tree
- s1383_maximum_performance_of_a_team
- s1385_find_the_distance_value_between_two_arrays
- s1386_cinema_seat_allocation
- s1387_sort_integers_by_the_power_value
- s1388_pizza_with_3n_slices
- s1389_create_target_array_in_the_given_order
- s1390_four_divisors
- s1391_check_if_there_is_a_valid_path_in_a_grid
- s1392_longest_happy_prefix
- s1393_capital_gainloss
- s1394_find_lucky_integer_in_an_array
- s1395_count_number_of_teams
- s1396_design_underground_system
- s1397_find_all_good_strings
- s1399_count_largest_group
- s1400_construct_k_palindrome_strings
- g1401_1500
- s1401_circle_and_rectangle_overlapping
- s1402_reducing_dishes
- s1403_minimum_subsequence_in_non_increasing_order
- s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one
- s1405_longest_happy_string
- s1406_stone_game_iii
- s1407_top_travellers
- s1408_string_matching_in_an_array
- s1409_queries_on_a_permutation_with_key
- s1410_html_entity_parser
- s1411_number_of_ways_to_paint_n_3_grid
- s1413_minimum_value_to_get_positive_step_by_step_sum
- s1414_find_the_minimum_number_of_fibonacci_numbers_whose_sum_is_k
- s1415_the_k_th_lexicographical_string_of_all_happy_strings_of_length_n
- s1416_restore_the_array
- s1417_reformat_the_string
- s1418_display_table_of_food_orders_in_a_restaurant
- s1419_minimum_number_of_frogs_croaking
- s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons
- s1422_maximum_score_after_splitting_a_string
- s1423_maximum_points_you_can_obtain_from_cards
- s1424_diagonal_traverse_ii
- s1425_constrained_subsequence_sum
- s1431_kids_with_the_greatest_number_of_candies
- s1432_max_difference_you_can_get_from_changing_an_integer
- s1433_check_if_a_string_can_break_another_string
- 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
- s1442_count_triplets_that_can_form_two_arrays_of_equal_xor
- s1443_minimum_time_to_collect_all_apples_in_a_tree
- s1444_number_of_ways_of_cutting_a_pizza
- s1446_consecutive_characters
- s1447_simplified_fractions
- s1448_count_good_nodes_in_binary_tree
- 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
- s1456_maximum_number_of_vowels_in_a_substring_of_given_length
- s1457_pseudo_palindromic_paths_in_a_binary_tree
- s1458_max_dot_product_of_two_subsequences
- s1460_make_two_arrays_equal_by_reversing_sub_arrays
- s1461_check_if_a_string_contains_all_binary_codes_of_size_k
- s1462_course_schedule_iv
- s1463_cherry_pickup_ii
- s1464_maximum_product_of_two_elements_in_an_array
- 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
- s1472_design_browser_history
- 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
- s1478_allocate_mailboxes
- s1480_running_sum_of_1d_array
- s1481_least_number_of_unique_integers_after_k_removals
- s1482_minimum_number_of_days_to_make_m_bouquets
- s1483_kth_ancestor_of_a_tree_node
- s1484_group_sold_products_by_the_date
- s1486_xor_operation_in_an_array
- 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
- s1492_the_kth_factor_of_n
- s1493_longest_subarray_of_1s_after_deleting_one_element
- s1494_parallel_courses_ii
- s1496_path_crossing
- s1497_check_if_array_pairs_are_divisible_by_k
- s1498_number_of_subsequences_that_satisfy_the_given_sum_condition
- 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
- s1505_minimum_possible_integer_after_at_most_k_adjacent_swaps_on_digits
- s1507_reformat_date
- s1508_range_sum_of_sorted_subarray_sums
- s1509_minimum_difference_between_largest_and_smallest_value_in_three_moves
- s1510_stone_game_iv
- s1512_number_of_good_pairs
- s1513_number_of_substrings_with_only_1s
- s1514_path_with_maximum_probability
- s1515_best_position_for_a_service_centre
- s1518_water_bottles
- 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
- s1523_count_odd_numbers_in_an_interval_range
- s1524_number_of_sub_arrays_with_odd_sum
- s1525_number_of_good_ways_to_split_a_string
- s1526_minimum_number_of_increments_on_subarrays_to_form_a_target_array
- s1527_patients_with_a_condition
- s1528_shuffle_string
- s1529_bulb_switcher_iv
- s1530_number_of_good_leaf_nodes_pairs
- s1531_string_compression_ii
- s1534_count_good_triplets
- s1535_find_the_winner_of_an_array_game
- s1536_minimum_swaps_to_arrange_a_binary_grid
- s1537_get_the_maximum_score
- s1539_kth_missing_positive_number
- s1540_can_convert_string_in_k_moves
- s1541_minimum_insertions_to_balance_a_parentheses_string
- s1542_find_longest_awesome_substring
- s1544_make_the_string_great
- s1545_find_kth_bit_in_nth_binary_string
- s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target
- s1547_minimum_cost_to_cut_a_stick
- s1550_three_consecutive_odds
- s1551_minimum_operations_to_make_array_equal
- s1552_magnetic_force_between_two_balls
- s1553_minimum_number_of_days_to_eat_n_oranges
- s1556_thousand_separator
- s1557_minimum_number_of_vertices_to_reach_all_nodes
- s1558_minimum_numbers_of_function_calls_to_make_target_array
- s1559_detect_cycles_in_2d_grid
- s1560_most_visited_sector_in_a_circular_track
- s1561_maximum_number_of_coins_you_can_get
- s1562_find_latest_group_of_size_m
- s1563_stone_game_v
- s1566_detect_pattern_of_length_m_repeated_k_or_more_times
- s1567_maximum_length_of_subarray_with_positive_product
- s1568_minimum_number_of_days_to_disconnect_island
- s1569_number_of_ways_to_reorder_array_to_get_same_bst
- s1572_matrix_diagonal_sum
- s1573_number_of_ways_to_split_a_string
- s1574_shortest_subarray_to_be_removed_to_make_array_sorted
- s1575_count_all_possible_routes
- s1576_replace_all_s_to_avoid_consecutive_repeating_characters
- s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers
- s1578_minimum_time_to_make_rope_colorful
- 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
- s1585_check_if_string_is_transformable_with_substring_sort_operations
- s1587_bank_account_summary_ii
- s1588_sum_of_all_odd_length_subarrays
- s1589_maximum_sum_obtained_of_any_permutation
- s1590_make_sum_divisible_by_p
- s1591_strange_printer_ii
- s1592_rearrange_spaces_between_words
- s1593_split_a_string_into_the_max_number_of_unique_substrings
- 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
- s1603_design_parking_system
- 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
- s1608_special_array_with_x_elements_greater_than_or_equal_x
- s1609_even_odd_tree
- s1610_maximum_number_of_visible_points
- s1611_minimum_one_bit_operations_to_make_integers_zero
- s1614_maximum_nesting_depth_of_the_parentheses
- s1615_maximal_network_rank
- s1616_split_two_strings_to_make_palindrome
- s1617_count_subtrees_with_max_distance_between_cities
- s1619_mean_of_array_after_removing_some_elements
- s1620_coordinate_with_maximum_network_quality
- s1621_number_of_sets_of_k_non_overlapping_line_segments
- s1622_fancy_sequence
- s1624_largest_substring_between_two_equal_characters
- s1625_lexicographically_smallest_string_after_applying_operations
- 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
- s1636_sort_array_by_increasing_frequency
- s1637_widest_vertical_area_between_two_points_containing_no_points
- s1638_count_substrings_that_differ_by_one_character
- s1639_number_of_ways_to_form_a_target_string_given_a_dictionary
- s1640_check_array_formation_through_concatenation
- s1641_count_sorted_vowel_strings
- s1642_furthest_building_you_can_reach
- s1643_kth_smallest_instructions
- s1646_get_maximum_in_generated_array
- s1647_minimum_deletions_to_make_character_frequencies_unique
- s1648_sell_diminishing_valued_colored_balls
- s1649_create_sorted_array_through_instructions
- s1652_defuse_the_bomb
- s1653_minimum_deletions_to_make_string_balanced
- s1654_minimum_jumps_to_reach_home
- s1655_distribute_repeating_integers
- s1656_design_an_ordered_stream
- s1657_determine_if_two_strings_are_close
- s1658_minimum_operations_to_reduce_x_to_zero
- s1659_maximize_grid_happiness
- s1662_check_if_two_string_arrays_are_equivalent
- s1663_smallest_string_with_a_given_numeric_value
- s1664_ways_to_make_a_fair_array
- s1665_minimum_initial_energy_to_finish_tasks
- s1667_fix_names_in_a_table
- s1668_maximum_repeating_substring
- s1669_merge_in_between_linked_lists
- s1670_design_front_middle_back_queue
- s1671_minimum_number_of_removals_to_make_mountain_array
- s1672_richest_customer_wealth
- s1673_find_the_most_competitive_subsequence
- s1674_minimum_moves_to_make_array_complementary
- s1675_minimize_deviation_in_array
- s1678_goal_parser_interpretation
- s1679_max_number_of_k_sum_pairs
- s1680_concatenation_of_consecutive_binary_numbers
- s1681_minimum_incompatibility
- 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
- s1688_count_of_matches_in_tournament
- s1689_partitioning_into_minimum_number_of_deci_binary_numbers
- s1690_stone_game_vii
- s1691_maximum_height_by_stacking_cuboids
- s1693_daily_leads_and_partners
- s1694_reformat_phone_number
- 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
- s1702_maximum_binary_string_after_change
- s1703_minimum_adjacent_swaps_for_k_consecutive_ones
- s1704_determine_if_string_halves_are_alike
- 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
- s1711_count_good_meals
- s1712_ways_to_split_array_into_three_subarrays
- s1713_minimum_operations_to_make_a_subsequence
- s1716_calculate_money_in_leetcode_bank
- s1717_maximum_score_from_removing_substrings
- 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
- s1723_find_minimum_time_to_finish_all_jobs
- s1725_number_of_rectangles_that_can_form_the_largest_square
- s1726_tuple_with_same_product
- s1727_largest_submatrix_with_rearrangements
- s1728_cat_and_mouse_ii
- s1729_find_followers_count
- s1732_find_the_highest_altitude
- s1733_minimum_number_of_people_to_teach
- s1734_decode_xored_permutation
- s1735_count_ways_to_make_array_with_product
- s1737_change_minimum_characters_to_satisfy_one_of_three_conditions
- s1738_find_kth_largest_xor_coordinate_value
- s1739_building_boxes
- s1741_find_total_time_spent_by_each_employee
- s1742_maximum_number_of_balls_in_a_box
- s1743_restore_the_array_from_adjacent_pairs
- s1744_can_you_eat_your_favorite_candy_on_your_favorite_day
- s1745_palindrome_partitioning_iv
- s1748_sum_of_unique_elements
- s1749_maximum_absolute_sum_of_any_subarray
- s1750_minimum_length_of_string_after_deleting_similar_ends
- s1751_maximum_number_of_events_that_can_be_attended_ii
- s1752_check_if_array_is_sorted_and_rotated
- s1753_maximum_score_from_removing_stones
- s1754_largest_merge_of_two_strings
- s1755_closest_subsequence_sum
- s1757_recyclable_and_low_fat_products
- s1758_minimum_changes_to_make_alternating_binary_string
- s1759_count_number_of_homogenous_substrings
- s1760_minimum_limit_of_balls_in_a_bag
- s1761_minimum_degree_of_a_connected_trio_in_a_graph
- s1763_longest_nice_substring
- s1764_form_array_by_concatenating_subarrays_of_another_array
- s1765_map_of_highest_peak
- s1766_tree_of_coprimes
- s1768_merge_strings_alternately
- s1769_minimum_number_of_operations_to_move_all_balls_to_each_box
- s1770_maximum_score_from_performing_multiplication_operations
- s1771_maximize_palindrome_length_from_subsequences
- 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
- s1780_check_if_number_is_a_sum_of_powers_of_three
- s1781_sum_of_beauty_of_all_substrings
- s1782_count_pairs_of_nodes
- s1784_check_if_binary_string_has_at_most_one_segment_of_ones
- s1785_minimum_elements_to_add_to_form_a_given_sum
- s1786_number_of_restricted_paths_from_first_to_last_node
- s1787_make_the_xor_of_all_segments_equal_to_zero
- s1790_check_if_one_string_swap_can_make_strings_equal
- s1791_find_center_of_star_graph
- s1792_maximum_average_pass_ratio
- s1793_maximum_score_of_a_good_subarray
- s1795_rearrange_products_table
- s1796_second_largest_digit_in_a_string
- s1797_design_authentication_manager
- s1798_maximum_number_of_consecutive_values_you_can_make
- s1799_maximize_score_after_n_operations
- s1800_maximum_ascending_subarray_sum
- g1801_1900
- s1801_number_of_orders_in_the_backlog
- s1802_maximum_value_at_a_given_index_in_a_bounded_array
- s1803_count_pairs_with_xor_in_a_range
- s1805_number_of_different_integers_in_a_string
- s1806_minimum_number_of_operations_to_reinitialize_a_permutation
- s1807_evaluate_the_bracket_pairs_of_a_string
- s1808_maximize_number_of_nice_divisors
- s1812_determine_color_of_a_chessboard_square
- s1813_sentence_similarity_iii
- s1814_count_nice_pairs_in_an_array
- 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
- s1822_sign_of_the_product_of_an_array
- s1823_find_the_winner_of_the_circular_game
- s1824_minimum_sideway_jumps
- s1825_finding_mk_average
- s1827_minimum_operations_to_make_the_array_increasing
- s1828_queries_on_number_of_points_inside_a_circle
- s1829_maximum_xor_for_each_query
- s1830_minimum_number_of_operations_to_make_string_sorted
- s1832_check_if_the_sentence_is_pangram
- s1833_maximum_ice_cream_bars
- s1834_single_threaded_cpu
- s1835_find_xor_sum_of_all_pairs_bitwise_and
- s1837_sum_of_digits_in_base_k
- s1838_frequency_of_the_most_frequent_element
- s1839_longest_substring_of_all_vowels_in_order
- s1840_maximum_building_height
- s1844_replace_all_digits_with_characters
- s1845_seat_reservation_manager
- s1846_maximum_element_after_decreasing_and_rearranging
- s1847_closest_room
- s1848_minimum_distance_to_the_target_element
- s1849_splitting_a_string_into_descending_consecutive_values
- s1850_minimum_adjacent_swaps_to_reach_the_kth_smallest_number
- s1851_minimum_interval_to_include_each_query
- s1854_maximum_population_year
- s1855_maximum_distance_between_a_pair_of_values
- s1856_maximum_subarray_min_product
- s1857_largest_color_value_in_a_directed_graph
- s1859_sorting_the_sentence
- s1860_incremental_memory_leak
- s1861_rotating_the_box
- s1862_sum_of_floored_pairs
- s1863_sum_of_all_subset_xor_totals
- s1864_minimum_number_of_swaps_to_make_the_binary_string_alternating
- s1865_finding_pairs_with_a_certain_sum
- s1866_number_of_ways_to_rearrange_sticks_with_k_sticks_visible
- s1869_longer_contiguous_segments_of_ones_than_zeros
- s1870_minimum_speed_to_arrive_on_time
- s1871_jump_game_vii
- s1872_stone_game_viii
- s1873_calculate_special_bonus
- s1876_substrings_of_size_three_with_distinct_characters
- s1877_minimize_maximum_pair_sum_in_array
- s1878_get_biggest_three_rhombus_sums_in_a_grid
- s1879_minimum_xor_sum_of_two_arrays
- s1880_check_if_word_equals_summation_of_two_words
- s1881_maximum_value_after_insertion
- s1882_process_tasks_using_servers
- s1883_minimum_skips_to_arrive_at_meeting_on_time
- s1884_egg_drop_with_2_eggs_and_n_floors
- s1886_determine_whether_matrix_can_be_obtained_by_rotation
- s1887_reduction_operations_to_make_the_array_elements_equal
- s1888_minimum_number_of_flips_to_make_the_binary_string_alternating
- s1889_minimum_space_wasted_from_packaging
- s1890_the_latest_login_in_2020
- s1893_check_if_all_the_integers_in_a_range_are_covered
- s1894_find_the_student_that_will_replace_the_chalk
- s1895_largest_magic_square
- s1896_minimum_cost_to_change_the_final_value_of_expression
- s1897_redistribute_characters_to_make_all_strings_equal
- s1898_maximum_number_of_removable_characters
- s1899_merge_triplets_to_form_target_triplet
- s1900_the_earliest_and_latest_rounds_where_players_compete
- g1901_2000
- s1901_find_a_peak_element_ii
- s1903_largest_odd_number_in_string
- s1904_the_number_of_full_rounds_you_have_played
- s1905_count_sub_islands
- s1906_minimum_absolute_difference_queries
- s1909_remove_one_element_to_make_the_array_strictly_increasing
- s1910_remove_all_occurrences_of_a_substring
- s1911_maximum_alternating_subsequence_sum
- s1912_design_movie_rental_system
- s1913_maximum_product_difference_between_two_pairs
- s1914_cyclically_rotating_a_grid
- s1915_number_of_wonderful_substrings
- s1916_count_ways_to_build_rooms_in_an_ant_colony
- s1920_build_array_from_permutation
- s1921_eliminate_maximum_number_of_monsters
- s1922_count_good_numbers
- s1923_longest_common_subpath
- s1925_count_square_sum_triples
- s1926_nearest_exit_from_entrance_in_maze
- s1927_sum_game
- s1928_minimum_cost_to_reach_destination_in_time
- s1929_concatenation_of_array
- s1930_unique_length_3_palindromic_subsequences
- s1931_painting_a_grid_with_three_different_colors
- s1932_merge_bsts_to_create_single_bst
- s1935_maximum_number_of_words_you_can_type
- s1936_add_minimum_number_of_rungs
- s1937_maximum_number_of_points_with_cost
- s1938_maximum_genetic_difference_query
- s1941_check_if_all_characters_have_equal_number_of_occurrences
- s1942_the_number_of_the_smallest_unoccupied_chair
- s1943_describe_the_painting
- s1944_number_of_visible_people_in_a_queue
- s1945_sum_of_digits_of_string_after_convert
- s1946_largest_number_after_mutating_substring
- s1947_maximum_compatibility_score_sum
- s1948_delete_duplicate_folders_in_system
- s1952_three_divisors
- s1953_maximum_number_of_weeks_for_which_you_can_work
- s1954_minimum_garden_perimeter_to_collect_enough_apples
- s1955_count_number_of_special_subsequences
- s1957_delete_characters_to_make_fancy_string
- s1958_check_if_move_is_legal
- s1959_minimum_total_space_wasted_with_k_resizing_operations
- s1960_maximum_product_of_the_length_of_two_palindromic_substrings
- s1961_check_if_string_is_a_prefix_of_array
- s1962_remove_stones_to_minimize_the_total
- s1963_minimum_number_of_swaps_to_make_the_string_balanced
- 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
- s1969_minimum_non_zero_product_of_the_array_elements
- s1970_last_day_where_you_can_still_cross
- s1971_find_if_path_exists_in_graph
- s1974_minimum_time_to_type_word_using_special_typewriter
- s1975_maximum_matrix_sum
- s1976_number_of_ways_to_arrive_at_destination
- s1977_number_of_ways_to_separate_numbers
- s1979_find_greatest_common_divisor_of_array
- s1980_find_unique_binary_string
- s1981_minimize_the_difference_between_target_and_chosen_elements
- s1982_find_array_given_subset_sums
- s1984_minimum_difference_between_highest_and_lowest_of_k_scores
- s1985_find_the_kth_largest_integer_in_the_array
- s1986_minimum_number_of_work_sessions_to_finish_the_tasks
- s1987_number_of_unique_good_subsequences
- s1991_find_the_middle_index_in_array
- s1992_find_all_groups_of_farmland
- s1993_operations_on_tree
- s1994_the_number_of_good_subsets
- s1995_count_special_quadruplets
- s1996_the_number_of_weak_characters_in_the_game
- s1997_first_day_where_you_have_been_in_all_the_rooms
- s1998_gcd_sort_of_an_array
- s2000_reverse_prefix_of_word
- g2001_2100
- s2001_number_of_pairs_of_interchangeable_rectangles
- s2002_maximum_product_of_the_length_of_two_palindromic_subsequences
- s2003_smallest_missing_genetic_value_in_each_subtree
- s2006_count_number_of_pairs_with_absolute_difference_k
- s2007_find_original_array_from_doubled_array
- s2008_maximum_earnings_from_taxi
- s2009_minimum_number_of_operations_to_make_array_continuous
- s2011_final_value_of_variable_after_performing_operations
- s2012_sum_of_beauty_in_the_array
- s2013_detect_squares
- s2014_longest_subsequence_repeated_k_times
- s2016_maximum_difference_between_increasing_elements
- 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
- s2024_maximize_the_confusion_of_an_exam
- s2025_maximum_number_of_ways_to_partition_an_array
- s2027_minimum_moves_to_convert_string
- s2028_find_missing_observations
- s2029_stone_game_ix
- s2030_smallest_k_length_subsequence_with_occurrences_of_a_letter
- s2032_two_out_of_three
- s2033_minimum_operations_to_make_a_uni_value_grid
- s2034_stock_price_fluctuation
- s2035_partition_array_into_two_arrays_to_minimize_sum_difference
- s2037_minimum_number_of_moves_to_seat_everyone
- s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color
- 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
- s2043_simple_bank_system
- s2044_count_number_of_maximum_bitwise_or_subsets
- s2045_second_minimum_time_to_reach_destination
- s2047_number_of_valid_words_in_a_sentence
- s2048_next_greater_numerically_balanced_number
- s2049_count_nodes_with_the_highest_score
- s2050_parallel_courses_iii
- s2053_kth_distinct_string_in_an_array
- s2054_two_best_non_overlapping_events
- s2055_plates_between_candles
- s2056_number_of_valid_move_combinations_on_chessboard
- s2057_smallest_index_with_equal_value
- s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points
- s2059_minimum_operations_to_convert_number
- s2060_check_if_an_original_string_exists_given_two_encoded_strings
- s2062_count_vowel_substrings_of_a_string
- s2063_vowels_of_all_substrings
- s2064_minimized_maximum_of_products_distributed_to_any_store
- s2065_maximum_path_quality_of_a_graph
- s2068_check_whether_two_strings_are_almost_equivalent
- s2069_walking_robot_simulation_ii
- s2070_most_beautiful_item_for_each_query
- s2071_maximum_number_of_tasks_you_can_assign
- s2073_time_needed_to_buy_tickets
- s2074_reverse_nodes_in_even_length_groups
- s2075_decode_the_slanted_ciphertext
- s2076_process_restricted_friend_requests
- s2078_two_furthest_houses_with_different_colors
- s2079_watering_plants
- s2080_range_frequency_queries
- s2081_sum_of_k_mirror_numbers
- s2085_count_common_words_with_one_occurrence
- s2086_minimum_number_of_buckets_required_to_collect_rainwater_from_houses
- 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
- s2095_delete_the_middle_node_of_a_linked_list
- 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
- s2102_sequentially_ordinal_rank_tracker
- s2103_rings_and_rods
- s2104_sum_of_subarray_ranges
- s2105_watering_plants_ii
- s2106_maximum_fruits_harvested_after_at_most_k_steps
- s2108_find_first_palindromic_string_in_the_array
- s2109_adding_spaces_to_a_string
- s2110_number_of_smooth_descent_periods_of_a_stock
- s2111_minimum_operations_to_make_the_array_k_increasing
- 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
- s2119_a_number_after_a_double_reversal
- s2120_execution_of_all_suffix_instructions_staying_in_a_grid
- s2121_intervals_between_identical_elements
- s2122_recover_the_original_array
- s2124_check_if_all_as_appears_before_all_bs
- s2125_number_of_laser_beams_in_a_bank
- s2126_destroying_asteroids
- s2127_maximum_employees_to_be_invited_to_a_meeting
- 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
- s2134_minimum_swaps_to_group_all_1s_together_ii
- s2135_count_words_obtained_after_adding_a_letter
- s2136_earliest_possible_day_of_full_bloom
- s2138_divide_a_string_into_groups_of_size_k
- s2139_minimum_moves_to_reach_target_score
- s2140_solving_questions_with_brainpower
- s2141_maximum_running_time_of_n_computers
- s2144_minimum_cost_of_buying_candies_with_discount
- s2146_k_highest_ranked_items_within_a_price_range
- s2147_number_of_ways_to_divide_a_long_corridor
- s2148_count_elements_with_strictly_smaller_and_greater_elements
- s2149_rearrange_array_elements_by_sign
- s2150_find_all_lonely_numbers_in_the_array
- s2151_maximum_good_people_based_on_statements
- s2154_keep_multiplying_found_values_by_two
- s2155_all_divisions_with_the_highest_score_of_a_binary_array
- s2156_find_substring_with_given_hash_value
- s2157_groups_of_strings
- s2160_minimum_sum_of_four_digit_number_after_splitting_digits
- s2161_partition_array_according_to_given_pivot
- s2162_minimum_cost_to_set_cooking_time
- s2163_minimum_difference_in_sums_after_removal_of_elements
- s2164_sort_even_and_odd_indices_independently
- s2165_smallest_value_of_the_rearranged_number
- s2166_design_bitset
- s2167_minimum_time_to_remove_all_cars_containing_illegal_goods
- s2169_count_operations_to_obtain_zero
- s2170_minimum_operations_to_make_the_array_alternating
- s2171_removing_minimum_number_of_magic_beans
- s2172_maximum_and_sum_of_array
- s2176_count_equal_and_divisible_pairs_in_an_array
- s2177_find_three_consecutive_integers_that_sum_to_a_given_number
- s2178_maximum_split_of_positive_even_integers
- s2179_count_good_triplets_in_an_array
- s2180_count_integers_with_even_digit_sum
- s2181_merge_nodes_in_between_zeros
- s2182_construct_string_with_repeat_limit
- s2183_count_array_pairs_divisible_by_k
- s2185_counting_words_with_a_given_prefix
- s2186_minimum_number_of_steps_to_make_two_strings_anagram_ii
- s2187_minimum_time_to_complete_trips
- s2188_minimum_time_to_finish_the_race
- s2190_most_frequent_number_following_key_in_an_array
- 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
- s2195_append_k_integers_with_minimal_sum
- 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
- s2202_maximize_the_topmost_element_after_k_moves
- s2203_minimum_weighted_subgraph_with_the_required_paths
- s2206_divide_array_into_equal_pairs
- s2207_maximize_number_of_subsequences_in_a_string
- s2208_minimum_operations_to_halve_array_sum
- s2209_minimum_white_tiles_after_covering_with_carpets
- s2210_count_hills_and_valleys_in_an_array
- 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
- s2216_minimum_deletions_to_make_array_beautiful
- s2217_find_palindrome_with_fixed_length
- s2218_maximum_value_of_k_coins_from_piles
- s2220_minimum_bit_flips_to_convert_number
- s2221_find_triangular_sum_of_an_array
- s2222_number_of_ways_to_select_buildings
- s2223_sum_of_scores_of_built_strings
- s2224_minimum_number_of_operations_to_convert_time
- s2225_find_players_with_zero_or_one_losses
- s2226_maximum_candies_allocated_to_k_children
- s2227_encrypt_and_decrypt_strings
- s2231_largest_number_after_digit_swaps_by_parity
- s2232_minimize_result_by_adding_parentheses_to_expression
- s2233_maximum_product_after_k_increments
- s2234_maximum_total_beauty_of_the_gardens
- s2235_add_two_integers
- s2236_root_equals_sum_of_children
- s2239_find_closest_number_to_zero
- s2240_number_of_ways_to_buy_pens_and_pencils
- s2241_design_an_atm_machine
- s2242_maximum_score_of_a_node_sequence
- s2243_calculate_digit_sum_of_a_string
- 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
- s2259_remove_digit_from_number_to_maximize_result
- s2260_minimum_consecutive_cards_to_pick_up
- s2261_k_divisible_elements_subarrays
- s2262_total_appeal_of_a_string
- s2264_largest_3_same_digit_number_in_string
- s2265_count_nodes_equal_to_average_of_subtree
- s2266_count_number_of_texts
- s2267_check_if_there_is_a_valid_parentheses_string_path
- s2269_find_the_k_beauty_of_a_number
- s2270_number_of_ways_to_split_array
- s2271_maximum_white_tiles_covered_by_a_carpet
- s2272_substring_with_largest_variance
- s2273_find_resultant_array_after_removing_anagrams
- s2274_maximum_consecutive_floors_without_special_floors
- s2275_largest_combination_with_bitwise_and_greater_than_zero
- s2276_count_integers_in_intervals
- s2278_percentage_of_letter_in_string
- s2279_maximum_bags_with_full_capacity_of_rocks
- s2280_minimum_lines_to_represent_a_line_chart
- s2281_sum_of_total_strength_of_wizards
- s2283_check_if_number_has_equal_digit_count_and_digit_value
- s2284_sender_with_largest_word_count
- s2285_maximum_total_importance_of_roads
- s2286_booking_concert_tickets_in_groups
- s2287_rearrange_characters_to_make_target_string
- s2288_apply_discount_to_prices
- s2289_steps_to_make_array_non_decreasing
- s2290_minimum_obstacle_removal_to_reach_corner
- s2293_min_max_game
- s2294_partition_array_such_that_maximum_difference_is_k
- s2295_replace_elements_in_an_array
- s2296_design_a_text_editor
- s2299_strong_password_checker_ii
- s2300_successful_pairs_of_spells_and_potions
- g2301_2400
- s2301_match_substring_after_replacement
- s2302_count_subarrays_with_score_less_than_k
- 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
- s2310_sum_of_numbers_with_units_digit_k
- s2311_longest_binary_subsequence_less_than_or_equal_to_k
- s2312_selling_pieces_of_wood
- s2315_count_asterisks
- s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph
- s2317_maximum_xor_after_operations
- s2318_number_of_distinct_roll_sequences
- s2319_check_if_matrix_is_x_matrix
- s2320_count_number_of_ways_to_place_houses
- s2321_maximum_score_of_spliced_array
- s2322_minimum_score_after_removals_on_a_tree
- s2325_decode_the_message
- s2326_spiral_matrix_iv
- s2327_number_of_people_aware_of_a_secret
- 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
- s2335_minimum_amount_of_time_to_fill_cups
- s2336_smallest_number_in_infinite_set
- s2337_move_pieces_to_obtain_a_string
- s2338_count_the_number_of_ideal_arrays
- s2341_maximum_number_of_pairs_in_array
- s2342_max_sum_of_a_pair_with_equal_sum_of_digits
- s2343_query_kth_smallest_trimmed_number
- s2344_minimum_deletions_to_make_array_divisible
- s2347_best_poker_hand
- s2348_number_of_zero_filled_subarrays
- s2349_design_a_number_container_system
- s2350_shortest_impossible_sequence_of_rolls
- s2351_first_letter_to_appear_twice
- s2352_equal_row_and_column_pairs
- s2353_design_a_food_rating_system
- s2354_number_of_excellent_pairs
- s2357_make_array_zero_by_subtracting_equal_amounts
- s2358_maximum_number_of_groups_entering_a_competition
- s2359_find_closest_node_to_given_two_nodes
- s2360_longest_cycle_in_a_graph
- s2363_merge_similar_items
- s2364_count_number_of_bad_pairs
- s2365_task_scheduler_ii
- s2366_minimum_replacements_to_sort_the_array
- s2367_number_of_arithmetic_triplets
- s2368_reachable_nodes_with_restrictions
- s2369_check_if_there_is_a_valid_partition_for_the_array
- s2370_longest_ideal_subsequence
- s2373_largest_local_values_in_a_matrix
- s2374_node_with_highest_edge_score
- s2375_construct_smallest_number_from_di_string
- s2376_count_special_integers
- s2379_minimum_recolors_to_get_k_consecutive_black_blocks
- s2380_time_needed_to_rearrange_a_binary_string
- s2381_shifting_letters_ii
- s2382_maximum_segment_sum_after_removals
- s2383_minimum_hours_of_training_to_win_a_competition
- s2384_largest_palindromic_number
- s2385_amount_of_time_for_binary_tree_to_be_infected
- s2386_find_the_k_sum_of_an_array
- s2389_longest_subsequence_with_limited_sum
- s2390_removing_stars_from_a_string
- s2391_minimum_amount_of_time_to_collect_garbage
- s2392_build_a_matrix_with_conditions
- s2395_find_subarrays_with_equal_sum
- s2396_strictly_palindromic_number
- s2397_maximum_rows_covered_by_columns
- s2398_maximum_number_of_robots_within_budget
- s2399_check_distances_between_same_letters
- s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps
- g2401_2500
- s2401_longest_nice_subarray
- s2402_meeting_rooms_iii
- s2404_most_frequent_even_element
- s2405_optimal_partition_of_string
- 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
- s2413_smallest_even_multiple
- s2414_length_of_the_longest_alphabetical_continuous_substring
- s2415_reverse_odd_levels_of_binary_tree
- s2416_sum_of_prefix_scores_of_strings
- s2418_sort_the_people
- s2419_longest_subarray_with_maximum_bitwise_and
- s2420_find_all_good_indices
- s2421_number_of_good_paths
- s2423_remove_letter_to_equalize_frequency
- s2424_longest_uploaded_prefix
- s2425_bitwise_xor_of_all_pairings
- s2426_number_of_pairs_satisfying_inequality
- s2427_number_of_common_factors
- s2428_maximum_sum_of_an_hourglass
- s2429_minimize_xor
- s2430_maximum_deletions_on_a_string
- s2432_the_employee_that_worked_on_the_longest_task
- s2433_find_the_original_array_of_prefix_xor
- s2434_using_a_robot_to_print_the_lexicographically_smallest_string
- s2435_paths_in_matrix_whose_sum_is_divisible_by_k
- s2437_number_of_valid_clock_times
- s2438_range_product_queries_of_powers
- s2439_minimize_maximum_of_array
- s2440_create_components_with_same_value
- s2441_largest_positive_integer_that_exists_with_its_negative
- s2442_count_number_of_distinct_integers_after_reverse_operations
- s2443_sum_of_number_and_its_reverse
- s2444_count_subarrays_with_fixed_bounds
- s2446_determine_if_two_events_have_conflict
- s2447_number_of_subarrays_with_gcd_equal_to_k
- 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
- s2453_destroy_sequential_targets
- s2454_next_greater_element_iv
- s2455_average_value_of_even_numbers_that_are_divisible_by_three
- s2456_most_popular_video_creator
- s2457_minimum_addition_to_make_integer_beautiful
- 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
- s2465_number_of_distinct_averages
- s2466_count_ways_to_build_good_strings
- s2467_most_profitable_path_in_a_tree
- s2468_split_message_based_on_limit
- s2469_convert_the_temperature
- s2470_number_of_subarrays_with_lcm_equal_to_k
- s2471_minimum_number_of_operations_to_sort_a_binary_tree_by_level
- s2472_maximum_number_of_non_overlapping_palindrome_substrings
- s2475_number_of_unequal_triplets_in_array
- s2476_closest_nodes_queries_in_a_binary_search_tree
- s2477_minimum_fuel_cost_to_report_to_the_capital
- s2478_number_of_beautiful_partitions
- s2481_minimum_cuts_to_divide_a_circle
- s2482_difference_between_ones_and_zeros_in_row_and_column
- s2483_minimum_penalty_for_a_shop
- s2484_count_palindromic_subsequences
- s2485_find_the_pivot_integer
- s2486_append_characters_to_string_to_make_subsequence
- s2487_remove_nodes_from_linked_list
- s2488_count_subarrays_with_median_k
- s2490_circular_sentence
- s2491_divide_players_into_teams_of_equal_skill
- 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
- s2498_frog_jump_ii
- s2499_minimum_total_cost_to_make_arrays_unequal
- s2500_delete_greatest_value_in_each_row
- g2501_2600
- s2501_longest_square_streak_in_an_array
- s2502_design_memory_allocator
- s2503_maximum_number_of_points_from_grid_queries
- s2506_count_pairs_of_similar_strings
- s2507_smallest_value_after_replacing_with_sum_of_prime_factors
- 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
- s2513_minimize_the_maximum_of_two_arrays
- s2514_count_anagrams
- s2515_shortest_distance_to_target_string_in_a_circular_array
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,991 files changed
+0
-1991
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments