forked fromjavadev/LeetCode-in-Java
- Notifications
You must be signed in to change notification settings - Fork1
File tree
250 files changed
+83
-83
lines changed- src.save
- main/java/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
- test/java/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
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
250 files changed
+83
-83
lines changedLines changed: 83 additions & 83 deletions
0 commit comments
Comments
(0)