From 7cf13f1c653b6de10ac6c00f05cbb35bfc44a173 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 4 Apr 2023 18:02:09 +0300 Subject: [PATCH] Updated readme --- README.md | 1 - src/main/java/g0001_0100/s0001_two_sum/readme.md | 1 - src/main/java/g0001_0100/s0002_add_two_numbers/readme.md | 1 - .../readme.md | 1 - .../java/g0001_0100/s0004_median_of_two_sorted_arrays/readme.md | 1 - .../g0001_0100/s0005_longest_palindromic_substring/readme.md | 1 - src/main/java/g0001_0100/s0006_zigzag_conversion/readme.md | 1 - src/main/java/g0001_0100/s0007_reverse_integer/readme.md | 1 - src/main/java/g0001_0100/s0008_string_to_integer_atoi/readme.md | 1 - src/main/java/g0001_0100/s0009_palindrome_number/readme.md | 1 - .../java/g0001_0100/s0010_regular_expression_matching/readme.md | 1 - .../java/g0001_0100/s0011_container_with_most_water/readme.md | 1 - src/main/java/g0001_0100/s0012_integer_to_roman/readme.md | 1 - src/main/java/g0001_0100/s0013_roman_to_integer/readme.md | 1 - src/main/java/g0001_0100/s0014_longest_common_prefix/readme.md | 1 - src/main/java/g0001_0100/s0015_3sum/readme.md | 1 - src/main/java/g0001_0100/s0016_3sum_closest/readme.md | 1 - .../s0017_letter_combinations_of_a_phone_number/readme.md | 1 - src/main/java/g0001_0100/s0018_4sum/readme.md | 1 - .../g0001_0100/s0019_remove_nth_node_from_end_of_list/readme.md | 1 - src/main/java/g0001_0100/s0020_valid_parentheses/readme.md | 1 - src/main/java/g0001_0100/s0021_merge_two_sorted_lists/readme.md | 1 - src/main/java/g0001_0100/s0022_generate_parentheses/readme.md | 1 - src/main/java/g0001_0100/s0023_merge_k_sorted_lists/readme.md | 1 - src/main/java/g0001_0100/s0024_swap_nodes_in_pairs/readme.md | 1 - .../java/g0001_0100/s0025_reverse_nodes_in_k_group/readme.md | 1 - .../s0026_remove_duplicates_from_sorted_array/readme.md | 1 - src/main/java/g0001_0100/s0027_remove_element/readme.md | 1 - src/main/java/g0001_0100/s0028_implement_strstr/readme.md | 1 - src/main/java/g0001_0100/s0029_divide_two_integers/readme.md | 1 - .../s0030_substring_with_concatenation_of_all_words/readme.md | 1 - src/main/java/g0001_0100/s0031_next_permutation/readme.md | 1 - .../java/g0001_0100/s0032_longest_valid_parentheses/readme.md | 1 - .../g0001_0100/s0033_search_in_rotated_sorted_array/readme.md | 1 - .../readme.md | 1 - src/main/java/g0001_0100/s0035_search_insert_position/readme.md | 1 - src/main/java/g0001_0100/s0036_valid_sudoku/readme.md | 1 - src/main/java/g0001_0100/s0037_sudoku_solver/readme.md | 1 - src/main/java/g0001_0100/s0038_count_and_say/readme.md | 1 - src/main/java/g0001_0100/s0039_combination_sum/readme.md | 1 - src/main/java/g0001_0100/s0040_combination_sum_ii/readme.md | 1 - src/main/java/g0001_0100/s0041_first_missing_positive/readme.md | 1 - src/main/java/g0001_0100/s0042_trapping_rain_water/readme.md | 1 - src/main/java/g0001_0100/s0043_multiply_strings/readme.md | 1 - src/main/java/g0001_0100/s0044_wildcard_matching/readme.md | 1 - src/main/java/g0001_0100/s0045_jump_game_ii/readme.md | 1 - src/main/java/g0001_0100/s0046_permutations/readme.md | 1 - src/main/java/g0001_0100/s0047_permutations_ii/readme.md | 1 - src/main/java/g0001_0100/s0048_rotate_image/readme.md | 1 - src/main/java/g0001_0100/s0049_group_anagrams/readme.md | 1 - src/main/java/g0001_0100/s0050_powx_n/readme.md | 1 - src/main/java/g0001_0100/s0051_n_queens/readme.md | 1 - src/main/java/g0001_0100/s0052_n_queens_ii/readme.md | 1 - src/main/java/g0001_0100/s0053_maximum_subarray/readme.md | 1 - src/main/java/g0001_0100/s0054_spiral_matrix/readme.md | 1 - src/main/java/g0001_0100/s0055_jump_game/readme.md | 1 - src/main/java/g0001_0100/s0056_merge_intervals/readme.md | 1 - src/main/java/g0001_0100/s0057_insert_interval/readme.md | 1 - src/main/java/g0001_0100/s0058_length_of_last_word/readme.md | 1 - src/main/java/g0001_0100/s0059_spiral_matrix_ii/readme.md | 1 - src/main/java/g0001_0100/s0060_permutation_sequence/readme.md | 1 - src/main/java/g0001_0100/s0061_rotate_list/readme.md | 1 - src/main/java/g0001_0100/s0062_unique_paths/readme.md | 1 - src/main/java/g0001_0100/s0063_unique_paths_ii/readme.md | 1 - src/main/java/g0001_0100/s0064_minimum_path_sum/readme.md | 1 - src/main/java/g0001_0100/s0065_valid_number/readme.md | 1 - src/main/java/g0001_0100/s0066_plus_one/readme.md | 1 - src/main/java/g0001_0100/s0067_add_binary/readme.md | 1 - src/main/java/g0001_0100/s0068_text_justification/readme.md | 1 - src/main/java/g0001_0100/s0069_sqrtx/readme.md | 1 - src/main/java/g0001_0100/s0070_climbing_stairs/readme.md | 1 - src/main/java/g0001_0100/s0071_simplify_path/readme.md | 1 - src/main/java/g0001_0100/s0072_edit_distance/readme.md | 1 - src/main/java/g0001_0100/s0073_set_matrix_zeroes/readme.md | 1 - src/main/java/g0001_0100/s0074_search_a_2d_matrix/readme.md | 1 - src/main/java/g0001_0100/s0075_sort_colors/readme.md | 1 - .../java/g0001_0100/s0076_minimum_window_substring/readme.md | 1 - src/main/java/g0001_0100/s0077_combinations/readme.md | 1 - src/main/java/g0001_0100/s0078_subsets/readme.md | 1 - src/main/java/g0001_0100/s0079_word_search/readme.md | 1 - .../s0080_remove_duplicates_from_sorted_array_ii/readme.md | 1 - .../g0001_0100/s0081_search_in_rotated_sorted_array_ii/readme.md | 1 - .../s0082_remove_duplicates_from_sorted_list_ii/readme.md | 1 - .../s0083_remove_duplicates_from_sorted_list/readme.md | 1 - .../g0001_0100/s0084_largest_rectangle_in_histogram/readme.md | 1 - src/main/java/g0001_0100/s0085_maximal_rectangle/readme.md | 1 - src/main/java/g0001_0100/s0086_partition_list/readme.md | 1 - src/main/java/g0001_0100/s0087_scramble_string/readme.md | 1 - src/main/java/g0001_0100/s0088_merge_sorted_array/readme.md | 1 - src/main/java/g0001_0100/s0089_gray_code/readme.md | 1 - src/main/java/g0001_0100/s0090_subsets_ii/readme.md | 1 - src/main/java/g0001_0100/s0091_decode_ways/readme.md | 1 - src/main/java/g0001_0100/s0092_reverse_linked_list_ii/readme.md | 1 - src/main/java/g0001_0100/s0093_restore_ip_addresses/readme.md | 1 - .../g0001_0100/s0094_binary_tree_inorder_traversal/readme.md | 1 - .../g0001_0100/s0095_unique_binary_search_trees_ii/readme.md | 1 - .../java/g0001_0100/s0096_unique_binary_search_trees/readme.md | 1 - src/main/java/g0001_0100/s0097_interleaving_string/readme.md | 1 - .../java/g0001_0100/s0098_validate_binary_search_tree/readme.md | 1 - .../java/g0001_0100/s0099_recover_binary_search_tree/readme.md | 1 - src/main/java/g0001_0100/s0100_same_tree/readme.md | 1 - src/main/java/g0101_0200/s0101_symmetric_tree/readme.md | 1 - .../g0101_0200/s0102_binary_tree_level_order_traversal/readme.md | 1 - .../s0103_binary_tree_zigzag_level_order_traversal/readme.md | 1 - .../java/g0101_0200/s0104_maximum_depth_of_binary_tree/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s0107_binary_tree_level_order_traversal_ii/readme.md | 1 - .../s0108_convert_sorted_array_to_binary_search_tree/readme.md | 1 - .../s0109_convert_sorted_list_to_binary_search_tree/readme.md | 1 - src/main/java/g0101_0200/s0110_balanced_binary_tree/readme.md | 1 - .../java/g0101_0200/s0111_minimum_depth_of_binary_tree/readme.md | 1 - src/main/java/g0101_0200/s0112_path_sum/readme.md | 1 - src/main/java/g0101_0200/s0113_path_sum_ii/readme.md | 1 - .../s0114_flatten_binary_tree_to_linked_list/readme.md | 1 - src/main/java/g0101_0200/s0115_distinct_subsequences/readme.md | 1 - .../s0116_populating_next_right_pointers_in_each_node/readme.md | 1 - .../readme.md | 1 - src/main/java/g0101_0200/s0118_pascals_triangle/readme.md | 1 - src/main/java/g0101_0200/s0119_pascals_triangle_ii/readme.md | 1 - src/main/java/g0101_0200/s0120_triangle/readme.md | 1 - .../g0101_0200/s0121_best_time_to_buy_and_sell_stock/readme.md | 1 - .../s0122_best_time_to_buy_and_sell_stock_ii/readme.md | 1 - .../s0123_best_time_to_buy_and_sell_stock_iii/readme.md | 1 - .../java/g0101_0200/s0124_binary_tree_maximum_path_sum/readme.md | 1 - src/main/java/g0101_0200/s0125_valid_palindrome/readme.md | 1 - src/main/java/g0101_0200/s0126_word_ladder_ii/readme.md | 1 - src/main/java/g0101_0200/s0127_word_ladder/readme.md | 1 - .../java/g0101_0200/s0128_longest_consecutive_sequence/readme.md | 1 - .../java/g0101_0200/s0129_sum_root_to_leaf_numbers/readme.md | 1 - src/main/java/g0101_0200/s0130_surrounded_regions/readme.md | 1 - src/main/java/g0101_0200/s0131_palindrome_partitioning/readme.md | 1 - .../java/g0101_0200/s0132_palindrome_partitioning_ii/readme.md | 1 - src/main/java/g0101_0200/s0133_clone_graph/readme.md | 1 - src/main/java/g0101_0200/s0134_gas_station/readme.md | 1 - src/main/java/g0101_0200/s0135_candy/readme.md | 1 - src/main/java/g0101_0200/s0136_single_number/readme.md | 1 - src/main/java/g0101_0200/s0137_single_number_ii/readme.md | 1 - .../g0101_0200/s0138_copy_list_with_random_pointer/readme.md | 1 - src/main/java/g0101_0200/s0139_word_break/readme.md | 1 - src/main/java/g0101_0200/s0140_word_break_ii/readme.md | 1 - src/main/java/g0101_0200/s0141_linked_list_cycle/readme.md | 1 - src/main/java/g0101_0200/s0142_linked_list_cycle_ii/readme.md | 1 - src/main/java/g0101_0200/s0143_reorder_list/readme.md | 1 - .../g0101_0200/s0144_binary_tree_preorder_traversal/readme.md | 1 - .../g0101_0200/s0145_binary_tree_postorder_traversal/readme.md | 1 - src/main/java/g0101_0200/s0146_lru_cache/readme.md | 1 - src/main/java/g0101_0200/s0147_insertion_sort_list/readme.md | 1 - src/main/java/g0101_0200/s0148_sort_list/readme.md | 1 - src/main/java/g0101_0200/s0149_max_points_on_a_line/readme.md | 1 - .../g0101_0200/s0150_evaluate_reverse_polish_notation/readme.md | 1 - .../java/g0101_0200/s0151_reverse_words_in_a_string/readme.md | 1 - .../java/g0101_0200/s0152_maximum_product_subarray/readme.md | 1 - .../s0153_find_minimum_in_rotated_sorted_array/readme.md | 1 - .../s0154_find_minimum_in_rotated_sorted_array_ii/readme.md | 1 - src/main/java/g0101_0200/s0155_min_stack/readme.md | 1 - .../g0101_0200/s0160_intersection_of_two_linked_lists/readme.md | 1 - src/main/java/g0101_0200/s0162_find_peak_element/readme.md | 1 - src/main/java/g0101_0200/s0164_maximum_gap/readme.md | 1 - src/main/java/g0101_0200/s0165_compare_version_numbers/readme.md | 1 - .../g0101_0200/s0166_fraction_to_recurring_decimal/readme.md | 1 - .../g0101_0200/s0167_two_sum_ii_input_array_is_sorted/readme.md | 1 - .../java/g0101_0200/s0168_excel_sheet_column_title/readme.md | 1 - src/main/java/g0101_0200/s0169_majority_element/readme.md | 1 - .../java/g0101_0200/s0171_excel_sheet_column_number/readme.md | 1 - .../java/g0101_0200/s0172_factorial_trailing_zeroes/readme.md | 1 - .../java/g0101_0200/s0173_binary_search_tree_iterator/readme.md | 1 - src/main/java/g0101_0200/s0174_dungeon_game/readme.md | 1 - src/main/java/g0101_0200/s0175_combine_two_tables/readme.md | 1 - src/main/java/g0101_0200/s0176_second_highest_salary/readme.md | 1 - src/main/java/g0101_0200/s0177_nth_highest_salary/readme.md | 1 - src/main/java/g0101_0200/s0178_rank_scores/readme.md | 1 - src/main/java/g0101_0200/s0179_largest_number/readme.md | 1 - src/main/java/g0101_0200/s0180_consecutive_numbers/readme.md | 1 - .../s0181_employees_earning_more_than_their_managers/readme.md | 1 - src/main/java/g0101_0200/s0182_duplicate_emails/readme.md | 1 - .../java/g0101_0200/s0183_customers_who_never_order/readme.md | 1 - .../java/g0101_0200/s0184_department_highest_salary/readme.md | 1 - .../g0101_0200/s0185_department_top_three_salaries/readme.md | 1 - src/main/java/g0101_0200/s0187_repeated_dna_sequences/readme.md | 1 - .../s0188_best_time_to_buy_and_sell_stock_iv/readme.md | 1 - src/main/java/g0101_0200/s0189_rotate_array/readme.md | 1 - src/main/java/g0101_0200/s0190_reverse_bits/readme.md | 1 - src/main/java/g0101_0200/s0191_number_of_1_bits/readme.md | 1 - src/main/java/g0101_0200/s0192_word_frequency/readme.md | 1 - src/main/java/g0101_0200/s0193_valid_phone_numbers/readme.md | 1 - src/main/java/g0101_0200/s0194_transpose_file/readme.md | 1 - src/main/java/g0101_0200/s0195_tenth_line/readme.md | 1 - src/main/java/g0101_0200/s0196_delete_duplicate_emails/readme.md | 1 - src/main/java/g0101_0200/s0197_rising_temperature/readme.md | 1 - src/main/java/g0101_0200/s0198_house_robber/readme.md | 1 - .../java/g0101_0200/s0199_binary_tree_right_side_view/readme.md | 1 - src/main/java/g0101_0200/s0200_number_of_islands/readme.md | 1 - .../java/g0201_0300/s0201_bitwise_and_of_numbers_range/readme.md | 1 - src/main/java/g0201_0300/s0202_happy_number/readme.md | 1 - .../java/g0201_0300/s0203_remove_linked_list_elements/readme.md | 1 - src/main/java/g0201_0300/s0204_count_primes/readme.md | 1 - src/main/java/g0201_0300/s0205_isomorphic_strings/readme.md | 1 - src/main/java/g0201_0300/s0206_reverse_linked_list/readme.md | 1 - src/main/java/g0201_0300/s0207_course_schedule/readme.md | 1 - .../java/g0201_0300/s0208_implement_trie_prefix_tree/readme.md | 1 - .../java/g0201_0300/s0209_minimum_size_subarray_sum/readme.md | 1 - src/main/java/g0201_0300/s0210_course_schedule_ii/readme.md | 1 - .../s0211_design_add_and_search_words_data_structure/readme.md | 1 - src/main/java/g0201_0300/s0212_word_search_ii/readme.md | 1 - src/main/java/g0201_0300/s0213_house_robber_ii/readme.md | 1 - src/main/java/g0201_0300/s0214_shortest_palindrome/readme.md | 1 - .../g0201_0300/s0215_kth_largest_element_in_an_array/readme.md | 1 - src/main/java/g0201_0300/s0216_combination_sum_iii/readme.md | 1 - src/main/java/g0201_0300/s0217_contains_duplicate/readme.md | 1 - src/main/java/g0201_0300/s0218_the_skyline_problem/readme.md | 1 - src/main/java/g0201_0300/s0219_contains_duplicate_ii/readme.md | 1 - src/main/java/g0201_0300/s0220_contains_duplicate_iii/readme.md | 1 - src/main/java/g0201_0300/s0221_maximal_square/readme.md | 1 - .../java/g0201_0300/s0222_count_complete_tree_nodes/readme.md | 1 - src/main/java/g0201_0300/s0223_rectangle_area/readme.md | 1 - src/main/java/g0201_0300/s0224_basic_calculator/readme.md | 1 - .../java/g0201_0300/s0225_implement_stack_using_queues/readme.md | 1 - src/main/java/g0201_0300/s0226_invert_binary_tree/readme.md | 1 - src/main/java/g0201_0300/s0227_basic_calculator_ii/readme.md | 1 - src/main/java/g0201_0300/s0228_summary_ranges/readme.md | 1 - src/main/java/g0201_0300/s0229_majority_element_ii/readme.md | 1 - .../g0201_0300/s0230_kth_smallest_element_in_a_bst/readme.md | 1 - src/main/java/g0201_0300/s0231_power_of_two/readme.md | 1 - .../java/g0201_0300/s0232_implement_queue_using_stacks/readme.md | 1 - src/main/java/g0201_0300/s0233_number_of_digit_one/readme.md | 1 - src/main/java/g0201_0300/s0234_palindrome_linked_list/readme.md | 1 - .../readme.md | 1 - .../s0236_lowest_common_ancestor_of_a_binary_tree/readme.md | 1 - .../java/g0201_0300/s0237_delete_node_in_a_linked_list/readme.md | 1 - .../java/g0201_0300/s0238_product_of_array_except_self/readme.md | 1 - src/main/java/g0201_0300/s0239_sliding_window_maximum/readme.md | 1 - src/main/java/g0201_0300/s0240_search_a_2d_matrix_ii/readme.md | 1 - .../g0201_0300/s0241_different_ways_to_add_parentheses/readme.md | 1 - src/main/java/g0201_0300/s0242_valid_anagram/readme.md | 1 - src/main/java/g0201_0300/s0257_binary_tree_paths/readme.md | 1 - src/main/java/g0201_0300/s0258_add_digits/readme.md | 1 - src/main/java/g0201_0300/s0260_single_number_iii/readme.md | 1 - src/main/java/g0201_0300/s0262_trips_and_users/readme.md | 1 - src/main/java/g0201_0300/s0263_ugly_number/readme.md | 1 - src/main/java/g0201_0300/s0264_ugly_number_ii/readme.md | 1 - src/main/java/g0201_0300/s0268_missing_number/readme.md | 1 - .../java/g0201_0300/s0273_integer_to_english_words/readme.md | 1 - src/main/java/g0201_0300/s0274_h_index/readme.md | 1 - src/main/java/g0201_0300/s0275_h_index_ii/readme.md | 1 - src/main/java/g0201_0300/s0278_first_bad_version/readme.md | 1 - src/main/java/g0201_0300/s0279_perfect_squares/readme.md | 1 - .../java/g0201_0300/s0282_expression_add_operators/readme.md | 1 - src/main/java/g0201_0300/s0283_move_zeroes/readme.md | 1 - src/main/java/g0201_0300/s0284_peeking_iterator/readme.md | 1 - .../java/g0201_0300/s0287_find_the_duplicate_number/readme.md | 1 - src/main/java/g0201_0300/s0289_game_of_life/readme.md | 1 - src/main/java/g0201_0300/s0290_word_pattern/readme.md | 1 - src/main/java/g0201_0300/s0292_nim_game/readme.md | 1 - .../java/g0201_0300/s0295_find_median_from_data_stream/readme.md | 1 - .../s0297_serialize_and_deserialize_binary_tree/readme.md | 1 - src/main/java/g0201_0300/s0299_bulls_and_cows/readme.md | 1 - .../g0201_0300/s0300_longest_increasing_subsequence/readme.md | 1 - .../java/g0301_0400/s0301_remove_invalid_parentheses/readme.md | 1 - .../java/g0301_0400/s0303_range_sum_query_immutable/readme.md | 1 - .../java/g0301_0400/s0304_range_sum_query_2d_immutable/readme.md | 1 - src/main/java/g0301_0400/s0306_additive_number/readme.md | 1 - src/main/java/g0301_0400/s0307_range_sum_query_mutable/readme.md | 1 - .../readme.md | 1 - src/main/java/g0301_0400/s0310_minimum_height_trees/readme.md | 1 - src/main/java/g0301_0400/s0312_burst_balloons/readme.md | 1 - src/main/java/g0301_0400/s0313_super_ugly_number/readme.md | 1 - .../s0315_count_of_smaller_numbers_after_self/readme.md | 1 - .../java/g0301_0400/s0316_remove_duplicate_letters/readme.md | 1 - .../g0301_0400/s0318_maximum_product_of_word_lengths/readme.md | 1 - src/main/java/g0301_0400/s0319_bulb_switcher/readme.md | 1 - src/main/java/g0301_0400/s0321_create_maximum_number/readme.md | 1 - src/main/java/g0301_0400/s0322_coin_change/readme.md | 1 - src/main/java/g0301_0400/s0324_wiggle_sort_ii/readme.md | 1 - src/main/java/g0301_0400/s0326_power_of_three/readme.md | 1 - src/main/java/g0301_0400/s0327_count_of_range_sum/readme.md | 1 - src/main/java/g0301_0400/s0328_odd_even_linked_list/readme.md | 1 - .../s0329_longest_increasing_path_in_a_matrix/readme.md | 1 - src/main/java/g0301_0400/s0330_patching_array/readme.md | 1 - .../readme.md | 1 - src/main/java/g0301_0400/s0332_reconstruct_itinerary/readme.md | 1 - .../g0301_0400/s0334_increasing_triplet_subsequence/readme.md | 1 - src/main/java/g0301_0400/s0335_self_crossing/readme.md | 1 - src/main/java/g0301_0400/s0336_palindrome_pairs/readme.md | 1 - src/main/java/g0301_0400/s0337_house_robber_iii/readme.md | 1 - src/main/java/g0301_0400/s0338_counting_bits/readme.md | 1 - .../java/g0301_0400/s0341_flatten_nested_list_iterator/readme.md | 1 - src/main/java/g0301_0400/s0342_power_of_four/readme.md | 1 - src/main/java/g0301_0400/s0343_integer_break/readme.md | 1 - src/main/java/g0301_0400/s0344_reverse_string/readme.md | 1 - .../java/g0301_0400/s0345_reverse_vowels_of_a_string/readme.md | 1 - src/main/java/g0301_0400/s0347_top_k_frequent_elements/readme.md | 1 - .../java/g0301_0400/s0349_intersection_of_two_arrays/readme.md | 1 - .../g0301_0400/s0350_intersection_of_two_arrays_ii/readme.md | 1 - .../g0301_0400/s0352_data_stream_as_disjoint_intervals/readme.md | 1 - src/main/java/g0301_0400/s0354_russian_doll_envelopes/readme.md | 1 - src/main/java/g0301_0400/s0355_design_twitter/readme.md | 1 - .../g0301_0400/s0357_count_numbers_with_unique_digits/readme.md | 1 - .../s0363_max_sum_of_rectangle_no_larger_than_k/readme.md | 1 - src/main/java/g0301_0400/s0365_water_and_jug_problem/readme.md | 1 - src/main/java/g0301_0400/s0367_valid_perfect_square/readme.md | 1 - .../java/g0301_0400/s0368_largest_divisible_subset/readme.md | 1 - src/main/java/g0301_0400/s0371_sum_of_two_integers/readme.md | 1 - src/main/java/g0301_0400/s0372_super_pow/readme.md | 1 - .../g0301_0400/s0373_find_k_pairs_with_smallest_sums/readme.md | 1 - .../java/g0301_0400/s0374_guess_number_higher_or_lower/readme.md | 1 - .../g0301_0400/s0375_guess_number_higher_or_lower_ii/readme.md | 1 - src/main/java/g0301_0400/s0376_wiggle_subsequence/readme.md | 1 - src/main/java/g0301_0400/s0377_combination_sum_iv/readme.md | 1 - .../s0378_kth_smallest_element_in_a_sorted_matrix/readme.md | 1 - .../java/g0301_0400/s0380_insert_delete_getrandom_o1/readme.md | 1 - .../readme.md | 1 - src/main/java/g0301_0400/s0382_linked_list_random_node/readme.md | 1 - src/main/java/g0301_0400/s0383_ransom_note/readme.md | 1 - src/main/java/g0301_0400/s0384_shuffle_an_array/readme.md | 1 - src/main/java/g0301_0400/s0385_mini_parser/readme.md | 1 - src/main/java/g0301_0400/s0386_lexicographical_numbers/readme.md | 1 - .../s0387_first_unique_character_in_a_string/readme.md | 1 - .../java/g0301_0400/s0388_longest_absolute_file_path/readme.md | 1 - src/main/java/g0301_0400/s0389_find_the_difference/readme.md | 1 - src/main/java/g0301_0400/s0390_elimination_game/readme.md | 1 - src/main/java/g0301_0400/s0391_perfect_rectangle/readme.md | 1 - src/main/java/g0301_0400/s0392_is_subsequence/readme.md | 1 - src/main/java/g0301_0400/s0393_utf_8_validation/readme.md | 1 - src/main/java/g0301_0400/s0394_decode_string/readme.md | 1 - .../readme.md | 1 - src/main/java/g0301_0400/s0396_rotate_function/readme.md | 1 - src/main/java/g0301_0400/s0397_integer_replacement/readme.md | 1 - src/main/java/g0301_0400/s0398_random_pick_index/readme.md | 1 - src/main/java/g0301_0400/s0399_evaluate_division/readme.md | 1 - src/main/java/g0301_0400/s0400_nth_digit/readme.md | 1 - src/main/java/g0401_0500/s0401_binary_watch/readme.md | 1 - src/main/java/g0401_0500/s0402_remove_k_digits/readme.md | 1 - src/main/java/g0401_0500/s0403_frog_jump/readme.md | 1 - src/main/java/g0401_0500/s0404_sum_of_left_leaves/readme.md | 1 - .../g0401_0500/s0405_convert_a_number_to_hexadecimal/readme.md | 1 - .../g0401_0500/s0406_queue_reconstruction_by_height/readme.md | 1 - src/main/java/g0401_0500/s0407_trapping_rain_water_ii/readme.md | 1 - src/main/java/g0401_0500/s0409_longest_palindrome/readme.md | 1 - src/main/java/g0401_0500/s0410_split_array_largest_sum/readme.md | 1 - src/main/java/g0401_0500/s0412_fizz_buzz/readme.md | 1 - src/main/java/g0401_0500/s0413_arithmetic_slices/readme.md | 1 - src/main/java/g0401_0500/s0414_third_maximum_number/readme.md | 1 - src/main/java/g0401_0500/s0415_add_strings/readme.md | 1 - .../java/g0401_0500/s0416_partition_equal_subset_sum/readme.md | 1 - .../java/g0401_0500/s0417_pacific_atlantic_water_flow/readme.md | 1 - src/main/java/g0401_0500/s0419_battleships_in_a_board/readme.md | 1 - src/main/java/g0401_0500/s0420_strong_password_checker/readme.md | 1 - .../s0421_maximum_xor_of_two_numbers_in_an_array/readme.md | 1 - .../s0423_reconstruct_original_digits_from_english/readme.md | 1 - .../s0424_longest_repeating_character_replacement/readme.md | 1 - src/main/java/g0401_0500/s0427_construct_quad_tree/readme.md | 1 - .../g0401_0500/s0429_n_ary_tree_level_order_traversal/readme.md | 1 - .../s0430_flatten_a_multilevel_doubly_linked_list/readme.md | 1 - src/main/java/g0401_0500/s0432_all_oone_data_structure/readme.md | 1 - .../java/g0401_0500/s0433_minimum_genetic_mutation/readme.md | 1 - .../g0401_0500/s0434_number_of_segments_in_a_string/readme.md | 1 - .../java/g0401_0500/s0435_non_overlapping_intervals/readme.md | 1 - src/main/java/g0401_0500/s0436_find_right_interval/readme.md | 1 - src/main/java/g0401_0500/s0437_path_sum_iii/readme.md | 1 - .../g0401_0500/s0438_find_all_anagrams_in_a_string/readme.md | 1 - .../s0440_k_th_smallest_in_lexicographical_order/readme.md | 1 - src/main/java/g0401_0500/s0441_arranging_coins/readme.md | 1 - .../g0401_0500/s0442_find_all_duplicates_in_an_array/readme.md | 1 - src/main/java/g0401_0500/s0443_string_compression/readme.md | 1 - src/main/java/g0401_0500/s0445_add_two_numbers_ii/readme.md | 1 - .../g0401_0500/s0446_arithmetic_slices_ii_subsequence/readme.md | 1 - src/main/java/g0401_0500/s0447_number_of_boomerangs/readme.md | 1 - .../s0448_find_all_numbers_disappeared_in_an_array/readme.md | 1 - .../g0401_0500/s0449_serialize_and_deserialize_bst/readme.md | 1 - src/main/java/g0401_0500/s0450_delete_node_in_a_bst/readme.md | 1 - .../java/g0401_0500/s0451_sort_characters_by_frequency/readme.md | 1 - .../s0452_minimum_number_of_arrows_to_burst_balloons/readme.md | 1 - .../s0453_minimum_moves_to_equal_array_elements/readme.md | 1 - src/main/java/g0401_0500/s0454_4sum_ii/readme.md | 1 - src/main/java/g0401_0500/s0455_assign_cookies/readme.md | 1 - src/main/java/g0401_0500/s0456_132_pattern/readme.md | 1 - src/main/java/g0401_0500/s0457_circular_array_loop/readme.md | 1 - src/main/java/g0401_0500/s0458_poor_pigs/readme.md | 1 - .../java/g0401_0500/s0459_repeated_substring_pattern/readme.md | 1 - src/main/java/g0401_0500/s0460_lfu_cache/readme.md | 1 - src/main/java/g0401_0500/s0461_hamming_distance/readme.md | 1 - .../s0462_minimum_moves_to_equal_array_elements_ii/readme.md | 1 - src/main/java/g0401_0500/s0463_island_perimeter/readme.md | 1 - src/main/java/g0401_0500/s0464_can_i_win/readme.md | 1 - src/main/java/g0401_0500/s0466_count_the_repetitions/readme.md | 1 - .../s0467_unique_substrings_in_wraparound_string/readme.md | 1 - src/main/java/g0401_0500/s0468_validate_ip_address/readme.md | 1 - .../java/g0401_0500/s0470_implement_rand10_using_rand7/readme.md | 1 - src/main/java/g0401_0500/s0472_concatenated_words/readme.md | 1 - src/main/java/g0401_0500/s0473_matchsticks_to_square/readme.md | 1 - src/main/java/g0401_0500/s0474_ones_and_zeroes/readme.md | 1 - src/main/java/g0401_0500/s0475_heaters/readme.md | 1 - src/main/java/g0401_0500/s0476_number_complement/readme.md | 1 - src/main/java/g0401_0500/s0477_total_hamming_distance/readme.md | 1 - .../g0401_0500/s0478_generate_random_point_in_a_circle/readme.md | 1 - .../java/g0401_0500/s0479_largest_palindrome_product/readme.md | 1 - src/main/java/g0401_0500/s0480_sliding_window_median/readme.md | 1 - src/main/java/g0401_0500/s0481_magical_string/readme.md | 1 - src/main/java/g0401_0500/s0482_license_key_formatting/readme.md | 1 - src/main/java/g0401_0500/s0483_smallest_good_base/readme.md | 1 - src/main/java/g0401_0500/s0485_max_consecutive_ones/readme.md | 1 - src/main/java/g0401_0500/s0486_predict_the_winner/readme.md | 1 - src/main/java/g0401_0500/s0488_zuma_game/readme.md | 1 - src/main/java/g0401_0500/s0491_increasing_subsequences/readme.md | 1 - src/main/java/g0401_0500/s0492_construct_the_rectangle/readme.md | 1 - src/main/java/g0401_0500/s0493_reverse_pairs/readme.md | 1 - src/main/java/g0401_0500/s0494_target_sum/readme.md | 1 - src/main/java/g0401_0500/s0495_teemo_attacking/readme.md | 1 - src/main/java/g0401_0500/s0496_next_greater_element_i/readme.md | 1 - .../s0497_random_point_in_non_overlapping_rectangles/readme.md | 1 - src/main/java/g0401_0500/s0498_diagonal_traverse/readme.md | 1 - src/main/java/g0401_0500/s0500_keyboard_row/readme.md | 1 - .../g0501_0600/s0501_find_mode_in_binary_search_tree/readme.md | 1 - src/main/java/g0501_0600/s0502_ipo/readme.md | 1 - src/main/java/g0501_0600/s0503_next_greater_element_ii/readme.md | 1 - src/main/java/g0501_0600/s0504_base_7/readme.md | 1 - src/main/java/g0501_0600/s0506_relative_ranks/readme.md | 1 - src/main/java/g0501_0600/s0507_perfect_number/readme.md | 1 - .../java/g0501_0600/s0508_most_frequent_subtree_sum/readme.md | 1 - src/main/java/g0501_0600/s0509_fibonacci_number/readme.md | 1 - src/main/java/g0501_0600/s0511_game_play_analysis_i/readme.md | 1 - .../java/g0501_0600/s0513_find_bottom_left_tree_value/readme.md | 1 - src/main/java/g0501_0600/s0514_freedom_trail/readme.md | 1 - .../s0515_find_largest_value_in_each_tree_row/readme.md | 1 - .../g0501_0600/s0516_longest_palindromic_subsequence/readme.md | 1 - src/main/java/g0501_0600/s0517_super_washing_machines/readme.md | 1 - src/main/java/g0501_0600/s0518_coin_change_2/readme.md | 1 - src/main/java/g0501_0600/s0519_random_flip_matrix/readme.md | 1 - src/main/java/g0501_0600/s0520_detect_capital/readme.md | 1 - .../g0501_0600/s0521_longest_uncommon_subsequence_i/readme.md | 1 - .../g0501_0600/s0522_longest_uncommon_subsequence_ii/readme.md | 1 - src/main/java/g0501_0600/s0523_continuous_subarray_sum/readme.md | 1 - .../s0524_longest_word_in_dictionary_through_deleting/readme.md | 1 - src/main/java/g0501_0600/s0525_contiguous_array/readme.md | 1 - src/main/java/g0501_0600/s0526_beautiful_arrangement/readme.md | 1 - src/main/java/g0501_0600/s0528_random_pick_with_weight/readme.md | 1 - src/main/java/g0501_0600/s0529_minesweeper/readme.md | 1 - .../s0530_minimum_absolute_difference_in_bst/readme.md | 1 - .../java/g0501_0600/s0532_k_diff_pairs_in_an_array/readme.md | 1 - .../java/g0501_0600/s0535_encode_and_decode_tinyurl/readme.md | 1 - .../g0501_0600/s0537_complex_number_multiplication/readme.md | 1 - .../java/g0501_0600/s0538_convert_bst_to_greater_tree/readme.md | 1 - src/main/java/g0501_0600/s0539_minimum_time_difference/readme.md | 1 - .../g0501_0600/s0540_single_element_in_a_sorted_array/readme.md | 1 - src/main/java/g0501_0600/s0541_reverse_string_ii/readme.md | 1 - src/main/java/g0501_0600/s0542_01_matrix/readme.md | 1 - src/main/java/g0501_0600/s0543_diameter_of_binary_tree/readme.md | 1 - src/main/java/g0501_0600/s0546_remove_boxes/readme.md | 1 - src/main/java/g0501_0600/s0547_number_of_provinces/readme.md | 1 - .../java/g0501_0600/s0551_student_attendance_record_i/readme.md | 1 - .../java/g0501_0600/s0552_student_attendance_record_ii/readme.md | 1 - src/main/java/g0501_0600/s0553_optimal_division/readme.md | 1 - src/main/java/g0501_0600/s0554_brick_wall/readme.md | 1 - .../java/g0501_0600/s0556_next_greater_element_iii/readme.md | 1 - .../g0501_0600/s0557_reverse_words_in_a_string_iii/readme.md | 1 - .../readme.md | 1 - .../java/g0501_0600/s0559_maximum_depth_of_n_ary_tree/readme.md | 1 - src/main/java/g0501_0600/s0560_subarray_sum_equals_k/readme.md | 1 - src/main/java/g0501_0600/s0561_array_partition_i/readme.md | 1 - src/main/java/g0501_0600/s0563_binary_tree_tilt/readme.md | 1 - .../java/g0501_0600/s0564_find_the_closest_palindrome/readme.md | 1 - src/main/java/g0501_0600/s0565_array_nesting/readme.md | 1 - src/main/java/g0501_0600/s0566_reshape_the_matrix/readme.md | 1 - src/main/java/g0501_0600/s0567_permutation_in_string/readme.md | 1 - src/main/java/g0501_0600/s0572_subtree_of_another_tree/readme.md | 1 - src/main/java/g0501_0600/s0575_distribute_candies/readme.md | 1 - src/main/java/g0501_0600/s0576_out_of_boundary_paths/readme.md | 1 - .../s0581_shortest_unsorted_continuous_subarray/readme.md | 1 - .../g0501_0600/s0583_delete_operation_for_two_strings/readme.md | 1 - src/main/java/g0501_0600/s0584_find_customer_referee/readme.md | 1 - .../readme.md | 1 - src/main/java/g0501_0600/s0587_erect_the_fence/readme.md | 1 - .../g0501_0600/s0589_n_ary_tree_preorder_traversal/readme.md | 1 - .../g0501_0600/s0590_n_ary_tree_postorder_traversal/readme.md | 1 - src/main/java/g0501_0600/s0591_tag_validator/readme.md | 1 - .../g0501_0600/s0592_fraction_addition_and_subtraction/readme.md | 1 - src/main/java/g0501_0600/s0593_valid_square/readme.md | 1 - .../g0501_0600/s0594_longest_harmonious_subsequence/readme.md | 1 - src/main/java/g0501_0600/s0595_big_countries/readme.md | 1 - .../java/g0501_0600/s0596_classes_more_than_5_students/readme.md | 1 - src/main/java/g0501_0600/s0598_range_addition_ii/readme.md | 1 - .../g0501_0600/s0599_minimum_index_sum_of_two_lists/readme.md | 1 - .../readme.md | 1 - .../java/g0601_0700/s0601_human_traffic_of_stadium/readme.md | 1 - src/main/java/g0601_0700/s0605_can_place_flowers/readme.md | 1 - .../g0601_0700/s0606_construct_string_from_binary_tree/readme.md | 1 - src/main/java/g0601_0700/s0607_sales_person/readme.md | 1 - src/main/java/g0601_0700/s0608_tree_node/readme.md | 1 - .../g0601_0700/s0609_find_duplicate_file_in_system/readme.md | 1 - src/main/java/g0601_0700/s0611_valid_triangle_number/readme.md | 1 - src/main/java/g0601_0700/s0617_merge_two_binary_trees/readme.md | 1 - src/main/java/g0601_0700/s0620_not_boring_movies/readme.md | 1 - src/main/java/g0601_0700/s0621_task_scheduler/readme.md | 1 - src/main/java/g0601_0700/s0622_design_circular_queue/readme.md | 1 - src/main/java/g0601_0700/s0623_add_one_row_to_tree/readme.md | 1 - src/main/java/g0601_0700/s0626_exchange_seats/readme.md | 1 - src/main/java/g0601_0700/s0627_swap_salary/readme.md | 1 - .../g0601_0700/s0628_maximum_product_of_three_numbers/readme.md | 1 - src/main/java/g0601_0700/s0629_k_inverse_pairs_array/readme.md | 1 - src/main/java/g0601_0700/s0630_course_schedule_iii/readme.md | 1 - .../readme.md | 1 - src/main/java/g0601_0700/s0633_sum_of_square_numbers/readme.md | 1 - .../java/g0601_0700/s0636_exclusive_time_of_functions/readme.md | 1 - .../g0601_0700/s0637_average_of_levels_in_binary_tree/readme.md | 1 - src/main/java/g0601_0700/s0638_shopping_offers/readme.md | 1 - src/main/java/g0601_0700/s0639_decode_ways_ii/readme.md | 1 - src/main/java/g0601_0700/s0640_solve_the_equation/readme.md | 1 - src/main/java/g0601_0700/s0641_design_circular_deque/readme.md | 1 - .../java/g0601_0700/s0643_maximum_average_subarray_i/readme.md | 1 - src/main/java/g0601_0700/s0645_set_mismatch/readme.md | 1 - .../java/g0601_0700/s0646_maximum_length_of_pair_chain/readme.md | 1 - src/main/java/g0601_0700/s0647_palindromic_substrings/readme.md | 1 - src/main/java/g0601_0700/s0648_replace_words/readme.md | 1 - src/main/java/g0601_0700/s0649_dota2_senate/readme.md | 1 - src/main/java/g0601_0700/s0650_2_keys_keyboard/readme.md | 1 - src/main/java/g0601_0700/s0652_find_duplicate_subtrees/readme.md | 1 - .../java/g0601_0700/s0653_two_sum_iv_input_is_a_bst/readme.md | 1 - src/main/java/g0601_0700/s0654_maximum_binary_tree/readme.md | 1 - src/main/java/g0601_0700/s0655_print_binary_tree/readme.md | 1 - src/main/java/g0601_0700/s0657_robot_return_to_origin/readme.md | 1 - src/main/java/g0601_0700/s0658_find_k_closest_elements/readme.md | 1 - .../s0659_split_array_into_consecutive_subsequences/readme.md | 1 - src/main/java/g0601_0700/s0661_image_smoother/readme.md | 1 - .../java/g0601_0700/s0662_maximum_width_of_binary_tree/readme.md | 1 - src/main/java/g0601_0700/s0664_strange_printer/readme.md | 1 - src/main/java/g0601_0700/s0665_non_decreasing_array/readme.md | 1 - .../java/g0601_0700/s0667_beautiful_arrangement_ii/readme.md | 1 - .../s0668_kth_smallest_number_in_multiplication_table/readme.md | 1 - .../java/g0601_0700/s0669_trim_a_binary_search_tree/readme.md | 1 - src/main/java/g0601_0700/s0670_maximum_swap/readme.md | 1 - .../s0671_second_minimum_node_in_a_binary_tree/readme.md | 1 - src/main/java/g0601_0700/s0672_bulb_switcher_ii/readme.md | 1 - .../s0673_number_of_longest_increasing_subsequence/readme.md | 1 - .../s0674_longest_continuous_increasing_subsequence/readme.md | 1 - .../java/g0601_0700/s0675_cut_off_trees_for_golf_event/readme.md | 1 - .../java/g0601_0700/s0676_implement_magic_dictionary/readme.md | 1 - src/main/java/g0601_0700/s0677_map_sum_pairs/readme.md | 1 - .../java/g0601_0700/s0678_valid_parenthesis_string/readme.md | 1 - src/main/java/g0601_0700/s0679_24_game/readme.md | 1 - src/main/java/g0601_0700/s0680_valid_palindrome_ii/readme.md | 1 - src/main/java/g0601_0700/s0682_baseball_game/readme.md | 1 - src/main/java/g0601_0700/s0684_redundant_connection/readme.md | 1 - src/main/java/g0601_0700/s0685_redundant_connection_ii/readme.md | 1 - src/main/java/g0601_0700/s0686_repeated_string_match/readme.md | 1 - src/main/java/g0601_0700/s0687_longest_univalue_path/readme.md | 1 - .../g0601_0700/s0688_knight_probability_in_chessboard/readme.md | 1 - .../s0689_maximum_sum_of_3_non_overlapping_subarrays/readme.md | 1 - src/main/java/g0601_0700/s0690_employee_importance/readme.md | 1 - src/main/java/g0601_0700/s0691_stickers_to_spell_word/readme.md | 1 - src/main/java/g0601_0700/s0692_top_k_frequent_words/readme.md | 1 - .../s0693_binary_number_with_alternating_bits/readme.md | 1 - src/main/java/g0601_0700/s0695_max_area_of_island/readme.md | 1 - src/main/java/g0601_0700/s0696_count_binary_substrings/readme.md | 1 - src/main/java/g0601_0700/s0697_degree_of_an_array/readme.md | 1 - .../g0601_0700/s0698_partition_to_k_equal_sum_subsets/readme.md | 1 - src/main/java/g0601_0700/s0699_falling_squares/readme.md | 1 - .../g0601_0700/s0700_search_in_a_binary_search_tree/readme.md | 1 - .../g0701_0800/s0701_insert_into_a_binary_search_tree/readme.md | 1 - .../g0701_0800/s0703_kth_largest_element_in_a_stream/readme.md | 1 - src/main/java/g0701_0800/s0704_binary_search/readme.md | 1 - src/main/java/g0701_0800/s0705_design_hashset/readme.md | 1 - src/main/java/g0701_0800/s0706_design_hashmap/readme.md | 1 - src/main/java/g0701_0800/s0707_design_linked_list/readme.md | 1 - src/main/java/g0701_0800/s0709_to_lower_case/readme.md | 1 - .../java/g0701_0800/s0710_random_pick_with_blacklist/readme.md | 1 - .../s0712_minimum_ascii_delete_sum_for_two_strings/readme.md | 1 - .../java/g0701_0800/s0713_subarray_product_less_than_k/readme.md | 1 - .../readme.md | 1 - src/main/java/g0701_0800/s0715_range_module/readme.md | 1 - .../java/g0701_0800/s0717_1_bit_and_2_bit_characters/readme.md | 1 - .../s0718_maximum_length_of_repeated_subarray/readme.md | 1 - .../g0701_0800/s0719_find_k_th_smallest_pair_distance/readme.md | 1 - .../java/g0701_0800/s0720_longest_word_in_dictionary/readme.md | 1 - src/main/java/g0701_0800/s0721_accounts_merge/readme.md | 1 - src/main/java/g0701_0800/s0722_remove_comments/readme.md | 1 - src/main/java/g0701_0800/s0724_find_pivot_index/readme.md | 1 - .../java/g0701_0800/s0725_split_linked_list_in_parts/readme.md | 1 - src/main/java/g0701_0800/s0726_number_of_atoms/readme.md | 1 - src/main/java/g0701_0800/s0728_self_dividing_numbers/readme.md | 1 - src/main/java/g0701_0800/s0729_my_calendar_i/readme.md | 1 - .../s0730_count_different_palindromic_subsequences/readme.md | 1 - src/main/java/g0701_0800/s0731_my_calendar_ii/readme.md | 1 - src/main/java/g0701_0800/s0732_my_calendar_iii/readme.md | 1 - src/main/java/g0701_0800/s0733_flood_fill/readme.md | 1 - src/main/java/g0701_0800/s0735_asteroid_collision/readme.md | 1 - src/main/java/g0701_0800/s0736_parse_lisp_expression/readme.md | 1 - .../java/g0701_0800/s0738_monotone_increasing_digits/readme.md | 1 - src/main/java/g0701_0800/s0739_daily_temperatures/readme.md | 1 - src/main/java/g0701_0800/s0740_delete_and_earn/readme.md | 1 - src/main/java/g0701_0800/s0741_cherry_pickup/readme.md | 1 - src/main/java/g0701_0800/s0743_network_delay_time/readme.md | 1 - .../s0744_find_smallest_letter_greater_than_target/readme.md | 1 - .../java/g0701_0800/s0745_prefix_and_suffix_search/readme.md | 1 - .../java/g0701_0800/s0746_min_cost_climbing_stairs/readme.md | 1 - .../s0747_largest_number_at_least_twice_of_others/readme.md | 1 - .../java/g0701_0800/s0748_shortest_completing_word/readme.md | 1 - src/main/java/g0701_0800/s0749_contain_virus/readme.md | 1 - src/main/java/g0701_0800/s0752_open_the_lock/readme.md | 1 - src/main/java/g0701_0800/s0753_cracking_the_safe/readme.md | 1 - src/main/java/g0701_0800/s0754_reach_a_number/readme.md | 1 - .../java/g0701_0800/s0756_pyramid_transition_matrix/readme.md | 1 - .../s0757_set_intersection_size_at_least_two/readme.md | 1 - src/main/java/g0701_0800/s0761_special_binary_string/readme.md | 1 - .../readme.md | 1 - src/main/java/g0701_0800/s0763_partition_labels/readme.md | 1 - src/main/java/g0701_0800/s0764_largest_plus_sign/readme.md | 1 - src/main/java/g0701_0800/s0765_couples_holding_hands/readme.md | 1 - src/main/java/g0701_0800/s0766_toeplitz_matrix/readme.md | 1 - src/main/java/g0701_0800/s0767_reorganize_string/readme.md | 1 - .../java/g0701_0800/s0768_max_chunks_to_make_sorted_ii/readme.md | 1 - .../java/g0701_0800/s0769_max_chunks_to_make_sorted/readme.md | 1 - src/main/java/g0701_0800/s0770_basic_calculator_iv/readme.md | 1 - src/main/java/g0701_0800/s0771_jewels_and_stones/readme.md | 1 - src/main/java/g0701_0800/s0773_sliding_puzzle/readme.md | 1 - .../java/g0701_0800/s0775_global_and_local_inversions/readme.md | 1 - .../java/g0701_0800/s0777_swap_adjacent_in_lr_string/readme.md | 1 - src/main/java/g0701_0800/s0778_swim_in_rising_water/readme.md | 1 - src/main/java/g0701_0800/s0779_k_th_symbol_in_grammar/readme.md | 1 - src/main/java/g0701_0800/s0780_reaching_points/readme.md | 1 - src/main/java/g0701_0800/s0781_rabbits_in_forest/readme.md | 1 - src/main/java/g0701_0800/s0782_transform_to_chessboard/readme.md | 1 - .../s0783_minimum_distance_between_bst_nodes/readme.md | 1 - src/main/java/g0701_0800/s0784_letter_case_permutation/readme.md | 1 - src/main/java/g0701_0800/s0785_is_graph_bipartite/readme.md | 1 - .../java/g0701_0800/s0786_k_th_smallest_prime_fraction/readme.md | 1 - .../g0701_0800/s0787_cheapest_flights_within_k_stops/readme.md | 1 - src/main/java/g0701_0800/s0788_rotated_digits/readme.md | 1 - src/main/java/g0701_0800/s0789_escape_the_ghosts/readme.md | 1 - .../java/g0701_0800/s0790_domino_and_tromino_tiling/readme.md | 1 - src/main/java/g0701_0800/s0791_custom_sort_string/readme.md | 1 - .../g0701_0800/s0792_number_of_matching_subsequences/readme.md | 1 - .../s0793_preimage_size_of_factorial_zeroes_function/readme.md | 1 - src/main/java/g0701_0800/s0794_valid_tic_tac_toe_state/readme.md | 1 - .../s0795_number_of_subarrays_with_bounded_maximum/readme.md | 1 - src/main/java/g0701_0800/s0796_rotate_string/readme.md | 1 - .../g0701_0800/s0797_all_paths_from_source_to_target/readme.md | 1 - .../s0798_smallest_rotation_with_highest_score/readme.md | 1 - src/main/java/g0701_0800/s0799_champagne_tower/readme.md | 1 - .../s0801_minimum_swaps_to_make_sequences_increasing/readme.md | 1 - .../java/g0801_0900/s0802_find_eventual_safe_states/readme.md | 1 - src/main/java/g0801_0900/s0803_bricks_falling_when_hit/readme.md | 1 - src/main/java/g0801_0900/s0804_unique_morse_code_words/readme.md | 1 - .../g0801_0900/s0805_split_array_with_same_average/readme.md | 1 - .../g0801_0900/s0806_number_of_lines_to_write_string/readme.md | 1 - .../g0801_0900/s0807_max_increase_to_keep_city_skyline/readme.md | 1 - src/main/java/g0801_0900/s0808_soup_servings/readme.md | 1 - src/main/java/g0801_0900/s0809_expressive_words/readme.md | 1 - src/main/java/g0801_0900/s0810_chalkboard_xor_game/readme.md | 1 - src/main/java/g0801_0900/s0811_subdomain_visit_count/readme.md | 1 - src/main/java/g0801_0900/s0812_largest_triangle_area/readme.md | 1 - src/main/java/g0801_0900/s0813_largest_sum_of_averages/readme.md | 1 - src/main/java/g0801_0900/s0814_binary_tree_pruning/readme.md | 1 - src/main/java/g0801_0900/s0815_bus_routes/readme.md | 1 - src/main/java/g0801_0900/s0816_ambiguous_coordinates/readme.md | 1 - src/main/java/g0801_0900/s0817_linked_list_components/readme.md | 1 - src/main/java/g0801_0900/s0818_race_car/readme.md | 1 - src/main/java/g0801_0900/s0819_most_common_word/readme.md | 1 - src/main/java/g0801_0900/s0820_short_encoding_of_words/readme.md | 1 - .../g0801_0900/s0821_shortest_distance_to_a_character/readme.md | 1 - src/main/java/g0801_0900/s0822_card_flipping_game/readme.md | 1 - .../java/g0801_0900/s0823_binary_trees_with_factors/readme.md | 1 - src/main/java/g0801_0900/s0824_goat_latin/readme.md | 1 - .../java/g0801_0900/s0825_friends_of_appropriate_ages/readme.md | 1 - .../java/g0801_0900/s0826_most_profit_assigning_work/readme.md | 1 - src/main/java/g0801_0900/s0827_making_a_large_island/readme.md | 1 - .../readme.md | 1 - src/main/java/g0801_0900/s0829_consecutive_numbers_sum/readme.md | 1 - .../java/g0801_0900/s0830_positions_of_large_groups/readme.md | 1 - .../java/g0801_0900/s0831_masking_personal_information/readme.md | 1 - src/main/java/g0801_0900/s0832_flipping_an_image/readme.md | 1 - .../java/g0801_0900/s0833_find_and_replace_in_string/readme.md | 1 - .../java/g0801_0900/s0834_sum_of_distances_in_tree/readme.md | 1 - src/main/java/g0801_0900/s0835_image_overlap/readme.md | 1 - src/main/java/g0801_0900/s0836_rectangle_overlap/readme.md | 1 - src/main/java/g0801_0900/s0837_new_21_game/readme.md | 1 - src/main/java/g0801_0900/s0838_push_dominoes/readme.md | 1 - src/main/java/g0801_0900/s0839_similar_string_groups/readme.md | 1 - src/main/java/g0801_0900/s0840_magic_squares_in_grid/readme.md | 1 - src/main/java/g0801_0900/s0841_keys_and_rooms/readme.md | 1 - .../s0842_split_array_into_fibonacci_sequence/readme.md | 1 - src/main/java/g0801_0900/s0843_guess_the_word/readme.md | 1 - .../java/g0801_0900/s0844_backspace_string_compare/readme.md | 1 - .../java/g0801_0900/s0845_longest_mountain_in_array/readme.md | 1 - src/main/java/g0801_0900/s0846_hand_of_straights/readme.md | 1 - .../g0801_0900/s0847_shortest_path_visiting_all_nodes/readme.md | 1 - src/main/java/g0801_0900/s0848_shifting_letters/readme.md | 1 - .../s0849_maximize_distance_to_closest_person/readme.md | 1 - src/main/java/g0801_0900/s0850_rectangle_area_ii/readme.md | 1 - src/main/java/g0801_0900/s0851_loud_and_rich/readme.md | 1 - .../g0801_0900/s0852_peak_index_in_a_mountain_array/readme.md | 1 - src/main/java/g0801_0900/s0853_car_fleet/readme.md | 1 - src/main/java/g0801_0900/s0854_k_similar_strings/readme.md | 1 - src/main/java/g0801_0900/s0855_exam_room/readme.md | 1 - src/main/java/g0801_0900/s0856_score_of_parentheses/readme.md | 1 - .../g0801_0900/s0857_minimum_cost_to_hire_k_workers/readme.md | 1 - src/main/java/g0801_0900/s0858_mirror_reflection/readme.md | 1 - src/main/java/g0801_0900/s0859_buddy_strings/readme.md | 1 - src/main/java/g0801_0900/s0860_lemonade_change/readme.md | 1 - .../java/g0801_0900/s0861_score_after_flipping_matrix/readme.md | 1 - .../s0862_shortest_subarray_with_sum_at_least_k/readme.md | 1 - .../s0863_all_nodes_distance_k_in_binary_tree/readme.md | 1 - .../g0801_0900/s0864_shortest_path_to_get_all_keys/readme.md | 1 - .../s0865_smallest_subtree_with_all_the_deepest_nodes/readme.md | 1 - src/main/java/g0801_0900/s0866_prime_palindrome/readme.md | 1 - src/main/java/g0801_0900/s0867_transpose_matrix/readme.md | 1 - src/main/java/g0801_0900/s0868_binary_gap/readme.md | 1 - src/main/java/g0801_0900/s0869_reordered_power_of_2/readme.md | 1 - src/main/java/g0801_0900/s0870_advantage_shuffle/readme.md | 1 - .../g0801_0900/s0871_minimum_number_of_refueling_stops/readme.md | 1 - src/main/java/g0801_0900/s0872_leaf_similar_trees/readme.md | 1 - .../s0873_length_of_longest_fibonacci_subsequence/readme.md | 1 - .../java/g0801_0900/s0874_walking_robot_simulation/readme.md | 1 - src/main/java/g0801_0900/s0875_koko_eating_bananas/readme.md | 1 - .../java/g0801_0900/s0876_middle_of_the_linked_list/readme.md | 1 - src/main/java/g0801_0900/s0877_stone_game/readme.md | 1 - src/main/java/g0801_0900/s0878_nth_magical_number/readme.md | 1 - src/main/java/g0801_0900/s0879_profitable_schemes/readme.md | 1 - src/main/java/g0801_0900/s0880_decoded_string_at_index/readme.md | 1 - src/main/java/g0801_0900/s0881_boats_to_save_people/readme.md | 1 - .../s0882_reachable_nodes_in_subdivided_graph/readme.md | 1 - .../java/g0801_0900/s0883_projection_area_of_3d_shapes/readme.md | 1 - .../g0801_0900/s0884_uncommon_words_from_two_sentences/readme.md | 1 - src/main/java/g0801_0900/s0885_spiral_matrix_iii/readme.md | 1 - src/main/java/g0801_0900/s0886_possible_bipartition/readme.md | 1 - src/main/java/g0801_0900/s0887_super_egg_drop/readme.md | 1 - src/main/java/g0801_0900/s0888_fair_candy_swap/readme.md | 1 - .../readme.md | 1 - .../java/g0801_0900/s0890_find_and_replace_pattern/readme.md | 1 - .../java/g0801_0900/s0891_sum_of_subsequence_widths/readme.md | 1 - .../java/g0801_0900/s0892_surface_area_of_3d_shapes/readme.md | 1 - .../s0893_groups_of_special_equivalent_strings/readme.md | 1 - .../g0801_0900/s0894_all_possible_full_binary_trees/readme.md | 1 - src/main/java/g0801_0900/s0895_maximum_frequency_stack/readme.md | 1 - src/main/java/g0801_0900/s0896_monotonic_array/readme.md | 1 - .../java/g0801_0900/s0897_increasing_order_search_tree/readme.md | 1 - .../java/g0801_0900/s0898_bitwise_ors_of_subarrays/readme.md | 1 - src/main/java/g0801_0900/s0899_orderly_queue/readme.md | 1 - src/main/java/g0801_0900/s0900_rle_iterator/readme.md | 1 - src/main/java/g0901_1000/s0901_online_stock_span/readme.md | 1 - .../g0901_1000/s0902_numbers_at_most_n_given_digit_set/readme.md | 1 - .../s0903_valid_permutations_for_di_sequence/readme.md | 1 - src/main/java/g0901_1000/s0904_fruit_into_baskets/readme.md | 1 - src/main/java/g0901_1000/s0905_sort_array_by_parity/readme.md | 1 - src/main/java/g0901_1000/s0906_super_palindromes/readme.md | 1 - .../java/g0901_1000/s0907_sum_of_subarray_minimums/readme.md | 1 - src/main/java/g0901_1000/s0908_smallest_range_i/readme.md | 1 - src/main/java/g0901_1000/s0909_snakes_and_ladders/readme.md | 1 - src/main/java/g0901_1000/s0910_smallest_range_ii/readme.md | 1 - src/main/java/g0901_1000/s0911_online_election/readme.md | 1 - src/main/java/g0901_1000/s0912_sort_an_array/readme.md | 1 - src/main/java/g0901_1000/s0913_cat_and_mouse/readme.md | 1 - .../g0901_1000/s0914_x_of_a_kind_in_a_deck_of_cards/readme.md | 1 - .../s0915_partition_array_into_disjoint_intervals/readme.md | 1 - src/main/java/g0901_1000/s0916_word_subsets/readme.md | 1 - src/main/java/g0901_1000/s0917_reverse_only_letters/readme.md | 1 - .../g0901_1000/s0918_maximum_sum_circular_subarray/readme.md | 1 - .../g0901_1000/s0919_complete_binary_tree_inserter/readme.md | 1 - .../java/g0901_1000/s0920_number_of_music_playlists/readme.md | 1 - .../s0921_minimum_add_to_make_parentheses_valid/readme.md | 1 - src/main/java/g0901_1000/s0922_sort_array_by_parity_ii/readme.md | 1 - src/main/java/g0901_1000/s0923_3sum_with_multiplicity/readme.md | 1 - src/main/java/g0901_1000/s0924_minimize_malware_spread/readme.md | 1 - src/main/java/g0901_1000/s0925_long_pressed_name/readme.md | 1 - .../s0926_flip_string_to_monotone_increasing/readme.md | 1 - src/main/java/g0901_1000/s0927_three_equal_parts/readme.md | 1 - .../java/g0901_1000/s0928_minimize_malware_spread_ii/readme.md | 1 - src/main/java/g0901_1000/s0929_unique_email_addresses/readme.md | 1 - .../java/g0901_1000/s0930_binary_subarrays_with_sum/readme.md | 1 - .../java/g0901_1000/s0931_minimum_falling_path_sum/readme.md | 1 - src/main/java/g0901_1000/s0932_beautiful_array/readme.md | 1 - src/main/java/g0901_1000/s0933_number_of_recent_calls/readme.md | 1 - src/main/java/g0901_1000/s0934_shortest_bridge/readme.md | 1 - src/main/java/g0901_1000/s0935_knight_dialer/readme.md | 1 - src/main/java/g0901_1000/s0936_stamping_the_sequence/readme.md | 1 - .../java/g0901_1000/s0937_reorder_data_in_log_files/readme.md | 1 - src/main/java/g0901_1000/s0938_range_sum_of_bst/readme.md | 1 - src/main/java/g0901_1000/s0939_minimum_area_rectangle/readme.md | 1 - .../java/g0901_1000/s0940_distinct_subsequences_ii/readme.md | 1 - src/main/java/g0901_1000/s0941_valid_mountain_array/readme.md | 1 - src/main/java/g0901_1000/s0942_di_string_match/readme.md | 1 - .../g0901_1000/s0943_find_the_shortest_superstring/readme.md | 1 - .../g0901_1000/s0944_delete_columns_to_make_sorted/readme.md | 1 - .../s0945_minimum_increment_to_make_array_unique/readme.md | 1 - .../java/g0901_1000/s0946_validate_stack_sequences/readme.md | 1 - .../s0947_most_stones_removed_with_same_row_or_column/readme.md | 1 - src/main/java/g0901_1000/s0948_bag_of_tokens/readme.md | 1 - .../g0901_1000/s0949_largest_time_for_given_digits/readme.md | 1 - .../g0901_1000/s0950_reveal_cards_in_increasing_order/readme.md | 1 - .../java/g0901_1000/s0951_flip_equivalent_binary_trees/readme.md | 1 - .../s0952_largest_component_size_by_common_factor/readme.md | 1 - .../g0901_1000/s0953_verifying_an_alien_dictionary/readme.md | 1 - src/main/java/g0901_1000/s0954_array_of_doubled_pairs/readme.md | 1 - .../g0901_1000/s0955_delete_columns_to_make_sorted_ii/readme.md | 1 - src/main/java/g0901_1000/s0956_tallest_billboard/readme.md | 1 - .../java/g0901_1000/s0957_prison_cells_after_n_days/readme.md | 1 - .../s0958_check_completeness_of_a_binary_tree/readme.md | 1 - src/main/java/g0901_1000/s0959_regions_cut_by_slashes/readme.md | 1 - .../g0901_1000/s0960_delete_columns_to_make_sorted_iii/readme.md | 1 - .../s0961_n_repeated_element_in_size_2n_array/readme.md | 1 - src/main/java/g0901_1000/s0962_maximum_width_ramp/readme.md | 1 - .../java/g0901_1000/s0963_minimum_area_rectangle_ii/readme.md | 1 - .../g0901_1000/s0964_least_operators_to_express_number/readme.md | 1 - src/main/java/g0901_1000/s0965_univalued_binary_tree/readme.md | 1 - src/main/java/g0901_1000/s0966_vowel_spellchecker/readme.md | 1 - .../s0967_numbers_with_same_consecutive_differences/readme.md | 1 - src/main/java/g0901_1000/s0968_binary_tree_cameras/readme.md | 1 - src/main/java/g0901_1000/s0969_pancake_sorting/readme.md | 1 - src/main/java/g0901_1000/s0970_powerful_integers/readme.md | 1 - .../s0971_flip_binary_tree_to_match_preorder_traversal/readme.md | 1 - src/main/java/g0901_1000/s0972_equal_rational_numbers/readme.md | 1 - .../java/g0901_1000/s0973_k_closest_points_to_origin/readme.md | 1 - .../java/g0901_1000/s0974_subarray_sums_divisible_by_k/readme.md | 1 - src/main/java/g0901_1000/s0975_odd_even_jump/readme.md | 1 - .../java/g0901_1000/s0976_largest_perimeter_triangle/readme.md | 1 - .../java/g0901_1000/s0977_squares_of_a_sorted_array/readme.md | 1 - .../java/g0901_1000/s0978_longest_turbulent_subarray/readme.md | 1 - .../g0901_1000/s0979_distribute_coins_in_binary_tree/readme.md | 1 - src/main/java/g0901_1000/s0980_unique_paths_iii/readme.md | 1 - .../java/g0901_1000/s0981_time_based_key_value_store/readme.md | 1 - .../s0982_triples_with_bitwise_and_equal_to_zero/readme.md | 1 - .../java/g0901_1000/s0983_minimum_cost_for_tickets/readme.md | 1 - .../java/g0901_1000/s0984_string_without_aaa_or_bbb/readme.md | 1 - .../g0901_1000/s0985_sum_of_even_numbers_after_queries/readme.md | 1 - .../java/g0901_1000/s0986_interval_list_intersections/readme.md | 1 - .../s0987_vertical_order_traversal_of_a_binary_tree/readme.md | 1 - .../s0988_smallest_string_starting_from_leaf/readme.md | 1 - .../java/g0901_1000/s0989_add_to_array_form_of_integer/readme.md | 1 - .../s0990_satisfiability_of_equality_equations/readme.md | 1 - src/main/java/g0901_1000/s0991_broken_calculator/readme.md | 1 - .../s0992_subarrays_with_k_different_integers/readme.md | 1 - src/main/java/g0901_1000/s0993_cousins_in_binary_tree/readme.md | 1 - src/main/java/g0901_1000/s0994_rotting_oranges/readme.md | 1 - .../s0995_minimum_number_of_k_consecutive_bit_flips/readme.md | 1 - .../java/g0901_1000/s0996_number_of_squareful_arrays/readme.md | 1 - src/main/java/g0901_1000/s0997_find_the_town_judge/readme.md | 1 - src/main/java/g0901_1000/s0998_maximum_binary_tree_ii/readme.md | 1 - .../java/g0901_1000/s0999_available_captures_for_rook/readme.md | 1 - .../java/g0901_1000/s1000_minimum_cost_to_merge_stones/readme.md | 1 - src/main/java/g1001_1100/s1001_grid_illumination/readme.md | 1 - src/main/java/g1001_1100/s1002_find_common_characters/readme.md | 1 - .../s1003_check_if_word_is_valid_after_substitutions/readme.md | 1 - .../java/g1001_1100/s1004_max_consecutive_ones_iii/readme.md | 1 - .../s1005_maximize_sum_of_array_after_k_negations/readme.md | 1 - src/main/java/g1001_1100/s1006_clumsy_factorial/readme.md | 1 - .../s1007_minimum_domino_rotations_for_equal_row/readme.md | 1 - .../readme.md | 1 - .../g1001_1100/s1009_complement_of_base_10_integer/readme.md | 1 - .../readme.md | 1 - .../s1011_capacity_to_ship_packages_within_d_days/readme.md | 1 - .../java/g1001_1100/s1012_numbers_with_repeated_digits/readme.md | 1 - .../readme.md | 1 - src/main/java/g1001_1100/s1014_best_sightseeing_pair/readme.md | 1 - .../g1001_1100/s1015_smallest_integer_divisible_by_k/readme.md | 1 - .../readme.md | 1 - src/main/java/g1001_1100/s1017_convert_to_base_2/readme.md | 1 - .../java/g1001_1100/s1018_binary_prefix_divisible_by_5/readme.md | 1 - .../g1001_1100/s1019_next_greater_node_in_linked_list/readme.md | 1 - src/main/java/g1001_1100/s1020_number_of_enclaves/readme.md | 1 - .../java/g1001_1100/s1021_remove_outermost_parentheses/readme.md | 1 - .../s1022_sum_of_root_to_leaf_binary_numbers/readme.md | 1 - src/main/java/g1001_1100/s1023_camelcase_matching/readme.md | 1 - src/main/java/g1001_1100/s1024_video_stitching/readme.md | 1 - src/main/java/g1001_1100/s1025_divisor_game/readme.md | 1 - .../s1026_maximum_difference_between_node_and_ancestor/readme.md | 1 - .../g1001_1100/s1027_longest_arithmetic_subsequence/readme.md | 1 - .../s1028_recover_a_tree_from_preorder_traversal/readme.md | 1 - src/main/java/g1001_1100/s1029_two_city_scheduling/readme.md | 1 - .../g1001_1100/s1030_matrix_cells_in_distance_order/readme.md | 1 - .../s1031_maximum_sum_of_two_non_overlapping_subarrays/readme.md | 1 - src/main/java/g1001_1100/s1032_stream_of_characters/readme.md | 1 - .../g1001_1100/s1033_moving_stones_until_consecutive/readme.md | 1 - src/main/java/g1001_1100/s1034_coloring_a_border/readme.md | 1 - src/main/java/g1001_1100/s1035_uncrossed_lines/readme.md | 1 - src/main/java/g1001_1100/s1036_escape_a_large_maze/readme.md | 1 - src/main/java/g1001_1100/s1037_valid_boomerang/readme.md | 1 - .../s1038_binary_search_tree_to_greater_sum_tree/readme.md | 1 - .../s1039_minimum_score_triangulation_of_polygon/readme.md | 1 - .../s1040_moving_stones_until_consecutive_ii/readme.md | 1 - src/main/java/g1001_1100/s1041_robot_bounded_in_circle/readme.md | 1 - .../g1001_1100/s1042_flower_planting_with_no_adjacent/readme.md | 1 - .../g1001_1100/s1043_partition_array_for_maximum_sum/readme.md | 1 - .../java/g1001_1100/s1044_longest_duplicate_substring/readme.md | 1 - src/main/java/g1001_1100/s1046_last_stone_weight/readme.md | 1 - .../s1047_remove_all_adjacent_duplicates_in_string/readme.md | 1 - src/main/java/g1001_1100/s1048_longest_string_chain/readme.md | 1 - src/main/java/g1001_1100/s1049_last_stone_weight_ii/readme.md | 1 - .../readme.md | 1 - src/main/java/g1001_1100/s1051_height_checker/readme.md | 1 - src/main/java/g1001_1100/s1052_grumpy_bookstore_owner/readme.md | 1 - .../s1053_previous_permutation_with_one_swap/readme.md | 1 - src/main/java/g1001_1100/s1054_distant_barcodes/readme.md | 1 - .../s1071_greatest_common_divisor_of_strings/readme.md | 1 - .../readme.md | 1 - .../g1001_1100/s1073_adding_two_negabinary_numbers/readme.md | 1 - .../s1074_number_of_submatrices_that_sum_to_target/readme.md | 1 - .../java/g1001_1100/s1078_occurrences_after_bigram/readme.md | 1 - .../java/g1001_1100/s1079_letter_tile_possibilities/readme.md | 1 - .../s1080_insufficient_nodes_in_root_to_leaf_paths/readme.md | 1 - .../s1081_smallest_subsequence_of_distinct_characters/readme.md | 1 - src/main/java/g1001_1100/s1084_sales_analysis_iii/readme.md | 1 - src/main/java/g1001_1100/s1089_duplicate_zeros/readme.md | 1 - .../java/g1001_1100/s1090_largest_values_from_labels/readme.md | 1 - .../g1001_1100/s1091_shortest_path_in_binary_matrix/readme.md | 1 - .../g1001_1100/s1092_shortest_common_supersequence/readme.md | 1 - .../g1001_1100/s1093_statistics_from_a_large_sample/readme.md | 1 - src/main/java/g1001_1100/s1094_car_pooling/readme.md | 1 - src/main/java/g1001_1100/s1095_find_in_mountain_array/readme.md | 1 - src/main/java/g1001_1100/s1096_brace_expansion_ii/readme.md | 1 - .../java/g1101_1200/s1103_distribute_candies_to_people/readme.md | 1 - .../s1104_path_in_zigzag_labelled_binary_tree/readme.md | 1 - .../java/g1101_1200/s1105_filling_bookcase_shelves/readme.md | 1 - .../java/g1101_1200/s1106_parsing_a_boolean_expression/readme.md | 1 - src/main/java/g1101_1200/s1108_defanging_an_ip_address/readme.md | 1 - .../java/g1101_1200/s1109_corporate_flight_bookings/readme.md | 1 - .../g1101_1200/s1110_delete_nodes_and_return_forest/readme.md | 1 - .../readme.md | 1 - src/main/java/g1101_1200/s1114_print_in_order/readme.md | 1 - .../java/g1101_1200/s1115_print_foobar_alternately/readme.md | 1 - src/main/java/g1101_1200/s1116_print_zero_even_odd/readme.md | 1 - src/main/java/g1101_1200/s1117_building_h2o/readme.md | 1 - src/main/java/g1101_1200/s1122_relative_sort_array/readme.md | 1 - .../s1123_lowest_common_ancestor_of_deepest_leaves/readme.md | 1 - .../g1101_1200/s1124_longest_well_performing_interval/readme.md | 1 - .../java/g1101_1200/s1125_smallest_sufficient_team/readme.md | 1 - .../g1101_1200/s1128_number_of_equivalent_domino_pairs/readme.md | 1 - .../s1129_shortest_path_with_alternating_colors/readme.md | 1 - .../s1130_minimum_cost_tree_from_leaf_values/readme.md | 1 - .../s1131_maximum_of_absolute_value_expression/readme.md | 1 - src/main/java/g1101_1200/s1137_n_th_tribonacci_number/readme.md | 1 - src/main/java/g1101_1200/s1138_alphabet_board_path/readme.md | 1 - .../java/g1101_1200/s1139_largest_1_bordered_square/readme.md | 1 - src/main/java/g1101_1200/s1140_stone_game_ii/readme.md | 1 - .../s1141_user_activity_for_the_past_30_days_i/readme.md | 1 - .../java/g1101_1200/s1143_longest_common_subsequence/readme.md | 1 - .../s1144_decrease_elements_to_make_array_zigzag/readme.md | 1 - .../java/g1101_1200/s1145_binary_tree_coloring_game/readme.md | 1 - src/main/java/g1101_1200/s1146_snapshot_array/readme.md | 1 - .../s1147_longest_chunked_palindrome_decomposition/readme.md | 1 - src/main/java/g1101_1200/s1148_article_views_i/readme.md | 1 - src/main/java/g1101_1200/s1154_day_of_the_year/readme.md | 1 - .../s1155_number_of_dice_rolls_with_target_sum/readme.md | 1 - .../readme.md | 1 - .../s1157_online_majority_element_in_subarray/readme.md | 1 - src/main/java/g1101_1200/s1158_market_analysis_i/readme.md | 1 - .../s1160_find_words_that_can_be_formed_by_characters/readme.md | 1 - .../s1161_maximum_level_sum_of_a_binary_tree/readme.md | 1 - .../java/g1101_1200/s1162_as_far_from_land_as_possible/readme.md | 1 - .../s1163_last_substring_in_lexicographical_order/readme.md | 1 - src/main/java/g1101_1200/s1169_invalid_transactions/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - src/main/java/g1101_1200/s1172_dinner_plate_stacks/readme.md | 1 - src/main/java/g1101_1200/s1175_prime_arrangements/readme.md | 1 - .../s1177_can_make_palindrome_from_substring/readme.md | 1 - .../s1178_number_of_valid_words_for_each_puzzle/readme.md | 1 - .../java/g1101_1200/s1179_reformat_department_table/readme.md | 1 - .../java/g1101_1200/s1184_distance_between_bus_stops/readme.md | 1 - src/main/java/g1101_1200/s1185_day_of_the_week/readme.md | 1 - .../s1186_maximum_subarray_sum_with_one_deletion/readme.md | 1 - .../g1101_1200/s1187_make_array_strictly_increasing/readme.md | 1 - .../java/g1101_1200/s1189_maximum_number_of_balloons/readme.md | 1 - .../readme.md | 1 - .../java/g1101_1200/s1191_k_concatenation_maximum_sum/readme.md | 1 - .../g1101_1200/s1192_critical_connections_in_a_network/readme.md | 1 - src/main/java/g1101_1200/s1195_fizz_buzz_multithreaded/readme.md | 1 - .../java/g1101_1200/s1200_minimum_absolute_difference/readme.md | 1 - src/main/java/g1201_1300/s1201_ugly_number_iii/readme.md | 1 - .../java/g1201_1300/s1202_smallest_string_with_swaps/readme.md | 1 - .../s1203_sort_items_by_groups_respecting_dependencies/readme.md | 1 - src/main/java/g1201_1300/s1206_design_skiplist/readme.md | 1 - .../java/g1201_1300/s1207_unique_number_of_occurrences/readme.md | 1 - .../s1208_get_equal_substrings_within_budget/readme.md | 1 - .../s1209_remove_all_adjacent_duplicates_in_string_ii/readme.md | 1 - .../s1210_minimum_moves_to_reach_target_with_rotations/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - src/main/java/g1201_1300/s1219_path_with_maximum_gold/readme.md | 1 - .../java/g1201_1300/s1220_count_vowels_permutation/readme.md | 1 - .../s1221_split_a_string_in_balanced_strings/readme.md | 1 - .../g1201_1300/s1222_queens_that_can_attack_the_king/readme.md | 1 - src/main/java/g1201_1300/s1223_dice_roll_simulation/readme.md | 1 - src/main/java/g1201_1300/s1224_maximum_equal_frequency/readme.md | 1 - src/main/java/g1201_1300/s1226_the_dining_philosophers/readme.md | 1 - .../s1227_airplane_seat_assignment_probability/readme.md | 1 - .../g1201_1300/s1232_check_if_it_is_a_straight_line/readme.md | 1 - .../s1233_remove_sub_folders_from_the_filesystem/readme.md | 1 - .../s1234_replace_the_substring_for_balanced_string/readme.md | 1 - .../g1201_1300/s1235_maximum_profit_in_job_scheduling/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1240_tiling_a_rectangle_with_the_fewest_squares/readme.md | 1 - .../s1247_minimum_swaps_to_make_strings_equal/readme.md | 1 - .../g1201_1300/s1248_count_number_of_nice_subarrays/readme.md | 1 - .../s1249_minimum_remove_to_make_valid_parentheses/readme.md | 1 - .../java/g1201_1300/s1250_check_if_it_is_a_good_array/readme.md | 1 - .../g1201_1300/s1252_cells_with_odd_values_in_a_matrix/readme.md | 1 - .../g1201_1300/s1253_reconstruct_a_2_row_binary_matrix/readme.md | 1 - .../java/g1201_1300/s1254_number_of_closed_islands/readme.md | 1 - .../s1255_maximum_score_words_formed_by_letters/readme.md | 1 - src/main/java/g1201_1300/s1260_shift_2d_grid/readme.md | 1 - .../s1261_find_elements_in_a_contaminated_binary_tree/readme.md | 1 - .../g1201_1300/s1262_greatest_sum_divisible_by_three/readme.md | 1 - .../readme.md | 1 - .../g1201_1300/s1266_minimum_time_visiting_all_points/readme.md | 1 - .../g1201_1300/s1267_count_servers_that_communicate/readme.md | 1 - .../java/g1201_1300/s1268_search_suggestions_system/readme.md | 1 - .../readme.md | 1 - .../g1201_1300/s1275_find_winner_on_a_tic_tac_toe_game/readme.md | 1 - .../readme.md | 1 - .../s1277_count_square_submatrices_with_all_ones/readme.md | 1 - .../java/g1201_1300/s1278_palindrome_partitioning_iii/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1283_find_the_smallest_divisor_given_a_threshold/readme.md | 1 - .../readme.md | 1 - .../java/g1201_1300/s1286_iterator_for_combination/readme.md | 1 - .../readme.md | 1 - .../java/g1201_1300/s1288_remove_covered_intervals/readme.md | 1 - .../java/g1201_1300/s1289_minimum_falling_path_sum_ii/readme.md | 1 - .../readme.md | 1 - src/main/java/g1201_1300/s1291_sequential_digits/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1295_find_numbers_with_even_number_of_digits/readme.md | 1 - .../readme.md | 1 - .../s1297_maximum_number_of_occurrences_of_a_substring/readme.md | 1 - .../s1298_maximum_candies_you_can_get_from_boxes/readme.md | 1 - .../readme.md | 1 - .../s1300_sum_of_mutated_array_closest_to_target/readme.md | 1 - .../g1301_1400/s1301_number_of_paths_with_max_score/readme.md | 1 - src/main/java/g1301_1400/s1302_deepest_leaves_sum/readme.md | 1 - .../s1304_find_n_unique_integers_sum_up_to_zero/readme.md | 1 - .../s1305_all_elements_in_two_binary_search_trees/readme.md | 1 - src/main/java/g1301_1400/s1306_jump_game_iii/readme.md | 1 - .../java/g1301_1400/s1307_verbal_arithmetic_puzzle/readme.md | 1 - .../readme.md | 1 - .../java/g1301_1400/s1310_xor_queries_of_a_subarray/readme.md | 1 - .../s1311_get_watched_videos_by_your_friends/readme.md | 1 - .../readme.md | 1 - .../s1313_decompress_run_length_encoded_list/readme.md | 1 - src/main/java/g1301_1400/s1314_matrix_block_sum/readme.md | 1 - .../s1315_sum_of_nodes_with_even_valued_grandparent/readme.md | 1 - .../java/g1301_1400/s1316_distinct_echo_substrings/readme.md | 1 - .../readme.md | 1 - .../s1318_minimum_flips_to_make_a_or_b_equal_to_c/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - src/main/java/g1301_1400/s1323_maximum_69_number/readme.md | 1 - src/main/java/g1301_1400/s1324_print_words_vertically/readme.md | 1 - .../g1301_1400/s1325_delete_leaves_with_a_given_value/readme.md | 1 - .../readme.md | 1 - src/main/java/g1301_1400/s1328_break_a_palindrome/readme.md | 1 - .../java/g1301_1400/s1329_sort_the_matrix_diagonally/readme.md | 1 - .../s1330_reverse_subarray_to_maximize_array_value/readme.md | 1 - .../java/g1301_1400/s1331_rank_transform_of_an_array/readme.md | 1 - .../g1301_1400/s1332_remove_palindromic_subsequences/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1335_minimum_difficulty_of_a_job_schedule/readme.md | 1 - .../g1301_1400/s1337_the_k_weakest_rows_in_a_matrix/readme.md | 1 - .../g1301_1400/s1338_reduce_array_size_to_the_half/readme.md | 1 - .../s1339_maximum_product_of_splitted_binary_tree/readme.md | 1 - src/main/java/g1301_1400/s1340_jump_game_v/readme.md | 1 - .../s1342_number_of_steps_to_reduce_a_number_to_zero/readme.md | 1 - .../readme.md | 1 - .../g1301_1400/s1344_angle_between_hands_of_a_clock/readme.md | 1 - src/main/java/g1301_1400/s1345_jump_game_iv/readme.md | 1 - .../g1301_1400/s1346_check_if_n_and_its_double_exist/readme.md | 1 - .../readme.md | 1 - .../java/g1301_1400/s1348_tweet_counts_per_frequency/readme.md | 1 - .../java/g1301_1400/s1349_maximum_students_taking_exam/readme.md | 1 - .../s1351_count_negative_numbers_in_a_sorted_matrix/readme.md | 1 - .../g1301_1400/s1352_product_of_the_last_k_numbers/readme.md | 1 - .../readme.md | 1 - .../s1354_construct_target_array_with_multiple_sums/readme.md | 1 - .../s1356_sort_integers_by_the_number_of_1_bits/readme.md | 1 - .../g1301_1400/s1357_apply_discount_every_n_orders/readme.md | 1 - .../readme.md | 1 - .../s1359_count_all_valid_pickup_and_delivery_options/readme.md | 1 - .../g1301_1400/s1360_number_of_days_between_two_dates/readme.md | 1 - .../java/g1301_1400/s1361_validate_binary_tree_nodes/readme.md | 1 - src/main/java/g1301_1400/s1362_closest_divisors/readme.md | 1 - .../java/g1301_1400/s1363_largest_multiple_of_three/readme.md | 1 - .../readme.md | 1 - src/main/java/g1301_1400/s1366_rank_teams_by_votes/readme.md | 1 - .../java/g1301_1400/s1367_linked_list_in_binary_tree/readme.md | 1 - .../readme.md | 1 - .../java/g1301_1400/s1370_increasing_decreasing_string/readme.md | 1 - .../readme.md | 1 - .../s1372_longest_zigzag_path_in_a_binary_tree/readme.md | 1 - .../g1301_1400/s1373_maximum_sum_bst_in_binary_tree/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1376_time_needed_to_inform_all_employees/readme.md | 1 - .../g1301_1400/s1377_frog_position_after_t_seconds/readme.md | 1 - .../readme.md | 1 - .../java/g1301_1400/s1380_lucky_numbers_in_a_matrix/readme.md | 1 - .../s1381_design_a_stack_with_increment_operation/readme.md | 1 - .../java/g1301_1400/s1382_balance_a_binary_search_tree/readme.md | 1 - .../g1301_1400/s1383_maximum_performance_of_a_team/readme.md | 1 - .../s1385_find_the_distance_value_between_two_arrays/readme.md | 1 - src/main/java/g1301_1400/s1386_cinema_seat_allocation/readme.md | 1 - .../g1301_1400/s1387_sort_integers_by_the_power_value/readme.md | 1 - src/main/java/g1301_1400/s1388_pizza_with_3n_slices/readme.md | 1 - .../s1389_create_target_array_in_the_given_order/readme.md | 1 - src/main/java/g1301_1400/s1390_four_divisors/readme.md | 1 - .../s1391_check_if_there_is_a_valid_path_in_a_grid/readme.md | 1 - src/main/java/g1301_1400/s1392_longest_happy_prefix/readme.md | 1 - src/main/java/g1301_1400/s1393_capital_gainloss/readme.md | 1 - .../g1301_1400/s1394_find_lucky_integer_in_an_array/readme.md | 1 - src/main/java/g1301_1400/s1395_count_number_of_teams/readme.md | 1 - .../java/g1301_1400/s1396_design_underground_system/readme.md | 1 - src/main/java/g1301_1400/s1397_find_all_good_strings/readme.md | 1 - src/main/java/g1301_1400/s1399_count_largest_group/readme.md | 1 - .../g1301_1400/s1400_construct_k_palindrome_strings/readme.md | 1 - .../g1401_1500/s1401_circle_and_rectangle_overlapping/readme.md | 1 - src/main/java/g1401_1500/s1402_reducing_dishes/readme.md | 1 - .../s1403_minimum_subsequence_in_non_increasing_order/readme.md | 1 - .../readme.md | 1 - src/main/java/g1401_1500/s1405_longest_happy_string/readme.md | 1 - src/main/java/g1401_1500/s1406_stone_game_iii/readme.md | 1 - src/main/java/g1401_1500/s1407_top_travellers/readme.md | 1 - .../java/g1401_1500/s1408_string_matching_in_an_array/readme.md | 1 - .../g1401_1500/s1409_queries_on_a_permutation_with_key/readme.md | 1 - src/main/java/g1401_1500/s1410_html_entity_parser/readme.md | 1 - .../g1401_1500/s1411_number_of_ways_to_paint_n_3_grid/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - src/main/java/g1401_1500/s1416_restore_the_array/readme.md | 1 - src/main/java/g1401_1500/s1417_reformat_the_string/readme.md | 1 - .../s1418_display_table_of_food_orders_in_a_restaurant/readme.md | 1 - .../g1401_1500/s1419_minimum_number_of_frogs_croaking/readme.md | 1 - .../readme.md | 1 - .../s1422_maximum_score_after_splitting_a_string/readme.md | 1 - .../s1423_maximum_points_you_can_obtain_from_cards/readme.md | 1 - src/main/java/g1401_1500/s1424_diagonal_traverse_ii/readme.md | 1 - .../java/g1401_1500/s1425_constrained_subsequence_sum/readme.md | 1 - .../s1431_kids_with_the_greatest_number_of_candies/readme.md | 1 - .../readme.md | 1 - .../s1433_check_if_a_string_can_break_another_string/readme.md | 1 - .../readme.md | 1 - src/main/java/g1401_1500/s1436_destination_city/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1441_build_an_array_with_stack_operations/readme.md | 1 - .../readme.md | 1 - .../s1443_minimum_time_to_collect_all_apples_in_a_tree/readme.md | 1 - .../g1401_1500/s1444_number_of_ways_of_cutting_a_pizza/readme.md | 1 - src/main/java/g1401_1500/s1446_consecutive_characters/readme.md | 1 - src/main/java/g1401_1500/s1447_simplified_fractions/readme.md | 1 - .../g1401_1500/s1448_count_good_nodes_in_binary_tree/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../g1401_1500/s1451_rearrange_words_in_a_sentence/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1457_pseudo_palindromic_paths_in_a_binary_tree/readme.md | 1 - .../s1458_max_dot_product_of_two_subsequences/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - src/main/java/g1401_1500/s1462_course_schedule_iv/readme.md | 1 - src/main/java/g1401_1500/s1463_cherry_pickup_ii/readme.md | 1 - .../s1464_maximum_product_of_two_elements_in_an_array/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - src/main/java/g1401_1500/s1470_shuffle_the_array/readme.md | 1 - .../s1471_the_k_strongest_values_in_an_array/readme.md | 1 - src/main/java/g1401_1500/s1472_design_browser_history/readme.md | 1 - src/main/java/g1401_1500/s1473_paint_house_iii/readme.md | 1 - .../readme.md | 1 - src/main/java/g1401_1500/s1476_subrectangle_queries/readme.md | 1 - .../readme.md | 1 - src/main/java/g1401_1500/s1478_allocate_mailboxes/readme.md | 1 - src/main/java/g1401_1500/s1480_running_sum_of_1d_array/readme.md | 1 - .../readme.md | 1 - .../s1482_minimum_number_of_days_to_make_m_bouquets/readme.md | 1 - .../java/g1401_1500/s1483_kth_ancestor_of_a_tree_node/readme.md | 1 - .../g1401_1500/s1484_group_sold_products_by_the_date/readme.md | 1 - .../java/g1401_1500/s1486_xor_operation_in_an_array/readme.md | 1 - .../java/g1401_1500/s1487_making_file_names_unique/readme.md | 1 - src/main/java/g1401_1500/s1488_avoid_flood_in_the_city/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - src/main/java/g1401_1500/s1492_the_kth_factor_of_n/readme.md | 1 - .../readme.md | 1 - src/main/java/g1401_1500/s1494_parallel_courses_ii/readme.md | 1 - src/main/java/g1401_1500/s1496_path_crossing/readme.md | 1 - .../s1497_check_if_array_pairs_are_divisible_by_k/readme.md | 1 - .../readme.md | 1 - src/main/java/g1401_1500/s1499_max_value_of_equation/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../g1501_1600/s1504_count_submatrices_with_all_ones/readme.md | 1 - .../readme.md | 1 - src/main/java/g1501_1600/s1507_reformat_date/readme.md | 1 - .../g1501_1600/s1508_range_sum_of_sorted_subarray_sums/readme.md | 1 - .../readme.md | 1 - src/main/java/g1501_1600/s1510_stone_game_iv/readme.md | 1 - src/main/java/g1501_1600/s1512_number_of_good_pairs/readme.md | 1 - .../g1501_1600/s1513_number_of_substrings_with_only_1s/readme.md | 1 - .../g1501_1600/s1514_path_with_maximum_probability/readme.md | 1 - .../s1515_best_position_for_a_service_centre/readme.md | 1 - src/main/java/g1501_1600/s1518_water_bottles/readme.md | 1 - .../readme.md | 1 - .../s1520_maximum_number_of_non_overlapping_substrings/readme.md | 1 - .../readme.md | 1 - .../s1523_count_odd_numbers_in_an_interval_range/readme.md | 1 - .../g1501_1600/s1524_number_of_sub_arrays_with_odd_sum/readme.md | 1 - .../s1525_number_of_good_ways_to_split_a_string/readme.md | 1 - .../readme.md | 1 - .../java/g1501_1600/s1527_patients_with_a_condition/readme.md | 1 - src/main/java/g1501_1600/s1528_shuffle_string/readme.md | 1 - src/main/java/g1501_1600/s1529_bulb_switcher_iv/readme.md | 1 - .../g1501_1600/s1530_number_of_good_leaf_nodes_pairs/readme.md | 1 - src/main/java/g1501_1600/s1531_string_compression_ii/readme.md | 1 - src/main/java/g1501_1600/s1534_count_good_triplets/readme.md | 1 - .../g1501_1600/s1535_find_the_winner_of_an_array_game/readme.md | 1 - .../s1536_minimum_swaps_to_arrange_a_binary_grid/readme.md | 1 - src/main/java/g1501_1600/s1537_get_the_maximum_score/readme.md | 1 - .../java/g1501_1600/s1539_kth_missing_positive_number/readme.md | 1 - .../g1501_1600/s1540_can_convert_string_in_k_moves/readme.md | 1 - .../readme.md | 1 - .../g1501_1600/s1542_find_longest_awesome_substring/readme.md | 1 - src/main/java/g1501_1600/s1544_make_the_string_great/readme.md | 1 - .../g1501_1600/s1545_find_kth_bit_in_nth_binary_string/readme.md | 1 - .../readme.md | 1 - .../java/g1501_1600/s1547_minimum_cost_to_cut_a_stick/readme.md | 1 - src/main/java/g1501_1600/s1550_three_consecutive_odds/readme.md | 1 - .../s1551_minimum_operations_to_make_array_equal/readme.md | 1 - .../g1501_1600/s1552_magnetic_force_between_two_balls/readme.md | 1 - .../s1553_minimum_number_of_days_to_eat_n_oranges/readme.md | 1 - src/main/java/g1501_1600/s1556_thousand_separator/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../java/g1501_1600/s1559_detect_cycles_in_2d_grid/readme.md | 1 - .../s1560_most_visited_sector_in_a_circular_track/readme.md | 1 - .../s1561_maximum_number_of_coins_you_can_get/readme.md | 1 - .../java/g1501_1600/s1562_find_latest_group_of_size_m/readme.md | 1 - src/main/java/g1501_1600/s1563_stone_game_v/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1568_minimum_number_of_days_to_disconnect_island/readme.md | 1 - .../readme.md | 1 - src/main/java/g1501_1600/s1572_matrix_diagonal_sum/readme.md | 1 - .../g1501_1600/s1573_number_of_ways_to_split_a_string/readme.md | 1 - .../readme.md | 1 - .../java/g1501_1600/s1575_count_all_possible_routes/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1578_minimum_time_to_make_rope_colorful/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1582_special_positions_in_a_binary_matrix/readme.md | 1 - src/main/java/g1501_1600/s1583_count_unhappy_friends/readme.md | 1 - .../g1501_1600/s1584_min_cost_to_connect_all_points/readme.md | 1 - .../readme.md | 1 - src/main/java/g1501_1600/s1587_bank_account_summary_ii/readme.md | 1 - .../g1501_1600/s1588_sum_of_all_odd_length_subarrays/readme.md | 1 - .../s1589_maximum_sum_obtained_of_any_permutation/readme.md | 1 - src/main/java/g1501_1600/s1590_make_sum_divisible_by_p/readme.md | 1 - src/main/java/g1501_1600/s1591_strange_printer_ii/readme.md | 1 - .../g1501_1600/s1592_rearrange_spaces_between_words/readme.md | 1 - .../readme.md | 1 - .../s1594_maximum_non_negative_product_in_a_matrix/readme.md | 1 - .../s1595_minimum_cost_to_connect_two_groups_of_points/readme.md | 1 - src/main/java/g1501_1600/s1598_crawler_log_folder/readme.md | 1 - .../readme.md | 1 - src/main/java/g1501_1600/s1600_throne_inheritance/readme.md | 1 - .../readme.md | 1 - src/main/java/g1601_1700/s1603_design_parking_system/readme.md | 1 - .../readme.md | 1 - .../s1605_find_valid_matrix_given_row_and_column_sums/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - src/main/java/g1601_1700/s1609_even_odd_tree/readme.md | 1 - .../g1601_1700/s1610_maximum_number_of_visible_points/readme.md | 1 - .../readme.md | 1 - .../s1614_maximum_nesting_depth_of_the_parentheses/readme.md | 1 - src/main/java/g1601_1700/s1615_maximal_network_rank/readme.md | 1 - .../s1616_split_two_strings_to_make_palindrome/readme.md | 1 - .../readme.md | 1 - .../s1619_mean_of_array_after_removing_some_elements/readme.md | 1 - .../s1620_coordinate_with_maximum_network_quality/readme.md | 1 - .../readme.md | 1 - src/main/java/g1601_1700/s1622_fancy_sequence/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../java/g1601_1700/s1626_best_team_with_no_conflicts/readme.md | 1 - .../g1601_1700/s1627_graph_connectivity_with_threshold/readme.md | 1 - src/main/java/g1601_1700/s1629_slowest_key/readme.md | 1 - src/main/java/g1601_1700/s1630_arithmetic_subarrays/readme.md | 1 - .../java/g1601_1700/s1631_path_with_minimum_effort/readme.md | 1 - .../java/g1601_1700/s1632_rank_transform_of_a_matrix/readme.md | 1 - .../s1636_sort_array_by_increasing_frequency/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1640_check_array_formation_through_concatenation/readme.md | 1 - .../java/g1601_1700/s1641_count_sorted_vowel_strings/readme.md | 1 - .../g1601_1700/s1642_furthest_building_you_can_reach/readme.md | 1 - .../java/g1601_1700/s1643_kth_smallest_instructions/readme.md | 1 - .../g1601_1700/s1646_get_maximum_in_generated_array/readme.md | 1 - .../readme.md | 1 - .../s1648_sell_diminishing_valued_colored_balls/readme.md | 1 - .../s1649_create_sorted_array_through_instructions/readme.md | 1 - src/main/java/g1601_1700/s1652_defuse_the_bomb/readme.md | 1 - .../s1653_minimum_deletions_to_make_string_balanced/readme.md | 1 - .../java/g1601_1700/s1654_minimum_jumps_to_reach_home/readme.md | 1 - .../g1601_1700/s1655_distribute_repeating_integers/readme.md | 1 - .../java/g1601_1700/s1656_design_an_ordered_stream/readme.md | 1 - .../s1657_determine_if_two_strings_are_close/readme.md | 1 - .../s1658_minimum_operations_to_reduce_x_to_zero/readme.md | 1 - src/main/java/g1601_1700/s1659_maximize_grid_happiness/readme.md | 1 - .../s1662_check_if_two_string_arrays_are_equivalent/readme.md | 1 - .../s1663_smallest_string_with_a_given_numeric_value/readme.md | 1 - .../java/g1601_1700/s1664_ways_to_make_a_fair_array/readme.md | 1 - .../s1665_minimum_initial_energy_to_finish_tasks/readme.md | 1 - src/main/java/g1601_1700/s1667_fix_names_in_a_table/readme.md | 1 - .../java/g1601_1700/s1668_maximum_repeating_substring/readme.md | 1 - .../g1601_1700/s1669_merge_in_between_linked_lists/readme.md | 1 - .../g1601_1700/s1670_design_front_middle_back_queue/readme.md | 1 - .../readme.md | 1 - src/main/java/g1601_1700/s1672_richest_customer_wealth/readme.md | 1 - .../s1673_find_the_most_competitive_subsequence/readme.md | 1 - .../s1674_minimum_moves_to_make_array_complementary/readme.md | 1 - .../java/g1601_1700/s1675_minimize_deviation_in_array/readme.md | 1 - .../java/g1601_1700/s1678_goal_parser_interpretation/readme.md | 1 - .../java/g1601_1700/s1679_max_number_of_k_sum_pairs/readme.md | 1 - .../s1680_concatenation_of_consecutive_binary_numbers/readme.md | 1 - src/main/java/g1601_1700/s1681_minimum_incompatibility/readme.md | 1 - .../s1684_count_the_number_of_consistent_strings/readme.md | 1 - .../readme.md | 1 - src/main/java/g1601_1700/s1686_stone_game_vi/readme.md | 1 - .../s1687_delivering_boxes_from_storage_to_ports/readme.md | 1 - .../g1601_1700/s1688_count_of_matches_in_tournament/readme.md | 1 - .../readme.md | 1 - src/main/java/g1601_1700/s1690_stone_game_vii/readme.md | 1 - .../s1691_maximum_height_by_stacking_cuboids/readme.md | 1 - .../java/g1601_1700/s1693_daily_leads_and_partners/readme.md | 1 - src/main/java/g1601_1700/s1694_reformat_phone_number/readme.md | 1 - src/main/java/g1601_1700/s1695_maximum_erasure_value/readme.md | 1 - src/main/java/g1601_1700/s1696_jump_game_vi/readme.md | 1 - .../readme.md | 1 - .../s1700_number_of_students_unable_to_eat_lunch/readme.md | 1 - src/main/java/g1701_1800/s1701_average_waiting_time/readme.md | 1 - .../s1702_maximum_binary_string_after_change/readme.md | 1 - .../readme.md | 1 - .../s1704_determine_if_string_halves_are_alike/readme.md | 1 - .../g1701_1800/s1705_maximum_number_of_eaten_apples/readme.md | 1 - .../java/g1701_1800/s1706_where_will_the_ball_fall/readme.md | 1 - .../s1707_maximum_xor_with_an_element_from_array/readme.md | 1 - .../java/g1701_1800/s1710_maximum_units_on_a_truck/readme.md | 1 - src/main/java/g1701_1800/s1711_count_good_meals/readme.md | 1 - .../s1712_ways_to_split_array_into_three_subarrays/readme.md | 1 - .../s1713_minimum_operations_to_make_a_subsequence/readme.md | 1 - .../g1701_1800/s1716_calculate_money_in_leetcode_bank/readme.md | 1 - .../s1717_maximum_score_from_removing_substrings/readme.md | 1 - .../readme.md | 1 - .../s1719_number_of_ways_to_reconstruct_a_tree/readme.md | 1 - src/main/java/g1701_1800/s1720_decode_xored_array/readme.md | 1 - .../g1701_1800/s1721_swapping_nodes_in_a_linked_list/readme.md | 1 - .../readme.md | 1 - .../s1723_find_minimum_time_to_finish_all_jobs/readme.md | 1 - .../readme.md | 1 - src/main/java/g1701_1800/s1726_tuple_with_same_product/readme.md | 1 - .../s1727_largest_submatrix_with_rearrangements/readme.md | 1 - src/main/java/g1701_1800/s1728_cat_and_mouse_ii/readme.md | 1 - src/main/java/g1701_1800/s1729_find_followers_count/readme.md | 1 - .../java/g1701_1800/s1732_find_the_highest_altitude/readme.md | 1 - .../g1701_1800/s1733_minimum_number_of_people_to_teach/readme.md | 1 - .../java/g1701_1800/s1734_decode_xored_permutation/readme.md | 1 - .../s1735_count_ways_to_make_array_with_product/readme.md | 1 - .../s1736_latest_time_by_replacing_hidden_digits/readme.md | 1 - .../readme.md | 1 - .../s1738_find_kth_largest_xor_coordinate_value/readme.md | 1 - src/main/java/g1701_1800/s1739_building_boxes/readme.md | 1 - .../s1741_find_total_time_spent_by_each_employee/readme.md | 1 - .../g1701_1800/s1742_maximum_number_of_balls_in_a_box/readme.md | 1 - .../s1743_restore_the_array_from_adjacent_pairs/readme.md | 1 - .../readme.md | 1 - .../java/g1701_1800/s1745_palindrome_partitioning_iv/readme.md | 1 - src/main/java/g1701_1800/s1748_sum_of_unique_elements/readme.md | 1 - .../s1749_maximum_absolute_sum_of_any_subarray/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1752_check_if_array_is_sorted_and_rotated/readme.md | 1 - .../s1753_maximum_score_from_removing_stones/readme.md | 1 - .../java/g1701_1800/s1754_largest_merge_of_two_strings/readme.md | 1 - src/main/java/g1701_1800/s1755_closest_subsequence_sum/readme.md | 1 - .../g1701_1800/s1757_recyclable_and_low_fat_products/readme.md | 1 - .../readme.md | 1 - .../s1759_count_number_of_homogenous_substrings/readme.md | 1 - .../g1701_1800/s1760_minimum_limit_of_balls_in_a_bag/readme.md | 1 - .../readme.md | 1 - src/main/java/g1701_1800/s1763_longest_nice_substring/readme.md | 1 - .../readme.md | 1 - src/main/java/g1701_1800/s1765_map_of_highest_peak/readme.md | 1 - src/main/java/g1701_1800/s1766_tree_of_coprimes/readme.md | 1 - .../java/g1701_1800/s1768_merge_strings_alternately/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1771_maximize_palindrome_length_from_subsequences/readme.md | 1 - .../java/g1701_1800/s1773_count_items_matching_a_rule/readme.md | 1 - src/main/java/g1701_1800/s1774_closest_dessert_cost/readme.md | 1 - .../readme.md | 1 - src/main/java/g1701_1800/s1776_car_fleet_ii/readme.md | 1 - .../readme.md | 1 - .../s1780_check_if_number_is_a_sum_of_powers_of_three/readme.md | 1 - .../g1701_1800/s1781_sum_of_beauty_of_all_substrings/readme.md | 1 - src/main/java/g1701_1800/s1782_count_pairs_of_nodes/readme.md | 1 - .../readme.md | 1 - .../s1785_minimum_elements_to_add_to_form_a_given_sum/readme.md | 1 - .../readme.md | 1 - .../s1787_make_the_xor_of_all_segments_equal_to_zero/readme.md | 1 - .../readme.md | 1 - .../java/g1701_1800/s1791_find_center_of_star_graph/readme.md | 1 - .../java/g1701_1800/s1792_maximum_average_pass_ratio/readme.md | 1 - .../g1701_1800/s1793_maximum_score_of_a_good_subarray/readme.md | 1 - .../java/g1701_1800/s1795_rearrange_products_table/readme.md | 1 - .../g1701_1800/s1796_second_largest_digit_in_a_string/readme.md | 1 - .../g1701_1800/s1797_design_authentication_manager/readme.md | 1 - .../readme.md | 1 - .../g1701_1800/s1799_maximize_score_after_n_operations/readme.md | 1 - .../g1701_1800/s1800_maximum_ascending_subarray_sum/readme.md | 1 - .../g1801_1900/s1801_number_of_orders_in_the_backlog/readme.md | 1 - .../readme.md | 1 - .../g1801_1900/s1803_count_pairs_with_xor_in_a_range/readme.md | 1 - .../s1805_number_of_different_integers_in_a_string/readme.md | 1 - .../readme.md | 1 - .../s1807_evaluate_the_bracket_pairs_of_a_string/readme.md | 1 - .../g1801_1900/s1808_maximize_number_of_nice_divisors/readme.md | 1 - .../s1812_determine_color_of_a_chessboard_square/readme.md | 1 - src/main/java/g1801_1900/s1813_sentence_similarity_iii/readme.md | 1 - .../java/g1801_1900/s1814_count_nice_pairs_in_an_array/readme.md | 1 - .../readme.md | 1 - src/main/java/g1801_1900/s1816_truncate_sentence/readme.md | 1 - .../g1801_1900/s1817_finding_the_users_active_minutes/readme.md | 1 - .../g1801_1900/s1818_minimum_absolute_sum_difference/readme.md | 1 - .../s1819_number_of_different_subsequences_gcds/readme.md | 1 - .../g1801_1900/s1822_sign_of_the_product_of_an_array/readme.md | 1 - .../s1823_find_the_winner_of_the_circular_game/readme.md | 1 - src/main/java/g1801_1900/s1824_minimum_sideway_jumps/readme.md | 1 - src/main/java/g1801_1900/s1825_finding_mk_average/readme.md | 1 - .../readme.md | 1 - .../s1828_queries_on_number_of_points_inside_a_circle/readme.md | 1 - .../java/g1801_1900/s1829_maximum_xor_for_each_query/readme.md | 1 - .../readme.md | 1 - .../g1801_1900/s1832_check_if_the_sentence_is_pangram/readme.md | 1 - src/main/java/g1801_1900/s1833_maximum_ice_cream_bars/readme.md | 1 - src/main/java/g1801_1900/s1834_single_threaded_cpu/readme.md | 1 - .../s1835_find_xor_sum_of_all_pairs_bitwise_and/readme.md | 1 - src/main/java/g1801_1900/s1837_sum_of_digits_in_base_k/readme.md | 1 - .../s1838_frequency_of_the_most_frequent_element/readme.md | 1 - .../s1839_longest_substring_of_all_vowels_in_order/readme.md | 1 - src/main/java/g1801_1900/s1840_maximum_building_height/readme.md | 1 - .../s1844_replace_all_digits_with_characters/readme.md | 1 - .../java/g1801_1900/s1845_seat_reservation_manager/readme.md | 1 - .../readme.md | 1 - src/main/java/g1801_1900/s1847_closest_room/readme.md | 1 - .../s1848_minimum_distance_to_the_target_element/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1851_minimum_interval_to_include_each_query/readme.md | 1 - src/main/java/g1801_1900/s1854_maximum_population_year/readme.md | 1 - .../s1855_maximum_distance_between_a_pair_of_values/readme.md | 1 - .../java/g1801_1900/s1856_maximum_subarray_min_product/readme.md | 1 - .../s1857_largest_color_value_in_a_directed_graph/readme.md | 1 - src/main/java/g1801_1900/s1859_sorting_the_sentence/readme.md | 1 - src/main/java/g1801_1900/s1860_incremental_memory_leak/readme.md | 1 - src/main/java/g1801_1900/s1861_rotating_the_box/readme.md | 1 - src/main/java/g1801_1900/s1862_sum_of_floored_pairs/readme.md | 1 - .../java/g1801_1900/s1863_sum_of_all_subset_xor_totals/readme.md | 1 - .../readme.md | 1 - .../g1801_1900/s1865_finding_pairs_with_a_certain_sum/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../g1801_1900/s1870_minimum_speed_to_arrive_on_time/readme.md | 1 - src/main/java/g1801_1900/s1871_jump_game_vii/readme.md | 1 - src/main/java/g1801_1900/s1872_stone_game_viii/readme.md | 1 - src/main/java/g1801_1900/s1873_calculate_special_bonus/readme.md | 1 - .../readme.md | 1 - .../s1877_minimize_maximum_pair_sum_in_array/readme.md | 1 - .../s1878_get_biggest_three_rhombus_sums_in_a_grid/readme.md | 1 - .../g1801_1900/s1879_minimum_xor_sum_of_two_arrays/readme.md | 1 - .../s1880_check_if_word_equals_summation_of_two_words/readme.md | 1 - .../g1801_1900/s1881_maximum_value_after_insertion/readme.md | 1 - .../java/g1801_1900/s1882_process_tasks_using_servers/readme.md | 1 - .../s1883_minimum_skips_to_arrive_at_meeting_on_time/readme.md | 1 - .../g1801_1900/s1884_egg_drop_with_2_eggs_and_n_floors/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1889_minimum_space_wasted_from_packaging/readme.md | 1 - .../java/g1801_1900/s1890_the_latest_login_in_2020/readme.md | 1 - .../readme.md | 1 - .../s1894_find_the_student_that_will_replace_the_chalk/readme.md | 1 - src/main/java/g1801_1900/s1895_largest_magic_square/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1898_maximum_number_of_removable_characters/readme.md | 1 - .../s1899_merge_triplets_to_form_target_triplet/readme.md | 1 - .../readme.md | 1 - src/main/java/g1901_2000/s1901_find_a_peak_element_ii/readme.md | 1 - .../java/g1901_2000/s1903_largest_odd_number_in_string/readme.md | 1 - .../s1904_the_number_of_full_rounds_you_have_played/readme.md | 1 - src/main/java/g1901_2000/s1905_count_sub_islands/readme.md | 1 - .../s1906_minimum_absolute_difference_queries/readme.md | 1 - .../readme.md | 1 - .../s1910_remove_all_occurrences_of_a_substring/readme.md | 1 - .../s1911_maximum_alternating_subsequence_sum/readme.md | 1 - .../java/g1901_2000/s1912_design_movie_rental_system/readme.md | 1 - .../s1913_maximum_product_difference_between_two_pairs/readme.md | 1 - .../java/g1901_2000/s1914_cyclically_rotating_a_grid/readme.md | 1 - .../g1901_2000/s1915_number_of_wonderful_substrings/readme.md | 1 - .../s1916_count_ways_to_build_rooms_in_an_ant_colony/readme.md | 1 - .../java/g1901_2000/s1920_build_array_from_permutation/readme.md | 1 - .../s1921_eliminate_maximum_number_of_monsters/readme.md | 1 - src/main/java/g1901_2000/s1922_count_good_numbers/readme.md | 1 - src/main/java/g1901_2000/s1923_longest_common_subpath/readme.md | 1 - .../java/g1901_2000/s1925_count_square_sum_triples/readme.md | 1 - .../s1926_nearest_exit_from_entrance_in_maze/readme.md | 1 - src/main/java/g1901_2000/s1927_sum_game/readme.md | 1 - .../s1928_minimum_cost_to_reach_destination_in_time/readme.md | 1 - src/main/java/g1901_2000/s1929_concatenation_of_array/readme.md | 1 - .../s1930_unique_length_3_palindromic_subsequences/readme.md | 1 - .../s1931_painting_a_grid_with_three_different_colors/readme.md | 1 - .../g1901_2000/s1932_merge_bsts_to_create_single_bst/readme.md | 1 - .../s1935_maximum_number_of_words_you_can_type/readme.md | 1 - .../java/g1901_2000/s1936_add_minimum_number_of_rungs/readme.md | 1 - .../s1937_maximum_number_of_points_with_cost/readme.md | 1 - .../g1901_2000/s1938_maximum_genetic_difference_query/readme.md | 1 - .../readme.md | 1 - .../s1942_the_number_of_the_smallest_unoccupied_chair/readme.md | 1 - src/main/java/g1901_2000/s1943_describe_the_painting/readme.md | 1 - .../s1944_number_of_visible_people_in_a_queue/readme.md | 1 - .../s1945_sum_of_digits_of_string_after_convert/readme.md | 1 - .../s1946_largest_number_after_mutating_substring/readme.md | 1 - .../g1901_2000/s1947_maximum_compatibility_score_sum/readme.md | 1 - .../s1948_delete_duplicate_folders_in_system/readme.md | 1 - src/main/java/g1901_2000/s1952_three_divisors/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1955_count_number_of_special_subsequences/readme.md | 1 - .../s1957_delete_characters_to_make_fancy_string/readme.md | 1 - src/main/java/g1901_2000/s1958_check_if_move_is_legal/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1961_check_if_string_is_a_prefix_of_array/readme.md | 1 - .../s1962_remove_stones_to_minimize_the_total/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1965_employees_with_missing_information/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s1970_last_day_where_you_can_still_cross/readme.md | 1 - .../java/g1901_2000/s1971_find_if_path_exists_in_graph/readme.md | 1 - .../readme.md | 1 - src/main/java/g1901_2000/s1975_maximum_matrix_sum/readme.md | 1 - .../s1976_number_of_ways_to_arrive_at_destination/readme.md | 1 - .../s1977_number_of_ways_to_separate_numbers/readme.md | 1 - .../s1979_find_greatest_common_divisor_of_array/readme.md | 1 - .../java/g1901_2000/s1980_find_unique_binary_string/readme.md | 1 - .../readme.md | 1 - .../java/g1901_2000/s1982_find_array_given_subset_sums/readme.md | 1 - .../readme.md | 1 - .../s1985_find_the_kth_largest_integer_in_the_array/readme.md | 1 - .../readme.md | 1 - .../s1987_number_of_unique_good_subsequences/readme.md | 1 - .../g1901_2000/s1991_find_the_middle_index_in_array/readme.md | 1 - .../java/g1901_2000/s1992_find_all_groups_of_farmland/readme.md | 1 - src/main/java/g1901_2000/s1993_operations_on_tree/readme.md | 1 - .../java/g1901_2000/s1994_the_number_of_good_subsets/readme.md | 1 - .../java/g1901_2000/s1995_count_special_quadruplets/readme.md | 1 - .../s1996_the_number_of_weak_characters_in_the_game/readme.md | 1 - .../readme.md | 1 - src/main/java/g1901_2000/s1998_gcd_sort_of_an_array/readme.md | 1 - src/main/java/g1901_2000/s2000_reverse_prefix_of_word/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s2007_find_original_array_from_doubled_array/readme.md | 1 - .../java/g2001_2100/s2008_maximum_earnings_from_taxi/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../java/g2001_2100/s2012_sum_of_beauty_in_the_array/readme.md | 1 - src/main/java/g2001_2100/s2013_detect_squares/readme.md | 1 - .../s2014_longest_subsequence_repeated_k_times/readme.md | 1 - .../readme.md | 1 - src/main/java/g2001_2100/s2017_grid_game/readme.md | 1 - .../s2018_check_if_word_can_be_placed_in_crossword/readme.md | 1 - .../readme.md | 1 - .../g2001_2100/s2022_convert_1d_array_into_2d_array/readme.md | 1 - .../readme.md | 1 - .../g2001_2100/s2024_maximize_the_confusion_of_an_exam/readme.md | 1 - .../s2025_maximum_number_of_ways_to_partition_an_array/readme.md | 1 - .../g2001_2100/s2027_minimum_moves_to_convert_string/readme.md | 1 - .../java/g2001_2100/s2028_find_missing_observations/readme.md | 1 - src/main/java/g2001_2100/s2029_stone_game_ix/readme.md | 1 - .../readme.md | 1 - src/main/java/g2001_2100/s2032_two_out_of_three/readme.md | 1 - .../s2033_minimum_operations_to_make_a_uni_value_grid/readme.md | 1 - src/main/java/g2001_2100/s2034_stock_price_fluctuation/readme.md | 1 - .../readme.md | 1 - .../s2037_minimum_number_of_moves_to_seat_everyone/readme.md | 1 - .../readme.md | 1 - .../s2039_the_time_when_the_network_becomes_idle/readme.md | 1 - .../s2040_kth_smallest_product_of_two_sorted_arrays/readme.md | 1 - .../s2042_check_if_numbers_are_ascending_in_a_sentence/readme.md | 1 - src/main/java/g2001_2100/s2043_simple_bank_system/readme.md | 1 - .../s2044_count_number_of_maximum_bitwise_or_subsets/readme.md | 1 - .../s2045_second_minimum_time_to_reach_destination/readme.md | 1 - .../s2047_number_of_valid_words_in_a_sentence/readme.md | 1 - .../s2048_next_greater_numerically_balanced_number/readme.md | 1 - .../s2049_count_nodes_with_the_highest_score/readme.md | 1 - src/main/java/g2001_2100/s2050_parallel_courses_iii/readme.md | 1 - .../g2001_2100/s2053_kth_distinct_string_in_an_array/readme.md | 1 - .../g2001_2100/s2054_two_best_non_overlapping_events/readme.md | 1 - src/main/java/g2001_2100/s2055_plates_between_candles/readme.md | 1 - .../readme.md | 1 - .../g2001_2100/s2057_smallest_index_with_equal_value/readme.md | 1 - .../readme.md | 1 - .../s2059_minimum_operations_to_convert_number/readme.md | 1 - .../readme.md | 1 - .../s2062_count_vowel_substrings_of_a_string/readme.md | 1 - .../java/g2001_2100/s2063_vowels_of_all_substrings/readme.md | 1 - .../readme.md | 1 - .../g2001_2100/s2065_maximum_path_quality_of_a_graph/readme.md | 1 - .../readme.md | 1 - .../java/g2001_2100/s2069_walking_robot_simulation_ii/readme.md | 1 - .../s2070_most_beautiful_item_for_each_query/readme.md | 1 - .../s2071_maximum_number_of_tasks_you_can_assign/readme.md | 1 - .../java/g2001_2100/s2073_time_needed_to_buy_tickets/readme.md | 1 - .../s2074_reverse_nodes_in_even_length_groups/readme.md | 1 - .../g2001_2100/s2075_decode_the_slanted_ciphertext/readme.md | 1 - .../s2076_process_restricted_friend_requests/readme.md | 1 - .../s2078_two_furthest_houses_with_different_colors/readme.md | 1 - src/main/java/g2001_2100/s2079_watering_plants/readme.md | 1 - src/main/java/g2001_2100/s2080_range_frequency_queries/readme.md | 1 - src/main/java/g2001_2100/s2081_sum_of_k_mirror_numbers/readme.md | 1 - .../s2085_count_common_words_with_one_occurrence/readme.md | 1 - .../readme.md | 1 - .../s2087_minimum_cost_homecoming_of_a_robot_in_a_grid/readme.md | 1 - .../g2001_2100/s2088_count_fertile_pyramids_in_a_land/readme.md | 1 - .../s2089_find_target_indices_after_sorting_array/readme.md | 1 - .../java/g2001_2100/s2090_k_radius_subarray_averages/readme.md | 1 - .../s2091_removing_minimum_and_maximum_from_array/readme.md | 1 - .../java/g2001_2100/s2092_find_all_people_with_secret/readme.md | 1 - .../java/g2001_2100/s2094_finding_3_digit_even_numbers/readme.md | 1 - .../s2095_delete_the_middle_node_of_a_linked_list/readme.md | 1 - .../readme.md | 1 - .../java/g2001_2100/s2097_valid_arrangement_of_pairs/readme.md | 1 - .../readme.md | 1 - .../g2001_2100/s2100_find_good_days_to_rob_the_bank/readme.md | 1 - .../java/g2101_2200/s2101_detonate_the_maximum_bombs/readme.md | 1 - .../g2101_2200/s2102_sequentially_ordinal_rank_tracker/readme.md | 1 - src/main/java/g2101_2200/s2103_rings_and_rods/readme.md | 1 - src/main/java/g2101_2200/s2104_sum_of_subarray_ranges/readme.md | 1 - src/main/java/g2101_2200/s2105_watering_plants_ii/readme.md | 1 - .../readme.md | 1 - .../s2108_find_first_palindromic_string_in_the_array/readme.md | 1 - .../java/g2101_2200/s2109_adding_spaces_to_a_string/readme.md | 1 - .../s2110_number_of_smooth_descent_periods_of_a_stock/readme.md | 1 - .../readme.md | 1 - .../s2114_maximum_number_of_words_found_in_sentences/readme.md | 1 - .../readme.md | 1 - .../s2116_check_if_a_parentheses_string_can_be_valid/readme.md | 1 - .../s2117_abbreviating_the_product_of_a_range/readme.md | 1 - .../g2101_2200/s2119_a_number_after_a_double_reversal/readme.md | 1 - .../readme.md | 1 - .../s2121_intervals_between_identical_elements/readme.md | 1 - .../java/g2101_2200/s2122_recover_the_original_array/readme.md | 1 - .../s2124_check_if_all_as_appears_before_all_bs/readme.md | 1 - .../g2101_2200/s2125_number_of_laser_beams_in_a_bank/readme.md | 1 - src/main/java/g2101_2200/s2126_destroying_asteroids/readme.md | 1 - .../s2127_maximum_employees_to_be_invited_to_a_meeting/readme.md | 1 - src/main/java/g2101_2200/s2129_capitalize_the_title/readme.md | 1 - .../g2101_2200/s2130_maximum_twin_sum_of_a_linked_list/readme.md | 1 - .../readme.md | 1 - src/main/java/g2101_2200/s2132_stamping_the_grid/readme.md | 1 - .../readme.md | 1 - .../s2134_minimum_swaps_to_group_all_1s_together_ii/readme.md | 1 - .../s2135_count_words_obtained_after_adding_a_letter/readme.md | 1 - .../s2136_earliest_possible_day_of_full_bloom/readme.md | 1 - .../s2138_divide_a_string_into_groups_of_size_k/readme.md | 1 - .../s2139_minimum_moves_to_reach_target_score/readme.md | 1 - .../g2101_2200/s2140_solving_questions_with_brainpower/readme.md | 1 - .../s2141_maximum_running_time_of_n_computers/readme.md | 1 - .../s2144_minimum_cost_of_buying_candies_with_discount/readme.md | 1 - .../java/g2101_2200/s2145_count_the_hidden_sequences/readme.md | 1 - .../s2146_k_highest_ranked_items_within_a_price_range/readme.md | 1 - .../s2147_number_of_ways_to_divide_a_long_corridor/readme.md | 1 - .../readme.md | 1 - .../g2101_2200/s2149_rearrange_array_elements_by_sign/readme.md | 1 - .../s2150_find_all_lonely_numbers_in_the_array/readme.md | 1 - .../s2151_maximum_good_people_based_on_statements/readme.md | 1 - .../s2154_keep_multiplying_found_values_by_two/readme.md | 1 - .../readme.md | 1 - .../s2156_find_substring_with_given_hash_value/readme.md | 1 - src/main/java/g2101_2200/s2157_groups_of_strings/readme.md | 1 - .../readme.md | 1 - .../s2161_partition_array_according_to_given_pivot/readme.md | 1 - .../g2101_2200/s2162_minimum_cost_to_set_cooking_time/readme.md | 1 - .../readme.md | 1 - .../s2164_sort_even_and_odd_indices_independently/readme.md | 1 - .../s2165_smallest_value_of_the_rearranged_number/readme.md | 1 - src/main/java/g2101_2200/s2166_design_bitset/readme.md | 1 - .../readme.md | 1 - .../g2101_2200/s2169_count_operations_to_obtain_zero/readme.md | 1 - .../readme.md | 1 - .../s2171_removing_minimum_number_of_magic_beans/readme.md | 1 - .../java/g2101_2200/s2172_maximum_and_sum_of_array/readme.md | 1 - .../s2176_count_equal_and_divisible_pairs_in_an_array/readme.md | 1 - .../readme.md | 1 - .../s2178_maximum_split_of_positive_even_integers/readme.md | 1 - .../g2101_2200/s2179_count_good_triplets_in_an_array/readme.md | 1 - .../s2180_count_integers_with_even_digit_sum/readme.md | 1 - .../java/g2101_2200/s2181_merge_nodes_in_between_zeros/readme.md | 1 - .../s2182_construct_string_with_repeat_limit/readme.md | 1 - .../g2101_2200/s2183_count_array_pairs_divisible_by_k/readme.md | 1 - .../s2185_counting_words_with_a_given_prefix/readme.md | 1 - .../readme.md | 1 - .../g2101_2200/s2187_minimum_time_to_complete_trips/readme.md | 1 - .../g2101_2200/s2188_minimum_time_to_finish_the_race/readme.md | 1 - .../readme.md | 1 - .../java/g2101_2200/s2191_sort_the_jumbled_numbers/readme.md | 1 - .../readme.md | 1 - .../s2193_minimum_number_of_moves_to_make_palindrome/readme.md | 1 - .../s2194_cells_in_a_range_on_an_excel_sheet/readme.md | 1 - .../s2195_append_k_integers_with_minimal_sum/readme.md | 1 - .../s2196_create_binary_tree_from_descriptions/readme.md | 1 - .../s2197_replace_non_coprime_numbers_in_array/readme.md | 1 - .../s2200_find_all_k_distant_indices_in_an_array/readme.md | 1 - .../s2201_count_artifacts_that_can_be_extracted/readme.md | 1 - .../s2202_maximize_the_topmost_element_after_k_moves/readme.md | 1 - .../readme.md | 1 - .../g2201_2300/s2206_divide_array_into_equal_pairs/readme.md | 1 - .../s2207_maximize_number_of_subsequences_in_a_string/readme.md | 1 - .../s2208_minimum_operations_to_halve_array_sum/readme.md | 1 - .../readme.md | 1 - .../s2210_count_hills_and_valleys_in_an_array/readme.md | 1 - .../java/g2201_2300/s2211_count_collisions_on_a_road/readme.md | 1 - .../s2212_maximum_points_in_an_archery_competition/readme.md | 1 - .../s2213_longest_substring_of_one_repeating_character/readme.md | 1 - .../g2201_2300/s2215_find_the_difference_of_two_arrays/readme.md | 1 - .../s2216_minimum_deletions_to_make_array_beautiful/readme.md | 1 - .../g2201_2300/s2217_find_palindrome_with_fixed_length/readme.md | 1 - .../s2218_maximum_value_of_k_coins_from_piles/readme.md | 1 - .../s2220_minimum_bit_flips_to_convert_number/readme.md | 1 - .../g2201_2300/s2221_find_triangular_sum_of_an_array/readme.md | 1 - .../s2222_number_of_ways_to_select_buildings/readme.md | 1 - .../g2201_2300/s2223_sum_of_scores_of_built_strings/readme.md | 1 - .../s2224_minimum_number_of_operations_to_convert_time/readme.md | 1 - .../s2225_find_players_with_zero_or_one_losses/readme.md | 1 - .../s2226_maximum_candies_allocated_to_k_children/readme.md | 1 - .../java/g2201_2300/s2227_encrypt_and_decrypt_strings/readme.md | 1 - .../s2231_largest_number_after_digit_swaps_by_parity/readme.md | 1 - .../readme.md | 1 - .../s2233_maximum_product_after_k_increments/readme.md | 1 - .../s2234_maximum_total_beauty_of_the_gardens/readme.md | 1 - src/main/java/g2201_2300/s2235_add_two_integers/readme.md | 1 - .../java/g2201_2300/s2236_root_equals_sum_of_children/readme.md | 1 - .../java/g2201_2300/s2239_find_closest_number_to_zero/readme.md | 1 - .../s2240_number_of_ways_to_buy_pens_and_pencils/readme.md | 1 - src/main/java/g2201_2300/s2241_design_an_atm_machine/readme.md | 1 - .../g2201_2300/s2242_maximum_score_of_a_node_sequence/readme.md | 1 - .../g2201_2300/s2243_calculate_digit_sum_of_a_string/readme.md | 1 - .../s2244_minimum_rounds_to_complete_all_tasks/readme.md | 1 - .../s2245_maximum_trailing_zeros_in_a_cornered_path/readme.md | 1 - .../readme.md | 1 - .../g2201_2300/s2248_intersection_of_multiple_arrays/readme.md | 1 - .../s2249_count_lattice_points_inside_a_circle/readme.md | 1 - .../readme.md | 1 - .../g2201_2300/s2251_number_of_flowers_in_full_bloom/readme.md | 1 - .../g2201_2300/s2255_count_prefixes_of_a_given_string/readme.md | 1 - .../java/g2201_2300/s2256_minimum_average_difference/readme.md | 1 - .../g2201_2300/s2257_count_unguarded_cells_in_the_grid/readme.md | 1 - .../java/g2201_2300/s2258_escape_the_spreading_fire/readme.md | 1 - .../s2259_remove_digit_from_number_to_maximize_result/readme.md | 1 - .../s2260_minimum_consecutive_cards_to_pick_up/readme.md | 1 - .../g2201_2300/s2261_k_divisible_elements_subarrays/readme.md | 1 - .../java/g2201_2300/s2262_total_appeal_of_a_string/readme.md | 1 - .../s2264_largest_3_same_digit_number_in_string/readme.md | 1 - .../s2265_count_nodes_equal_to_average_of_subtree/readme.md | 1 - src/main/java/g2201_2300/s2266_count_number_of_texts/readme.md | 1 - .../readme.md | 1 - .../g2201_2300/s2269_find_the_k_beauty_of_a_number/readme.md | 1 - .../g2201_2300/s2270_number_of_ways_to_split_array/readme.md | 1 - .../s2271_maximum_white_tiles_covered_by_a_carpet/readme.md | 1 - .../g2201_2300/s2272_substring_with_largest_variance/readme.md | 1 - .../s2273_find_resultant_array_after_removing_anagrams/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../java/g2201_2300/s2276_count_integers_in_intervals/readme.md | 1 - .../g2201_2300/s2278_percentage_of_letter_in_string/readme.md | 1 - .../s2279_maximum_bags_with_full_capacity_of_rocks/readme.md | 1 - .../s2280_minimum_lines_to_represent_a_line_chart/readme.md | 1 - .../g2201_2300/s2281_sum_of_total_strength_of_wizards/readme.md | 1 - .../readme.md | 1 - .../g2201_2300/s2284_sender_with_largest_word_count/readme.md | 1 - .../g2201_2300/s2285_maximum_total_importance_of_roads/readme.md | 1 - .../g2201_2300/s2286_booking_concert_tickets_in_groups/readme.md | 1 - .../s2287_rearrange_characters_to_make_target_string/readme.md | 1 - .../java/g2201_2300/s2288_apply_discount_to_prices/readme.md | 1 - .../s2289_steps_to_make_array_non_decreasing/readme.md | 1 - .../s2290_minimum_obstacle_removal_to_reach_corner/readme.md | 1 - src/main/java/g2201_2300/s2293_min_max_game/readme.md | 1 - .../readme.md | 1 - .../java/g2201_2300/s2295_replace_elements_in_an_array/readme.md | 1 - src/main/java/g2201_2300/s2296_design_a_text_editor/readme.md | 1 - .../java/g2201_2300/s2299_strong_password_checker_ii/readme.md | 1 - .../s2300_successful_pairs_of_spells_and_potions/readme.md | 1 - .../g2301_2400/s2301_match_substring_after_replacement/readme.md | 1 - .../s2302_count_subarrays_with_score_less_than_k/readme.md | 1 - .../g2301_2400/s2303_calculate_amount_paid_in_taxes/readme.md | 1 - .../java/g2301_2400/s2304_minimum_path_cost_in_a_grid/readme.md | 1 - .../java/g2301_2400/s2305_fair_distribution_of_cookies/readme.md | 1 - src/main/java/g2301_2400/s2306_naming_a_company/readme.md | 1 - .../readme.md | 1 - .../g2301_2400/s2310_sum_of_numbers_with_units_digit_k/readme.md | 1 - .../readme.md | 1 - src/main/java/g2301_2400/s2312_selling_pieces_of_wood/readme.md | 1 - src/main/java/g2301_2400/s2315_count_asterisks/readme.md | 1 - .../readme.md | 1 - .../java/g2301_2400/s2317_maximum_xor_after_operations/readme.md | 1 - .../g2301_2400/s2318_number_of_distinct_roll_sequences/readme.md | 1 - .../java/g2301_2400/s2319_check_if_matrix_is_x_matrix/readme.md | 1 - .../s2320_count_number_of_ways_to_place_houses/readme.md | 1 - .../g2301_2400/s2321_maximum_score_of_spliced_array/readme.md | 1 - .../s2322_minimum_score_after_removals_on_a_tree/readme.md | 1 - src/main/java/g2301_2400/s2325_decode_the_message/readme.md | 1 - src/main/java/g2301_2400/s2326_spiral_matrix_iv/readme.md | 1 - .../s2327_number_of_people_aware_of_a_secret/readme.md | 1 - .../s2328_number_of_increasing_paths_in_a_grid/readme.md | 1 - .../java/g2301_2400/s2331_evaluate_boolean_binary_tree/readme.md | 1 - .../g2301_2400/s2332_the_latest_time_to_catch_a_bus/readme.md | 1 - .../g2301_2400/s2333_minimum_sum_of_squared_difference/readme.md | 1 - .../readme.md | 1 - .../s2335_minimum_amount_of_time_to_fill_cups/readme.md | 1 - .../g2301_2400/s2336_smallest_number_in_infinite_set/readme.md | 1 - .../g2301_2400/s2337_move_pieces_to_obtain_a_string/readme.md | 1 - .../g2301_2400/s2338_count_the_number_of_ideal_arrays/readme.md | 1 - .../g2301_2400/s2341_maximum_number_of_pairs_in_array/readme.md | 1 - .../s2342_max_sum_of_a_pair_with_equal_sum_of_digits/readme.md | 1 - .../g2301_2400/s2343_query_kth_smallest_trimmed_number/readme.md | 1 - .../s2344_minimum_deletions_to_make_array_divisible/readme.md | 1 - src/main/java/g2301_2400/s2347_best_poker_hand/readme.md | 1 - .../g2301_2400/s2348_number_of_zero_filled_subarrays/readme.md | 1 - .../g2301_2400/s2349_design_a_number_container_system/readme.md | 1 - .../s2350_shortest_impossible_sequence_of_rolls/readme.md | 1 - .../java/g2301_2400/s2351_first_letter_to_appear_twice/readme.md | 1 - .../java/g2301_2400/s2352_equal_row_and_column_pairs/readme.md | 1 - .../java/g2301_2400/s2353_design_a_food_rating_system/readme.md | 1 - .../java/g2301_2400/s2354_number_of_excellent_pairs/readme.md | 1 - .../s2357_make_array_zero_by_subtracting_equal_amounts/readme.md | 1 - .../readme.md | 1 - .../s2359_find_closest_node_to_given_two_nodes/readme.md | 1 - .../java/g2301_2400/s2360_longest_cycle_in_a_graph/readme.md | 1 - src/main/java/g2301_2400/s2363_merge_similar_items/readme.md | 1 - .../java/g2301_2400/s2364_count_number_of_bad_pairs/readme.md | 1 - src/main/java/g2301_2400/s2365_task_scheduler_ii/readme.md | 1 - .../s2366_minimum_replacements_to_sort_the_array/readme.md | 1 - .../g2301_2400/s2367_number_of_arithmetic_triplets/readme.md | 1 - .../g2301_2400/s2368_reachable_nodes_with_restrictions/readme.md | 1 - .../readme.md | 1 - .../java/g2301_2400/s2370_longest_ideal_subsequence/readme.md | 1 - .../g2301_2400/s2373_largest_local_values_in_a_matrix/readme.md | 1 - .../java/g2301_2400/s2374_node_with_highest_edge_score/readme.md | 1 - .../s2375_construct_smallest_number_from_di_string/readme.md | 1 - src/main/java/g2301_2400/s2376_count_special_integers/readme.md | 1 - .../readme.md | 1 - .../s2380_time_needed_to_rearrange_a_binary_string/readme.md | 1 - src/main/java/g2301_2400/s2381_shifting_letters_ii/readme.md | 1 - .../s2382_maximum_segment_sum_after_removals/readme.md | 1 - .../readme.md | 1 - .../java/g2301_2400/s2384_largest_palindromic_number/readme.md | 1 - .../readme.md | 1 - .../java/g2301_2400/s2386_find_the_k_sum_of_an_array/readme.md | 1 - .../s2389_longest_subsequence_with_limited_sum/readme.md | 1 - .../java/g2301_2400/s2390_removing_stars_from_a_string/readme.md | 1 - .../s2391_minimum_amount_of_time_to_collect_garbage/readme.md | 1 - .../g2301_2400/s2392_build_a_matrix_with_conditions/readme.md | 1 - .../g2301_2400/s2395_find_subarrays_with_equal_sum/readme.md | 1 - .../java/g2301_2400/s2396_strictly_palindromic_number/readme.md | 1 - .../g2301_2400/s2397_maximum_rows_covered_by_columns/readme.md | 1 - .../s2398_maximum_number_of_robots_within_budget/readme.md | 1 - .../s2399_check_distances_between_same_letters/readme.md | 1 - .../readme.md | 1 - src/main/java/g2401_2500/s2401_longest_nice_subarray/readme.md | 1 - src/main/java/g2401_2500/s2402_meeting_rooms_iii/readme.md | 1 - .../java/g2401_2500/s2404_most_frequent_even_element/readme.md | 1 - .../java/g2401_2500/s2405_optimal_partition_of_string/readme.md | 1 - .../readme.md | 1 - .../g2401_2500/s2407_longest_increasing_subsequence_ii/readme.md | 1 - .../java/g2401_2500/s2409_count_days_spent_together/readme.md | 1 - .../s2410_maximum_matching_of_players_with_trainers/readme.md | 1 - .../s2411_smallest_subarrays_with_maximum_bitwise_or/readme.md | 1 - .../s2412_minimum_money_required_before_transactions/readme.md | 1 - src/main/java/g2401_2500/s2413_smallest_even_multiple/readme.md | 1 - .../readme.md | 1 - .../g2401_2500/s2415_reverse_odd_levels_of_binary_tree/readme.md | 1 - .../g2401_2500/s2416_sum_of_prefix_scores_of_strings/readme.md | 1 - src/main/java/g2401_2500/s2418_sort_the_people/readme.md | 1 - .../s2419_longest_subarray_with_maximum_bitwise_and/readme.md | 1 - src/main/java/g2401_2500/s2420_find_all_good_indices/readme.md | 1 - src/main/java/g2401_2500/s2421_number_of_good_paths/readme.md | 1 - .../s2423_remove_letter_to_equalize_frequency/readme.md | 1 - src/main/java/g2401_2500/s2424_longest_uploaded_prefix/readme.md | 1 - .../java/g2401_2500/s2425_bitwise_xor_of_all_pairings/readme.md | 1 - .../s2426_number_of_pairs_satisfying_inequality/readme.md | 1 - .../java/g2401_2500/s2427_number_of_common_factors/readme.md | 1 - .../java/g2401_2500/s2428_maximum_sum_of_an_hourglass/readme.md | 1 - src/main/java/g2401_2500/s2429_minimize_xor/readme.md | 1 - .../g2401_2500/s2430_maximum_deletions_on_a_string/readme.md | 1 - .../s2432_the_employee_that_worked_on_the_longest_task/readme.md | 1 - .../s2433_find_the_original_array_of_prefix_xor/readme.md | 1 - .../readme.md | 1 - .../s2435_paths_in_matrix_whose_sum_is_divisible_by_k/readme.md | 1 - .../java/g2401_2500/s2437_number_of_valid_clock_times/readme.md | 1 - .../g2401_2500/s2438_range_product_queries_of_powers/readme.md | 1 - .../java/g2401_2500/s2439_minimize_maximum_of_array/readme.md | 1 - .../g2401_2500/s2440_create_components_with_same_value/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../g2401_2500/s2443_sum_of_number_and_its_reverse/readme.md | 1 - .../g2401_2500/s2444_count_subarrays_with_fixed_bounds/readme.md | 1 - .../s2446_determine_if_two_events_have_conflict/readme.md | 1 - .../s2447_number_of_subarrays_with_gcd_equal_to_k/readme.md | 1 - .../g2401_2500/s2448_minimum_cost_to_make_array_equal/readme.md | 1 - .../readme.md | 1 - src/main/java/g2401_2500/s2451_odd_string_difference/readme.md | 1 - .../s2452_words_within_two_edits_of_dictionary/readme.md | 1 - .../java/g2401_2500/s2453_destroy_sequential_targets/readme.md | 1 - src/main/java/g2401_2500/s2454_next_greater_element_iv/readme.md | 1 - .../readme.md | 1 - .../java/g2401_2500/s2456_most_popular_video_creator/readme.md | 1 - .../s2457_minimum_addition_to_make_integer_beautiful/readme.md | 1 - .../readme.md | 1 - .../java/g2401_2500/s2460_apply_operations_to_an_array/readme.md | 1 - .../readme.md | 1 - .../java/g2401_2500/s2462_total_cost_to_hire_k_workers/readme.md | 1 - .../g2401_2500/s2463_minimum_total_distance_traveled/readme.md | 1 - .../java/g2401_2500/s2465_number_of_distinct_averages/readme.md | 1 - .../g2401_2500/s2466_count_ways_to_build_good_strings/readme.md | 1 - .../g2401_2500/s2467_most_profitable_path_in_a_tree/readme.md | 1 - .../java/g2401_2500/s2468_split_message_based_on_limit/readme.md | 1 - src/main/java/g2401_2500/s2469_convert_the_temperature/readme.md | 1 - .../s2470_number_of_subarrays_with_lcm_equal_to_k/readme.md | 1 - .../readme.md | 1 - .../readme.md | 1 - .../s2475_number_of_unequal_triplets_in_array/readme.md | 1 - .../readme.md | 1 - .../s2477_minimum_fuel_cost_to_report_to_the_capital/readme.md | 1 - .../g2401_2500/s2478_number_of_beautiful_partitions/readme.md | 1 - .../g2401_2500/s2481_minimum_cuts_to_divide_a_circle/readme.md | 1 - .../readme.md | 1 - .../java/g2401_2500/s2483_minimum_penalty_for_a_shop/readme.md | 1 - .../g2401_2500/s2484_count_palindromic_subsequences/readme.md | 1 - src/main/java/g2401_2500/s2485_find_the_pivot_integer/readme.md | 1 - .../readme.md | 1 - .../g2401_2500/s2487_remove_nodes_from_linked_list/readme.md | 1 - .../g2401_2500/s2488_count_subarrays_with_median_k/readme.md | 1 - src/main/java/g2401_2500/s2490_circular_sentence/readme.md | 1 - .../s2491_divide_players_into_teams_of_equal_skill/readme.md | 1 - .../s2492_minimum_score_of_a_path_between_two_cities/readme.md | 1 - .../readme.md | 1 - .../s2496_maximum_value_of_a_string_in_an_array/readme.md | 1 - .../java/g2401_2500/s2497_maximum_star_sum_of_a_graph/readme.md | 1 - src/main/java/g2401_2500/s2498_frog_jump_ii/readme.md | 1 - .../s2499_minimum_total_cost_to_make_arrays_unequal/readme.md | 1 - .../g2401_2500/s2500_delete_greatest_value_in_each_row/readme.md | 1 - .../g2501_2600/s2501_longest_square_streak_in_an_array/readme.md | 1 - src/main/java/g2501_2600/s2502_design_memory_allocator/readme.md | 1 - .../s2503_maximum_number_of_points_from_grid_queries/readme.md | 1 - .../g2501_2600/s2506_count_pairs_of_similar_strings/readme.md | 1 - .../readme.md | 1 - .../s2508_add_edges_to_make_degrees_of_all_nodes_even/readme.md | 1 - .../g2501_2600/s2509_cycle_length_queries_in_a_tree/readme.md | 1 - .../s2511_maximum_enemy_forts_that_can_be_captured/readme.md | 1 - src/main/java/g2501_2600/s2512_reward_top_k_students/readme.md | 1 - .../s2513_minimize_the_maximum_of_two_arrays/readme.md | 1 - src/main/java/g2501_2600/s2514_count_anagrams/readme.md | 1 - .../readme.md | 1 - 1991 files changed, 1991 deletions(-) diff --git a/README.md b/README.md index 99c1b8bb..f436e15b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) > ["For coding interview preparation, LeetCode is one of the best online resource providing a rich library of more than 300 real coding interview questions for you to practice from using one of the 7 supported languages - C, C++, Java, Python, C#, JavaScript, Ruby."](https://www.quora.com/How-effective-is-Leetcode-for-preparing-for-technical-interviews) * [SQL I](#sql-i) diff --git a/src/main/java/g0001_0100/s0001_two_sum/readme.md b/src/main/java/g0001_0100/s0001_two_sum/readme.md index 1d3203b6..029fcbb7 100644 --- a/src/main/java/g0001_0100/s0001_two_sum/readme.md +++ b/src/main/java/g0001_0100/s0001_two_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1\. Two Sum diff --git a/src/main/java/g0001_0100/s0002_add_two_numbers/readme.md b/src/main/java/g0001_0100/s0002_add_two_numbers/readme.md index f7023da9..bc35dd6a 100644 --- a/src/main/java/g0001_0100/s0002_add_two_numbers/readme.md +++ b/src/main/java/g0001_0100/s0002_add_two_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2\. Add Two Numbers diff --git a/src/main/java/g0001_0100/s0003_longest_substring_without_repeating_characters/readme.md b/src/main/java/g0001_0100/s0003_longest_substring_without_repeating_characters/readme.md index 3da8ae34..3067aca2 100644 --- a/src/main/java/g0001_0100/s0003_longest_substring_without_repeating_characters/readme.md +++ b/src/main/java/g0001_0100/s0003_longest_substring_without_repeating_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 3\. Longest Substring Without Repeating Characters diff --git a/src/main/java/g0001_0100/s0004_median_of_two_sorted_arrays/readme.md b/src/main/java/g0001_0100/s0004_median_of_two_sorted_arrays/readme.md index 8c16a581..c19a7035 100644 --- a/src/main/java/g0001_0100/s0004_median_of_two_sorted_arrays/readme.md +++ b/src/main/java/g0001_0100/s0004_median_of_two_sorted_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 4\. Median of Two Sorted Arrays diff --git a/src/main/java/g0001_0100/s0005_longest_palindromic_substring/readme.md b/src/main/java/g0001_0100/s0005_longest_palindromic_substring/readme.md index a57a625e..e98021d1 100644 --- a/src/main/java/g0001_0100/s0005_longest_palindromic_substring/readme.md +++ b/src/main/java/g0001_0100/s0005_longest_palindromic_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 5\. Longest Palindromic Substring diff --git a/src/main/java/g0001_0100/s0006_zigzag_conversion/readme.md b/src/main/java/g0001_0100/s0006_zigzag_conversion/readme.md index e2cdc0bf..3fd689d1 100644 --- a/src/main/java/g0001_0100/s0006_zigzag_conversion/readme.md +++ b/src/main/java/g0001_0100/s0006_zigzag_conversion/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 6\. Zigzag Conversion diff --git a/src/main/java/g0001_0100/s0007_reverse_integer/readme.md b/src/main/java/g0001_0100/s0007_reverse_integer/readme.md index 8b27924e..8a549b0e 100644 --- a/src/main/java/g0001_0100/s0007_reverse_integer/readme.md +++ b/src/main/java/g0001_0100/s0007_reverse_integer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 7\. Reverse Integer diff --git a/src/main/java/g0001_0100/s0008_string_to_integer_atoi/readme.md b/src/main/java/g0001_0100/s0008_string_to_integer_atoi/readme.md index e1d3c61e..36419930 100644 --- a/src/main/java/g0001_0100/s0008_string_to_integer_atoi/readme.md +++ b/src/main/java/g0001_0100/s0008_string_to_integer_atoi/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 8\. String to Integer (atoi) diff --git a/src/main/java/g0001_0100/s0009_palindrome_number/readme.md b/src/main/java/g0001_0100/s0009_palindrome_number/readme.md index f3ec1fd3..cefe3544 100644 --- a/src/main/java/g0001_0100/s0009_palindrome_number/readme.md +++ b/src/main/java/g0001_0100/s0009_palindrome_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 9\. Palindrome Number diff --git a/src/main/java/g0001_0100/s0010_regular_expression_matching/readme.md b/src/main/java/g0001_0100/s0010_regular_expression_matching/readme.md index d39b2abc..979df5a7 100644 --- a/src/main/java/g0001_0100/s0010_regular_expression_matching/readme.md +++ b/src/main/java/g0001_0100/s0010_regular_expression_matching/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 10\. Regular Expression Matching diff --git a/src/main/java/g0001_0100/s0011_container_with_most_water/readme.md b/src/main/java/g0001_0100/s0011_container_with_most_water/readme.md index afa38b77..ae850028 100644 --- a/src/main/java/g0001_0100/s0011_container_with_most_water/readme.md +++ b/src/main/java/g0001_0100/s0011_container_with_most_water/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 11\. Container With Most Water diff --git a/src/main/java/g0001_0100/s0012_integer_to_roman/readme.md b/src/main/java/g0001_0100/s0012_integer_to_roman/readme.md index 8aaea339..68ac00f0 100644 --- a/src/main/java/g0001_0100/s0012_integer_to_roman/readme.md +++ b/src/main/java/g0001_0100/s0012_integer_to_roman/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 12\. Integer to Roman diff --git a/src/main/java/g0001_0100/s0013_roman_to_integer/readme.md b/src/main/java/g0001_0100/s0013_roman_to_integer/readme.md index eac4842e..d36a3082 100644 --- a/src/main/java/g0001_0100/s0013_roman_to_integer/readme.md +++ b/src/main/java/g0001_0100/s0013_roman_to_integer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 13\. Roman to Integer diff --git a/src/main/java/g0001_0100/s0014_longest_common_prefix/readme.md b/src/main/java/g0001_0100/s0014_longest_common_prefix/readme.md index 940dd55c..d3ce11eb 100644 --- a/src/main/java/g0001_0100/s0014_longest_common_prefix/readme.md +++ b/src/main/java/g0001_0100/s0014_longest_common_prefix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 14\. Longest Common Prefix diff --git a/src/main/java/g0001_0100/s0015_3sum/readme.md b/src/main/java/g0001_0100/s0015_3sum/readme.md index c6f84e4d..2c1bb032 100644 --- a/src/main/java/g0001_0100/s0015_3sum/readme.md +++ b/src/main/java/g0001_0100/s0015_3sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 15\. 3Sum diff --git a/src/main/java/g0001_0100/s0016_3sum_closest/readme.md b/src/main/java/g0001_0100/s0016_3sum_closest/readme.md index 5b52f5c0..042e8844 100644 --- a/src/main/java/g0001_0100/s0016_3sum_closest/readme.md +++ b/src/main/java/g0001_0100/s0016_3sum_closest/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 16\. 3Sum Closest diff --git a/src/main/java/g0001_0100/s0017_letter_combinations_of_a_phone_number/readme.md b/src/main/java/g0001_0100/s0017_letter_combinations_of_a_phone_number/readme.md index cc408cfc..13fc0b20 100644 --- a/src/main/java/g0001_0100/s0017_letter_combinations_of_a_phone_number/readme.md +++ b/src/main/java/g0001_0100/s0017_letter_combinations_of_a_phone_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 17\. Letter Combinations of a Phone Number diff --git a/src/main/java/g0001_0100/s0018_4sum/readme.md b/src/main/java/g0001_0100/s0018_4sum/readme.md index e86223b3..84e8f827 100644 --- a/src/main/java/g0001_0100/s0018_4sum/readme.md +++ b/src/main/java/g0001_0100/s0018_4sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 18\. 4Sum diff --git a/src/main/java/g0001_0100/s0019_remove_nth_node_from_end_of_list/readme.md b/src/main/java/g0001_0100/s0019_remove_nth_node_from_end_of_list/readme.md index 93e37f4f..adb54051 100644 --- a/src/main/java/g0001_0100/s0019_remove_nth_node_from_end_of_list/readme.md +++ b/src/main/java/g0001_0100/s0019_remove_nth_node_from_end_of_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 19\. Remove Nth Node From End of List diff --git a/src/main/java/g0001_0100/s0020_valid_parentheses/readme.md b/src/main/java/g0001_0100/s0020_valid_parentheses/readme.md index 4b338047..682f21fe 100644 --- a/src/main/java/g0001_0100/s0020_valid_parentheses/readme.md +++ b/src/main/java/g0001_0100/s0020_valid_parentheses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 20\. Valid Parentheses diff --git a/src/main/java/g0001_0100/s0021_merge_two_sorted_lists/readme.md b/src/main/java/g0001_0100/s0021_merge_two_sorted_lists/readme.md index 89006895..6db28f3a 100644 --- a/src/main/java/g0001_0100/s0021_merge_two_sorted_lists/readme.md +++ b/src/main/java/g0001_0100/s0021_merge_two_sorted_lists/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 21\. Merge Two Sorted Lists diff --git a/src/main/java/g0001_0100/s0022_generate_parentheses/readme.md b/src/main/java/g0001_0100/s0022_generate_parentheses/readme.md index 81ac6a41..ac1551aa 100644 --- a/src/main/java/g0001_0100/s0022_generate_parentheses/readme.md +++ b/src/main/java/g0001_0100/s0022_generate_parentheses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 22\. Generate Parentheses diff --git a/src/main/java/g0001_0100/s0023_merge_k_sorted_lists/readme.md b/src/main/java/g0001_0100/s0023_merge_k_sorted_lists/readme.md index a05feff4..ef68e0ec 100644 --- a/src/main/java/g0001_0100/s0023_merge_k_sorted_lists/readme.md +++ b/src/main/java/g0001_0100/s0023_merge_k_sorted_lists/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 23\. Merge k Sorted Lists diff --git a/src/main/java/g0001_0100/s0024_swap_nodes_in_pairs/readme.md b/src/main/java/g0001_0100/s0024_swap_nodes_in_pairs/readme.md index ec0e8e4b..ddb17267 100644 --- a/src/main/java/g0001_0100/s0024_swap_nodes_in_pairs/readme.md +++ b/src/main/java/g0001_0100/s0024_swap_nodes_in_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 24\. Swap Nodes in Pairs diff --git a/src/main/java/g0001_0100/s0025_reverse_nodes_in_k_group/readme.md b/src/main/java/g0001_0100/s0025_reverse_nodes_in_k_group/readme.md index a1bc7664..420fe561 100644 --- a/src/main/java/g0001_0100/s0025_reverse_nodes_in_k_group/readme.md +++ b/src/main/java/g0001_0100/s0025_reverse_nodes_in_k_group/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 25\. Reverse Nodes in k-Group diff --git a/src/main/java/g0001_0100/s0026_remove_duplicates_from_sorted_array/readme.md b/src/main/java/g0001_0100/s0026_remove_duplicates_from_sorted_array/readme.md index 4517a9aa..75578639 100644 --- a/src/main/java/g0001_0100/s0026_remove_duplicates_from_sorted_array/readme.md +++ b/src/main/java/g0001_0100/s0026_remove_duplicates_from_sorted_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 26\. Remove Duplicates from Sorted Array diff --git a/src/main/java/g0001_0100/s0027_remove_element/readme.md b/src/main/java/g0001_0100/s0027_remove_element/readme.md index d41b6ba5..bd3e3925 100644 --- a/src/main/java/g0001_0100/s0027_remove_element/readme.md +++ b/src/main/java/g0001_0100/s0027_remove_element/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 27\. Remove Element diff --git a/src/main/java/g0001_0100/s0028_implement_strstr/readme.md b/src/main/java/g0001_0100/s0028_implement_strstr/readme.md index a9c0b698..53474197 100644 --- a/src/main/java/g0001_0100/s0028_implement_strstr/readme.md +++ b/src/main/java/g0001_0100/s0028_implement_strstr/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 28\. Implement strStr() diff --git a/src/main/java/g0001_0100/s0029_divide_two_integers/readme.md b/src/main/java/g0001_0100/s0029_divide_two_integers/readme.md index 7a3dac81..3d9053f5 100644 --- a/src/main/java/g0001_0100/s0029_divide_two_integers/readme.md +++ b/src/main/java/g0001_0100/s0029_divide_two_integers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 29\. Divide Two Integers diff --git a/src/main/java/g0001_0100/s0030_substring_with_concatenation_of_all_words/readme.md b/src/main/java/g0001_0100/s0030_substring_with_concatenation_of_all_words/readme.md index dda2ca70..cde1cdcf 100644 --- a/src/main/java/g0001_0100/s0030_substring_with_concatenation_of_all_words/readme.md +++ b/src/main/java/g0001_0100/s0030_substring_with_concatenation_of_all_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 30\. Substring with Concatenation of All Words diff --git a/src/main/java/g0001_0100/s0031_next_permutation/readme.md b/src/main/java/g0001_0100/s0031_next_permutation/readme.md index 33b282a2..33a25cc1 100644 --- a/src/main/java/g0001_0100/s0031_next_permutation/readme.md +++ b/src/main/java/g0001_0100/s0031_next_permutation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 31\. Next Permutation diff --git a/src/main/java/g0001_0100/s0032_longest_valid_parentheses/readme.md b/src/main/java/g0001_0100/s0032_longest_valid_parentheses/readme.md index 3b3e30e3..1d15e8b3 100644 --- a/src/main/java/g0001_0100/s0032_longest_valid_parentheses/readme.md +++ b/src/main/java/g0001_0100/s0032_longest_valid_parentheses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 32\. Longest Valid Parentheses diff --git a/src/main/java/g0001_0100/s0033_search_in_rotated_sorted_array/readme.md b/src/main/java/g0001_0100/s0033_search_in_rotated_sorted_array/readme.md index e88bbe23..19eddd0c 100644 --- a/src/main/java/g0001_0100/s0033_search_in_rotated_sorted_array/readme.md +++ b/src/main/java/g0001_0100/s0033_search_in_rotated_sorted_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 33\. Search in Rotated Sorted Array diff --git a/src/main/java/g0001_0100/s0034_find_first_and_last_position_of_element_in_sorted_array/readme.md b/src/main/java/g0001_0100/s0034_find_first_and_last_position_of_element_in_sorted_array/readme.md index 0849d8fa..2da9a04b 100644 --- a/src/main/java/g0001_0100/s0034_find_first_and_last_position_of_element_in_sorted_array/readme.md +++ b/src/main/java/g0001_0100/s0034_find_first_and_last_position_of_element_in_sorted_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 34\. Find First and Last Position of Element in Sorted Array diff --git a/src/main/java/g0001_0100/s0035_search_insert_position/readme.md b/src/main/java/g0001_0100/s0035_search_insert_position/readme.md index c36a8040..d66a32ea 100644 --- a/src/main/java/g0001_0100/s0035_search_insert_position/readme.md +++ b/src/main/java/g0001_0100/s0035_search_insert_position/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 35\. Search Insert Position diff --git a/src/main/java/g0001_0100/s0036_valid_sudoku/readme.md b/src/main/java/g0001_0100/s0036_valid_sudoku/readme.md index cae67619..b70d2b63 100644 --- a/src/main/java/g0001_0100/s0036_valid_sudoku/readme.md +++ b/src/main/java/g0001_0100/s0036_valid_sudoku/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 36\. Valid Sudoku diff --git a/src/main/java/g0001_0100/s0037_sudoku_solver/readme.md b/src/main/java/g0001_0100/s0037_sudoku_solver/readme.md index d5b96e81..8739d0df 100644 --- a/src/main/java/g0001_0100/s0037_sudoku_solver/readme.md +++ b/src/main/java/g0001_0100/s0037_sudoku_solver/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 37\. Sudoku Solver diff --git a/src/main/java/g0001_0100/s0038_count_and_say/readme.md b/src/main/java/g0001_0100/s0038_count_and_say/readme.md index 77a79037..25c61560 100644 --- a/src/main/java/g0001_0100/s0038_count_and_say/readme.md +++ b/src/main/java/g0001_0100/s0038_count_and_say/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 38\. Count and Say diff --git a/src/main/java/g0001_0100/s0039_combination_sum/readme.md b/src/main/java/g0001_0100/s0039_combination_sum/readme.md index 2c40b2fe..8ec3c812 100644 --- a/src/main/java/g0001_0100/s0039_combination_sum/readme.md +++ b/src/main/java/g0001_0100/s0039_combination_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 39\. Combination Sum diff --git a/src/main/java/g0001_0100/s0040_combination_sum_ii/readme.md b/src/main/java/g0001_0100/s0040_combination_sum_ii/readme.md index 03a9030f..5d66d67d 100644 --- a/src/main/java/g0001_0100/s0040_combination_sum_ii/readme.md +++ b/src/main/java/g0001_0100/s0040_combination_sum_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 40\. Combination Sum II diff --git a/src/main/java/g0001_0100/s0041_first_missing_positive/readme.md b/src/main/java/g0001_0100/s0041_first_missing_positive/readme.md index cdc821ee..7f28f092 100644 --- a/src/main/java/g0001_0100/s0041_first_missing_positive/readme.md +++ b/src/main/java/g0001_0100/s0041_first_missing_positive/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 41\. First Missing Positive diff --git a/src/main/java/g0001_0100/s0042_trapping_rain_water/readme.md b/src/main/java/g0001_0100/s0042_trapping_rain_water/readme.md index 8174088e..6c62612f 100644 --- a/src/main/java/g0001_0100/s0042_trapping_rain_water/readme.md +++ b/src/main/java/g0001_0100/s0042_trapping_rain_water/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 42\. Trapping Rain Water diff --git a/src/main/java/g0001_0100/s0043_multiply_strings/readme.md b/src/main/java/g0001_0100/s0043_multiply_strings/readme.md index b1b42187..6a4c97a4 100644 --- a/src/main/java/g0001_0100/s0043_multiply_strings/readme.md +++ b/src/main/java/g0001_0100/s0043_multiply_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 43\. Multiply Strings diff --git a/src/main/java/g0001_0100/s0044_wildcard_matching/readme.md b/src/main/java/g0001_0100/s0044_wildcard_matching/readme.md index 5625d47f..d6ed83ec 100644 --- a/src/main/java/g0001_0100/s0044_wildcard_matching/readme.md +++ b/src/main/java/g0001_0100/s0044_wildcard_matching/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 44\. Wildcard Matching diff --git a/src/main/java/g0001_0100/s0045_jump_game_ii/readme.md b/src/main/java/g0001_0100/s0045_jump_game_ii/readme.md index fad4d2ea..87e4fbff 100644 --- a/src/main/java/g0001_0100/s0045_jump_game_ii/readme.md +++ b/src/main/java/g0001_0100/s0045_jump_game_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 45\. Jump Game II diff --git a/src/main/java/g0001_0100/s0046_permutations/readme.md b/src/main/java/g0001_0100/s0046_permutations/readme.md index 946fc472..18ee7072 100644 --- a/src/main/java/g0001_0100/s0046_permutations/readme.md +++ b/src/main/java/g0001_0100/s0046_permutations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 46\. Permutations diff --git a/src/main/java/g0001_0100/s0047_permutations_ii/readme.md b/src/main/java/g0001_0100/s0047_permutations_ii/readme.md index 5a3deeef..8647e5f1 100644 --- a/src/main/java/g0001_0100/s0047_permutations_ii/readme.md +++ b/src/main/java/g0001_0100/s0047_permutations_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 47\. Permutations II diff --git a/src/main/java/g0001_0100/s0048_rotate_image/readme.md b/src/main/java/g0001_0100/s0048_rotate_image/readme.md index b8318d65..cdf3576f 100644 --- a/src/main/java/g0001_0100/s0048_rotate_image/readme.md +++ b/src/main/java/g0001_0100/s0048_rotate_image/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 48\. Rotate Image diff --git a/src/main/java/g0001_0100/s0049_group_anagrams/readme.md b/src/main/java/g0001_0100/s0049_group_anagrams/readme.md index ba300012..1c6349a8 100644 --- a/src/main/java/g0001_0100/s0049_group_anagrams/readme.md +++ b/src/main/java/g0001_0100/s0049_group_anagrams/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 49\. Group Anagrams diff --git a/src/main/java/g0001_0100/s0050_powx_n/readme.md b/src/main/java/g0001_0100/s0050_powx_n/readme.md index b8d38a9b..9f98928f 100644 --- a/src/main/java/g0001_0100/s0050_powx_n/readme.md +++ b/src/main/java/g0001_0100/s0050_powx_n/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 50\. Pow(x, n) diff --git a/src/main/java/g0001_0100/s0051_n_queens/readme.md b/src/main/java/g0001_0100/s0051_n_queens/readme.md index fc38627c..30aab97d 100644 --- a/src/main/java/g0001_0100/s0051_n_queens/readme.md +++ b/src/main/java/g0001_0100/s0051_n_queens/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 51\. N-Queens diff --git a/src/main/java/g0001_0100/s0052_n_queens_ii/readme.md b/src/main/java/g0001_0100/s0052_n_queens_ii/readme.md index bd9e3273..a5727bd7 100644 --- a/src/main/java/g0001_0100/s0052_n_queens_ii/readme.md +++ b/src/main/java/g0001_0100/s0052_n_queens_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 52\. N-Queens II diff --git a/src/main/java/g0001_0100/s0053_maximum_subarray/readme.md b/src/main/java/g0001_0100/s0053_maximum_subarray/readme.md index 4b0b0da4..ba0a6ddd 100644 --- a/src/main/java/g0001_0100/s0053_maximum_subarray/readme.md +++ b/src/main/java/g0001_0100/s0053_maximum_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 53\. Maximum Subarray diff --git a/src/main/java/g0001_0100/s0054_spiral_matrix/readme.md b/src/main/java/g0001_0100/s0054_spiral_matrix/readme.md index ac1bd44c..c1cf3d0e 100644 --- a/src/main/java/g0001_0100/s0054_spiral_matrix/readme.md +++ b/src/main/java/g0001_0100/s0054_spiral_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 54\. Spiral Matrix diff --git a/src/main/java/g0001_0100/s0055_jump_game/readme.md b/src/main/java/g0001_0100/s0055_jump_game/readme.md index 238fc0b9..aa7686d7 100644 --- a/src/main/java/g0001_0100/s0055_jump_game/readme.md +++ b/src/main/java/g0001_0100/s0055_jump_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 55\. Jump Game diff --git a/src/main/java/g0001_0100/s0056_merge_intervals/readme.md b/src/main/java/g0001_0100/s0056_merge_intervals/readme.md index 92b05c56..4d1e8724 100644 --- a/src/main/java/g0001_0100/s0056_merge_intervals/readme.md +++ b/src/main/java/g0001_0100/s0056_merge_intervals/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 56\. Merge Intervals diff --git a/src/main/java/g0001_0100/s0057_insert_interval/readme.md b/src/main/java/g0001_0100/s0057_insert_interval/readme.md index 1c4693e4..27c55368 100644 --- a/src/main/java/g0001_0100/s0057_insert_interval/readme.md +++ b/src/main/java/g0001_0100/s0057_insert_interval/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 57\. Insert Interval diff --git a/src/main/java/g0001_0100/s0058_length_of_last_word/readme.md b/src/main/java/g0001_0100/s0058_length_of_last_word/readme.md index b1ab0aa0..736359ec 100644 --- a/src/main/java/g0001_0100/s0058_length_of_last_word/readme.md +++ b/src/main/java/g0001_0100/s0058_length_of_last_word/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 58\. Length of Last Word diff --git a/src/main/java/g0001_0100/s0059_spiral_matrix_ii/readme.md b/src/main/java/g0001_0100/s0059_spiral_matrix_ii/readme.md index 85d57902..96af5f95 100644 --- a/src/main/java/g0001_0100/s0059_spiral_matrix_ii/readme.md +++ b/src/main/java/g0001_0100/s0059_spiral_matrix_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 59\. Spiral Matrix II diff --git a/src/main/java/g0001_0100/s0060_permutation_sequence/readme.md b/src/main/java/g0001_0100/s0060_permutation_sequence/readme.md index 08bbdd18..acdce446 100644 --- a/src/main/java/g0001_0100/s0060_permutation_sequence/readme.md +++ b/src/main/java/g0001_0100/s0060_permutation_sequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 60\. Permutation Sequence diff --git a/src/main/java/g0001_0100/s0061_rotate_list/readme.md b/src/main/java/g0001_0100/s0061_rotate_list/readme.md index 9bcbcfd8..78112053 100644 --- a/src/main/java/g0001_0100/s0061_rotate_list/readme.md +++ b/src/main/java/g0001_0100/s0061_rotate_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 61\. Rotate List diff --git a/src/main/java/g0001_0100/s0062_unique_paths/readme.md b/src/main/java/g0001_0100/s0062_unique_paths/readme.md index 2ba22e8a..a8b35f18 100644 --- a/src/main/java/g0001_0100/s0062_unique_paths/readme.md +++ b/src/main/java/g0001_0100/s0062_unique_paths/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 62\. Unique Paths diff --git a/src/main/java/g0001_0100/s0063_unique_paths_ii/readme.md b/src/main/java/g0001_0100/s0063_unique_paths_ii/readme.md index 5536297d..443db767 100644 --- a/src/main/java/g0001_0100/s0063_unique_paths_ii/readme.md +++ b/src/main/java/g0001_0100/s0063_unique_paths_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 63\. Unique Paths II diff --git a/src/main/java/g0001_0100/s0064_minimum_path_sum/readme.md b/src/main/java/g0001_0100/s0064_minimum_path_sum/readme.md index 8047e392..24466bcb 100644 --- a/src/main/java/g0001_0100/s0064_minimum_path_sum/readme.md +++ b/src/main/java/g0001_0100/s0064_minimum_path_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 64\. Minimum Path Sum diff --git a/src/main/java/g0001_0100/s0065_valid_number/readme.md b/src/main/java/g0001_0100/s0065_valid_number/readme.md index 3052e365..068159f0 100644 --- a/src/main/java/g0001_0100/s0065_valid_number/readme.md +++ b/src/main/java/g0001_0100/s0065_valid_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 65\. Valid Number diff --git a/src/main/java/g0001_0100/s0066_plus_one/readme.md b/src/main/java/g0001_0100/s0066_plus_one/readme.md index 1585f969..43b67552 100644 --- a/src/main/java/g0001_0100/s0066_plus_one/readme.md +++ b/src/main/java/g0001_0100/s0066_plus_one/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 66\. Plus One diff --git a/src/main/java/g0001_0100/s0067_add_binary/readme.md b/src/main/java/g0001_0100/s0067_add_binary/readme.md index e5a492d2..3cef7914 100644 --- a/src/main/java/g0001_0100/s0067_add_binary/readme.md +++ b/src/main/java/g0001_0100/s0067_add_binary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 67\. Add Binary diff --git a/src/main/java/g0001_0100/s0068_text_justification/readme.md b/src/main/java/g0001_0100/s0068_text_justification/readme.md index ab038100..37386434 100644 --- a/src/main/java/g0001_0100/s0068_text_justification/readme.md +++ b/src/main/java/g0001_0100/s0068_text_justification/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 68\. Text Justification diff --git a/src/main/java/g0001_0100/s0069_sqrtx/readme.md b/src/main/java/g0001_0100/s0069_sqrtx/readme.md index 66d7d99f..fd74e1ab 100644 --- a/src/main/java/g0001_0100/s0069_sqrtx/readme.md +++ b/src/main/java/g0001_0100/s0069_sqrtx/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 69\. Sqrt(x) diff --git a/src/main/java/g0001_0100/s0070_climbing_stairs/readme.md b/src/main/java/g0001_0100/s0070_climbing_stairs/readme.md index 71ed43ee..e63c6dac 100644 --- a/src/main/java/g0001_0100/s0070_climbing_stairs/readme.md +++ b/src/main/java/g0001_0100/s0070_climbing_stairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 70\. Climbing Stairs diff --git a/src/main/java/g0001_0100/s0071_simplify_path/readme.md b/src/main/java/g0001_0100/s0071_simplify_path/readme.md index af69e105..d0872f9f 100644 --- a/src/main/java/g0001_0100/s0071_simplify_path/readme.md +++ b/src/main/java/g0001_0100/s0071_simplify_path/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 71\. Simplify Path diff --git a/src/main/java/g0001_0100/s0072_edit_distance/readme.md b/src/main/java/g0001_0100/s0072_edit_distance/readme.md index 60ff2718..59d5f718 100644 --- a/src/main/java/g0001_0100/s0072_edit_distance/readme.md +++ b/src/main/java/g0001_0100/s0072_edit_distance/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 72\. Edit Distance diff --git a/src/main/java/g0001_0100/s0073_set_matrix_zeroes/readme.md b/src/main/java/g0001_0100/s0073_set_matrix_zeroes/readme.md index 3eacf971..8768899d 100644 --- a/src/main/java/g0001_0100/s0073_set_matrix_zeroes/readme.md +++ b/src/main/java/g0001_0100/s0073_set_matrix_zeroes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 73\. Set Matrix Zeroes diff --git a/src/main/java/g0001_0100/s0074_search_a_2d_matrix/readme.md b/src/main/java/g0001_0100/s0074_search_a_2d_matrix/readme.md index 71f3809e..4fc6e52b 100644 --- a/src/main/java/g0001_0100/s0074_search_a_2d_matrix/readme.md +++ b/src/main/java/g0001_0100/s0074_search_a_2d_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 74\. Search a 2D Matrix diff --git a/src/main/java/g0001_0100/s0075_sort_colors/readme.md b/src/main/java/g0001_0100/s0075_sort_colors/readme.md index 55203ded..be31987f 100644 --- a/src/main/java/g0001_0100/s0075_sort_colors/readme.md +++ b/src/main/java/g0001_0100/s0075_sort_colors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 75\. Sort Colors diff --git a/src/main/java/g0001_0100/s0076_minimum_window_substring/readme.md b/src/main/java/g0001_0100/s0076_minimum_window_substring/readme.md index 5b9b1675..536b410d 100644 --- a/src/main/java/g0001_0100/s0076_minimum_window_substring/readme.md +++ b/src/main/java/g0001_0100/s0076_minimum_window_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 76\. Minimum Window Substring diff --git a/src/main/java/g0001_0100/s0077_combinations/readme.md b/src/main/java/g0001_0100/s0077_combinations/readme.md index 1b7407da..6429f237 100644 --- a/src/main/java/g0001_0100/s0077_combinations/readme.md +++ b/src/main/java/g0001_0100/s0077_combinations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 77\. Combinations diff --git a/src/main/java/g0001_0100/s0078_subsets/readme.md b/src/main/java/g0001_0100/s0078_subsets/readme.md index 272fd914..d4e18778 100644 --- a/src/main/java/g0001_0100/s0078_subsets/readme.md +++ b/src/main/java/g0001_0100/s0078_subsets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 78\. Subsets diff --git a/src/main/java/g0001_0100/s0079_word_search/readme.md b/src/main/java/g0001_0100/s0079_word_search/readme.md index 5124c5dd..6c6c7839 100644 --- a/src/main/java/g0001_0100/s0079_word_search/readme.md +++ b/src/main/java/g0001_0100/s0079_word_search/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 79\. Word Search diff --git a/src/main/java/g0001_0100/s0080_remove_duplicates_from_sorted_array_ii/readme.md b/src/main/java/g0001_0100/s0080_remove_duplicates_from_sorted_array_ii/readme.md index 49fa481c..9beb5f68 100644 --- a/src/main/java/g0001_0100/s0080_remove_duplicates_from_sorted_array_ii/readme.md +++ b/src/main/java/g0001_0100/s0080_remove_duplicates_from_sorted_array_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 80\. Remove Duplicates from Sorted Array II diff --git a/src/main/java/g0001_0100/s0081_search_in_rotated_sorted_array_ii/readme.md b/src/main/java/g0001_0100/s0081_search_in_rotated_sorted_array_ii/readme.md index 88983cf7..fa1d8a8a 100644 --- a/src/main/java/g0001_0100/s0081_search_in_rotated_sorted_array_ii/readme.md +++ b/src/main/java/g0001_0100/s0081_search_in_rotated_sorted_array_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 81\. Search in Rotated Sorted Array II diff --git a/src/main/java/g0001_0100/s0082_remove_duplicates_from_sorted_list_ii/readme.md b/src/main/java/g0001_0100/s0082_remove_duplicates_from_sorted_list_ii/readme.md index e88aca9e..c49f940c 100644 --- a/src/main/java/g0001_0100/s0082_remove_duplicates_from_sorted_list_ii/readme.md +++ b/src/main/java/g0001_0100/s0082_remove_duplicates_from_sorted_list_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 82\. Remove Duplicates from Sorted List II diff --git a/src/main/java/g0001_0100/s0083_remove_duplicates_from_sorted_list/readme.md b/src/main/java/g0001_0100/s0083_remove_duplicates_from_sorted_list/readme.md index 4c342c9d..efe3bdf1 100644 --- a/src/main/java/g0001_0100/s0083_remove_duplicates_from_sorted_list/readme.md +++ b/src/main/java/g0001_0100/s0083_remove_duplicates_from_sorted_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 83\. Remove Duplicates from Sorted List diff --git a/src/main/java/g0001_0100/s0084_largest_rectangle_in_histogram/readme.md b/src/main/java/g0001_0100/s0084_largest_rectangle_in_histogram/readme.md index 816dea45..ba02fad3 100644 --- a/src/main/java/g0001_0100/s0084_largest_rectangle_in_histogram/readme.md +++ b/src/main/java/g0001_0100/s0084_largest_rectangle_in_histogram/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 84\. Largest Rectangle in Histogram diff --git a/src/main/java/g0001_0100/s0085_maximal_rectangle/readme.md b/src/main/java/g0001_0100/s0085_maximal_rectangle/readme.md index 278291a9..21f9a45f 100644 --- a/src/main/java/g0001_0100/s0085_maximal_rectangle/readme.md +++ b/src/main/java/g0001_0100/s0085_maximal_rectangle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 85\. Maximal Rectangle diff --git a/src/main/java/g0001_0100/s0086_partition_list/readme.md b/src/main/java/g0001_0100/s0086_partition_list/readme.md index feda6288..a4cb8fd7 100644 --- a/src/main/java/g0001_0100/s0086_partition_list/readme.md +++ b/src/main/java/g0001_0100/s0086_partition_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 86\. Partition List diff --git a/src/main/java/g0001_0100/s0087_scramble_string/readme.md b/src/main/java/g0001_0100/s0087_scramble_string/readme.md index 5eca0672..f62da46d 100644 --- a/src/main/java/g0001_0100/s0087_scramble_string/readme.md +++ b/src/main/java/g0001_0100/s0087_scramble_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 87\. Scramble String diff --git a/src/main/java/g0001_0100/s0088_merge_sorted_array/readme.md b/src/main/java/g0001_0100/s0088_merge_sorted_array/readme.md index 4dde9dbb..5c0465a5 100644 --- a/src/main/java/g0001_0100/s0088_merge_sorted_array/readme.md +++ b/src/main/java/g0001_0100/s0088_merge_sorted_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 88\. Merge Sorted Array diff --git a/src/main/java/g0001_0100/s0089_gray_code/readme.md b/src/main/java/g0001_0100/s0089_gray_code/readme.md index 6079b2aa..25a048c2 100644 --- a/src/main/java/g0001_0100/s0089_gray_code/readme.md +++ b/src/main/java/g0001_0100/s0089_gray_code/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 89\. Gray Code diff --git a/src/main/java/g0001_0100/s0090_subsets_ii/readme.md b/src/main/java/g0001_0100/s0090_subsets_ii/readme.md index 6c1fc845..203a98e0 100644 --- a/src/main/java/g0001_0100/s0090_subsets_ii/readme.md +++ b/src/main/java/g0001_0100/s0090_subsets_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 90\. Subsets II diff --git a/src/main/java/g0001_0100/s0091_decode_ways/readme.md b/src/main/java/g0001_0100/s0091_decode_ways/readme.md index 2a5f3f7d..c7479fad 100644 --- a/src/main/java/g0001_0100/s0091_decode_ways/readme.md +++ b/src/main/java/g0001_0100/s0091_decode_ways/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 91\. Decode Ways diff --git a/src/main/java/g0001_0100/s0092_reverse_linked_list_ii/readme.md b/src/main/java/g0001_0100/s0092_reverse_linked_list_ii/readme.md index c8ec97ab..2e6c7dfe 100644 --- a/src/main/java/g0001_0100/s0092_reverse_linked_list_ii/readme.md +++ b/src/main/java/g0001_0100/s0092_reverse_linked_list_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 92\. Reverse Linked List II diff --git a/src/main/java/g0001_0100/s0093_restore_ip_addresses/readme.md b/src/main/java/g0001_0100/s0093_restore_ip_addresses/readme.md index 4f8aa472..6fcfb54d 100644 --- a/src/main/java/g0001_0100/s0093_restore_ip_addresses/readme.md +++ b/src/main/java/g0001_0100/s0093_restore_ip_addresses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 93\. Restore IP Addresses diff --git a/src/main/java/g0001_0100/s0094_binary_tree_inorder_traversal/readme.md b/src/main/java/g0001_0100/s0094_binary_tree_inorder_traversal/readme.md index b3a52329..855d1a23 100644 --- a/src/main/java/g0001_0100/s0094_binary_tree_inorder_traversal/readme.md +++ b/src/main/java/g0001_0100/s0094_binary_tree_inorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 94\. Binary Tree Inorder Traversal diff --git a/src/main/java/g0001_0100/s0095_unique_binary_search_trees_ii/readme.md b/src/main/java/g0001_0100/s0095_unique_binary_search_trees_ii/readme.md index 575d3f0b..2098d873 100644 --- a/src/main/java/g0001_0100/s0095_unique_binary_search_trees_ii/readme.md +++ b/src/main/java/g0001_0100/s0095_unique_binary_search_trees_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 95\. Unique Binary Search Trees II diff --git a/src/main/java/g0001_0100/s0096_unique_binary_search_trees/readme.md b/src/main/java/g0001_0100/s0096_unique_binary_search_trees/readme.md index b8a9dff1..94b2d2d6 100644 --- a/src/main/java/g0001_0100/s0096_unique_binary_search_trees/readme.md +++ b/src/main/java/g0001_0100/s0096_unique_binary_search_trees/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 96\. Unique Binary Search Trees diff --git a/src/main/java/g0001_0100/s0097_interleaving_string/readme.md b/src/main/java/g0001_0100/s0097_interleaving_string/readme.md index 1404e0cd..bbc9f21a 100644 --- a/src/main/java/g0001_0100/s0097_interleaving_string/readme.md +++ b/src/main/java/g0001_0100/s0097_interleaving_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 97\. Interleaving String diff --git a/src/main/java/g0001_0100/s0098_validate_binary_search_tree/readme.md b/src/main/java/g0001_0100/s0098_validate_binary_search_tree/readme.md index 4f07b866..0c3cca99 100644 --- a/src/main/java/g0001_0100/s0098_validate_binary_search_tree/readme.md +++ b/src/main/java/g0001_0100/s0098_validate_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 98\. Validate Binary Search Tree diff --git a/src/main/java/g0001_0100/s0099_recover_binary_search_tree/readme.md b/src/main/java/g0001_0100/s0099_recover_binary_search_tree/readme.md index 8e7516e3..c1e9632d 100644 --- a/src/main/java/g0001_0100/s0099_recover_binary_search_tree/readme.md +++ b/src/main/java/g0001_0100/s0099_recover_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 99\. Recover Binary Search Tree diff --git a/src/main/java/g0001_0100/s0100_same_tree/readme.md b/src/main/java/g0001_0100/s0100_same_tree/readme.md index a3722606..aa87dbee 100644 --- a/src/main/java/g0001_0100/s0100_same_tree/readme.md +++ b/src/main/java/g0001_0100/s0100_same_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 100\. Same Tree diff --git a/src/main/java/g0101_0200/s0101_symmetric_tree/readme.md b/src/main/java/g0101_0200/s0101_symmetric_tree/readme.md index deac05f1..9ad482a0 100644 --- a/src/main/java/g0101_0200/s0101_symmetric_tree/readme.md +++ b/src/main/java/g0101_0200/s0101_symmetric_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 101\. Symmetric Tree diff --git a/src/main/java/g0101_0200/s0102_binary_tree_level_order_traversal/readme.md b/src/main/java/g0101_0200/s0102_binary_tree_level_order_traversal/readme.md index 0ca241c5..417b7a8f 100644 --- a/src/main/java/g0101_0200/s0102_binary_tree_level_order_traversal/readme.md +++ b/src/main/java/g0101_0200/s0102_binary_tree_level_order_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 102\. Binary Tree Level Order Traversal diff --git a/src/main/java/g0101_0200/s0103_binary_tree_zigzag_level_order_traversal/readme.md b/src/main/java/g0101_0200/s0103_binary_tree_zigzag_level_order_traversal/readme.md index b8c53775..339e7ea9 100644 --- a/src/main/java/g0101_0200/s0103_binary_tree_zigzag_level_order_traversal/readme.md +++ b/src/main/java/g0101_0200/s0103_binary_tree_zigzag_level_order_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 103\. Binary Tree Zigzag Level Order Traversal diff --git a/src/main/java/g0101_0200/s0104_maximum_depth_of_binary_tree/readme.md b/src/main/java/g0101_0200/s0104_maximum_depth_of_binary_tree/readme.md index 90bbcfdf..1dc6869b 100644 --- a/src/main/java/g0101_0200/s0104_maximum_depth_of_binary_tree/readme.md +++ b/src/main/java/g0101_0200/s0104_maximum_depth_of_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 104\. Maximum Depth of Binary Tree diff --git a/src/main/java/g0101_0200/s0105_construct_binary_tree_from_preorder_and_inorder_traversal/readme.md b/src/main/java/g0101_0200/s0105_construct_binary_tree_from_preorder_and_inorder_traversal/readme.md index 12d4a81b..1f3282ed 100644 --- a/src/main/java/g0101_0200/s0105_construct_binary_tree_from_preorder_and_inorder_traversal/readme.md +++ b/src/main/java/g0101_0200/s0105_construct_binary_tree_from_preorder_and_inorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 105\. Construct Binary Tree from Preorder and Inorder Traversal diff --git a/src/main/java/g0101_0200/s0106_construct_binary_tree_from_inorder_and_postorder_traversal/readme.md b/src/main/java/g0101_0200/s0106_construct_binary_tree_from_inorder_and_postorder_traversal/readme.md index 15923d1c..f812723f 100644 --- a/src/main/java/g0101_0200/s0106_construct_binary_tree_from_inorder_and_postorder_traversal/readme.md +++ b/src/main/java/g0101_0200/s0106_construct_binary_tree_from_inorder_and_postorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 106\. Construct Binary Tree from Inorder and Postorder Traversal diff --git a/src/main/java/g0101_0200/s0107_binary_tree_level_order_traversal_ii/readme.md b/src/main/java/g0101_0200/s0107_binary_tree_level_order_traversal_ii/readme.md index fd63b216..cf5175fd 100644 --- a/src/main/java/g0101_0200/s0107_binary_tree_level_order_traversal_ii/readme.md +++ b/src/main/java/g0101_0200/s0107_binary_tree_level_order_traversal_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 107\. Binary Tree Level Order Traversal II diff --git a/src/main/java/g0101_0200/s0108_convert_sorted_array_to_binary_search_tree/readme.md b/src/main/java/g0101_0200/s0108_convert_sorted_array_to_binary_search_tree/readme.md index b704f4dd..bb8a0a1e 100644 --- a/src/main/java/g0101_0200/s0108_convert_sorted_array_to_binary_search_tree/readme.md +++ b/src/main/java/g0101_0200/s0108_convert_sorted_array_to_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 108\. Convert Sorted Array to Binary Search Tree diff --git a/src/main/java/g0101_0200/s0109_convert_sorted_list_to_binary_search_tree/readme.md b/src/main/java/g0101_0200/s0109_convert_sorted_list_to_binary_search_tree/readme.md index de94800a..a03c88b8 100644 --- a/src/main/java/g0101_0200/s0109_convert_sorted_list_to_binary_search_tree/readme.md +++ b/src/main/java/g0101_0200/s0109_convert_sorted_list_to_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 109\. Convert Sorted List to Binary Search Tree diff --git a/src/main/java/g0101_0200/s0110_balanced_binary_tree/readme.md b/src/main/java/g0101_0200/s0110_balanced_binary_tree/readme.md index 15daa4d8..762ca8d2 100644 --- a/src/main/java/g0101_0200/s0110_balanced_binary_tree/readme.md +++ b/src/main/java/g0101_0200/s0110_balanced_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 110\. Balanced Binary Tree diff --git a/src/main/java/g0101_0200/s0111_minimum_depth_of_binary_tree/readme.md b/src/main/java/g0101_0200/s0111_minimum_depth_of_binary_tree/readme.md index 1692b348..87965668 100644 --- a/src/main/java/g0101_0200/s0111_minimum_depth_of_binary_tree/readme.md +++ b/src/main/java/g0101_0200/s0111_minimum_depth_of_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 111\. Minimum Depth of Binary Tree diff --git a/src/main/java/g0101_0200/s0112_path_sum/readme.md b/src/main/java/g0101_0200/s0112_path_sum/readme.md index 6283def1..dc4333aa 100644 --- a/src/main/java/g0101_0200/s0112_path_sum/readme.md +++ b/src/main/java/g0101_0200/s0112_path_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 112\. Path Sum diff --git a/src/main/java/g0101_0200/s0113_path_sum_ii/readme.md b/src/main/java/g0101_0200/s0113_path_sum_ii/readme.md index 66a85936..9a06cece 100644 --- a/src/main/java/g0101_0200/s0113_path_sum_ii/readme.md +++ b/src/main/java/g0101_0200/s0113_path_sum_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 113\. Path Sum II diff --git a/src/main/java/g0101_0200/s0114_flatten_binary_tree_to_linked_list/readme.md b/src/main/java/g0101_0200/s0114_flatten_binary_tree_to_linked_list/readme.md index e7f5d99c..9da34afb 100644 --- a/src/main/java/g0101_0200/s0114_flatten_binary_tree_to_linked_list/readme.md +++ b/src/main/java/g0101_0200/s0114_flatten_binary_tree_to_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 114\. Flatten Binary Tree to Linked List diff --git a/src/main/java/g0101_0200/s0115_distinct_subsequences/readme.md b/src/main/java/g0101_0200/s0115_distinct_subsequences/readme.md index a1521130..b6d4ac28 100644 --- a/src/main/java/g0101_0200/s0115_distinct_subsequences/readme.md +++ b/src/main/java/g0101_0200/s0115_distinct_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 115\. Distinct Subsequences diff --git a/src/main/java/g0101_0200/s0116_populating_next_right_pointers_in_each_node/readme.md b/src/main/java/g0101_0200/s0116_populating_next_right_pointers_in_each_node/readme.md index 0460946f..164bd9b5 100644 --- a/src/main/java/g0101_0200/s0116_populating_next_right_pointers_in_each_node/readme.md +++ b/src/main/java/g0101_0200/s0116_populating_next_right_pointers_in_each_node/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 116\. Populating Next Right Pointers in Each Node diff --git a/src/main/java/g0101_0200/s0117_populating_next_right_pointers_in_each_node_ii/readme.md b/src/main/java/g0101_0200/s0117_populating_next_right_pointers_in_each_node_ii/readme.md index 23a869d7..91cba725 100644 --- a/src/main/java/g0101_0200/s0117_populating_next_right_pointers_in_each_node_ii/readme.md +++ b/src/main/java/g0101_0200/s0117_populating_next_right_pointers_in_each_node_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 117\. Populating Next Right Pointers in Each Node II diff --git a/src/main/java/g0101_0200/s0118_pascals_triangle/readme.md b/src/main/java/g0101_0200/s0118_pascals_triangle/readme.md index 5d4639b1..64c38450 100644 --- a/src/main/java/g0101_0200/s0118_pascals_triangle/readme.md +++ b/src/main/java/g0101_0200/s0118_pascals_triangle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 118\. Pascal's Triangle diff --git a/src/main/java/g0101_0200/s0119_pascals_triangle_ii/readme.md b/src/main/java/g0101_0200/s0119_pascals_triangle_ii/readme.md index 4df9a931..c936fa8e 100644 --- a/src/main/java/g0101_0200/s0119_pascals_triangle_ii/readme.md +++ b/src/main/java/g0101_0200/s0119_pascals_triangle_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 119\. Pascal's Triangle II diff --git a/src/main/java/g0101_0200/s0120_triangle/readme.md b/src/main/java/g0101_0200/s0120_triangle/readme.md index 0374ec08..a897b02e 100644 --- a/src/main/java/g0101_0200/s0120_triangle/readme.md +++ b/src/main/java/g0101_0200/s0120_triangle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 120\. Triangle diff --git a/src/main/java/g0101_0200/s0121_best_time_to_buy_and_sell_stock/readme.md b/src/main/java/g0101_0200/s0121_best_time_to_buy_and_sell_stock/readme.md index 6f15de9a..c5b5fa57 100644 --- a/src/main/java/g0101_0200/s0121_best_time_to_buy_and_sell_stock/readme.md +++ b/src/main/java/g0101_0200/s0121_best_time_to_buy_and_sell_stock/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 121\. Best Time to Buy and Sell Stock diff --git a/src/main/java/g0101_0200/s0122_best_time_to_buy_and_sell_stock_ii/readme.md b/src/main/java/g0101_0200/s0122_best_time_to_buy_and_sell_stock_ii/readme.md index 55e43f79..9c7df9f3 100644 --- a/src/main/java/g0101_0200/s0122_best_time_to_buy_and_sell_stock_ii/readme.md +++ b/src/main/java/g0101_0200/s0122_best_time_to_buy_and_sell_stock_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 122\. Best Time to Buy and Sell Stock II diff --git a/src/main/java/g0101_0200/s0123_best_time_to_buy_and_sell_stock_iii/readme.md b/src/main/java/g0101_0200/s0123_best_time_to_buy_and_sell_stock_iii/readme.md index adbc5abf..78665c8f 100644 --- a/src/main/java/g0101_0200/s0123_best_time_to_buy_and_sell_stock_iii/readme.md +++ b/src/main/java/g0101_0200/s0123_best_time_to_buy_and_sell_stock_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 123\. Best Time to Buy and Sell Stock III diff --git a/src/main/java/g0101_0200/s0124_binary_tree_maximum_path_sum/readme.md b/src/main/java/g0101_0200/s0124_binary_tree_maximum_path_sum/readme.md index 1b1fdcbc..08e71742 100644 --- a/src/main/java/g0101_0200/s0124_binary_tree_maximum_path_sum/readme.md +++ b/src/main/java/g0101_0200/s0124_binary_tree_maximum_path_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 124\. Binary Tree Maximum Path Sum diff --git a/src/main/java/g0101_0200/s0125_valid_palindrome/readme.md b/src/main/java/g0101_0200/s0125_valid_palindrome/readme.md index e02512cf..6250eae8 100644 --- a/src/main/java/g0101_0200/s0125_valid_palindrome/readme.md +++ b/src/main/java/g0101_0200/s0125_valid_palindrome/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 125\. Valid Palindrome diff --git a/src/main/java/g0101_0200/s0126_word_ladder_ii/readme.md b/src/main/java/g0101_0200/s0126_word_ladder_ii/readme.md index ffbddc6a..324705ee 100644 --- a/src/main/java/g0101_0200/s0126_word_ladder_ii/readme.md +++ b/src/main/java/g0101_0200/s0126_word_ladder_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 126\. Word Ladder II diff --git a/src/main/java/g0101_0200/s0127_word_ladder/readme.md b/src/main/java/g0101_0200/s0127_word_ladder/readme.md index 3d849bd2..66baf353 100644 --- a/src/main/java/g0101_0200/s0127_word_ladder/readme.md +++ b/src/main/java/g0101_0200/s0127_word_ladder/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 127\. Word Ladder diff --git a/src/main/java/g0101_0200/s0128_longest_consecutive_sequence/readme.md b/src/main/java/g0101_0200/s0128_longest_consecutive_sequence/readme.md index ff085b5e..218c1937 100644 --- a/src/main/java/g0101_0200/s0128_longest_consecutive_sequence/readme.md +++ b/src/main/java/g0101_0200/s0128_longest_consecutive_sequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 128\. Longest Consecutive Sequence diff --git a/src/main/java/g0101_0200/s0129_sum_root_to_leaf_numbers/readme.md b/src/main/java/g0101_0200/s0129_sum_root_to_leaf_numbers/readme.md index 7e41d069..ab1f9035 100644 --- a/src/main/java/g0101_0200/s0129_sum_root_to_leaf_numbers/readme.md +++ b/src/main/java/g0101_0200/s0129_sum_root_to_leaf_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 129\. Sum Root to Leaf Numbers diff --git a/src/main/java/g0101_0200/s0130_surrounded_regions/readme.md b/src/main/java/g0101_0200/s0130_surrounded_regions/readme.md index b2b52a99..1e83dd05 100644 --- a/src/main/java/g0101_0200/s0130_surrounded_regions/readme.md +++ b/src/main/java/g0101_0200/s0130_surrounded_regions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 130\. Surrounded Regions diff --git a/src/main/java/g0101_0200/s0131_palindrome_partitioning/readme.md b/src/main/java/g0101_0200/s0131_palindrome_partitioning/readme.md index 361a1641..68ee46f6 100644 --- a/src/main/java/g0101_0200/s0131_palindrome_partitioning/readme.md +++ b/src/main/java/g0101_0200/s0131_palindrome_partitioning/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 131\. Palindrome Partitioning diff --git a/src/main/java/g0101_0200/s0132_palindrome_partitioning_ii/readme.md b/src/main/java/g0101_0200/s0132_palindrome_partitioning_ii/readme.md index 6196a0b5..c92ef76e 100644 --- a/src/main/java/g0101_0200/s0132_palindrome_partitioning_ii/readme.md +++ b/src/main/java/g0101_0200/s0132_palindrome_partitioning_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 132\. Palindrome Partitioning II diff --git a/src/main/java/g0101_0200/s0133_clone_graph/readme.md b/src/main/java/g0101_0200/s0133_clone_graph/readme.md index 8ba52729..f333addd 100644 --- a/src/main/java/g0101_0200/s0133_clone_graph/readme.md +++ b/src/main/java/g0101_0200/s0133_clone_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 133\. Clone Graph diff --git a/src/main/java/g0101_0200/s0134_gas_station/readme.md b/src/main/java/g0101_0200/s0134_gas_station/readme.md index f05ec577..1fda4ab6 100644 --- a/src/main/java/g0101_0200/s0134_gas_station/readme.md +++ b/src/main/java/g0101_0200/s0134_gas_station/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 134\. Gas Station diff --git a/src/main/java/g0101_0200/s0135_candy/readme.md b/src/main/java/g0101_0200/s0135_candy/readme.md index b509f185..a729ad84 100644 --- a/src/main/java/g0101_0200/s0135_candy/readme.md +++ b/src/main/java/g0101_0200/s0135_candy/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 135\. Candy diff --git a/src/main/java/g0101_0200/s0136_single_number/readme.md b/src/main/java/g0101_0200/s0136_single_number/readme.md index b2a748a6..b3aa79d3 100644 --- a/src/main/java/g0101_0200/s0136_single_number/readme.md +++ b/src/main/java/g0101_0200/s0136_single_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 136\. Single Number diff --git a/src/main/java/g0101_0200/s0137_single_number_ii/readme.md b/src/main/java/g0101_0200/s0137_single_number_ii/readme.md index 1be2de14..b2733755 100644 --- a/src/main/java/g0101_0200/s0137_single_number_ii/readme.md +++ b/src/main/java/g0101_0200/s0137_single_number_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 137\. Single Number II diff --git a/src/main/java/g0101_0200/s0138_copy_list_with_random_pointer/readme.md b/src/main/java/g0101_0200/s0138_copy_list_with_random_pointer/readme.md index 7cba7f15..a1630b27 100644 --- a/src/main/java/g0101_0200/s0138_copy_list_with_random_pointer/readme.md +++ b/src/main/java/g0101_0200/s0138_copy_list_with_random_pointer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 138\. Copy List with Random Pointer diff --git a/src/main/java/g0101_0200/s0139_word_break/readme.md b/src/main/java/g0101_0200/s0139_word_break/readme.md index 783867cd..59251049 100644 --- a/src/main/java/g0101_0200/s0139_word_break/readme.md +++ b/src/main/java/g0101_0200/s0139_word_break/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 139\. Word Break diff --git a/src/main/java/g0101_0200/s0140_word_break_ii/readme.md b/src/main/java/g0101_0200/s0140_word_break_ii/readme.md index 64de52c4..e84cb2fc 100644 --- a/src/main/java/g0101_0200/s0140_word_break_ii/readme.md +++ b/src/main/java/g0101_0200/s0140_word_break_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 140\. Word Break II diff --git a/src/main/java/g0101_0200/s0141_linked_list_cycle/readme.md b/src/main/java/g0101_0200/s0141_linked_list_cycle/readme.md index a078ec16..77e275fb 100644 --- a/src/main/java/g0101_0200/s0141_linked_list_cycle/readme.md +++ b/src/main/java/g0101_0200/s0141_linked_list_cycle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 141\. Linked List Cycle diff --git a/src/main/java/g0101_0200/s0142_linked_list_cycle_ii/readme.md b/src/main/java/g0101_0200/s0142_linked_list_cycle_ii/readme.md index 1605d52e..a09f9f22 100644 --- a/src/main/java/g0101_0200/s0142_linked_list_cycle_ii/readme.md +++ b/src/main/java/g0101_0200/s0142_linked_list_cycle_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 142\. Linked List Cycle II diff --git a/src/main/java/g0101_0200/s0143_reorder_list/readme.md b/src/main/java/g0101_0200/s0143_reorder_list/readme.md index 29a5e579..55c32712 100644 --- a/src/main/java/g0101_0200/s0143_reorder_list/readme.md +++ b/src/main/java/g0101_0200/s0143_reorder_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 143\. Reorder List diff --git a/src/main/java/g0101_0200/s0144_binary_tree_preorder_traversal/readme.md b/src/main/java/g0101_0200/s0144_binary_tree_preorder_traversal/readme.md index 44db8618..e9e4cee7 100644 --- a/src/main/java/g0101_0200/s0144_binary_tree_preorder_traversal/readme.md +++ b/src/main/java/g0101_0200/s0144_binary_tree_preorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 144\. Binary Tree Preorder Traversal diff --git a/src/main/java/g0101_0200/s0145_binary_tree_postorder_traversal/readme.md b/src/main/java/g0101_0200/s0145_binary_tree_postorder_traversal/readme.md index c4d23c37..0fa4aeab 100644 --- a/src/main/java/g0101_0200/s0145_binary_tree_postorder_traversal/readme.md +++ b/src/main/java/g0101_0200/s0145_binary_tree_postorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 145\. Binary Tree Postorder Traversal diff --git a/src/main/java/g0101_0200/s0146_lru_cache/readme.md b/src/main/java/g0101_0200/s0146_lru_cache/readme.md index c7d3f8d4..717e8eb1 100644 --- a/src/main/java/g0101_0200/s0146_lru_cache/readme.md +++ b/src/main/java/g0101_0200/s0146_lru_cache/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 146\. LRU Cache diff --git a/src/main/java/g0101_0200/s0147_insertion_sort_list/readme.md b/src/main/java/g0101_0200/s0147_insertion_sort_list/readme.md index 84f05008..b4fd4fdc 100644 --- a/src/main/java/g0101_0200/s0147_insertion_sort_list/readme.md +++ b/src/main/java/g0101_0200/s0147_insertion_sort_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 147\. Insertion Sort List diff --git a/src/main/java/g0101_0200/s0148_sort_list/readme.md b/src/main/java/g0101_0200/s0148_sort_list/readme.md index b5d876ab..a70f87d7 100644 --- a/src/main/java/g0101_0200/s0148_sort_list/readme.md +++ b/src/main/java/g0101_0200/s0148_sort_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 148\. Sort List diff --git a/src/main/java/g0101_0200/s0149_max_points_on_a_line/readme.md b/src/main/java/g0101_0200/s0149_max_points_on_a_line/readme.md index cd8ff8c9..217c7a83 100644 --- a/src/main/java/g0101_0200/s0149_max_points_on_a_line/readme.md +++ b/src/main/java/g0101_0200/s0149_max_points_on_a_line/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 149\. Max Points on a Line diff --git a/src/main/java/g0101_0200/s0150_evaluate_reverse_polish_notation/readme.md b/src/main/java/g0101_0200/s0150_evaluate_reverse_polish_notation/readme.md index 141074e8..20270b1c 100644 --- a/src/main/java/g0101_0200/s0150_evaluate_reverse_polish_notation/readme.md +++ b/src/main/java/g0101_0200/s0150_evaluate_reverse_polish_notation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 150\. Evaluate Reverse Polish Notation diff --git a/src/main/java/g0101_0200/s0151_reverse_words_in_a_string/readme.md b/src/main/java/g0101_0200/s0151_reverse_words_in_a_string/readme.md index 3de44681..3d86154b 100644 --- a/src/main/java/g0101_0200/s0151_reverse_words_in_a_string/readme.md +++ b/src/main/java/g0101_0200/s0151_reverse_words_in_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 151\. Reverse Words in a String diff --git a/src/main/java/g0101_0200/s0152_maximum_product_subarray/readme.md b/src/main/java/g0101_0200/s0152_maximum_product_subarray/readme.md index a75f5035..5f2cf13c 100644 --- a/src/main/java/g0101_0200/s0152_maximum_product_subarray/readme.md +++ b/src/main/java/g0101_0200/s0152_maximum_product_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 152\. Maximum Product Subarray diff --git a/src/main/java/g0101_0200/s0153_find_minimum_in_rotated_sorted_array/readme.md b/src/main/java/g0101_0200/s0153_find_minimum_in_rotated_sorted_array/readme.md index e77df08a..b5ec9e72 100644 --- a/src/main/java/g0101_0200/s0153_find_minimum_in_rotated_sorted_array/readme.md +++ b/src/main/java/g0101_0200/s0153_find_minimum_in_rotated_sorted_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 153\. Find Minimum in Rotated Sorted Array diff --git a/src/main/java/g0101_0200/s0154_find_minimum_in_rotated_sorted_array_ii/readme.md b/src/main/java/g0101_0200/s0154_find_minimum_in_rotated_sorted_array_ii/readme.md index 0dfc6884..12bbaf14 100644 --- a/src/main/java/g0101_0200/s0154_find_minimum_in_rotated_sorted_array_ii/readme.md +++ b/src/main/java/g0101_0200/s0154_find_minimum_in_rotated_sorted_array_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 154\. Find Minimum in Rotated Sorted Array II diff --git a/src/main/java/g0101_0200/s0155_min_stack/readme.md b/src/main/java/g0101_0200/s0155_min_stack/readme.md index 9b2b8278..84a6cbbe 100644 --- a/src/main/java/g0101_0200/s0155_min_stack/readme.md +++ b/src/main/java/g0101_0200/s0155_min_stack/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 155\. Min Stack diff --git a/src/main/java/g0101_0200/s0160_intersection_of_two_linked_lists/readme.md b/src/main/java/g0101_0200/s0160_intersection_of_two_linked_lists/readme.md index a6f4caeb..b9e84c69 100644 --- a/src/main/java/g0101_0200/s0160_intersection_of_two_linked_lists/readme.md +++ b/src/main/java/g0101_0200/s0160_intersection_of_two_linked_lists/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 160\. Intersection of Two Linked Lists diff --git a/src/main/java/g0101_0200/s0162_find_peak_element/readme.md b/src/main/java/g0101_0200/s0162_find_peak_element/readme.md index 48f01143..b74f755e 100644 --- a/src/main/java/g0101_0200/s0162_find_peak_element/readme.md +++ b/src/main/java/g0101_0200/s0162_find_peak_element/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 162\. Find Peak Element diff --git a/src/main/java/g0101_0200/s0164_maximum_gap/readme.md b/src/main/java/g0101_0200/s0164_maximum_gap/readme.md index 288efde4..634896e6 100644 --- a/src/main/java/g0101_0200/s0164_maximum_gap/readme.md +++ b/src/main/java/g0101_0200/s0164_maximum_gap/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 164\. Maximum Gap diff --git a/src/main/java/g0101_0200/s0165_compare_version_numbers/readme.md b/src/main/java/g0101_0200/s0165_compare_version_numbers/readme.md index 2e7c1281..83dc24e9 100644 --- a/src/main/java/g0101_0200/s0165_compare_version_numbers/readme.md +++ b/src/main/java/g0101_0200/s0165_compare_version_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 165\. Compare Version Numbers diff --git a/src/main/java/g0101_0200/s0166_fraction_to_recurring_decimal/readme.md b/src/main/java/g0101_0200/s0166_fraction_to_recurring_decimal/readme.md index 7ddc4853..da97f172 100644 --- a/src/main/java/g0101_0200/s0166_fraction_to_recurring_decimal/readme.md +++ b/src/main/java/g0101_0200/s0166_fraction_to_recurring_decimal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 166\. Fraction to Recurring Decimal diff --git a/src/main/java/g0101_0200/s0167_two_sum_ii_input_array_is_sorted/readme.md b/src/main/java/g0101_0200/s0167_two_sum_ii_input_array_is_sorted/readme.md index 1977cc75..0d3009a1 100644 --- a/src/main/java/g0101_0200/s0167_two_sum_ii_input_array_is_sorted/readme.md +++ b/src/main/java/g0101_0200/s0167_two_sum_ii_input_array_is_sorted/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 167\. Two Sum II - Input Array Is Sorted diff --git a/src/main/java/g0101_0200/s0168_excel_sheet_column_title/readme.md b/src/main/java/g0101_0200/s0168_excel_sheet_column_title/readme.md index e1700545..b13f53a9 100644 --- a/src/main/java/g0101_0200/s0168_excel_sheet_column_title/readme.md +++ b/src/main/java/g0101_0200/s0168_excel_sheet_column_title/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 168\. Excel Sheet Column Title diff --git a/src/main/java/g0101_0200/s0169_majority_element/readme.md b/src/main/java/g0101_0200/s0169_majority_element/readme.md index 9b05b62e..55aff88b 100644 --- a/src/main/java/g0101_0200/s0169_majority_element/readme.md +++ b/src/main/java/g0101_0200/s0169_majority_element/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 169\. Majority Element diff --git a/src/main/java/g0101_0200/s0171_excel_sheet_column_number/readme.md b/src/main/java/g0101_0200/s0171_excel_sheet_column_number/readme.md index e188d074..ea840700 100644 --- a/src/main/java/g0101_0200/s0171_excel_sheet_column_number/readme.md +++ b/src/main/java/g0101_0200/s0171_excel_sheet_column_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 171\. Excel Sheet Column Number diff --git a/src/main/java/g0101_0200/s0172_factorial_trailing_zeroes/readme.md b/src/main/java/g0101_0200/s0172_factorial_trailing_zeroes/readme.md index 5bea41c8..ddc5c3c5 100644 --- a/src/main/java/g0101_0200/s0172_factorial_trailing_zeroes/readme.md +++ b/src/main/java/g0101_0200/s0172_factorial_trailing_zeroes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 172\. Factorial Trailing Zeroes diff --git a/src/main/java/g0101_0200/s0173_binary_search_tree_iterator/readme.md b/src/main/java/g0101_0200/s0173_binary_search_tree_iterator/readme.md index 4a8aee71..56178c68 100644 --- a/src/main/java/g0101_0200/s0173_binary_search_tree_iterator/readme.md +++ b/src/main/java/g0101_0200/s0173_binary_search_tree_iterator/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 173\. Binary Search Tree Iterator diff --git a/src/main/java/g0101_0200/s0174_dungeon_game/readme.md b/src/main/java/g0101_0200/s0174_dungeon_game/readme.md index fcb868b8..923a6c0e 100644 --- a/src/main/java/g0101_0200/s0174_dungeon_game/readme.md +++ b/src/main/java/g0101_0200/s0174_dungeon_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 174\. Dungeon Game diff --git a/src/main/java/g0101_0200/s0175_combine_two_tables/readme.md b/src/main/java/g0101_0200/s0175_combine_two_tables/readme.md index 5314b7a7..9ba81093 100644 --- a/src/main/java/g0101_0200/s0175_combine_two_tables/readme.md +++ b/src/main/java/g0101_0200/s0175_combine_two_tables/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 175\. Combine Two Tables diff --git a/src/main/java/g0101_0200/s0176_second_highest_salary/readme.md b/src/main/java/g0101_0200/s0176_second_highest_salary/readme.md index 0baf975a..503d2aae 100644 --- a/src/main/java/g0101_0200/s0176_second_highest_salary/readme.md +++ b/src/main/java/g0101_0200/s0176_second_highest_salary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 176\. Second Highest Salary diff --git a/src/main/java/g0101_0200/s0177_nth_highest_salary/readme.md b/src/main/java/g0101_0200/s0177_nth_highest_salary/readme.md index da180ea0..702a7043 100644 --- a/src/main/java/g0101_0200/s0177_nth_highest_salary/readme.md +++ b/src/main/java/g0101_0200/s0177_nth_highest_salary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 177\. Nth Highest Salary diff --git a/src/main/java/g0101_0200/s0178_rank_scores/readme.md b/src/main/java/g0101_0200/s0178_rank_scores/readme.md index 81cf695a..7526e0ef 100644 --- a/src/main/java/g0101_0200/s0178_rank_scores/readme.md +++ b/src/main/java/g0101_0200/s0178_rank_scores/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 178\. Rank Scores diff --git a/src/main/java/g0101_0200/s0179_largest_number/readme.md b/src/main/java/g0101_0200/s0179_largest_number/readme.md index 82ebece3..4f965276 100644 --- a/src/main/java/g0101_0200/s0179_largest_number/readme.md +++ b/src/main/java/g0101_0200/s0179_largest_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 179\. Largest Number diff --git a/src/main/java/g0101_0200/s0180_consecutive_numbers/readme.md b/src/main/java/g0101_0200/s0180_consecutive_numbers/readme.md index 26372978..e3e2f210 100644 --- a/src/main/java/g0101_0200/s0180_consecutive_numbers/readme.md +++ b/src/main/java/g0101_0200/s0180_consecutive_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 180\. Consecutive Numbers diff --git a/src/main/java/g0101_0200/s0181_employees_earning_more_than_their_managers/readme.md b/src/main/java/g0101_0200/s0181_employees_earning_more_than_their_managers/readme.md index 22615ae6..6ccebd40 100644 --- a/src/main/java/g0101_0200/s0181_employees_earning_more_than_their_managers/readme.md +++ b/src/main/java/g0101_0200/s0181_employees_earning_more_than_their_managers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 181\. Employees Earning More Than Their Managers diff --git a/src/main/java/g0101_0200/s0182_duplicate_emails/readme.md b/src/main/java/g0101_0200/s0182_duplicate_emails/readme.md index afe1da99..cb219392 100644 --- a/src/main/java/g0101_0200/s0182_duplicate_emails/readme.md +++ b/src/main/java/g0101_0200/s0182_duplicate_emails/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 182\. Duplicate Emails diff --git a/src/main/java/g0101_0200/s0183_customers_who_never_order/readme.md b/src/main/java/g0101_0200/s0183_customers_who_never_order/readme.md index 526a2395..5bab607c 100644 --- a/src/main/java/g0101_0200/s0183_customers_who_never_order/readme.md +++ b/src/main/java/g0101_0200/s0183_customers_who_never_order/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 183\. Customers Who Never Order diff --git a/src/main/java/g0101_0200/s0184_department_highest_salary/readme.md b/src/main/java/g0101_0200/s0184_department_highest_salary/readme.md index 4672095c..b1ddf81e 100644 --- a/src/main/java/g0101_0200/s0184_department_highest_salary/readme.md +++ b/src/main/java/g0101_0200/s0184_department_highest_salary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 184\. Department Highest Salary diff --git a/src/main/java/g0101_0200/s0185_department_top_three_salaries/readme.md b/src/main/java/g0101_0200/s0185_department_top_three_salaries/readme.md index bf8739c5..040d5c7b 100644 --- a/src/main/java/g0101_0200/s0185_department_top_three_salaries/readme.md +++ b/src/main/java/g0101_0200/s0185_department_top_three_salaries/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 185\. Department Top Three Salaries diff --git a/src/main/java/g0101_0200/s0187_repeated_dna_sequences/readme.md b/src/main/java/g0101_0200/s0187_repeated_dna_sequences/readme.md index 23b54c80..221e008a 100644 --- a/src/main/java/g0101_0200/s0187_repeated_dna_sequences/readme.md +++ b/src/main/java/g0101_0200/s0187_repeated_dna_sequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 187\. Repeated DNA Sequences diff --git a/src/main/java/g0101_0200/s0188_best_time_to_buy_and_sell_stock_iv/readme.md b/src/main/java/g0101_0200/s0188_best_time_to_buy_and_sell_stock_iv/readme.md index 0f62ec9c..18d937b9 100644 --- a/src/main/java/g0101_0200/s0188_best_time_to_buy_and_sell_stock_iv/readme.md +++ b/src/main/java/g0101_0200/s0188_best_time_to_buy_and_sell_stock_iv/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 188\. Best Time to Buy and Sell Stock IV diff --git a/src/main/java/g0101_0200/s0189_rotate_array/readme.md b/src/main/java/g0101_0200/s0189_rotate_array/readme.md index 77566ed2..71114058 100644 --- a/src/main/java/g0101_0200/s0189_rotate_array/readme.md +++ b/src/main/java/g0101_0200/s0189_rotate_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 189\. Rotate Array diff --git a/src/main/java/g0101_0200/s0190_reverse_bits/readme.md b/src/main/java/g0101_0200/s0190_reverse_bits/readme.md index 6181b5a0..647e64a5 100644 --- a/src/main/java/g0101_0200/s0190_reverse_bits/readme.md +++ b/src/main/java/g0101_0200/s0190_reverse_bits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 190\. Reverse Bits diff --git a/src/main/java/g0101_0200/s0191_number_of_1_bits/readme.md b/src/main/java/g0101_0200/s0191_number_of_1_bits/readme.md index 6d335d7f..bb0f949b 100644 --- a/src/main/java/g0101_0200/s0191_number_of_1_bits/readme.md +++ b/src/main/java/g0101_0200/s0191_number_of_1_bits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 191\. Number of 1 Bits diff --git a/src/main/java/g0101_0200/s0192_word_frequency/readme.md b/src/main/java/g0101_0200/s0192_word_frequency/readme.md index 1d5de802..40a0ca4c 100644 --- a/src/main/java/g0101_0200/s0192_word_frequency/readme.md +++ b/src/main/java/g0101_0200/s0192_word_frequency/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 192\. Word Frequency diff --git a/src/main/java/g0101_0200/s0193_valid_phone_numbers/readme.md b/src/main/java/g0101_0200/s0193_valid_phone_numbers/readme.md index f13a47d3..bd97738d 100644 --- a/src/main/java/g0101_0200/s0193_valid_phone_numbers/readme.md +++ b/src/main/java/g0101_0200/s0193_valid_phone_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 193\. Valid Phone Numbers diff --git a/src/main/java/g0101_0200/s0194_transpose_file/readme.md b/src/main/java/g0101_0200/s0194_transpose_file/readme.md index 82eea4ec..e57d4b44 100644 --- a/src/main/java/g0101_0200/s0194_transpose_file/readme.md +++ b/src/main/java/g0101_0200/s0194_transpose_file/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 194\. Transpose File diff --git a/src/main/java/g0101_0200/s0195_tenth_line/readme.md b/src/main/java/g0101_0200/s0195_tenth_line/readme.md index 8322fa23..ef529f82 100644 --- a/src/main/java/g0101_0200/s0195_tenth_line/readme.md +++ b/src/main/java/g0101_0200/s0195_tenth_line/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 195\. Tenth Line diff --git a/src/main/java/g0101_0200/s0196_delete_duplicate_emails/readme.md b/src/main/java/g0101_0200/s0196_delete_duplicate_emails/readme.md index b3a1ee0b..0e7c74dc 100644 --- a/src/main/java/g0101_0200/s0196_delete_duplicate_emails/readme.md +++ b/src/main/java/g0101_0200/s0196_delete_duplicate_emails/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 196\. Delete Duplicate Emails diff --git a/src/main/java/g0101_0200/s0197_rising_temperature/readme.md b/src/main/java/g0101_0200/s0197_rising_temperature/readme.md index fc97e961..b7e7ec2e 100644 --- a/src/main/java/g0101_0200/s0197_rising_temperature/readme.md +++ b/src/main/java/g0101_0200/s0197_rising_temperature/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 197\. Rising Temperature diff --git a/src/main/java/g0101_0200/s0198_house_robber/readme.md b/src/main/java/g0101_0200/s0198_house_robber/readme.md index 00eefa16..349bf9cf 100644 --- a/src/main/java/g0101_0200/s0198_house_robber/readme.md +++ b/src/main/java/g0101_0200/s0198_house_robber/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 198\. House Robber diff --git a/src/main/java/g0101_0200/s0199_binary_tree_right_side_view/readme.md b/src/main/java/g0101_0200/s0199_binary_tree_right_side_view/readme.md index bd16a8af..454045d4 100644 --- a/src/main/java/g0101_0200/s0199_binary_tree_right_side_view/readme.md +++ b/src/main/java/g0101_0200/s0199_binary_tree_right_side_view/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 199\. Binary Tree Right Side View diff --git a/src/main/java/g0101_0200/s0200_number_of_islands/readme.md b/src/main/java/g0101_0200/s0200_number_of_islands/readme.md index 111a31d9..ac93c662 100644 --- a/src/main/java/g0101_0200/s0200_number_of_islands/readme.md +++ b/src/main/java/g0101_0200/s0200_number_of_islands/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 200\. Number of Islands diff --git a/src/main/java/g0201_0300/s0201_bitwise_and_of_numbers_range/readme.md b/src/main/java/g0201_0300/s0201_bitwise_and_of_numbers_range/readme.md index 1feb0b13..7d53811a 100644 --- a/src/main/java/g0201_0300/s0201_bitwise_and_of_numbers_range/readme.md +++ b/src/main/java/g0201_0300/s0201_bitwise_and_of_numbers_range/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 201\. Bitwise AND of Numbers Range diff --git a/src/main/java/g0201_0300/s0202_happy_number/readme.md b/src/main/java/g0201_0300/s0202_happy_number/readme.md index ac3ba729..6a9369d5 100644 --- a/src/main/java/g0201_0300/s0202_happy_number/readme.md +++ b/src/main/java/g0201_0300/s0202_happy_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 202\. Happy Number diff --git a/src/main/java/g0201_0300/s0203_remove_linked_list_elements/readme.md b/src/main/java/g0201_0300/s0203_remove_linked_list_elements/readme.md index 02c0254d..ae92d598 100644 --- a/src/main/java/g0201_0300/s0203_remove_linked_list_elements/readme.md +++ b/src/main/java/g0201_0300/s0203_remove_linked_list_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 203\. Remove Linked List Elements diff --git a/src/main/java/g0201_0300/s0204_count_primes/readme.md b/src/main/java/g0201_0300/s0204_count_primes/readme.md index 50cf0995..321d94c3 100644 --- a/src/main/java/g0201_0300/s0204_count_primes/readme.md +++ b/src/main/java/g0201_0300/s0204_count_primes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 204\. Count Primes diff --git a/src/main/java/g0201_0300/s0205_isomorphic_strings/readme.md b/src/main/java/g0201_0300/s0205_isomorphic_strings/readme.md index ea0edcd7..9091c00e 100644 --- a/src/main/java/g0201_0300/s0205_isomorphic_strings/readme.md +++ b/src/main/java/g0201_0300/s0205_isomorphic_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 205\. Isomorphic Strings diff --git a/src/main/java/g0201_0300/s0206_reverse_linked_list/readme.md b/src/main/java/g0201_0300/s0206_reverse_linked_list/readme.md index 0076d84c..462c3f6a 100644 --- a/src/main/java/g0201_0300/s0206_reverse_linked_list/readme.md +++ b/src/main/java/g0201_0300/s0206_reverse_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 206\. Reverse Linked List diff --git a/src/main/java/g0201_0300/s0207_course_schedule/readme.md b/src/main/java/g0201_0300/s0207_course_schedule/readme.md index de2401d4..91ee315d 100644 --- a/src/main/java/g0201_0300/s0207_course_schedule/readme.md +++ b/src/main/java/g0201_0300/s0207_course_schedule/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 207\. Course Schedule diff --git a/src/main/java/g0201_0300/s0208_implement_trie_prefix_tree/readme.md b/src/main/java/g0201_0300/s0208_implement_trie_prefix_tree/readme.md index 735e48ce..34db24b4 100644 --- a/src/main/java/g0201_0300/s0208_implement_trie_prefix_tree/readme.md +++ b/src/main/java/g0201_0300/s0208_implement_trie_prefix_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 208\. Implement Trie (Prefix Tree) diff --git a/src/main/java/g0201_0300/s0209_minimum_size_subarray_sum/readme.md b/src/main/java/g0201_0300/s0209_minimum_size_subarray_sum/readme.md index e9bf1a04..cc185b42 100644 --- a/src/main/java/g0201_0300/s0209_minimum_size_subarray_sum/readme.md +++ b/src/main/java/g0201_0300/s0209_minimum_size_subarray_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 209\. Minimum Size Subarray Sum diff --git a/src/main/java/g0201_0300/s0210_course_schedule_ii/readme.md b/src/main/java/g0201_0300/s0210_course_schedule_ii/readme.md index a47a6c76..703a241a 100644 --- a/src/main/java/g0201_0300/s0210_course_schedule_ii/readme.md +++ b/src/main/java/g0201_0300/s0210_course_schedule_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 210\. Course Schedule II diff --git a/src/main/java/g0201_0300/s0211_design_add_and_search_words_data_structure/readme.md b/src/main/java/g0201_0300/s0211_design_add_and_search_words_data_structure/readme.md index 823e77ec..b53658a4 100644 --- a/src/main/java/g0201_0300/s0211_design_add_and_search_words_data_structure/readme.md +++ b/src/main/java/g0201_0300/s0211_design_add_and_search_words_data_structure/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 211\. Design Add and Search Words Data Structure diff --git a/src/main/java/g0201_0300/s0212_word_search_ii/readme.md b/src/main/java/g0201_0300/s0212_word_search_ii/readme.md index b14e39c6..f62c1271 100644 --- a/src/main/java/g0201_0300/s0212_word_search_ii/readme.md +++ b/src/main/java/g0201_0300/s0212_word_search_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 212\. Word Search II diff --git a/src/main/java/g0201_0300/s0213_house_robber_ii/readme.md b/src/main/java/g0201_0300/s0213_house_robber_ii/readme.md index fe33d68c..7c846a17 100644 --- a/src/main/java/g0201_0300/s0213_house_robber_ii/readme.md +++ b/src/main/java/g0201_0300/s0213_house_robber_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 213\. House Robber II diff --git a/src/main/java/g0201_0300/s0214_shortest_palindrome/readme.md b/src/main/java/g0201_0300/s0214_shortest_palindrome/readme.md index db34ee7e..6200cd0d 100644 --- a/src/main/java/g0201_0300/s0214_shortest_palindrome/readme.md +++ b/src/main/java/g0201_0300/s0214_shortest_palindrome/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 214\. Shortest Palindrome diff --git a/src/main/java/g0201_0300/s0215_kth_largest_element_in_an_array/readme.md b/src/main/java/g0201_0300/s0215_kth_largest_element_in_an_array/readme.md index c514fd2c..9f76f714 100644 --- a/src/main/java/g0201_0300/s0215_kth_largest_element_in_an_array/readme.md +++ b/src/main/java/g0201_0300/s0215_kth_largest_element_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 215\. Kth Largest Element in an Array diff --git a/src/main/java/g0201_0300/s0216_combination_sum_iii/readme.md b/src/main/java/g0201_0300/s0216_combination_sum_iii/readme.md index 1bcab1d0..e2f06891 100644 --- a/src/main/java/g0201_0300/s0216_combination_sum_iii/readme.md +++ b/src/main/java/g0201_0300/s0216_combination_sum_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 216\. Combination Sum III diff --git a/src/main/java/g0201_0300/s0217_contains_duplicate/readme.md b/src/main/java/g0201_0300/s0217_contains_duplicate/readme.md index 4bc6d095..850e069d 100644 --- a/src/main/java/g0201_0300/s0217_contains_duplicate/readme.md +++ b/src/main/java/g0201_0300/s0217_contains_duplicate/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 217\. Contains Duplicate diff --git a/src/main/java/g0201_0300/s0218_the_skyline_problem/readme.md b/src/main/java/g0201_0300/s0218_the_skyline_problem/readme.md index c6c4c35c..c356a96d 100644 --- a/src/main/java/g0201_0300/s0218_the_skyline_problem/readme.md +++ b/src/main/java/g0201_0300/s0218_the_skyline_problem/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 218\. The Skyline Problem diff --git a/src/main/java/g0201_0300/s0219_contains_duplicate_ii/readme.md b/src/main/java/g0201_0300/s0219_contains_duplicate_ii/readme.md index e6a3e98b..a59b9ecd 100644 --- a/src/main/java/g0201_0300/s0219_contains_duplicate_ii/readme.md +++ b/src/main/java/g0201_0300/s0219_contains_duplicate_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 219\. Contains Duplicate II diff --git a/src/main/java/g0201_0300/s0220_contains_duplicate_iii/readme.md b/src/main/java/g0201_0300/s0220_contains_duplicate_iii/readme.md index 3263ce32..68e8003b 100644 --- a/src/main/java/g0201_0300/s0220_contains_duplicate_iii/readme.md +++ b/src/main/java/g0201_0300/s0220_contains_duplicate_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 220\. Contains Duplicate III diff --git a/src/main/java/g0201_0300/s0221_maximal_square/readme.md b/src/main/java/g0201_0300/s0221_maximal_square/readme.md index 4c8a2508..3f30a6e2 100644 --- a/src/main/java/g0201_0300/s0221_maximal_square/readme.md +++ b/src/main/java/g0201_0300/s0221_maximal_square/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 221\. Maximal Square diff --git a/src/main/java/g0201_0300/s0222_count_complete_tree_nodes/readme.md b/src/main/java/g0201_0300/s0222_count_complete_tree_nodes/readme.md index c06af30c..f3d8092d 100644 --- a/src/main/java/g0201_0300/s0222_count_complete_tree_nodes/readme.md +++ b/src/main/java/g0201_0300/s0222_count_complete_tree_nodes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 222\. Count Complete Tree Nodes diff --git a/src/main/java/g0201_0300/s0223_rectangle_area/readme.md b/src/main/java/g0201_0300/s0223_rectangle_area/readme.md index 56a2f0a9..0d1798da 100644 --- a/src/main/java/g0201_0300/s0223_rectangle_area/readme.md +++ b/src/main/java/g0201_0300/s0223_rectangle_area/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 223\. Rectangle Area diff --git a/src/main/java/g0201_0300/s0224_basic_calculator/readme.md b/src/main/java/g0201_0300/s0224_basic_calculator/readme.md index a7102892..8b60eae2 100644 --- a/src/main/java/g0201_0300/s0224_basic_calculator/readme.md +++ b/src/main/java/g0201_0300/s0224_basic_calculator/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 224\. Basic Calculator diff --git a/src/main/java/g0201_0300/s0225_implement_stack_using_queues/readme.md b/src/main/java/g0201_0300/s0225_implement_stack_using_queues/readme.md index 87baa3d8..749b9136 100644 --- a/src/main/java/g0201_0300/s0225_implement_stack_using_queues/readme.md +++ b/src/main/java/g0201_0300/s0225_implement_stack_using_queues/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 225\. Implement Stack using Queues diff --git a/src/main/java/g0201_0300/s0226_invert_binary_tree/readme.md b/src/main/java/g0201_0300/s0226_invert_binary_tree/readme.md index 73641d05..c4723282 100644 --- a/src/main/java/g0201_0300/s0226_invert_binary_tree/readme.md +++ b/src/main/java/g0201_0300/s0226_invert_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 226\. Invert Binary Tree diff --git a/src/main/java/g0201_0300/s0227_basic_calculator_ii/readme.md b/src/main/java/g0201_0300/s0227_basic_calculator_ii/readme.md index 0a10dacf..ea529c99 100644 --- a/src/main/java/g0201_0300/s0227_basic_calculator_ii/readme.md +++ b/src/main/java/g0201_0300/s0227_basic_calculator_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 227\. Basic Calculator II diff --git a/src/main/java/g0201_0300/s0228_summary_ranges/readme.md b/src/main/java/g0201_0300/s0228_summary_ranges/readme.md index 412bd57c..3b668cd0 100644 --- a/src/main/java/g0201_0300/s0228_summary_ranges/readme.md +++ b/src/main/java/g0201_0300/s0228_summary_ranges/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 228\. Summary Ranges diff --git a/src/main/java/g0201_0300/s0229_majority_element_ii/readme.md b/src/main/java/g0201_0300/s0229_majority_element_ii/readme.md index 70f5837a..b806e01b 100644 --- a/src/main/java/g0201_0300/s0229_majority_element_ii/readme.md +++ b/src/main/java/g0201_0300/s0229_majority_element_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 229\. Majority Element II diff --git a/src/main/java/g0201_0300/s0230_kth_smallest_element_in_a_bst/readme.md b/src/main/java/g0201_0300/s0230_kth_smallest_element_in_a_bst/readme.md index eedb1998..9769fb9e 100644 --- a/src/main/java/g0201_0300/s0230_kth_smallest_element_in_a_bst/readme.md +++ b/src/main/java/g0201_0300/s0230_kth_smallest_element_in_a_bst/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 230\. Kth Smallest Element in a BST diff --git a/src/main/java/g0201_0300/s0231_power_of_two/readme.md b/src/main/java/g0201_0300/s0231_power_of_two/readme.md index 3b20ba48..e9e0c892 100644 --- a/src/main/java/g0201_0300/s0231_power_of_two/readme.md +++ b/src/main/java/g0201_0300/s0231_power_of_two/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 231\. Power of Two diff --git a/src/main/java/g0201_0300/s0232_implement_queue_using_stacks/readme.md b/src/main/java/g0201_0300/s0232_implement_queue_using_stacks/readme.md index ab42c03b..2cd4f3ec 100644 --- a/src/main/java/g0201_0300/s0232_implement_queue_using_stacks/readme.md +++ b/src/main/java/g0201_0300/s0232_implement_queue_using_stacks/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 232\. Implement Queue using Stacks diff --git a/src/main/java/g0201_0300/s0233_number_of_digit_one/readme.md b/src/main/java/g0201_0300/s0233_number_of_digit_one/readme.md index d8bb26bc..170d45d4 100644 --- a/src/main/java/g0201_0300/s0233_number_of_digit_one/readme.md +++ b/src/main/java/g0201_0300/s0233_number_of_digit_one/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 233\. Number of Digit One diff --git a/src/main/java/g0201_0300/s0234_palindrome_linked_list/readme.md b/src/main/java/g0201_0300/s0234_palindrome_linked_list/readme.md index aae2a041..a013d46e 100644 --- a/src/main/java/g0201_0300/s0234_palindrome_linked_list/readme.md +++ b/src/main/java/g0201_0300/s0234_palindrome_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 234\. Palindrome Linked List diff --git a/src/main/java/g0201_0300/s0235_lowest_common_ancestor_of_a_binary_search_tree/readme.md b/src/main/java/g0201_0300/s0235_lowest_common_ancestor_of_a_binary_search_tree/readme.md index 4cafe205..f282dc59 100644 --- a/src/main/java/g0201_0300/s0235_lowest_common_ancestor_of_a_binary_search_tree/readme.md +++ b/src/main/java/g0201_0300/s0235_lowest_common_ancestor_of_a_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 235\. Lowest Common Ancestor of a Binary Search Tree diff --git a/src/main/java/g0201_0300/s0236_lowest_common_ancestor_of_a_binary_tree/readme.md b/src/main/java/g0201_0300/s0236_lowest_common_ancestor_of_a_binary_tree/readme.md index 87a7797d..84eef178 100644 --- a/src/main/java/g0201_0300/s0236_lowest_common_ancestor_of_a_binary_tree/readme.md +++ b/src/main/java/g0201_0300/s0236_lowest_common_ancestor_of_a_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 236\. Lowest Common Ancestor of a Binary Tree diff --git a/src/main/java/g0201_0300/s0237_delete_node_in_a_linked_list/readme.md b/src/main/java/g0201_0300/s0237_delete_node_in_a_linked_list/readme.md index 7ea6ebf5..3c54410f 100644 --- a/src/main/java/g0201_0300/s0237_delete_node_in_a_linked_list/readme.md +++ b/src/main/java/g0201_0300/s0237_delete_node_in_a_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 237\. Delete Node in a Linked List diff --git a/src/main/java/g0201_0300/s0238_product_of_array_except_self/readme.md b/src/main/java/g0201_0300/s0238_product_of_array_except_self/readme.md index eb088ab2..8b8831e1 100644 --- a/src/main/java/g0201_0300/s0238_product_of_array_except_self/readme.md +++ b/src/main/java/g0201_0300/s0238_product_of_array_except_self/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 238\. Product of Array Except Self diff --git a/src/main/java/g0201_0300/s0239_sliding_window_maximum/readme.md b/src/main/java/g0201_0300/s0239_sliding_window_maximum/readme.md index 04b0456e..c9e6053c 100644 --- a/src/main/java/g0201_0300/s0239_sliding_window_maximum/readme.md +++ b/src/main/java/g0201_0300/s0239_sliding_window_maximum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 239\. Sliding Window Maximum diff --git a/src/main/java/g0201_0300/s0240_search_a_2d_matrix_ii/readme.md b/src/main/java/g0201_0300/s0240_search_a_2d_matrix_ii/readme.md index f588396b..30da02dc 100644 --- a/src/main/java/g0201_0300/s0240_search_a_2d_matrix_ii/readme.md +++ b/src/main/java/g0201_0300/s0240_search_a_2d_matrix_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 240\. Search a 2D Matrix II diff --git a/src/main/java/g0201_0300/s0241_different_ways_to_add_parentheses/readme.md b/src/main/java/g0201_0300/s0241_different_ways_to_add_parentheses/readme.md index 10d867bd..b98354c9 100644 --- a/src/main/java/g0201_0300/s0241_different_ways_to_add_parentheses/readme.md +++ b/src/main/java/g0201_0300/s0241_different_ways_to_add_parentheses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 241\. Different Ways to Add Parentheses diff --git a/src/main/java/g0201_0300/s0242_valid_anagram/readme.md b/src/main/java/g0201_0300/s0242_valid_anagram/readme.md index 84550cc5..5c66eaaa 100644 --- a/src/main/java/g0201_0300/s0242_valid_anagram/readme.md +++ b/src/main/java/g0201_0300/s0242_valid_anagram/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 242\. Valid Anagram diff --git a/src/main/java/g0201_0300/s0257_binary_tree_paths/readme.md b/src/main/java/g0201_0300/s0257_binary_tree_paths/readme.md index 87937c72..6899d98e 100644 --- a/src/main/java/g0201_0300/s0257_binary_tree_paths/readme.md +++ b/src/main/java/g0201_0300/s0257_binary_tree_paths/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 257\. Binary Tree Paths diff --git a/src/main/java/g0201_0300/s0258_add_digits/readme.md b/src/main/java/g0201_0300/s0258_add_digits/readme.md index aba73399..f9d010cb 100644 --- a/src/main/java/g0201_0300/s0258_add_digits/readme.md +++ b/src/main/java/g0201_0300/s0258_add_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 258\. Add Digits diff --git a/src/main/java/g0201_0300/s0260_single_number_iii/readme.md b/src/main/java/g0201_0300/s0260_single_number_iii/readme.md index 8ed002ee..bd362b71 100644 --- a/src/main/java/g0201_0300/s0260_single_number_iii/readme.md +++ b/src/main/java/g0201_0300/s0260_single_number_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 260\. Single Number III diff --git a/src/main/java/g0201_0300/s0262_trips_and_users/readme.md b/src/main/java/g0201_0300/s0262_trips_and_users/readme.md index d96f1ca7..84910580 100644 --- a/src/main/java/g0201_0300/s0262_trips_and_users/readme.md +++ b/src/main/java/g0201_0300/s0262_trips_and_users/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 262\. Trips and Users diff --git a/src/main/java/g0201_0300/s0263_ugly_number/readme.md b/src/main/java/g0201_0300/s0263_ugly_number/readme.md index fea7262b..b992b853 100644 --- a/src/main/java/g0201_0300/s0263_ugly_number/readme.md +++ b/src/main/java/g0201_0300/s0263_ugly_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 263\. Ugly Number diff --git a/src/main/java/g0201_0300/s0264_ugly_number_ii/readme.md b/src/main/java/g0201_0300/s0264_ugly_number_ii/readme.md index a114a8b1..b9ec1966 100644 --- a/src/main/java/g0201_0300/s0264_ugly_number_ii/readme.md +++ b/src/main/java/g0201_0300/s0264_ugly_number_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 264\. Ugly Number II diff --git a/src/main/java/g0201_0300/s0268_missing_number/readme.md b/src/main/java/g0201_0300/s0268_missing_number/readme.md index 85be4521..61063407 100644 --- a/src/main/java/g0201_0300/s0268_missing_number/readme.md +++ b/src/main/java/g0201_0300/s0268_missing_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 268\. Missing Number diff --git a/src/main/java/g0201_0300/s0273_integer_to_english_words/readme.md b/src/main/java/g0201_0300/s0273_integer_to_english_words/readme.md index ac5ab6f3..18a735a9 100644 --- a/src/main/java/g0201_0300/s0273_integer_to_english_words/readme.md +++ b/src/main/java/g0201_0300/s0273_integer_to_english_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 273\. Integer to English Words diff --git a/src/main/java/g0201_0300/s0274_h_index/readme.md b/src/main/java/g0201_0300/s0274_h_index/readme.md index 0dd66386..9c794254 100644 --- a/src/main/java/g0201_0300/s0274_h_index/readme.md +++ b/src/main/java/g0201_0300/s0274_h_index/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 274\. H-Index diff --git a/src/main/java/g0201_0300/s0275_h_index_ii/readme.md b/src/main/java/g0201_0300/s0275_h_index_ii/readme.md index f3d64dab..5b6ff317 100644 --- a/src/main/java/g0201_0300/s0275_h_index_ii/readme.md +++ b/src/main/java/g0201_0300/s0275_h_index_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 275\. H-Index II diff --git a/src/main/java/g0201_0300/s0278_first_bad_version/readme.md b/src/main/java/g0201_0300/s0278_first_bad_version/readme.md index 8238486d..139f7b45 100644 --- a/src/main/java/g0201_0300/s0278_first_bad_version/readme.md +++ b/src/main/java/g0201_0300/s0278_first_bad_version/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 278\. First Bad Version diff --git a/src/main/java/g0201_0300/s0279_perfect_squares/readme.md b/src/main/java/g0201_0300/s0279_perfect_squares/readme.md index 06f6b9cf..9cb3b060 100644 --- a/src/main/java/g0201_0300/s0279_perfect_squares/readme.md +++ b/src/main/java/g0201_0300/s0279_perfect_squares/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 279\. Perfect Squares diff --git a/src/main/java/g0201_0300/s0282_expression_add_operators/readme.md b/src/main/java/g0201_0300/s0282_expression_add_operators/readme.md index 6fe605ff..7f7f8f2c 100644 --- a/src/main/java/g0201_0300/s0282_expression_add_operators/readme.md +++ b/src/main/java/g0201_0300/s0282_expression_add_operators/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 282\. Expression Add Operators diff --git a/src/main/java/g0201_0300/s0283_move_zeroes/readme.md b/src/main/java/g0201_0300/s0283_move_zeroes/readme.md index 13effaae..68c42631 100644 --- a/src/main/java/g0201_0300/s0283_move_zeroes/readme.md +++ b/src/main/java/g0201_0300/s0283_move_zeroes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 283\. Move Zeroes diff --git a/src/main/java/g0201_0300/s0284_peeking_iterator/readme.md b/src/main/java/g0201_0300/s0284_peeking_iterator/readme.md index 9f6ce806..361551f1 100644 --- a/src/main/java/g0201_0300/s0284_peeking_iterator/readme.md +++ b/src/main/java/g0201_0300/s0284_peeking_iterator/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 284\. Peeking Iterator diff --git a/src/main/java/g0201_0300/s0287_find_the_duplicate_number/readme.md b/src/main/java/g0201_0300/s0287_find_the_duplicate_number/readme.md index 7da204e4..f45d52ae 100644 --- a/src/main/java/g0201_0300/s0287_find_the_duplicate_number/readme.md +++ b/src/main/java/g0201_0300/s0287_find_the_duplicate_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 287\. Find the Duplicate Number diff --git a/src/main/java/g0201_0300/s0289_game_of_life/readme.md b/src/main/java/g0201_0300/s0289_game_of_life/readme.md index ac2a309a..80bf18a3 100644 --- a/src/main/java/g0201_0300/s0289_game_of_life/readme.md +++ b/src/main/java/g0201_0300/s0289_game_of_life/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 289\. Game of Life diff --git a/src/main/java/g0201_0300/s0290_word_pattern/readme.md b/src/main/java/g0201_0300/s0290_word_pattern/readme.md index 95bd2b1e..cd63a867 100644 --- a/src/main/java/g0201_0300/s0290_word_pattern/readme.md +++ b/src/main/java/g0201_0300/s0290_word_pattern/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 290\. Word Pattern diff --git a/src/main/java/g0201_0300/s0292_nim_game/readme.md b/src/main/java/g0201_0300/s0292_nim_game/readme.md index 8d8734c6..c8782eb5 100644 --- a/src/main/java/g0201_0300/s0292_nim_game/readme.md +++ b/src/main/java/g0201_0300/s0292_nim_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 292\. Nim Game diff --git a/src/main/java/g0201_0300/s0295_find_median_from_data_stream/readme.md b/src/main/java/g0201_0300/s0295_find_median_from_data_stream/readme.md index 6ed7fbc3..84a4d181 100644 --- a/src/main/java/g0201_0300/s0295_find_median_from_data_stream/readme.md +++ b/src/main/java/g0201_0300/s0295_find_median_from_data_stream/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 295\. Find Median from Data Stream diff --git a/src/main/java/g0201_0300/s0297_serialize_and_deserialize_binary_tree/readme.md b/src/main/java/g0201_0300/s0297_serialize_and_deserialize_binary_tree/readme.md index 7cc0e547..444fbb47 100644 --- a/src/main/java/g0201_0300/s0297_serialize_and_deserialize_binary_tree/readme.md +++ b/src/main/java/g0201_0300/s0297_serialize_and_deserialize_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 297\. Serialize and Deserialize Binary Tree diff --git a/src/main/java/g0201_0300/s0299_bulls_and_cows/readme.md b/src/main/java/g0201_0300/s0299_bulls_and_cows/readme.md index 37b83f83..656857f9 100644 --- a/src/main/java/g0201_0300/s0299_bulls_and_cows/readme.md +++ b/src/main/java/g0201_0300/s0299_bulls_and_cows/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 299\. Bulls and Cows diff --git a/src/main/java/g0201_0300/s0300_longest_increasing_subsequence/readme.md b/src/main/java/g0201_0300/s0300_longest_increasing_subsequence/readme.md index 3663ab57..265f7bb3 100644 --- a/src/main/java/g0201_0300/s0300_longest_increasing_subsequence/readme.md +++ b/src/main/java/g0201_0300/s0300_longest_increasing_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 300\. Longest Increasing Subsequence diff --git a/src/main/java/g0301_0400/s0301_remove_invalid_parentheses/readme.md b/src/main/java/g0301_0400/s0301_remove_invalid_parentheses/readme.md index 8f57d039..97b7cd62 100644 --- a/src/main/java/g0301_0400/s0301_remove_invalid_parentheses/readme.md +++ b/src/main/java/g0301_0400/s0301_remove_invalid_parentheses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 301\. Remove Invalid Parentheses diff --git a/src/main/java/g0301_0400/s0303_range_sum_query_immutable/readme.md b/src/main/java/g0301_0400/s0303_range_sum_query_immutable/readme.md index 6190700e..c44de5ff 100644 --- a/src/main/java/g0301_0400/s0303_range_sum_query_immutable/readme.md +++ b/src/main/java/g0301_0400/s0303_range_sum_query_immutable/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 303\. Range Sum Query - Immutable diff --git a/src/main/java/g0301_0400/s0304_range_sum_query_2d_immutable/readme.md b/src/main/java/g0301_0400/s0304_range_sum_query_2d_immutable/readme.md index 551060b1..6d2abae7 100644 --- a/src/main/java/g0301_0400/s0304_range_sum_query_2d_immutable/readme.md +++ b/src/main/java/g0301_0400/s0304_range_sum_query_2d_immutable/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 304\. Range Sum Query 2D - Immutable diff --git a/src/main/java/g0301_0400/s0306_additive_number/readme.md b/src/main/java/g0301_0400/s0306_additive_number/readme.md index 3525e280..5071fa51 100644 --- a/src/main/java/g0301_0400/s0306_additive_number/readme.md +++ b/src/main/java/g0301_0400/s0306_additive_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 306\. Additive Number diff --git a/src/main/java/g0301_0400/s0307_range_sum_query_mutable/readme.md b/src/main/java/g0301_0400/s0307_range_sum_query_mutable/readme.md index 72221705..ce0d1cfe 100644 --- a/src/main/java/g0301_0400/s0307_range_sum_query_mutable/readme.md +++ b/src/main/java/g0301_0400/s0307_range_sum_query_mutable/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 307\. Range Sum Query - Mutable diff --git a/src/main/java/g0301_0400/s0309_best_time_to_buy_and_sell_stock_with_cooldown/readme.md b/src/main/java/g0301_0400/s0309_best_time_to_buy_and_sell_stock_with_cooldown/readme.md index aa6d24b4..7d0220d8 100644 --- a/src/main/java/g0301_0400/s0309_best_time_to_buy_and_sell_stock_with_cooldown/readme.md +++ b/src/main/java/g0301_0400/s0309_best_time_to_buy_and_sell_stock_with_cooldown/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 309\. Best Time to Buy and Sell Stock with Cooldown diff --git a/src/main/java/g0301_0400/s0310_minimum_height_trees/readme.md b/src/main/java/g0301_0400/s0310_minimum_height_trees/readme.md index e668b476..fe9678f5 100644 --- a/src/main/java/g0301_0400/s0310_minimum_height_trees/readme.md +++ b/src/main/java/g0301_0400/s0310_minimum_height_trees/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 310\. Minimum Height Trees diff --git a/src/main/java/g0301_0400/s0312_burst_balloons/readme.md b/src/main/java/g0301_0400/s0312_burst_balloons/readme.md index 0811c5a8..02ddae29 100644 --- a/src/main/java/g0301_0400/s0312_burst_balloons/readme.md +++ b/src/main/java/g0301_0400/s0312_burst_balloons/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 312\. Burst Balloons diff --git a/src/main/java/g0301_0400/s0313_super_ugly_number/readme.md b/src/main/java/g0301_0400/s0313_super_ugly_number/readme.md index e75bb68a..5b0b2726 100644 --- a/src/main/java/g0301_0400/s0313_super_ugly_number/readme.md +++ b/src/main/java/g0301_0400/s0313_super_ugly_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 313\. Super Ugly Number diff --git a/src/main/java/g0301_0400/s0315_count_of_smaller_numbers_after_self/readme.md b/src/main/java/g0301_0400/s0315_count_of_smaller_numbers_after_self/readme.md index 85fc9f3f..d5d49692 100644 --- a/src/main/java/g0301_0400/s0315_count_of_smaller_numbers_after_self/readme.md +++ b/src/main/java/g0301_0400/s0315_count_of_smaller_numbers_after_self/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 315\. Count of Smaller Numbers After Self diff --git a/src/main/java/g0301_0400/s0316_remove_duplicate_letters/readme.md b/src/main/java/g0301_0400/s0316_remove_duplicate_letters/readme.md index 68a9df61..e9ac3561 100644 --- a/src/main/java/g0301_0400/s0316_remove_duplicate_letters/readme.md +++ b/src/main/java/g0301_0400/s0316_remove_duplicate_letters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 316\. Remove Duplicate Letters diff --git a/src/main/java/g0301_0400/s0318_maximum_product_of_word_lengths/readme.md b/src/main/java/g0301_0400/s0318_maximum_product_of_word_lengths/readme.md index 921be34a..cbfc499b 100644 --- a/src/main/java/g0301_0400/s0318_maximum_product_of_word_lengths/readme.md +++ b/src/main/java/g0301_0400/s0318_maximum_product_of_word_lengths/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 318\. Maximum Product of Word Lengths diff --git a/src/main/java/g0301_0400/s0319_bulb_switcher/readme.md b/src/main/java/g0301_0400/s0319_bulb_switcher/readme.md index 73d7bb34..29c34563 100644 --- a/src/main/java/g0301_0400/s0319_bulb_switcher/readme.md +++ b/src/main/java/g0301_0400/s0319_bulb_switcher/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 319\. Bulb Switcher diff --git a/src/main/java/g0301_0400/s0321_create_maximum_number/readme.md b/src/main/java/g0301_0400/s0321_create_maximum_number/readme.md index 8d750fdc..c11b22d1 100644 --- a/src/main/java/g0301_0400/s0321_create_maximum_number/readme.md +++ b/src/main/java/g0301_0400/s0321_create_maximum_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 321\. Create Maximum Number diff --git a/src/main/java/g0301_0400/s0322_coin_change/readme.md b/src/main/java/g0301_0400/s0322_coin_change/readme.md index 794f0586..d35c01bb 100644 --- a/src/main/java/g0301_0400/s0322_coin_change/readme.md +++ b/src/main/java/g0301_0400/s0322_coin_change/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 322\. Coin Change diff --git a/src/main/java/g0301_0400/s0324_wiggle_sort_ii/readme.md b/src/main/java/g0301_0400/s0324_wiggle_sort_ii/readme.md index 0e5bbf14..45d7244f 100644 --- a/src/main/java/g0301_0400/s0324_wiggle_sort_ii/readme.md +++ b/src/main/java/g0301_0400/s0324_wiggle_sort_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 324\. Wiggle Sort II diff --git a/src/main/java/g0301_0400/s0326_power_of_three/readme.md b/src/main/java/g0301_0400/s0326_power_of_three/readme.md index b232e9a5..7857cbf1 100644 --- a/src/main/java/g0301_0400/s0326_power_of_three/readme.md +++ b/src/main/java/g0301_0400/s0326_power_of_three/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 326\. Power of Three diff --git a/src/main/java/g0301_0400/s0327_count_of_range_sum/readme.md b/src/main/java/g0301_0400/s0327_count_of_range_sum/readme.md index be392cfe..1b37521b 100644 --- a/src/main/java/g0301_0400/s0327_count_of_range_sum/readme.md +++ b/src/main/java/g0301_0400/s0327_count_of_range_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 327\. Count of Range Sum diff --git a/src/main/java/g0301_0400/s0328_odd_even_linked_list/readme.md b/src/main/java/g0301_0400/s0328_odd_even_linked_list/readme.md index b79f1e36..bd2f46d3 100644 --- a/src/main/java/g0301_0400/s0328_odd_even_linked_list/readme.md +++ b/src/main/java/g0301_0400/s0328_odd_even_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 328\. Odd Even Linked List diff --git a/src/main/java/g0301_0400/s0329_longest_increasing_path_in_a_matrix/readme.md b/src/main/java/g0301_0400/s0329_longest_increasing_path_in_a_matrix/readme.md index 6f07737d..b4f418ba 100644 --- a/src/main/java/g0301_0400/s0329_longest_increasing_path_in_a_matrix/readme.md +++ b/src/main/java/g0301_0400/s0329_longest_increasing_path_in_a_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 329\. Longest Increasing Path in a Matrix diff --git a/src/main/java/g0301_0400/s0330_patching_array/readme.md b/src/main/java/g0301_0400/s0330_patching_array/readme.md index 4fb9518d..70b8219a 100644 --- a/src/main/java/g0301_0400/s0330_patching_array/readme.md +++ b/src/main/java/g0301_0400/s0330_patching_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 330\. Patching Array diff --git a/src/main/java/g0301_0400/s0331_verify_preorder_serialization_of_a_binary_tree/readme.md b/src/main/java/g0301_0400/s0331_verify_preorder_serialization_of_a_binary_tree/readme.md index 8136dbb1..7d8a1691 100644 --- a/src/main/java/g0301_0400/s0331_verify_preorder_serialization_of_a_binary_tree/readme.md +++ b/src/main/java/g0301_0400/s0331_verify_preorder_serialization_of_a_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 331\. Verify Preorder Serialization of a Binary Tree diff --git a/src/main/java/g0301_0400/s0332_reconstruct_itinerary/readme.md b/src/main/java/g0301_0400/s0332_reconstruct_itinerary/readme.md index 48d6ffdc..73a3c1e0 100644 --- a/src/main/java/g0301_0400/s0332_reconstruct_itinerary/readme.md +++ b/src/main/java/g0301_0400/s0332_reconstruct_itinerary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 332\. Reconstruct Itinerary diff --git a/src/main/java/g0301_0400/s0334_increasing_triplet_subsequence/readme.md b/src/main/java/g0301_0400/s0334_increasing_triplet_subsequence/readme.md index e4902c4c..1d0b798b 100644 --- a/src/main/java/g0301_0400/s0334_increasing_triplet_subsequence/readme.md +++ b/src/main/java/g0301_0400/s0334_increasing_triplet_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 334\. Increasing Triplet Subsequence diff --git a/src/main/java/g0301_0400/s0335_self_crossing/readme.md b/src/main/java/g0301_0400/s0335_self_crossing/readme.md index a3a37840..fec184c6 100644 --- a/src/main/java/g0301_0400/s0335_self_crossing/readme.md +++ b/src/main/java/g0301_0400/s0335_self_crossing/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 335\. Self Crossing diff --git a/src/main/java/g0301_0400/s0336_palindrome_pairs/readme.md b/src/main/java/g0301_0400/s0336_palindrome_pairs/readme.md index 0dfef5b5..25ce763a 100644 --- a/src/main/java/g0301_0400/s0336_palindrome_pairs/readme.md +++ b/src/main/java/g0301_0400/s0336_palindrome_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 336\. Palindrome Pairs diff --git a/src/main/java/g0301_0400/s0337_house_robber_iii/readme.md b/src/main/java/g0301_0400/s0337_house_robber_iii/readme.md index 5e951019..6c8b37a3 100644 --- a/src/main/java/g0301_0400/s0337_house_robber_iii/readme.md +++ b/src/main/java/g0301_0400/s0337_house_robber_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 337\. House Robber III diff --git a/src/main/java/g0301_0400/s0338_counting_bits/readme.md b/src/main/java/g0301_0400/s0338_counting_bits/readme.md index 86bfc8f5..0fecb4fa 100644 --- a/src/main/java/g0301_0400/s0338_counting_bits/readme.md +++ b/src/main/java/g0301_0400/s0338_counting_bits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 338\. Counting Bits diff --git a/src/main/java/g0301_0400/s0341_flatten_nested_list_iterator/readme.md b/src/main/java/g0301_0400/s0341_flatten_nested_list_iterator/readme.md index 90acf054..90a005c3 100644 --- a/src/main/java/g0301_0400/s0341_flatten_nested_list_iterator/readme.md +++ b/src/main/java/g0301_0400/s0341_flatten_nested_list_iterator/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 341\. Flatten Nested List Iterator diff --git a/src/main/java/g0301_0400/s0342_power_of_four/readme.md b/src/main/java/g0301_0400/s0342_power_of_four/readme.md index f70e0f70..65c06353 100644 --- a/src/main/java/g0301_0400/s0342_power_of_four/readme.md +++ b/src/main/java/g0301_0400/s0342_power_of_four/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 342\. Power of Four diff --git a/src/main/java/g0301_0400/s0343_integer_break/readme.md b/src/main/java/g0301_0400/s0343_integer_break/readme.md index 64756c1b..a5d45be0 100644 --- a/src/main/java/g0301_0400/s0343_integer_break/readme.md +++ b/src/main/java/g0301_0400/s0343_integer_break/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 343\. Integer Break diff --git a/src/main/java/g0301_0400/s0344_reverse_string/readme.md b/src/main/java/g0301_0400/s0344_reverse_string/readme.md index bfa6ea25..06b18d5b 100644 --- a/src/main/java/g0301_0400/s0344_reverse_string/readme.md +++ b/src/main/java/g0301_0400/s0344_reverse_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 344\. Reverse String diff --git a/src/main/java/g0301_0400/s0345_reverse_vowels_of_a_string/readme.md b/src/main/java/g0301_0400/s0345_reverse_vowels_of_a_string/readme.md index a748f29c..55c50aa4 100644 --- a/src/main/java/g0301_0400/s0345_reverse_vowels_of_a_string/readme.md +++ b/src/main/java/g0301_0400/s0345_reverse_vowels_of_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 345\. Reverse Vowels of a String diff --git a/src/main/java/g0301_0400/s0347_top_k_frequent_elements/readme.md b/src/main/java/g0301_0400/s0347_top_k_frequent_elements/readme.md index 2d506ec1..dbc172cf 100644 --- a/src/main/java/g0301_0400/s0347_top_k_frequent_elements/readme.md +++ b/src/main/java/g0301_0400/s0347_top_k_frequent_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 347\. Top K Frequent Elements diff --git a/src/main/java/g0301_0400/s0349_intersection_of_two_arrays/readme.md b/src/main/java/g0301_0400/s0349_intersection_of_two_arrays/readme.md index 892db536..0303e7cd 100644 --- a/src/main/java/g0301_0400/s0349_intersection_of_two_arrays/readme.md +++ b/src/main/java/g0301_0400/s0349_intersection_of_two_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 349\. Intersection of Two Arrays diff --git a/src/main/java/g0301_0400/s0350_intersection_of_two_arrays_ii/readme.md b/src/main/java/g0301_0400/s0350_intersection_of_two_arrays_ii/readme.md index 69398c0c..e30a0d70 100644 --- a/src/main/java/g0301_0400/s0350_intersection_of_two_arrays_ii/readme.md +++ b/src/main/java/g0301_0400/s0350_intersection_of_two_arrays_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 350\. Intersection of Two Arrays II diff --git a/src/main/java/g0301_0400/s0352_data_stream_as_disjoint_intervals/readme.md b/src/main/java/g0301_0400/s0352_data_stream_as_disjoint_intervals/readme.md index 5d853eb5..eb6dc723 100644 --- a/src/main/java/g0301_0400/s0352_data_stream_as_disjoint_intervals/readme.md +++ b/src/main/java/g0301_0400/s0352_data_stream_as_disjoint_intervals/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 352\. Data Stream as Disjoint Intervals diff --git a/src/main/java/g0301_0400/s0354_russian_doll_envelopes/readme.md b/src/main/java/g0301_0400/s0354_russian_doll_envelopes/readme.md index 2ba9f68d..32fc820c 100644 --- a/src/main/java/g0301_0400/s0354_russian_doll_envelopes/readme.md +++ b/src/main/java/g0301_0400/s0354_russian_doll_envelopes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 354\. Russian Doll Envelopes diff --git a/src/main/java/g0301_0400/s0355_design_twitter/readme.md b/src/main/java/g0301_0400/s0355_design_twitter/readme.md index b0b43b0f..93041deb 100644 --- a/src/main/java/g0301_0400/s0355_design_twitter/readme.md +++ b/src/main/java/g0301_0400/s0355_design_twitter/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 355\. Design Twitter diff --git a/src/main/java/g0301_0400/s0357_count_numbers_with_unique_digits/readme.md b/src/main/java/g0301_0400/s0357_count_numbers_with_unique_digits/readme.md index c2251293..09c4fbf3 100644 --- a/src/main/java/g0301_0400/s0357_count_numbers_with_unique_digits/readme.md +++ b/src/main/java/g0301_0400/s0357_count_numbers_with_unique_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 357\. Count Numbers with Unique Digits diff --git a/src/main/java/g0301_0400/s0363_max_sum_of_rectangle_no_larger_than_k/readme.md b/src/main/java/g0301_0400/s0363_max_sum_of_rectangle_no_larger_than_k/readme.md index 27161542..658a171b 100644 --- a/src/main/java/g0301_0400/s0363_max_sum_of_rectangle_no_larger_than_k/readme.md +++ b/src/main/java/g0301_0400/s0363_max_sum_of_rectangle_no_larger_than_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 363\. Max Sum of Rectangle No Larger Than K diff --git a/src/main/java/g0301_0400/s0365_water_and_jug_problem/readme.md b/src/main/java/g0301_0400/s0365_water_and_jug_problem/readme.md index fc8486cb..100c719a 100644 --- a/src/main/java/g0301_0400/s0365_water_and_jug_problem/readme.md +++ b/src/main/java/g0301_0400/s0365_water_and_jug_problem/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 365\. Water and Jug Problem diff --git a/src/main/java/g0301_0400/s0367_valid_perfect_square/readme.md b/src/main/java/g0301_0400/s0367_valid_perfect_square/readme.md index d2b0b27c..9ff921b0 100644 --- a/src/main/java/g0301_0400/s0367_valid_perfect_square/readme.md +++ b/src/main/java/g0301_0400/s0367_valid_perfect_square/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 367\. Valid Perfect Square diff --git a/src/main/java/g0301_0400/s0368_largest_divisible_subset/readme.md b/src/main/java/g0301_0400/s0368_largest_divisible_subset/readme.md index 49c6dfbf..32d5a167 100644 --- a/src/main/java/g0301_0400/s0368_largest_divisible_subset/readme.md +++ b/src/main/java/g0301_0400/s0368_largest_divisible_subset/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 368\. Largest Divisible Subset diff --git a/src/main/java/g0301_0400/s0371_sum_of_two_integers/readme.md b/src/main/java/g0301_0400/s0371_sum_of_two_integers/readme.md index c9b56439..8bd3e01a 100644 --- a/src/main/java/g0301_0400/s0371_sum_of_two_integers/readme.md +++ b/src/main/java/g0301_0400/s0371_sum_of_two_integers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 371\. Sum of Two Integers diff --git a/src/main/java/g0301_0400/s0372_super_pow/readme.md b/src/main/java/g0301_0400/s0372_super_pow/readme.md index d02c2507..c73ab07e 100644 --- a/src/main/java/g0301_0400/s0372_super_pow/readme.md +++ b/src/main/java/g0301_0400/s0372_super_pow/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 372\. Super Pow diff --git a/src/main/java/g0301_0400/s0373_find_k_pairs_with_smallest_sums/readme.md b/src/main/java/g0301_0400/s0373_find_k_pairs_with_smallest_sums/readme.md index b669d057..7c24ad79 100644 --- a/src/main/java/g0301_0400/s0373_find_k_pairs_with_smallest_sums/readme.md +++ b/src/main/java/g0301_0400/s0373_find_k_pairs_with_smallest_sums/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 373\. Find K Pairs with Smallest Sums diff --git a/src/main/java/g0301_0400/s0374_guess_number_higher_or_lower/readme.md b/src/main/java/g0301_0400/s0374_guess_number_higher_or_lower/readme.md index 7cd99819..8a9f7bd1 100644 --- a/src/main/java/g0301_0400/s0374_guess_number_higher_or_lower/readme.md +++ b/src/main/java/g0301_0400/s0374_guess_number_higher_or_lower/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 374\. Guess Number Higher or Lower diff --git a/src/main/java/g0301_0400/s0375_guess_number_higher_or_lower_ii/readme.md b/src/main/java/g0301_0400/s0375_guess_number_higher_or_lower_ii/readme.md index 6deb7e40..fbcded46 100644 --- a/src/main/java/g0301_0400/s0375_guess_number_higher_or_lower_ii/readme.md +++ b/src/main/java/g0301_0400/s0375_guess_number_higher_or_lower_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 375\. Guess Number Higher or Lower II diff --git a/src/main/java/g0301_0400/s0376_wiggle_subsequence/readme.md b/src/main/java/g0301_0400/s0376_wiggle_subsequence/readme.md index b3ea1de8..708ac44c 100644 --- a/src/main/java/g0301_0400/s0376_wiggle_subsequence/readme.md +++ b/src/main/java/g0301_0400/s0376_wiggle_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 376\. Wiggle Subsequence diff --git a/src/main/java/g0301_0400/s0377_combination_sum_iv/readme.md b/src/main/java/g0301_0400/s0377_combination_sum_iv/readme.md index feefdb36..b7658054 100644 --- a/src/main/java/g0301_0400/s0377_combination_sum_iv/readme.md +++ b/src/main/java/g0301_0400/s0377_combination_sum_iv/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 377\. Combination Sum IV diff --git a/src/main/java/g0301_0400/s0378_kth_smallest_element_in_a_sorted_matrix/readme.md b/src/main/java/g0301_0400/s0378_kth_smallest_element_in_a_sorted_matrix/readme.md index c74f5b0f..7f9b8a5c 100644 --- a/src/main/java/g0301_0400/s0378_kth_smallest_element_in_a_sorted_matrix/readme.md +++ b/src/main/java/g0301_0400/s0378_kth_smallest_element_in_a_sorted_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 378\. Kth Smallest Element in a Sorted Matrix diff --git a/src/main/java/g0301_0400/s0380_insert_delete_getrandom_o1/readme.md b/src/main/java/g0301_0400/s0380_insert_delete_getrandom_o1/readme.md index 990a4b9a..be984b9e 100644 --- a/src/main/java/g0301_0400/s0380_insert_delete_getrandom_o1/readme.md +++ b/src/main/java/g0301_0400/s0380_insert_delete_getrandom_o1/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 380\. Insert Delete GetRandom O(1) diff --git a/src/main/java/g0301_0400/s0381_insert_delete_getrandom_o1_duplicates_allowed/readme.md b/src/main/java/g0301_0400/s0381_insert_delete_getrandom_o1_duplicates_allowed/readme.md index 8e918be1..1221c7de 100644 --- a/src/main/java/g0301_0400/s0381_insert_delete_getrandom_o1_duplicates_allowed/readme.md +++ b/src/main/java/g0301_0400/s0381_insert_delete_getrandom_o1_duplicates_allowed/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 381\. Insert Delete GetRandom O(1) - Duplicates allowed diff --git a/src/main/java/g0301_0400/s0382_linked_list_random_node/readme.md b/src/main/java/g0301_0400/s0382_linked_list_random_node/readme.md index 72cd39c8..851aaa5c 100644 --- a/src/main/java/g0301_0400/s0382_linked_list_random_node/readme.md +++ b/src/main/java/g0301_0400/s0382_linked_list_random_node/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 382\. Linked List Random Node diff --git a/src/main/java/g0301_0400/s0383_ransom_note/readme.md b/src/main/java/g0301_0400/s0383_ransom_note/readme.md index b21b97ac..2f2c7d68 100644 --- a/src/main/java/g0301_0400/s0383_ransom_note/readme.md +++ b/src/main/java/g0301_0400/s0383_ransom_note/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 383\. Ransom Note diff --git a/src/main/java/g0301_0400/s0384_shuffle_an_array/readme.md b/src/main/java/g0301_0400/s0384_shuffle_an_array/readme.md index 97bd80ba..4fd14bce 100644 --- a/src/main/java/g0301_0400/s0384_shuffle_an_array/readme.md +++ b/src/main/java/g0301_0400/s0384_shuffle_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 384\. Shuffle an Array diff --git a/src/main/java/g0301_0400/s0385_mini_parser/readme.md b/src/main/java/g0301_0400/s0385_mini_parser/readme.md index adb8fb62..b4c5374c 100644 --- a/src/main/java/g0301_0400/s0385_mini_parser/readme.md +++ b/src/main/java/g0301_0400/s0385_mini_parser/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 385\. Mini Parser diff --git a/src/main/java/g0301_0400/s0386_lexicographical_numbers/readme.md b/src/main/java/g0301_0400/s0386_lexicographical_numbers/readme.md index ef513b55..cb91679a 100644 --- a/src/main/java/g0301_0400/s0386_lexicographical_numbers/readme.md +++ b/src/main/java/g0301_0400/s0386_lexicographical_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 386\. Lexicographical Numbers diff --git a/src/main/java/g0301_0400/s0387_first_unique_character_in_a_string/readme.md b/src/main/java/g0301_0400/s0387_first_unique_character_in_a_string/readme.md index 7049534a..431966a4 100644 --- a/src/main/java/g0301_0400/s0387_first_unique_character_in_a_string/readme.md +++ b/src/main/java/g0301_0400/s0387_first_unique_character_in_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 387\. First Unique Character in a String diff --git a/src/main/java/g0301_0400/s0388_longest_absolute_file_path/readme.md b/src/main/java/g0301_0400/s0388_longest_absolute_file_path/readme.md index 0a22cb6a..4ce4d4f0 100644 --- a/src/main/java/g0301_0400/s0388_longest_absolute_file_path/readme.md +++ b/src/main/java/g0301_0400/s0388_longest_absolute_file_path/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 388\. Longest Absolute File Path diff --git a/src/main/java/g0301_0400/s0389_find_the_difference/readme.md b/src/main/java/g0301_0400/s0389_find_the_difference/readme.md index 5a59334f..ff5be23a 100644 --- a/src/main/java/g0301_0400/s0389_find_the_difference/readme.md +++ b/src/main/java/g0301_0400/s0389_find_the_difference/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 389\. Find the Difference diff --git a/src/main/java/g0301_0400/s0390_elimination_game/readme.md b/src/main/java/g0301_0400/s0390_elimination_game/readme.md index 7de4c77d..d6911820 100644 --- a/src/main/java/g0301_0400/s0390_elimination_game/readme.md +++ b/src/main/java/g0301_0400/s0390_elimination_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 390\. Elimination Game diff --git a/src/main/java/g0301_0400/s0391_perfect_rectangle/readme.md b/src/main/java/g0301_0400/s0391_perfect_rectangle/readme.md index 2a654338..4a9449c7 100644 --- a/src/main/java/g0301_0400/s0391_perfect_rectangle/readme.md +++ b/src/main/java/g0301_0400/s0391_perfect_rectangle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 391\. Perfect Rectangle diff --git a/src/main/java/g0301_0400/s0392_is_subsequence/readme.md b/src/main/java/g0301_0400/s0392_is_subsequence/readme.md index b05507a8..efbab498 100644 --- a/src/main/java/g0301_0400/s0392_is_subsequence/readme.md +++ b/src/main/java/g0301_0400/s0392_is_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 392\. Is Subsequence diff --git a/src/main/java/g0301_0400/s0393_utf_8_validation/readme.md b/src/main/java/g0301_0400/s0393_utf_8_validation/readme.md index 04abccd8..e3e69b86 100644 --- a/src/main/java/g0301_0400/s0393_utf_8_validation/readme.md +++ b/src/main/java/g0301_0400/s0393_utf_8_validation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 393\. UTF-8 Validation diff --git a/src/main/java/g0301_0400/s0394_decode_string/readme.md b/src/main/java/g0301_0400/s0394_decode_string/readme.md index 4dc17de7..f34c7635 100644 --- a/src/main/java/g0301_0400/s0394_decode_string/readme.md +++ b/src/main/java/g0301_0400/s0394_decode_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 394\. Decode String diff --git a/src/main/java/g0301_0400/s0395_longest_substring_with_at_least_k_repeating_characters/readme.md b/src/main/java/g0301_0400/s0395_longest_substring_with_at_least_k_repeating_characters/readme.md index e74c935f..606c4d9c 100644 --- a/src/main/java/g0301_0400/s0395_longest_substring_with_at_least_k_repeating_characters/readme.md +++ b/src/main/java/g0301_0400/s0395_longest_substring_with_at_least_k_repeating_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 395\. Longest Substring with At Least K Repeating Characters diff --git a/src/main/java/g0301_0400/s0396_rotate_function/readme.md b/src/main/java/g0301_0400/s0396_rotate_function/readme.md index fa42b3e0..f1e03deb 100644 --- a/src/main/java/g0301_0400/s0396_rotate_function/readme.md +++ b/src/main/java/g0301_0400/s0396_rotate_function/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 396\. Rotate Function diff --git a/src/main/java/g0301_0400/s0397_integer_replacement/readme.md b/src/main/java/g0301_0400/s0397_integer_replacement/readme.md index e24992bc..24ee72a6 100644 --- a/src/main/java/g0301_0400/s0397_integer_replacement/readme.md +++ b/src/main/java/g0301_0400/s0397_integer_replacement/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 397\. Integer Replacement diff --git a/src/main/java/g0301_0400/s0398_random_pick_index/readme.md b/src/main/java/g0301_0400/s0398_random_pick_index/readme.md index 9dc0f1fa..97d9c855 100644 --- a/src/main/java/g0301_0400/s0398_random_pick_index/readme.md +++ b/src/main/java/g0301_0400/s0398_random_pick_index/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 398\. Random Pick Index diff --git a/src/main/java/g0301_0400/s0399_evaluate_division/readme.md b/src/main/java/g0301_0400/s0399_evaluate_division/readme.md index 1d95808d..c6eafa8a 100644 --- a/src/main/java/g0301_0400/s0399_evaluate_division/readme.md +++ b/src/main/java/g0301_0400/s0399_evaluate_division/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 399\. Evaluate Division diff --git a/src/main/java/g0301_0400/s0400_nth_digit/readme.md b/src/main/java/g0301_0400/s0400_nth_digit/readme.md index f31843c7..839dfce8 100644 --- a/src/main/java/g0301_0400/s0400_nth_digit/readme.md +++ b/src/main/java/g0301_0400/s0400_nth_digit/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 400\. Nth Digit diff --git a/src/main/java/g0401_0500/s0401_binary_watch/readme.md b/src/main/java/g0401_0500/s0401_binary_watch/readme.md index f01d469c..f43c7588 100644 --- a/src/main/java/g0401_0500/s0401_binary_watch/readme.md +++ b/src/main/java/g0401_0500/s0401_binary_watch/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 401\. Binary Watch diff --git a/src/main/java/g0401_0500/s0402_remove_k_digits/readme.md b/src/main/java/g0401_0500/s0402_remove_k_digits/readme.md index 5ff41cf3..a1da3447 100644 --- a/src/main/java/g0401_0500/s0402_remove_k_digits/readme.md +++ b/src/main/java/g0401_0500/s0402_remove_k_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 402\. Remove K Digits diff --git a/src/main/java/g0401_0500/s0403_frog_jump/readme.md b/src/main/java/g0401_0500/s0403_frog_jump/readme.md index 4b3fc9e7..bd3934d2 100644 --- a/src/main/java/g0401_0500/s0403_frog_jump/readme.md +++ b/src/main/java/g0401_0500/s0403_frog_jump/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 403\. Frog Jump diff --git a/src/main/java/g0401_0500/s0404_sum_of_left_leaves/readme.md b/src/main/java/g0401_0500/s0404_sum_of_left_leaves/readme.md index f986e073..daac497c 100644 --- a/src/main/java/g0401_0500/s0404_sum_of_left_leaves/readme.md +++ b/src/main/java/g0401_0500/s0404_sum_of_left_leaves/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 404\. Sum of Left Leaves diff --git a/src/main/java/g0401_0500/s0405_convert_a_number_to_hexadecimal/readme.md b/src/main/java/g0401_0500/s0405_convert_a_number_to_hexadecimal/readme.md index a63aa8c8..ed010be0 100644 --- a/src/main/java/g0401_0500/s0405_convert_a_number_to_hexadecimal/readme.md +++ b/src/main/java/g0401_0500/s0405_convert_a_number_to_hexadecimal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 405\. Convert a Number to Hexadecimal diff --git a/src/main/java/g0401_0500/s0406_queue_reconstruction_by_height/readme.md b/src/main/java/g0401_0500/s0406_queue_reconstruction_by_height/readme.md index bab3a5f6..fe90ed7d 100644 --- a/src/main/java/g0401_0500/s0406_queue_reconstruction_by_height/readme.md +++ b/src/main/java/g0401_0500/s0406_queue_reconstruction_by_height/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 406\. Queue Reconstruction by Height diff --git a/src/main/java/g0401_0500/s0407_trapping_rain_water_ii/readme.md b/src/main/java/g0401_0500/s0407_trapping_rain_water_ii/readme.md index 5c44bb0e..9809c6e6 100644 --- a/src/main/java/g0401_0500/s0407_trapping_rain_water_ii/readme.md +++ b/src/main/java/g0401_0500/s0407_trapping_rain_water_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 407\. Trapping Rain Water II diff --git a/src/main/java/g0401_0500/s0409_longest_palindrome/readme.md b/src/main/java/g0401_0500/s0409_longest_palindrome/readme.md index f7a5bc66..43a6e606 100644 --- a/src/main/java/g0401_0500/s0409_longest_palindrome/readme.md +++ b/src/main/java/g0401_0500/s0409_longest_palindrome/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 409\. Longest Palindrome diff --git a/src/main/java/g0401_0500/s0410_split_array_largest_sum/readme.md b/src/main/java/g0401_0500/s0410_split_array_largest_sum/readme.md index c59cc29d..14458501 100644 --- a/src/main/java/g0401_0500/s0410_split_array_largest_sum/readme.md +++ b/src/main/java/g0401_0500/s0410_split_array_largest_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 410\. Split Array Largest Sum diff --git a/src/main/java/g0401_0500/s0412_fizz_buzz/readme.md b/src/main/java/g0401_0500/s0412_fizz_buzz/readme.md index fbc42e5b..7f630f78 100644 --- a/src/main/java/g0401_0500/s0412_fizz_buzz/readme.md +++ b/src/main/java/g0401_0500/s0412_fizz_buzz/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 412\. Fizz Buzz diff --git a/src/main/java/g0401_0500/s0413_arithmetic_slices/readme.md b/src/main/java/g0401_0500/s0413_arithmetic_slices/readme.md index 03d69019..745c54f4 100644 --- a/src/main/java/g0401_0500/s0413_arithmetic_slices/readme.md +++ b/src/main/java/g0401_0500/s0413_arithmetic_slices/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 413\. Arithmetic Slices diff --git a/src/main/java/g0401_0500/s0414_third_maximum_number/readme.md b/src/main/java/g0401_0500/s0414_third_maximum_number/readme.md index 9fed3bb7..c3937196 100644 --- a/src/main/java/g0401_0500/s0414_third_maximum_number/readme.md +++ b/src/main/java/g0401_0500/s0414_third_maximum_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 414\. Third Maximum Number diff --git a/src/main/java/g0401_0500/s0415_add_strings/readme.md b/src/main/java/g0401_0500/s0415_add_strings/readme.md index 9a357bc4..a4601b24 100644 --- a/src/main/java/g0401_0500/s0415_add_strings/readme.md +++ b/src/main/java/g0401_0500/s0415_add_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 415\. Add Strings diff --git a/src/main/java/g0401_0500/s0416_partition_equal_subset_sum/readme.md b/src/main/java/g0401_0500/s0416_partition_equal_subset_sum/readme.md index 4a4d9f46..e0d83e04 100644 --- a/src/main/java/g0401_0500/s0416_partition_equal_subset_sum/readme.md +++ b/src/main/java/g0401_0500/s0416_partition_equal_subset_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 416\. Partition Equal Subset Sum diff --git a/src/main/java/g0401_0500/s0417_pacific_atlantic_water_flow/readme.md b/src/main/java/g0401_0500/s0417_pacific_atlantic_water_flow/readme.md index 19c6447c..b351f691 100644 --- a/src/main/java/g0401_0500/s0417_pacific_atlantic_water_flow/readme.md +++ b/src/main/java/g0401_0500/s0417_pacific_atlantic_water_flow/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 417\. Pacific Atlantic Water Flow diff --git a/src/main/java/g0401_0500/s0419_battleships_in_a_board/readme.md b/src/main/java/g0401_0500/s0419_battleships_in_a_board/readme.md index 85d98de3..b1f13a54 100644 --- a/src/main/java/g0401_0500/s0419_battleships_in_a_board/readme.md +++ b/src/main/java/g0401_0500/s0419_battleships_in_a_board/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 419\. Battleships in a Board diff --git a/src/main/java/g0401_0500/s0420_strong_password_checker/readme.md b/src/main/java/g0401_0500/s0420_strong_password_checker/readme.md index 492c19c2..6ae1ad9d 100644 --- a/src/main/java/g0401_0500/s0420_strong_password_checker/readme.md +++ b/src/main/java/g0401_0500/s0420_strong_password_checker/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 420\. Strong Password Checker diff --git a/src/main/java/g0401_0500/s0421_maximum_xor_of_two_numbers_in_an_array/readme.md b/src/main/java/g0401_0500/s0421_maximum_xor_of_two_numbers_in_an_array/readme.md index c5fae1e8..57c4ef97 100644 --- a/src/main/java/g0401_0500/s0421_maximum_xor_of_two_numbers_in_an_array/readme.md +++ b/src/main/java/g0401_0500/s0421_maximum_xor_of_two_numbers_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 421\. Maximum XOR of Two Numbers in an Array diff --git a/src/main/java/g0401_0500/s0423_reconstruct_original_digits_from_english/readme.md b/src/main/java/g0401_0500/s0423_reconstruct_original_digits_from_english/readme.md index 1e736b7f..c15f931a 100644 --- a/src/main/java/g0401_0500/s0423_reconstruct_original_digits_from_english/readme.md +++ b/src/main/java/g0401_0500/s0423_reconstruct_original_digits_from_english/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 423\. Reconstruct Original Digits from English diff --git a/src/main/java/g0401_0500/s0424_longest_repeating_character_replacement/readme.md b/src/main/java/g0401_0500/s0424_longest_repeating_character_replacement/readme.md index 44076386..2c98e844 100644 --- a/src/main/java/g0401_0500/s0424_longest_repeating_character_replacement/readme.md +++ b/src/main/java/g0401_0500/s0424_longest_repeating_character_replacement/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 424\. Longest Repeating Character Replacement diff --git a/src/main/java/g0401_0500/s0427_construct_quad_tree/readme.md b/src/main/java/g0401_0500/s0427_construct_quad_tree/readme.md index 0f73e477..f7d0f4c0 100644 --- a/src/main/java/g0401_0500/s0427_construct_quad_tree/readme.md +++ b/src/main/java/g0401_0500/s0427_construct_quad_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 427\. Construct Quad Tree diff --git a/src/main/java/g0401_0500/s0429_n_ary_tree_level_order_traversal/readme.md b/src/main/java/g0401_0500/s0429_n_ary_tree_level_order_traversal/readme.md index 3b53076a..d877c24c 100644 --- a/src/main/java/g0401_0500/s0429_n_ary_tree_level_order_traversal/readme.md +++ b/src/main/java/g0401_0500/s0429_n_ary_tree_level_order_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 429\. N-ary Tree Level Order Traversal diff --git a/src/main/java/g0401_0500/s0430_flatten_a_multilevel_doubly_linked_list/readme.md b/src/main/java/g0401_0500/s0430_flatten_a_multilevel_doubly_linked_list/readme.md index a252aeb8..27b54d91 100644 --- a/src/main/java/g0401_0500/s0430_flatten_a_multilevel_doubly_linked_list/readme.md +++ b/src/main/java/g0401_0500/s0430_flatten_a_multilevel_doubly_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 430\. Flatten a Multilevel Doubly Linked List diff --git a/src/main/java/g0401_0500/s0432_all_oone_data_structure/readme.md b/src/main/java/g0401_0500/s0432_all_oone_data_structure/readme.md index 65129174..9bd98380 100644 --- a/src/main/java/g0401_0500/s0432_all_oone_data_structure/readme.md +++ b/src/main/java/g0401_0500/s0432_all_oone_data_structure/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 432\. All O\`one Data Structure diff --git a/src/main/java/g0401_0500/s0433_minimum_genetic_mutation/readme.md b/src/main/java/g0401_0500/s0433_minimum_genetic_mutation/readme.md index f3508ddd..828b4866 100644 --- a/src/main/java/g0401_0500/s0433_minimum_genetic_mutation/readme.md +++ b/src/main/java/g0401_0500/s0433_minimum_genetic_mutation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 433\. Minimum Genetic Mutation diff --git a/src/main/java/g0401_0500/s0434_number_of_segments_in_a_string/readme.md b/src/main/java/g0401_0500/s0434_number_of_segments_in_a_string/readme.md index 048f1945..360499c1 100644 --- a/src/main/java/g0401_0500/s0434_number_of_segments_in_a_string/readme.md +++ b/src/main/java/g0401_0500/s0434_number_of_segments_in_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 434\. Number of Segments in a String diff --git a/src/main/java/g0401_0500/s0435_non_overlapping_intervals/readme.md b/src/main/java/g0401_0500/s0435_non_overlapping_intervals/readme.md index 01a0268a..2e3e3ecb 100644 --- a/src/main/java/g0401_0500/s0435_non_overlapping_intervals/readme.md +++ b/src/main/java/g0401_0500/s0435_non_overlapping_intervals/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 435\. Non-overlapping Intervals diff --git a/src/main/java/g0401_0500/s0436_find_right_interval/readme.md b/src/main/java/g0401_0500/s0436_find_right_interval/readme.md index ff4e80b1..3e221c96 100644 --- a/src/main/java/g0401_0500/s0436_find_right_interval/readme.md +++ b/src/main/java/g0401_0500/s0436_find_right_interval/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 436\. Find Right Interval diff --git a/src/main/java/g0401_0500/s0437_path_sum_iii/readme.md b/src/main/java/g0401_0500/s0437_path_sum_iii/readme.md index e12c81b7..d22e081b 100644 --- a/src/main/java/g0401_0500/s0437_path_sum_iii/readme.md +++ b/src/main/java/g0401_0500/s0437_path_sum_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 437\. Path Sum III diff --git a/src/main/java/g0401_0500/s0438_find_all_anagrams_in_a_string/readme.md b/src/main/java/g0401_0500/s0438_find_all_anagrams_in_a_string/readme.md index a8d97fe6..09b94fa4 100644 --- a/src/main/java/g0401_0500/s0438_find_all_anagrams_in_a_string/readme.md +++ b/src/main/java/g0401_0500/s0438_find_all_anagrams_in_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 438\. Find All Anagrams in a String diff --git a/src/main/java/g0401_0500/s0440_k_th_smallest_in_lexicographical_order/readme.md b/src/main/java/g0401_0500/s0440_k_th_smallest_in_lexicographical_order/readme.md index 4508919c..74a4c0c3 100644 --- a/src/main/java/g0401_0500/s0440_k_th_smallest_in_lexicographical_order/readme.md +++ b/src/main/java/g0401_0500/s0440_k_th_smallest_in_lexicographical_order/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 440\. K-th Smallest in Lexicographical Order diff --git a/src/main/java/g0401_0500/s0441_arranging_coins/readme.md b/src/main/java/g0401_0500/s0441_arranging_coins/readme.md index efd8d699..4693115f 100644 --- a/src/main/java/g0401_0500/s0441_arranging_coins/readme.md +++ b/src/main/java/g0401_0500/s0441_arranging_coins/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 441\. Arranging Coins diff --git a/src/main/java/g0401_0500/s0442_find_all_duplicates_in_an_array/readme.md b/src/main/java/g0401_0500/s0442_find_all_duplicates_in_an_array/readme.md index ee06cea3..a60f9307 100644 --- a/src/main/java/g0401_0500/s0442_find_all_duplicates_in_an_array/readme.md +++ b/src/main/java/g0401_0500/s0442_find_all_duplicates_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 442\. Find All Duplicates in an Array diff --git a/src/main/java/g0401_0500/s0443_string_compression/readme.md b/src/main/java/g0401_0500/s0443_string_compression/readme.md index 752408b3..92aa1b13 100644 --- a/src/main/java/g0401_0500/s0443_string_compression/readme.md +++ b/src/main/java/g0401_0500/s0443_string_compression/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 443\. String Compression diff --git a/src/main/java/g0401_0500/s0445_add_two_numbers_ii/readme.md b/src/main/java/g0401_0500/s0445_add_two_numbers_ii/readme.md index b64ded3d..f84a82cc 100644 --- a/src/main/java/g0401_0500/s0445_add_two_numbers_ii/readme.md +++ b/src/main/java/g0401_0500/s0445_add_two_numbers_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 445\. Add Two Numbers II diff --git a/src/main/java/g0401_0500/s0446_arithmetic_slices_ii_subsequence/readme.md b/src/main/java/g0401_0500/s0446_arithmetic_slices_ii_subsequence/readme.md index 397ad035..50a0d6f2 100644 --- a/src/main/java/g0401_0500/s0446_arithmetic_slices_ii_subsequence/readme.md +++ b/src/main/java/g0401_0500/s0446_arithmetic_slices_ii_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 446\. Arithmetic Slices II - Subsequence diff --git a/src/main/java/g0401_0500/s0447_number_of_boomerangs/readme.md b/src/main/java/g0401_0500/s0447_number_of_boomerangs/readme.md index ff874616..b4d4c80e 100644 --- a/src/main/java/g0401_0500/s0447_number_of_boomerangs/readme.md +++ b/src/main/java/g0401_0500/s0447_number_of_boomerangs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 447\. Number of Boomerangs diff --git a/src/main/java/g0401_0500/s0448_find_all_numbers_disappeared_in_an_array/readme.md b/src/main/java/g0401_0500/s0448_find_all_numbers_disappeared_in_an_array/readme.md index 115d3f3f..5496a5fb 100644 --- a/src/main/java/g0401_0500/s0448_find_all_numbers_disappeared_in_an_array/readme.md +++ b/src/main/java/g0401_0500/s0448_find_all_numbers_disappeared_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 448\. Find All Numbers Disappeared in an Array diff --git a/src/main/java/g0401_0500/s0449_serialize_and_deserialize_bst/readme.md b/src/main/java/g0401_0500/s0449_serialize_and_deserialize_bst/readme.md index f126c00e..6f4cbe9c 100644 --- a/src/main/java/g0401_0500/s0449_serialize_and_deserialize_bst/readme.md +++ b/src/main/java/g0401_0500/s0449_serialize_and_deserialize_bst/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 449\. Serialize and Deserialize BST diff --git a/src/main/java/g0401_0500/s0450_delete_node_in_a_bst/readme.md b/src/main/java/g0401_0500/s0450_delete_node_in_a_bst/readme.md index 4705ccff..8c85fbd2 100644 --- a/src/main/java/g0401_0500/s0450_delete_node_in_a_bst/readme.md +++ b/src/main/java/g0401_0500/s0450_delete_node_in_a_bst/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 450\. Delete Node in a BST diff --git a/src/main/java/g0401_0500/s0451_sort_characters_by_frequency/readme.md b/src/main/java/g0401_0500/s0451_sort_characters_by_frequency/readme.md index d7720c23..00a46040 100644 --- a/src/main/java/g0401_0500/s0451_sort_characters_by_frequency/readme.md +++ b/src/main/java/g0401_0500/s0451_sort_characters_by_frequency/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 451\. Sort Characters By Frequency diff --git a/src/main/java/g0401_0500/s0452_minimum_number_of_arrows_to_burst_balloons/readme.md b/src/main/java/g0401_0500/s0452_minimum_number_of_arrows_to_burst_balloons/readme.md index d7e3f16f..990fbe14 100644 --- a/src/main/java/g0401_0500/s0452_minimum_number_of_arrows_to_burst_balloons/readme.md +++ b/src/main/java/g0401_0500/s0452_minimum_number_of_arrows_to_burst_balloons/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 452\. Minimum Number of Arrows to Burst Balloons diff --git a/src/main/java/g0401_0500/s0453_minimum_moves_to_equal_array_elements/readme.md b/src/main/java/g0401_0500/s0453_minimum_moves_to_equal_array_elements/readme.md index b5f84ec7..71f1b166 100644 --- a/src/main/java/g0401_0500/s0453_minimum_moves_to_equal_array_elements/readme.md +++ b/src/main/java/g0401_0500/s0453_minimum_moves_to_equal_array_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 453\. Minimum Moves to Equal Array Elements diff --git a/src/main/java/g0401_0500/s0454_4sum_ii/readme.md b/src/main/java/g0401_0500/s0454_4sum_ii/readme.md index 975a195f..59eb4d30 100644 --- a/src/main/java/g0401_0500/s0454_4sum_ii/readme.md +++ b/src/main/java/g0401_0500/s0454_4sum_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 454\. 4Sum II diff --git a/src/main/java/g0401_0500/s0455_assign_cookies/readme.md b/src/main/java/g0401_0500/s0455_assign_cookies/readme.md index f5eb0556..73603fa4 100644 --- a/src/main/java/g0401_0500/s0455_assign_cookies/readme.md +++ b/src/main/java/g0401_0500/s0455_assign_cookies/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 455\. Assign Cookies diff --git a/src/main/java/g0401_0500/s0456_132_pattern/readme.md b/src/main/java/g0401_0500/s0456_132_pattern/readme.md index 99c03662..dcb302bc 100644 --- a/src/main/java/g0401_0500/s0456_132_pattern/readme.md +++ b/src/main/java/g0401_0500/s0456_132_pattern/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 456\. 132 Pattern diff --git a/src/main/java/g0401_0500/s0457_circular_array_loop/readme.md b/src/main/java/g0401_0500/s0457_circular_array_loop/readme.md index 4b0b9825..994b1ad6 100644 --- a/src/main/java/g0401_0500/s0457_circular_array_loop/readme.md +++ b/src/main/java/g0401_0500/s0457_circular_array_loop/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 457\. Circular Array Loop diff --git a/src/main/java/g0401_0500/s0458_poor_pigs/readme.md b/src/main/java/g0401_0500/s0458_poor_pigs/readme.md index f18151d5..1b63ca73 100644 --- a/src/main/java/g0401_0500/s0458_poor_pigs/readme.md +++ b/src/main/java/g0401_0500/s0458_poor_pigs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 458\. Poor Pigs diff --git a/src/main/java/g0401_0500/s0459_repeated_substring_pattern/readme.md b/src/main/java/g0401_0500/s0459_repeated_substring_pattern/readme.md index a2b3b2d8..9e84bc02 100644 --- a/src/main/java/g0401_0500/s0459_repeated_substring_pattern/readme.md +++ b/src/main/java/g0401_0500/s0459_repeated_substring_pattern/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 459\. Repeated Substring Pattern diff --git a/src/main/java/g0401_0500/s0460_lfu_cache/readme.md b/src/main/java/g0401_0500/s0460_lfu_cache/readme.md index dc41fd37..4b6444ca 100644 --- a/src/main/java/g0401_0500/s0460_lfu_cache/readme.md +++ b/src/main/java/g0401_0500/s0460_lfu_cache/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 460\. LFU Cache diff --git a/src/main/java/g0401_0500/s0461_hamming_distance/readme.md b/src/main/java/g0401_0500/s0461_hamming_distance/readme.md index b0afdacb..2a5e9ca5 100644 --- a/src/main/java/g0401_0500/s0461_hamming_distance/readme.md +++ b/src/main/java/g0401_0500/s0461_hamming_distance/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 461\. Hamming Distance diff --git a/src/main/java/g0401_0500/s0462_minimum_moves_to_equal_array_elements_ii/readme.md b/src/main/java/g0401_0500/s0462_minimum_moves_to_equal_array_elements_ii/readme.md index 8b870c5d..f7d3012e 100644 --- a/src/main/java/g0401_0500/s0462_minimum_moves_to_equal_array_elements_ii/readme.md +++ b/src/main/java/g0401_0500/s0462_minimum_moves_to_equal_array_elements_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 462\. Minimum Moves to Equal Array Elements II diff --git a/src/main/java/g0401_0500/s0463_island_perimeter/readme.md b/src/main/java/g0401_0500/s0463_island_perimeter/readme.md index cfc05907..f40f7754 100644 --- a/src/main/java/g0401_0500/s0463_island_perimeter/readme.md +++ b/src/main/java/g0401_0500/s0463_island_perimeter/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 463\. Island Perimeter diff --git a/src/main/java/g0401_0500/s0464_can_i_win/readme.md b/src/main/java/g0401_0500/s0464_can_i_win/readme.md index 25c872a9..1564ec8f 100644 --- a/src/main/java/g0401_0500/s0464_can_i_win/readme.md +++ b/src/main/java/g0401_0500/s0464_can_i_win/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 464\. Can I Win diff --git a/src/main/java/g0401_0500/s0466_count_the_repetitions/readme.md b/src/main/java/g0401_0500/s0466_count_the_repetitions/readme.md index 1ddafb04..66ffcef0 100644 --- a/src/main/java/g0401_0500/s0466_count_the_repetitions/readme.md +++ b/src/main/java/g0401_0500/s0466_count_the_repetitions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 466\. Count The Repetitions diff --git a/src/main/java/g0401_0500/s0467_unique_substrings_in_wraparound_string/readme.md b/src/main/java/g0401_0500/s0467_unique_substrings_in_wraparound_string/readme.md index 5d45a1d7..ae1676b1 100644 --- a/src/main/java/g0401_0500/s0467_unique_substrings_in_wraparound_string/readme.md +++ b/src/main/java/g0401_0500/s0467_unique_substrings_in_wraparound_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 467\. Unique Substrings in Wraparound String diff --git a/src/main/java/g0401_0500/s0468_validate_ip_address/readme.md b/src/main/java/g0401_0500/s0468_validate_ip_address/readme.md index 0aa7fa80..19105ee9 100644 --- a/src/main/java/g0401_0500/s0468_validate_ip_address/readme.md +++ b/src/main/java/g0401_0500/s0468_validate_ip_address/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 468\. Validate IP Address diff --git a/src/main/java/g0401_0500/s0470_implement_rand10_using_rand7/readme.md b/src/main/java/g0401_0500/s0470_implement_rand10_using_rand7/readme.md index 23e9e84e..b0203345 100644 --- a/src/main/java/g0401_0500/s0470_implement_rand10_using_rand7/readme.md +++ b/src/main/java/g0401_0500/s0470_implement_rand10_using_rand7/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 470\. Implement Rand10() Using Rand7() diff --git a/src/main/java/g0401_0500/s0472_concatenated_words/readme.md b/src/main/java/g0401_0500/s0472_concatenated_words/readme.md index 9201a582..f8517956 100644 --- a/src/main/java/g0401_0500/s0472_concatenated_words/readme.md +++ b/src/main/java/g0401_0500/s0472_concatenated_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 472\. Concatenated Words diff --git a/src/main/java/g0401_0500/s0473_matchsticks_to_square/readme.md b/src/main/java/g0401_0500/s0473_matchsticks_to_square/readme.md index d952271a..df608276 100644 --- a/src/main/java/g0401_0500/s0473_matchsticks_to_square/readme.md +++ b/src/main/java/g0401_0500/s0473_matchsticks_to_square/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 473\. Matchsticks to Square diff --git a/src/main/java/g0401_0500/s0474_ones_and_zeroes/readme.md b/src/main/java/g0401_0500/s0474_ones_and_zeroes/readme.md index a24a2218..45eb257f 100644 --- a/src/main/java/g0401_0500/s0474_ones_and_zeroes/readme.md +++ b/src/main/java/g0401_0500/s0474_ones_and_zeroes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 474\. Ones and Zeroes diff --git a/src/main/java/g0401_0500/s0475_heaters/readme.md b/src/main/java/g0401_0500/s0475_heaters/readme.md index e52181bb..190665be 100644 --- a/src/main/java/g0401_0500/s0475_heaters/readme.md +++ b/src/main/java/g0401_0500/s0475_heaters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 475\. Heaters diff --git a/src/main/java/g0401_0500/s0476_number_complement/readme.md b/src/main/java/g0401_0500/s0476_number_complement/readme.md index 7cec745e..e01dc688 100644 --- a/src/main/java/g0401_0500/s0476_number_complement/readme.md +++ b/src/main/java/g0401_0500/s0476_number_complement/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 476\. Number Complement diff --git a/src/main/java/g0401_0500/s0477_total_hamming_distance/readme.md b/src/main/java/g0401_0500/s0477_total_hamming_distance/readme.md index 4ca3ab9f..35866c30 100644 --- a/src/main/java/g0401_0500/s0477_total_hamming_distance/readme.md +++ b/src/main/java/g0401_0500/s0477_total_hamming_distance/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 477\. Total Hamming Distance diff --git a/src/main/java/g0401_0500/s0478_generate_random_point_in_a_circle/readme.md b/src/main/java/g0401_0500/s0478_generate_random_point_in_a_circle/readme.md index 6e234699..0ab7cf6d 100644 --- a/src/main/java/g0401_0500/s0478_generate_random_point_in_a_circle/readme.md +++ b/src/main/java/g0401_0500/s0478_generate_random_point_in_a_circle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 478\. Generate Random Point in a Circle diff --git a/src/main/java/g0401_0500/s0479_largest_palindrome_product/readme.md b/src/main/java/g0401_0500/s0479_largest_palindrome_product/readme.md index 777c8e6d..ce3a7b16 100644 --- a/src/main/java/g0401_0500/s0479_largest_palindrome_product/readme.md +++ b/src/main/java/g0401_0500/s0479_largest_palindrome_product/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 479\. Largest Palindrome Product diff --git a/src/main/java/g0401_0500/s0480_sliding_window_median/readme.md b/src/main/java/g0401_0500/s0480_sliding_window_median/readme.md index e4b1a684..76cf0e33 100644 --- a/src/main/java/g0401_0500/s0480_sliding_window_median/readme.md +++ b/src/main/java/g0401_0500/s0480_sliding_window_median/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 480\. Sliding Window Median diff --git a/src/main/java/g0401_0500/s0481_magical_string/readme.md b/src/main/java/g0401_0500/s0481_magical_string/readme.md index 7c0e7552..6d1bb0cb 100644 --- a/src/main/java/g0401_0500/s0481_magical_string/readme.md +++ b/src/main/java/g0401_0500/s0481_magical_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 481\. Magical String diff --git a/src/main/java/g0401_0500/s0482_license_key_formatting/readme.md b/src/main/java/g0401_0500/s0482_license_key_formatting/readme.md index 356f2aa9..ac99c6e8 100644 --- a/src/main/java/g0401_0500/s0482_license_key_formatting/readme.md +++ b/src/main/java/g0401_0500/s0482_license_key_formatting/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 482\. License Key Formatting diff --git a/src/main/java/g0401_0500/s0483_smallest_good_base/readme.md b/src/main/java/g0401_0500/s0483_smallest_good_base/readme.md index 9e65a7b2..8384b296 100644 --- a/src/main/java/g0401_0500/s0483_smallest_good_base/readme.md +++ b/src/main/java/g0401_0500/s0483_smallest_good_base/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 483\. Smallest Good Base diff --git a/src/main/java/g0401_0500/s0485_max_consecutive_ones/readme.md b/src/main/java/g0401_0500/s0485_max_consecutive_ones/readme.md index ba2ae806..aeefdb74 100644 --- a/src/main/java/g0401_0500/s0485_max_consecutive_ones/readme.md +++ b/src/main/java/g0401_0500/s0485_max_consecutive_ones/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 485\. Max Consecutive Ones diff --git a/src/main/java/g0401_0500/s0486_predict_the_winner/readme.md b/src/main/java/g0401_0500/s0486_predict_the_winner/readme.md index eb0e3bfc..a94a2a1b 100644 --- a/src/main/java/g0401_0500/s0486_predict_the_winner/readme.md +++ b/src/main/java/g0401_0500/s0486_predict_the_winner/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 486\. Predict the Winner diff --git a/src/main/java/g0401_0500/s0488_zuma_game/readme.md b/src/main/java/g0401_0500/s0488_zuma_game/readme.md index a6e537b1..a1c52a22 100644 --- a/src/main/java/g0401_0500/s0488_zuma_game/readme.md +++ b/src/main/java/g0401_0500/s0488_zuma_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 488\. Zuma Game diff --git a/src/main/java/g0401_0500/s0491_increasing_subsequences/readme.md b/src/main/java/g0401_0500/s0491_increasing_subsequences/readme.md index 8bde8238..d07b4bc6 100644 --- a/src/main/java/g0401_0500/s0491_increasing_subsequences/readme.md +++ b/src/main/java/g0401_0500/s0491_increasing_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 491\. Increasing Subsequences diff --git a/src/main/java/g0401_0500/s0492_construct_the_rectangle/readme.md b/src/main/java/g0401_0500/s0492_construct_the_rectangle/readme.md index 2d3009dc..60705ee9 100644 --- a/src/main/java/g0401_0500/s0492_construct_the_rectangle/readme.md +++ b/src/main/java/g0401_0500/s0492_construct_the_rectangle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 492\. Construct the Rectangle diff --git a/src/main/java/g0401_0500/s0493_reverse_pairs/readme.md b/src/main/java/g0401_0500/s0493_reverse_pairs/readme.md index f5eaddd9..bc358f6e 100644 --- a/src/main/java/g0401_0500/s0493_reverse_pairs/readme.md +++ b/src/main/java/g0401_0500/s0493_reverse_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 493\. Reverse Pairs diff --git a/src/main/java/g0401_0500/s0494_target_sum/readme.md b/src/main/java/g0401_0500/s0494_target_sum/readme.md index 24c205fd..22289c6e 100644 --- a/src/main/java/g0401_0500/s0494_target_sum/readme.md +++ b/src/main/java/g0401_0500/s0494_target_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 494\. Target Sum diff --git a/src/main/java/g0401_0500/s0495_teemo_attacking/readme.md b/src/main/java/g0401_0500/s0495_teemo_attacking/readme.md index d902f626..588d0631 100644 --- a/src/main/java/g0401_0500/s0495_teemo_attacking/readme.md +++ b/src/main/java/g0401_0500/s0495_teemo_attacking/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 495\. Teemo Attacking diff --git a/src/main/java/g0401_0500/s0496_next_greater_element_i/readme.md b/src/main/java/g0401_0500/s0496_next_greater_element_i/readme.md index f48965a1..a2502134 100644 --- a/src/main/java/g0401_0500/s0496_next_greater_element_i/readme.md +++ b/src/main/java/g0401_0500/s0496_next_greater_element_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 496\. Next Greater Element I diff --git a/src/main/java/g0401_0500/s0497_random_point_in_non_overlapping_rectangles/readme.md b/src/main/java/g0401_0500/s0497_random_point_in_non_overlapping_rectangles/readme.md index a8283bd8..dfb2f4d3 100644 --- a/src/main/java/g0401_0500/s0497_random_point_in_non_overlapping_rectangles/readme.md +++ b/src/main/java/g0401_0500/s0497_random_point_in_non_overlapping_rectangles/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 497\. Random Point in Non-overlapping Rectangles diff --git a/src/main/java/g0401_0500/s0498_diagonal_traverse/readme.md b/src/main/java/g0401_0500/s0498_diagonal_traverse/readme.md index a8cdb7e4..338b9de5 100644 --- a/src/main/java/g0401_0500/s0498_diagonal_traverse/readme.md +++ b/src/main/java/g0401_0500/s0498_diagonal_traverse/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 498\. Diagonal Traverse diff --git a/src/main/java/g0401_0500/s0500_keyboard_row/readme.md b/src/main/java/g0401_0500/s0500_keyboard_row/readme.md index 35baa1d1..5fe8cf0c 100644 --- a/src/main/java/g0401_0500/s0500_keyboard_row/readme.md +++ b/src/main/java/g0401_0500/s0500_keyboard_row/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 500\. Keyboard Row diff --git a/src/main/java/g0501_0600/s0501_find_mode_in_binary_search_tree/readme.md b/src/main/java/g0501_0600/s0501_find_mode_in_binary_search_tree/readme.md index 080ac634..8a56f2e6 100644 --- a/src/main/java/g0501_0600/s0501_find_mode_in_binary_search_tree/readme.md +++ b/src/main/java/g0501_0600/s0501_find_mode_in_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 501\. Find Mode in Binary Search Tree diff --git a/src/main/java/g0501_0600/s0502_ipo/readme.md b/src/main/java/g0501_0600/s0502_ipo/readme.md index c3ce76b9..af6d9716 100644 --- a/src/main/java/g0501_0600/s0502_ipo/readme.md +++ b/src/main/java/g0501_0600/s0502_ipo/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 502\. IPO diff --git a/src/main/java/g0501_0600/s0503_next_greater_element_ii/readme.md b/src/main/java/g0501_0600/s0503_next_greater_element_ii/readme.md index 1e18f71d..073c6bf1 100644 --- a/src/main/java/g0501_0600/s0503_next_greater_element_ii/readme.md +++ b/src/main/java/g0501_0600/s0503_next_greater_element_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 503\. Next Greater Element II diff --git a/src/main/java/g0501_0600/s0504_base_7/readme.md b/src/main/java/g0501_0600/s0504_base_7/readme.md index 67d4f210..2d523291 100644 --- a/src/main/java/g0501_0600/s0504_base_7/readme.md +++ b/src/main/java/g0501_0600/s0504_base_7/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 504\. Base 7 diff --git a/src/main/java/g0501_0600/s0506_relative_ranks/readme.md b/src/main/java/g0501_0600/s0506_relative_ranks/readme.md index 70aeabf0..9835a4a5 100644 --- a/src/main/java/g0501_0600/s0506_relative_ranks/readme.md +++ b/src/main/java/g0501_0600/s0506_relative_ranks/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 506\. Relative Ranks diff --git a/src/main/java/g0501_0600/s0507_perfect_number/readme.md b/src/main/java/g0501_0600/s0507_perfect_number/readme.md index 3069f332..c026b18e 100644 --- a/src/main/java/g0501_0600/s0507_perfect_number/readme.md +++ b/src/main/java/g0501_0600/s0507_perfect_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 507\. Perfect Number diff --git a/src/main/java/g0501_0600/s0508_most_frequent_subtree_sum/readme.md b/src/main/java/g0501_0600/s0508_most_frequent_subtree_sum/readme.md index a39ece30..b079884e 100644 --- a/src/main/java/g0501_0600/s0508_most_frequent_subtree_sum/readme.md +++ b/src/main/java/g0501_0600/s0508_most_frequent_subtree_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 508\. Most Frequent Subtree Sum diff --git a/src/main/java/g0501_0600/s0509_fibonacci_number/readme.md b/src/main/java/g0501_0600/s0509_fibonacci_number/readme.md index 6b38e2e4..89d5a7ef 100644 --- a/src/main/java/g0501_0600/s0509_fibonacci_number/readme.md +++ b/src/main/java/g0501_0600/s0509_fibonacci_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 509\. Fibonacci Number diff --git a/src/main/java/g0501_0600/s0511_game_play_analysis_i/readme.md b/src/main/java/g0501_0600/s0511_game_play_analysis_i/readme.md index 7cfb3bd9..1667338c 100644 --- a/src/main/java/g0501_0600/s0511_game_play_analysis_i/readme.md +++ b/src/main/java/g0501_0600/s0511_game_play_analysis_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 511\. Game Play Analysis I diff --git a/src/main/java/g0501_0600/s0513_find_bottom_left_tree_value/readme.md b/src/main/java/g0501_0600/s0513_find_bottom_left_tree_value/readme.md index 8b7883a8..3f74fb45 100644 --- a/src/main/java/g0501_0600/s0513_find_bottom_left_tree_value/readme.md +++ b/src/main/java/g0501_0600/s0513_find_bottom_left_tree_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 513\. Find Bottom Left Tree Value diff --git a/src/main/java/g0501_0600/s0514_freedom_trail/readme.md b/src/main/java/g0501_0600/s0514_freedom_trail/readme.md index bc93e7db..a1788108 100644 --- a/src/main/java/g0501_0600/s0514_freedom_trail/readme.md +++ b/src/main/java/g0501_0600/s0514_freedom_trail/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 514\. Freedom Trail diff --git a/src/main/java/g0501_0600/s0515_find_largest_value_in_each_tree_row/readme.md b/src/main/java/g0501_0600/s0515_find_largest_value_in_each_tree_row/readme.md index 617c1eb2..54ee3ed7 100644 --- a/src/main/java/g0501_0600/s0515_find_largest_value_in_each_tree_row/readme.md +++ b/src/main/java/g0501_0600/s0515_find_largest_value_in_each_tree_row/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 515\. Find Largest Value in Each Tree Row diff --git a/src/main/java/g0501_0600/s0516_longest_palindromic_subsequence/readme.md b/src/main/java/g0501_0600/s0516_longest_palindromic_subsequence/readme.md index ab6b6c46..c1546203 100644 --- a/src/main/java/g0501_0600/s0516_longest_palindromic_subsequence/readme.md +++ b/src/main/java/g0501_0600/s0516_longest_palindromic_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 516\. Longest Palindromic Subsequence diff --git a/src/main/java/g0501_0600/s0517_super_washing_machines/readme.md b/src/main/java/g0501_0600/s0517_super_washing_machines/readme.md index fb134412..e424f20f 100644 --- a/src/main/java/g0501_0600/s0517_super_washing_machines/readme.md +++ b/src/main/java/g0501_0600/s0517_super_washing_machines/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 517\. Super Washing Machines diff --git a/src/main/java/g0501_0600/s0518_coin_change_2/readme.md b/src/main/java/g0501_0600/s0518_coin_change_2/readme.md index 29a52960..cc7382d2 100644 --- a/src/main/java/g0501_0600/s0518_coin_change_2/readme.md +++ b/src/main/java/g0501_0600/s0518_coin_change_2/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 518\. Coin Change 2 diff --git a/src/main/java/g0501_0600/s0519_random_flip_matrix/readme.md b/src/main/java/g0501_0600/s0519_random_flip_matrix/readme.md index 1fb84a57..119a2f0e 100644 --- a/src/main/java/g0501_0600/s0519_random_flip_matrix/readme.md +++ b/src/main/java/g0501_0600/s0519_random_flip_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 519\. Random Flip Matrix diff --git a/src/main/java/g0501_0600/s0520_detect_capital/readme.md b/src/main/java/g0501_0600/s0520_detect_capital/readme.md index be535dee..0c4e8335 100644 --- a/src/main/java/g0501_0600/s0520_detect_capital/readme.md +++ b/src/main/java/g0501_0600/s0520_detect_capital/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 520\. Detect Capital diff --git a/src/main/java/g0501_0600/s0521_longest_uncommon_subsequence_i/readme.md b/src/main/java/g0501_0600/s0521_longest_uncommon_subsequence_i/readme.md index 6f7a00c1..ed7675c6 100644 --- a/src/main/java/g0501_0600/s0521_longest_uncommon_subsequence_i/readme.md +++ b/src/main/java/g0501_0600/s0521_longest_uncommon_subsequence_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 521\. Longest Uncommon Subsequence I diff --git a/src/main/java/g0501_0600/s0522_longest_uncommon_subsequence_ii/readme.md b/src/main/java/g0501_0600/s0522_longest_uncommon_subsequence_ii/readme.md index c6035935..bf9f5032 100644 --- a/src/main/java/g0501_0600/s0522_longest_uncommon_subsequence_ii/readme.md +++ b/src/main/java/g0501_0600/s0522_longest_uncommon_subsequence_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 522\. Longest Uncommon Subsequence II diff --git a/src/main/java/g0501_0600/s0523_continuous_subarray_sum/readme.md b/src/main/java/g0501_0600/s0523_continuous_subarray_sum/readme.md index ca9ce4d6..beec5433 100644 --- a/src/main/java/g0501_0600/s0523_continuous_subarray_sum/readme.md +++ b/src/main/java/g0501_0600/s0523_continuous_subarray_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 523\. Continuous Subarray Sum diff --git a/src/main/java/g0501_0600/s0524_longest_word_in_dictionary_through_deleting/readme.md b/src/main/java/g0501_0600/s0524_longest_word_in_dictionary_through_deleting/readme.md index b399fc45..1178e9ef 100644 --- a/src/main/java/g0501_0600/s0524_longest_word_in_dictionary_through_deleting/readme.md +++ b/src/main/java/g0501_0600/s0524_longest_word_in_dictionary_through_deleting/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 524\. Longest Word in Dictionary through Deleting diff --git a/src/main/java/g0501_0600/s0525_contiguous_array/readme.md b/src/main/java/g0501_0600/s0525_contiguous_array/readme.md index 30a76e26..c920c7be 100644 --- a/src/main/java/g0501_0600/s0525_contiguous_array/readme.md +++ b/src/main/java/g0501_0600/s0525_contiguous_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 525\. Contiguous Array diff --git a/src/main/java/g0501_0600/s0526_beautiful_arrangement/readme.md b/src/main/java/g0501_0600/s0526_beautiful_arrangement/readme.md index 72328a72..f47a3b52 100644 --- a/src/main/java/g0501_0600/s0526_beautiful_arrangement/readme.md +++ b/src/main/java/g0501_0600/s0526_beautiful_arrangement/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 526\. Beautiful Arrangement diff --git a/src/main/java/g0501_0600/s0528_random_pick_with_weight/readme.md b/src/main/java/g0501_0600/s0528_random_pick_with_weight/readme.md index 0b4a228f..23346c1f 100644 --- a/src/main/java/g0501_0600/s0528_random_pick_with_weight/readme.md +++ b/src/main/java/g0501_0600/s0528_random_pick_with_weight/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 528\. Random Pick with Weight diff --git a/src/main/java/g0501_0600/s0529_minesweeper/readme.md b/src/main/java/g0501_0600/s0529_minesweeper/readme.md index 19228c0b..da45c9d6 100644 --- a/src/main/java/g0501_0600/s0529_minesweeper/readme.md +++ b/src/main/java/g0501_0600/s0529_minesweeper/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 529\. Minesweeper diff --git a/src/main/java/g0501_0600/s0530_minimum_absolute_difference_in_bst/readme.md b/src/main/java/g0501_0600/s0530_minimum_absolute_difference_in_bst/readme.md index 978cd258..15328142 100644 --- a/src/main/java/g0501_0600/s0530_minimum_absolute_difference_in_bst/readme.md +++ b/src/main/java/g0501_0600/s0530_minimum_absolute_difference_in_bst/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 530\. Minimum Absolute Difference in BST diff --git a/src/main/java/g0501_0600/s0532_k_diff_pairs_in_an_array/readme.md b/src/main/java/g0501_0600/s0532_k_diff_pairs_in_an_array/readme.md index a060cbde..d9bd4437 100644 --- a/src/main/java/g0501_0600/s0532_k_diff_pairs_in_an_array/readme.md +++ b/src/main/java/g0501_0600/s0532_k_diff_pairs_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 532\. K-diff Pairs in an Array diff --git a/src/main/java/g0501_0600/s0535_encode_and_decode_tinyurl/readme.md b/src/main/java/g0501_0600/s0535_encode_and_decode_tinyurl/readme.md index 84f93dac..3fbe96bb 100644 --- a/src/main/java/g0501_0600/s0535_encode_and_decode_tinyurl/readme.md +++ b/src/main/java/g0501_0600/s0535_encode_and_decode_tinyurl/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 535\. Encode and Decode TinyURL diff --git a/src/main/java/g0501_0600/s0537_complex_number_multiplication/readme.md b/src/main/java/g0501_0600/s0537_complex_number_multiplication/readme.md index 372a6165..09fec329 100644 --- a/src/main/java/g0501_0600/s0537_complex_number_multiplication/readme.md +++ b/src/main/java/g0501_0600/s0537_complex_number_multiplication/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 537\. Complex Number Multiplication diff --git a/src/main/java/g0501_0600/s0538_convert_bst_to_greater_tree/readme.md b/src/main/java/g0501_0600/s0538_convert_bst_to_greater_tree/readme.md index 21c6c422..f6900690 100644 --- a/src/main/java/g0501_0600/s0538_convert_bst_to_greater_tree/readme.md +++ b/src/main/java/g0501_0600/s0538_convert_bst_to_greater_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 538\. Convert BST to Greater Tree diff --git a/src/main/java/g0501_0600/s0539_minimum_time_difference/readme.md b/src/main/java/g0501_0600/s0539_minimum_time_difference/readme.md index 700197c0..39a59cca 100644 --- a/src/main/java/g0501_0600/s0539_minimum_time_difference/readme.md +++ b/src/main/java/g0501_0600/s0539_minimum_time_difference/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 539\. Minimum Time Difference diff --git a/src/main/java/g0501_0600/s0540_single_element_in_a_sorted_array/readme.md b/src/main/java/g0501_0600/s0540_single_element_in_a_sorted_array/readme.md index acd484f7..edda79eb 100644 --- a/src/main/java/g0501_0600/s0540_single_element_in_a_sorted_array/readme.md +++ b/src/main/java/g0501_0600/s0540_single_element_in_a_sorted_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 540\. Single Element in a Sorted Array diff --git a/src/main/java/g0501_0600/s0541_reverse_string_ii/readme.md b/src/main/java/g0501_0600/s0541_reverse_string_ii/readme.md index b74ecb18..1168bd1f 100644 --- a/src/main/java/g0501_0600/s0541_reverse_string_ii/readme.md +++ b/src/main/java/g0501_0600/s0541_reverse_string_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 541\. Reverse String II diff --git a/src/main/java/g0501_0600/s0542_01_matrix/readme.md b/src/main/java/g0501_0600/s0542_01_matrix/readme.md index 783cdf3b..e0b8aadb 100644 --- a/src/main/java/g0501_0600/s0542_01_matrix/readme.md +++ b/src/main/java/g0501_0600/s0542_01_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 542\. 01 Matrix diff --git a/src/main/java/g0501_0600/s0543_diameter_of_binary_tree/readme.md b/src/main/java/g0501_0600/s0543_diameter_of_binary_tree/readme.md index 215dc49d..9ea4b8f1 100644 --- a/src/main/java/g0501_0600/s0543_diameter_of_binary_tree/readme.md +++ b/src/main/java/g0501_0600/s0543_diameter_of_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 543\. Diameter of Binary Tree diff --git a/src/main/java/g0501_0600/s0546_remove_boxes/readme.md b/src/main/java/g0501_0600/s0546_remove_boxes/readme.md index cbb72fe8..4eb0ac8d 100644 --- a/src/main/java/g0501_0600/s0546_remove_boxes/readme.md +++ b/src/main/java/g0501_0600/s0546_remove_boxes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 546\. Remove Boxes diff --git a/src/main/java/g0501_0600/s0547_number_of_provinces/readme.md b/src/main/java/g0501_0600/s0547_number_of_provinces/readme.md index 11f73d44..1760201a 100644 --- a/src/main/java/g0501_0600/s0547_number_of_provinces/readme.md +++ b/src/main/java/g0501_0600/s0547_number_of_provinces/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 547\. Number of Provinces diff --git a/src/main/java/g0501_0600/s0551_student_attendance_record_i/readme.md b/src/main/java/g0501_0600/s0551_student_attendance_record_i/readme.md index 6b53e5ad..f789868f 100644 --- a/src/main/java/g0501_0600/s0551_student_attendance_record_i/readme.md +++ b/src/main/java/g0501_0600/s0551_student_attendance_record_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 551\. Student Attendance Record I diff --git a/src/main/java/g0501_0600/s0552_student_attendance_record_ii/readme.md b/src/main/java/g0501_0600/s0552_student_attendance_record_ii/readme.md index f4838de0..53671ec9 100644 --- a/src/main/java/g0501_0600/s0552_student_attendance_record_ii/readme.md +++ b/src/main/java/g0501_0600/s0552_student_attendance_record_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 552\. Student Attendance Record II diff --git a/src/main/java/g0501_0600/s0553_optimal_division/readme.md b/src/main/java/g0501_0600/s0553_optimal_division/readme.md index a9651ca7..a5919108 100644 --- a/src/main/java/g0501_0600/s0553_optimal_division/readme.md +++ b/src/main/java/g0501_0600/s0553_optimal_division/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 553\. Optimal Division diff --git a/src/main/java/g0501_0600/s0554_brick_wall/readme.md b/src/main/java/g0501_0600/s0554_brick_wall/readme.md index 47541682..9e01cb83 100644 --- a/src/main/java/g0501_0600/s0554_brick_wall/readme.md +++ b/src/main/java/g0501_0600/s0554_brick_wall/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 554\. Brick Wall diff --git a/src/main/java/g0501_0600/s0556_next_greater_element_iii/readme.md b/src/main/java/g0501_0600/s0556_next_greater_element_iii/readme.md index 696d6f94..539d7a29 100644 --- a/src/main/java/g0501_0600/s0556_next_greater_element_iii/readme.md +++ b/src/main/java/g0501_0600/s0556_next_greater_element_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 556\. Next Greater Element III diff --git a/src/main/java/g0501_0600/s0557_reverse_words_in_a_string_iii/readme.md b/src/main/java/g0501_0600/s0557_reverse_words_in_a_string_iii/readme.md index 01a659da..2d48f39b 100644 --- a/src/main/java/g0501_0600/s0557_reverse_words_in_a_string_iii/readme.md +++ b/src/main/java/g0501_0600/s0557_reverse_words_in_a_string_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 557\. Reverse Words in a String III diff --git a/src/main/java/g0501_0600/s0558_logical_or_of_two_binary_grids_represented_as_quad_trees/readme.md b/src/main/java/g0501_0600/s0558_logical_or_of_two_binary_grids_represented_as_quad_trees/readme.md index 272e62bd..527ff6b5 100644 --- a/src/main/java/g0501_0600/s0558_logical_or_of_two_binary_grids_represented_as_quad_trees/readme.md +++ b/src/main/java/g0501_0600/s0558_logical_or_of_two_binary_grids_represented_as_quad_trees/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 558\. Logical OR of Two Binary Grids Represented as Quad-Trees diff --git a/src/main/java/g0501_0600/s0559_maximum_depth_of_n_ary_tree/readme.md b/src/main/java/g0501_0600/s0559_maximum_depth_of_n_ary_tree/readme.md index 6ad59ea7..8d13f57d 100644 --- a/src/main/java/g0501_0600/s0559_maximum_depth_of_n_ary_tree/readme.md +++ b/src/main/java/g0501_0600/s0559_maximum_depth_of_n_ary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 559\. Maximum Depth of N-ary Tree diff --git a/src/main/java/g0501_0600/s0560_subarray_sum_equals_k/readme.md b/src/main/java/g0501_0600/s0560_subarray_sum_equals_k/readme.md index 8eaca78e..7ce3e0b0 100644 --- a/src/main/java/g0501_0600/s0560_subarray_sum_equals_k/readme.md +++ b/src/main/java/g0501_0600/s0560_subarray_sum_equals_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 560\. Subarray Sum Equals K diff --git a/src/main/java/g0501_0600/s0561_array_partition_i/readme.md b/src/main/java/g0501_0600/s0561_array_partition_i/readme.md index d2f79488..e05ae482 100644 --- a/src/main/java/g0501_0600/s0561_array_partition_i/readme.md +++ b/src/main/java/g0501_0600/s0561_array_partition_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 561\. Array Partition I diff --git a/src/main/java/g0501_0600/s0563_binary_tree_tilt/readme.md b/src/main/java/g0501_0600/s0563_binary_tree_tilt/readme.md index 2b3a5d9d..98f5436b 100644 --- a/src/main/java/g0501_0600/s0563_binary_tree_tilt/readme.md +++ b/src/main/java/g0501_0600/s0563_binary_tree_tilt/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 563\. Binary Tree Tilt diff --git a/src/main/java/g0501_0600/s0564_find_the_closest_palindrome/readme.md b/src/main/java/g0501_0600/s0564_find_the_closest_palindrome/readme.md index f816bcd4..011379e5 100644 --- a/src/main/java/g0501_0600/s0564_find_the_closest_palindrome/readme.md +++ b/src/main/java/g0501_0600/s0564_find_the_closest_palindrome/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 564\. Find the Closest Palindrome diff --git a/src/main/java/g0501_0600/s0565_array_nesting/readme.md b/src/main/java/g0501_0600/s0565_array_nesting/readme.md index 5848b715..98142300 100644 --- a/src/main/java/g0501_0600/s0565_array_nesting/readme.md +++ b/src/main/java/g0501_0600/s0565_array_nesting/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 565\. Array Nesting diff --git a/src/main/java/g0501_0600/s0566_reshape_the_matrix/readme.md b/src/main/java/g0501_0600/s0566_reshape_the_matrix/readme.md index dc69a326..003b6bb3 100644 --- a/src/main/java/g0501_0600/s0566_reshape_the_matrix/readme.md +++ b/src/main/java/g0501_0600/s0566_reshape_the_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 566\. Reshape the Matrix diff --git a/src/main/java/g0501_0600/s0567_permutation_in_string/readme.md b/src/main/java/g0501_0600/s0567_permutation_in_string/readme.md index e01b0955..872b1ad2 100644 --- a/src/main/java/g0501_0600/s0567_permutation_in_string/readme.md +++ b/src/main/java/g0501_0600/s0567_permutation_in_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 567\. Permutation in String diff --git a/src/main/java/g0501_0600/s0572_subtree_of_another_tree/readme.md b/src/main/java/g0501_0600/s0572_subtree_of_another_tree/readme.md index 76be9f13..5faaec86 100644 --- a/src/main/java/g0501_0600/s0572_subtree_of_another_tree/readme.md +++ b/src/main/java/g0501_0600/s0572_subtree_of_another_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 572\. Subtree of Another Tree diff --git a/src/main/java/g0501_0600/s0575_distribute_candies/readme.md b/src/main/java/g0501_0600/s0575_distribute_candies/readme.md index d67c5a0f..73793d81 100644 --- a/src/main/java/g0501_0600/s0575_distribute_candies/readme.md +++ b/src/main/java/g0501_0600/s0575_distribute_candies/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 575\. Distribute Candies diff --git a/src/main/java/g0501_0600/s0576_out_of_boundary_paths/readme.md b/src/main/java/g0501_0600/s0576_out_of_boundary_paths/readme.md index 318be0f9..7abd34c6 100644 --- a/src/main/java/g0501_0600/s0576_out_of_boundary_paths/readme.md +++ b/src/main/java/g0501_0600/s0576_out_of_boundary_paths/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 576\. Out of Boundary Paths diff --git a/src/main/java/g0501_0600/s0581_shortest_unsorted_continuous_subarray/readme.md b/src/main/java/g0501_0600/s0581_shortest_unsorted_continuous_subarray/readme.md index e27cbf18..9bee567c 100644 --- a/src/main/java/g0501_0600/s0581_shortest_unsorted_continuous_subarray/readme.md +++ b/src/main/java/g0501_0600/s0581_shortest_unsorted_continuous_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 581\. Shortest Unsorted Continuous Subarray diff --git a/src/main/java/g0501_0600/s0583_delete_operation_for_two_strings/readme.md b/src/main/java/g0501_0600/s0583_delete_operation_for_two_strings/readme.md index 02b0ac80..467567da 100644 --- a/src/main/java/g0501_0600/s0583_delete_operation_for_two_strings/readme.md +++ b/src/main/java/g0501_0600/s0583_delete_operation_for_two_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 583\. Delete Operation for Two Strings diff --git a/src/main/java/g0501_0600/s0584_find_customer_referee/readme.md b/src/main/java/g0501_0600/s0584_find_customer_referee/readme.md index 7e5f9f12..a03d5e08 100644 --- a/src/main/java/g0501_0600/s0584_find_customer_referee/readme.md +++ b/src/main/java/g0501_0600/s0584_find_customer_referee/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 584\. Find Customer Referee diff --git a/src/main/java/g0501_0600/s0586_customer_placing_the_largest_number_of_orders/readme.md b/src/main/java/g0501_0600/s0586_customer_placing_the_largest_number_of_orders/readme.md index e5313bb2..4e5fa8ad 100644 --- a/src/main/java/g0501_0600/s0586_customer_placing_the_largest_number_of_orders/readme.md +++ b/src/main/java/g0501_0600/s0586_customer_placing_the_largest_number_of_orders/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 586\. Customer Placing the Largest Number of Orders diff --git a/src/main/java/g0501_0600/s0587_erect_the_fence/readme.md b/src/main/java/g0501_0600/s0587_erect_the_fence/readme.md index 434b4492..5558ecd8 100644 --- a/src/main/java/g0501_0600/s0587_erect_the_fence/readme.md +++ b/src/main/java/g0501_0600/s0587_erect_the_fence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 587\. Erect the Fence diff --git a/src/main/java/g0501_0600/s0589_n_ary_tree_preorder_traversal/readme.md b/src/main/java/g0501_0600/s0589_n_ary_tree_preorder_traversal/readme.md index 7dd50465..f268ec8f 100644 --- a/src/main/java/g0501_0600/s0589_n_ary_tree_preorder_traversal/readme.md +++ b/src/main/java/g0501_0600/s0589_n_ary_tree_preorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 589\. N-ary Tree Preorder Traversal diff --git a/src/main/java/g0501_0600/s0590_n_ary_tree_postorder_traversal/readme.md b/src/main/java/g0501_0600/s0590_n_ary_tree_postorder_traversal/readme.md index 08f378b1..ef734862 100644 --- a/src/main/java/g0501_0600/s0590_n_ary_tree_postorder_traversal/readme.md +++ b/src/main/java/g0501_0600/s0590_n_ary_tree_postorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 590\. N-ary Tree Postorder Traversal diff --git a/src/main/java/g0501_0600/s0591_tag_validator/readme.md b/src/main/java/g0501_0600/s0591_tag_validator/readme.md index cdbf240b..86ebb441 100644 --- a/src/main/java/g0501_0600/s0591_tag_validator/readme.md +++ b/src/main/java/g0501_0600/s0591_tag_validator/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 591\. Tag Validator diff --git a/src/main/java/g0501_0600/s0592_fraction_addition_and_subtraction/readme.md b/src/main/java/g0501_0600/s0592_fraction_addition_and_subtraction/readme.md index b2df7fb7..bbe928aa 100644 --- a/src/main/java/g0501_0600/s0592_fraction_addition_and_subtraction/readme.md +++ b/src/main/java/g0501_0600/s0592_fraction_addition_and_subtraction/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 592\. Fraction Addition and Subtraction diff --git a/src/main/java/g0501_0600/s0593_valid_square/readme.md b/src/main/java/g0501_0600/s0593_valid_square/readme.md index cce7cf81..36a624f5 100644 --- a/src/main/java/g0501_0600/s0593_valid_square/readme.md +++ b/src/main/java/g0501_0600/s0593_valid_square/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 593\. Valid Square diff --git a/src/main/java/g0501_0600/s0594_longest_harmonious_subsequence/readme.md b/src/main/java/g0501_0600/s0594_longest_harmonious_subsequence/readme.md index 6ff703f7..115f8316 100644 --- a/src/main/java/g0501_0600/s0594_longest_harmonious_subsequence/readme.md +++ b/src/main/java/g0501_0600/s0594_longest_harmonious_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 594\. Longest Harmonious Subsequence diff --git a/src/main/java/g0501_0600/s0595_big_countries/readme.md b/src/main/java/g0501_0600/s0595_big_countries/readme.md index 5e9cc85d..433e718a 100644 --- a/src/main/java/g0501_0600/s0595_big_countries/readme.md +++ b/src/main/java/g0501_0600/s0595_big_countries/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 595\. Big Countries diff --git a/src/main/java/g0501_0600/s0596_classes_more_than_5_students/readme.md b/src/main/java/g0501_0600/s0596_classes_more_than_5_students/readme.md index dcbb2af8..5b6b034a 100644 --- a/src/main/java/g0501_0600/s0596_classes_more_than_5_students/readme.md +++ b/src/main/java/g0501_0600/s0596_classes_more_than_5_students/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 596\. Classes More Than 5 Students diff --git a/src/main/java/g0501_0600/s0598_range_addition_ii/readme.md b/src/main/java/g0501_0600/s0598_range_addition_ii/readme.md index d58b79d9..df1a785b 100644 --- a/src/main/java/g0501_0600/s0598_range_addition_ii/readme.md +++ b/src/main/java/g0501_0600/s0598_range_addition_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 598\. Range Addition II diff --git a/src/main/java/g0501_0600/s0599_minimum_index_sum_of_two_lists/readme.md b/src/main/java/g0501_0600/s0599_minimum_index_sum_of_two_lists/readme.md index 905aed9c..bd1b785f 100644 --- a/src/main/java/g0501_0600/s0599_minimum_index_sum_of_two_lists/readme.md +++ b/src/main/java/g0501_0600/s0599_minimum_index_sum_of_two_lists/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 599\. Minimum Index Sum of Two Lists diff --git a/src/main/java/g0501_0600/s0600_non_negative_integers_without_consecutive_ones/readme.md b/src/main/java/g0501_0600/s0600_non_negative_integers_without_consecutive_ones/readme.md index a98f8467..df18a1c0 100644 --- a/src/main/java/g0501_0600/s0600_non_negative_integers_without_consecutive_ones/readme.md +++ b/src/main/java/g0501_0600/s0600_non_negative_integers_without_consecutive_ones/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 600\. Non-negative Integers without Consecutive Ones diff --git a/src/main/java/g0601_0700/s0601_human_traffic_of_stadium/readme.md b/src/main/java/g0601_0700/s0601_human_traffic_of_stadium/readme.md index fe42b738..dda53b5f 100644 --- a/src/main/java/g0601_0700/s0601_human_traffic_of_stadium/readme.md +++ b/src/main/java/g0601_0700/s0601_human_traffic_of_stadium/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 601\. Human Traffic of Stadium diff --git a/src/main/java/g0601_0700/s0605_can_place_flowers/readme.md b/src/main/java/g0601_0700/s0605_can_place_flowers/readme.md index 66adfecb..929e5a50 100644 --- a/src/main/java/g0601_0700/s0605_can_place_flowers/readme.md +++ b/src/main/java/g0601_0700/s0605_can_place_flowers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 605\. Can Place Flowers diff --git a/src/main/java/g0601_0700/s0606_construct_string_from_binary_tree/readme.md b/src/main/java/g0601_0700/s0606_construct_string_from_binary_tree/readme.md index 65b7a816..82c616f5 100644 --- a/src/main/java/g0601_0700/s0606_construct_string_from_binary_tree/readme.md +++ b/src/main/java/g0601_0700/s0606_construct_string_from_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 606\. Construct String from Binary Tree diff --git a/src/main/java/g0601_0700/s0607_sales_person/readme.md b/src/main/java/g0601_0700/s0607_sales_person/readme.md index 2904a1d7..f6e59848 100644 --- a/src/main/java/g0601_0700/s0607_sales_person/readme.md +++ b/src/main/java/g0601_0700/s0607_sales_person/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 607\. Sales Person diff --git a/src/main/java/g0601_0700/s0608_tree_node/readme.md b/src/main/java/g0601_0700/s0608_tree_node/readme.md index b94bf81b..fc177a55 100644 --- a/src/main/java/g0601_0700/s0608_tree_node/readme.md +++ b/src/main/java/g0601_0700/s0608_tree_node/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 608\. Tree Node diff --git a/src/main/java/g0601_0700/s0609_find_duplicate_file_in_system/readme.md b/src/main/java/g0601_0700/s0609_find_duplicate_file_in_system/readme.md index 14f07a1c..1967e9d8 100644 --- a/src/main/java/g0601_0700/s0609_find_duplicate_file_in_system/readme.md +++ b/src/main/java/g0601_0700/s0609_find_duplicate_file_in_system/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 609\. Find Duplicate File in System diff --git a/src/main/java/g0601_0700/s0611_valid_triangle_number/readme.md b/src/main/java/g0601_0700/s0611_valid_triangle_number/readme.md index fd5fc4a7..dc33723c 100644 --- a/src/main/java/g0601_0700/s0611_valid_triangle_number/readme.md +++ b/src/main/java/g0601_0700/s0611_valid_triangle_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 611\. Valid Triangle Number diff --git a/src/main/java/g0601_0700/s0617_merge_two_binary_trees/readme.md b/src/main/java/g0601_0700/s0617_merge_two_binary_trees/readme.md index 89dba56a..6a6d2131 100644 --- a/src/main/java/g0601_0700/s0617_merge_two_binary_trees/readme.md +++ b/src/main/java/g0601_0700/s0617_merge_two_binary_trees/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 617\. Merge Two Binary Trees diff --git a/src/main/java/g0601_0700/s0620_not_boring_movies/readme.md b/src/main/java/g0601_0700/s0620_not_boring_movies/readme.md index 0a7dc3b2..8cecd99e 100644 --- a/src/main/java/g0601_0700/s0620_not_boring_movies/readme.md +++ b/src/main/java/g0601_0700/s0620_not_boring_movies/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 620\. Not Boring Movies diff --git a/src/main/java/g0601_0700/s0621_task_scheduler/readme.md b/src/main/java/g0601_0700/s0621_task_scheduler/readme.md index 2cf60cc2..47a0a8f1 100644 --- a/src/main/java/g0601_0700/s0621_task_scheduler/readme.md +++ b/src/main/java/g0601_0700/s0621_task_scheduler/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 621\. Task Scheduler diff --git a/src/main/java/g0601_0700/s0622_design_circular_queue/readme.md b/src/main/java/g0601_0700/s0622_design_circular_queue/readme.md index 49d02b54..fefa47ca 100644 --- a/src/main/java/g0601_0700/s0622_design_circular_queue/readme.md +++ b/src/main/java/g0601_0700/s0622_design_circular_queue/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 622\. Design Circular Queue diff --git a/src/main/java/g0601_0700/s0623_add_one_row_to_tree/readme.md b/src/main/java/g0601_0700/s0623_add_one_row_to_tree/readme.md index 7d39309e..34f04f07 100644 --- a/src/main/java/g0601_0700/s0623_add_one_row_to_tree/readme.md +++ b/src/main/java/g0601_0700/s0623_add_one_row_to_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 623\. Add One Row to Tree diff --git a/src/main/java/g0601_0700/s0626_exchange_seats/readme.md b/src/main/java/g0601_0700/s0626_exchange_seats/readme.md index 7828af03..e0758277 100644 --- a/src/main/java/g0601_0700/s0626_exchange_seats/readme.md +++ b/src/main/java/g0601_0700/s0626_exchange_seats/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 626\. Exchange Seats diff --git a/src/main/java/g0601_0700/s0627_swap_salary/readme.md b/src/main/java/g0601_0700/s0627_swap_salary/readme.md index 961c82ac..1feaa62b 100644 --- a/src/main/java/g0601_0700/s0627_swap_salary/readme.md +++ b/src/main/java/g0601_0700/s0627_swap_salary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 627\. Swap Salary diff --git a/src/main/java/g0601_0700/s0628_maximum_product_of_three_numbers/readme.md b/src/main/java/g0601_0700/s0628_maximum_product_of_three_numbers/readme.md index 63121563..d517c70a 100644 --- a/src/main/java/g0601_0700/s0628_maximum_product_of_three_numbers/readme.md +++ b/src/main/java/g0601_0700/s0628_maximum_product_of_three_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 628\. Maximum Product of Three Numbers diff --git a/src/main/java/g0601_0700/s0629_k_inverse_pairs_array/readme.md b/src/main/java/g0601_0700/s0629_k_inverse_pairs_array/readme.md index 90a65de8..862c546b 100644 --- a/src/main/java/g0601_0700/s0629_k_inverse_pairs_array/readme.md +++ b/src/main/java/g0601_0700/s0629_k_inverse_pairs_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 629\. K Inverse Pairs Array diff --git a/src/main/java/g0601_0700/s0630_course_schedule_iii/readme.md b/src/main/java/g0601_0700/s0630_course_schedule_iii/readme.md index 1ca34acf..169ac50b 100644 --- a/src/main/java/g0601_0700/s0630_course_schedule_iii/readme.md +++ b/src/main/java/g0601_0700/s0630_course_schedule_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 630\. Course Schedule III diff --git a/src/main/java/g0601_0700/s0632_smallest_range_covering_elements_from_k_lists/readme.md b/src/main/java/g0601_0700/s0632_smallest_range_covering_elements_from_k_lists/readme.md index ba64c520..5ab18097 100644 --- a/src/main/java/g0601_0700/s0632_smallest_range_covering_elements_from_k_lists/readme.md +++ b/src/main/java/g0601_0700/s0632_smallest_range_covering_elements_from_k_lists/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 632\. Smallest Range Covering Elements from K Lists diff --git a/src/main/java/g0601_0700/s0633_sum_of_square_numbers/readme.md b/src/main/java/g0601_0700/s0633_sum_of_square_numbers/readme.md index 5f165d90..1c1e81fc 100644 --- a/src/main/java/g0601_0700/s0633_sum_of_square_numbers/readme.md +++ b/src/main/java/g0601_0700/s0633_sum_of_square_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 633\. Sum of Square Numbers diff --git a/src/main/java/g0601_0700/s0636_exclusive_time_of_functions/readme.md b/src/main/java/g0601_0700/s0636_exclusive_time_of_functions/readme.md index a1f5228a..9d5b9e97 100644 --- a/src/main/java/g0601_0700/s0636_exclusive_time_of_functions/readme.md +++ b/src/main/java/g0601_0700/s0636_exclusive_time_of_functions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 636\. Exclusive Time of Functions diff --git a/src/main/java/g0601_0700/s0637_average_of_levels_in_binary_tree/readme.md b/src/main/java/g0601_0700/s0637_average_of_levels_in_binary_tree/readme.md index 447b0534..38199441 100644 --- a/src/main/java/g0601_0700/s0637_average_of_levels_in_binary_tree/readme.md +++ b/src/main/java/g0601_0700/s0637_average_of_levels_in_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 637\. Average of Levels in Binary Tree diff --git a/src/main/java/g0601_0700/s0638_shopping_offers/readme.md b/src/main/java/g0601_0700/s0638_shopping_offers/readme.md index 4a714c25..344819ba 100644 --- a/src/main/java/g0601_0700/s0638_shopping_offers/readme.md +++ b/src/main/java/g0601_0700/s0638_shopping_offers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 638\. Shopping Offers diff --git a/src/main/java/g0601_0700/s0639_decode_ways_ii/readme.md b/src/main/java/g0601_0700/s0639_decode_ways_ii/readme.md index 780381f4..ebc594d0 100644 --- a/src/main/java/g0601_0700/s0639_decode_ways_ii/readme.md +++ b/src/main/java/g0601_0700/s0639_decode_ways_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 639\. Decode Ways II diff --git a/src/main/java/g0601_0700/s0640_solve_the_equation/readme.md b/src/main/java/g0601_0700/s0640_solve_the_equation/readme.md index 83082f67..d7af36e0 100644 --- a/src/main/java/g0601_0700/s0640_solve_the_equation/readme.md +++ b/src/main/java/g0601_0700/s0640_solve_the_equation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 640\. Solve the Equation diff --git a/src/main/java/g0601_0700/s0641_design_circular_deque/readme.md b/src/main/java/g0601_0700/s0641_design_circular_deque/readme.md index 85f0b8f7..77467fd4 100644 --- a/src/main/java/g0601_0700/s0641_design_circular_deque/readme.md +++ b/src/main/java/g0601_0700/s0641_design_circular_deque/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 641\. Design Circular Deque diff --git a/src/main/java/g0601_0700/s0643_maximum_average_subarray_i/readme.md b/src/main/java/g0601_0700/s0643_maximum_average_subarray_i/readme.md index 05c099a3..2f10771c 100644 --- a/src/main/java/g0601_0700/s0643_maximum_average_subarray_i/readme.md +++ b/src/main/java/g0601_0700/s0643_maximum_average_subarray_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 643\. Maximum Average Subarray I diff --git a/src/main/java/g0601_0700/s0645_set_mismatch/readme.md b/src/main/java/g0601_0700/s0645_set_mismatch/readme.md index 2f894da5..00d9f493 100644 --- a/src/main/java/g0601_0700/s0645_set_mismatch/readme.md +++ b/src/main/java/g0601_0700/s0645_set_mismatch/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 645\. Set Mismatch diff --git a/src/main/java/g0601_0700/s0646_maximum_length_of_pair_chain/readme.md b/src/main/java/g0601_0700/s0646_maximum_length_of_pair_chain/readme.md index 11535816..ea553fdf 100644 --- a/src/main/java/g0601_0700/s0646_maximum_length_of_pair_chain/readme.md +++ b/src/main/java/g0601_0700/s0646_maximum_length_of_pair_chain/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 646\. Maximum Length of Pair Chain diff --git a/src/main/java/g0601_0700/s0647_palindromic_substrings/readme.md b/src/main/java/g0601_0700/s0647_palindromic_substrings/readme.md index 6048a42e..945cc5ff 100644 --- a/src/main/java/g0601_0700/s0647_palindromic_substrings/readme.md +++ b/src/main/java/g0601_0700/s0647_palindromic_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 647\. Palindromic Substrings diff --git a/src/main/java/g0601_0700/s0648_replace_words/readme.md b/src/main/java/g0601_0700/s0648_replace_words/readme.md index 826d76d2..a31b7913 100644 --- a/src/main/java/g0601_0700/s0648_replace_words/readme.md +++ b/src/main/java/g0601_0700/s0648_replace_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 648\. Replace Words diff --git a/src/main/java/g0601_0700/s0649_dota2_senate/readme.md b/src/main/java/g0601_0700/s0649_dota2_senate/readme.md index 9ac36e73..a7abae0f 100644 --- a/src/main/java/g0601_0700/s0649_dota2_senate/readme.md +++ b/src/main/java/g0601_0700/s0649_dota2_senate/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 649\. Dota2 Senate diff --git a/src/main/java/g0601_0700/s0650_2_keys_keyboard/readme.md b/src/main/java/g0601_0700/s0650_2_keys_keyboard/readme.md index 0a751ac4..3ed07150 100644 --- a/src/main/java/g0601_0700/s0650_2_keys_keyboard/readme.md +++ b/src/main/java/g0601_0700/s0650_2_keys_keyboard/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 650\. 2 Keys Keyboard diff --git a/src/main/java/g0601_0700/s0652_find_duplicate_subtrees/readme.md b/src/main/java/g0601_0700/s0652_find_duplicate_subtrees/readme.md index a3f40569..c95db447 100644 --- a/src/main/java/g0601_0700/s0652_find_duplicate_subtrees/readme.md +++ b/src/main/java/g0601_0700/s0652_find_duplicate_subtrees/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 652\. Find Duplicate Subtrees diff --git a/src/main/java/g0601_0700/s0653_two_sum_iv_input_is_a_bst/readme.md b/src/main/java/g0601_0700/s0653_two_sum_iv_input_is_a_bst/readme.md index 2e9864dc..757e940f 100644 --- a/src/main/java/g0601_0700/s0653_two_sum_iv_input_is_a_bst/readme.md +++ b/src/main/java/g0601_0700/s0653_two_sum_iv_input_is_a_bst/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 653\. Two Sum IV - Input is a BST diff --git a/src/main/java/g0601_0700/s0654_maximum_binary_tree/readme.md b/src/main/java/g0601_0700/s0654_maximum_binary_tree/readme.md index 980b10d0..f46803e8 100644 --- a/src/main/java/g0601_0700/s0654_maximum_binary_tree/readme.md +++ b/src/main/java/g0601_0700/s0654_maximum_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 654\. Maximum Binary Tree diff --git a/src/main/java/g0601_0700/s0655_print_binary_tree/readme.md b/src/main/java/g0601_0700/s0655_print_binary_tree/readme.md index 2887df85..e4bb7129 100644 --- a/src/main/java/g0601_0700/s0655_print_binary_tree/readme.md +++ b/src/main/java/g0601_0700/s0655_print_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 655\. Print Binary Tree diff --git a/src/main/java/g0601_0700/s0657_robot_return_to_origin/readme.md b/src/main/java/g0601_0700/s0657_robot_return_to_origin/readme.md index 57a661b3..82e9140f 100644 --- a/src/main/java/g0601_0700/s0657_robot_return_to_origin/readme.md +++ b/src/main/java/g0601_0700/s0657_robot_return_to_origin/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 657\. Robot Return to Origin diff --git a/src/main/java/g0601_0700/s0658_find_k_closest_elements/readme.md b/src/main/java/g0601_0700/s0658_find_k_closest_elements/readme.md index fa312d59..f6a3a489 100644 --- a/src/main/java/g0601_0700/s0658_find_k_closest_elements/readme.md +++ b/src/main/java/g0601_0700/s0658_find_k_closest_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 658\. Find K Closest Elements diff --git a/src/main/java/g0601_0700/s0659_split_array_into_consecutive_subsequences/readme.md b/src/main/java/g0601_0700/s0659_split_array_into_consecutive_subsequences/readme.md index ca425213..bf742b78 100644 --- a/src/main/java/g0601_0700/s0659_split_array_into_consecutive_subsequences/readme.md +++ b/src/main/java/g0601_0700/s0659_split_array_into_consecutive_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 659\. Split Array into Consecutive Subsequences diff --git a/src/main/java/g0601_0700/s0661_image_smoother/readme.md b/src/main/java/g0601_0700/s0661_image_smoother/readme.md index f32be30f..ab2f4199 100644 --- a/src/main/java/g0601_0700/s0661_image_smoother/readme.md +++ b/src/main/java/g0601_0700/s0661_image_smoother/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 661\. Image Smoother diff --git a/src/main/java/g0601_0700/s0662_maximum_width_of_binary_tree/readme.md b/src/main/java/g0601_0700/s0662_maximum_width_of_binary_tree/readme.md index f9a38067..a9600e65 100644 --- a/src/main/java/g0601_0700/s0662_maximum_width_of_binary_tree/readme.md +++ b/src/main/java/g0601_0700/s0662_maximum_width_of_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 662\. Maximum Width of Binary Tree diff --git a/src/main/java/g0601_0700/s0664_strange_printer/readme.md b/src/main/java/g0601_0700/s0664_strange_printer/readme.md index b56a504f..04c8b4c9 100644 --- a/src/main/java/g0601_0700/s0664_strange_printer/readme.md +++ b/src/main/java/g0601_0700/s0664_strange_printer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 664\. Strange Printer diff --git a/src/main/java/g0601_0700/s0665_non_decreasing_array/readme.md b/src/main/java/g0601_0700/s0665_non_decreasing_array/readme.md index bf0be5ea..a9beefc1 100644 --- a/src/main/java/g0601_0700/s0665_non_decreasing_array/readme.md +++ b/src/main/java/g0601_0700/s0665_non_decreasing_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 665\. Non-decreasing Array diff --git a/src/main/java/g0601_0700/s0667_beautiful_arrangement_ii/readme.md b/src/main/java/g0601_0700/s0667_beautiful_arrangement_ii/readme.md index 011b5223..75d125dc 100644 --- a/src/main/java/g0601_0700/s0667_beautiful_arrangement_ii/readme.md +++ b/src/main/java/g0601_0700/s0667_beautiful_arrangement_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 667\. Beautiful Arrangement II diff --git a/src/main/java/g0601_0700/s0668_kth_smallest_number_in_multiplication_table/readme.md b/src/main/java/g0601_0700/s0668_kth_smallest_number_in_multiplication_table/readme.md index c9d5cff3..5e228939 100644 --- a/src/main/java/g0601_0700/s0668_kth_smallest_number_in_multiplication_table/readme.md +++ b/src/main/java/g0601_0700/s0668_kth_smallest_number_in_multiplication_table/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 668\. Kth Smallest Number in Multiplication Table diff --git a/src/main/java/g0601_0700/s0669_trim_a_binary_search_tree/readme.md b/src/main/java/g0601_0700/s0669_trim_a_binary_search_tree/readme.md index 0ffcead2..b12f36c9 100644 --- a/src/main/java/g0601_0700/s0669_trim_a_binary_search_tree/readme.md +++ b/src/main/java/g0601_0700/s0669_trim_a_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 669\. Trim a Binary Search Tree diff --git a/src/main/java/g0601_0700/s0670_maximum_swap/readme.md b/src/main/java/g0601_0700/s0670_maximum_swap/readme.md index da58d07e..5316f972 100644 --- a/src/main/java/g0601_0700/s0670_maximum_swap/readme.md +++ b/src/main/java/g0601_0700/s0670_maximum_swap/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 670\. Maximum Swap diff --git a/src/main/java/g0601_0700/s0671_second_minimum_node_in_a_binary_tree/readme.md b/src/main/java/g0601_0700/s0671_second_minimum_node_in_a_binary_tree/readme.md index c29e9162..10a88b90 100644 --- a/src/main/java/g0601_0700/s0671_second_minimum_node_in_a_binary_tree/readme.md +++ b/src/main/java/g0601_0700/s0671_second_minimum_node_in_a_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 671\. Second Minimum Node In a Binary Tree diff --git a/src/main/java/g0601_0700/s0672_bulb_switcher_ii/readme.md b/src/main/java/g0601_0700/s0672_bulb_switcher_ii/readme.md index a081977c..9f1a8019 100644 --- a/src/main/java/g0601_0700/s0672_bulb_switcher_ii/readme.md +++ b/src/main/java/g0601_0700/s0672_bulb_switcher_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 672\. Bulb Switcher II diff --git a/src/main/java/g0601_0700/s0673_number_of_longest_increasing_subsequence/readme.md b/src/main/java/g0601_0700/s0673_number_of_longest_increasing_subsequence/readme.md index 4a404925..63d2063c 100644 --- a/src/main/java/g0601_0700/s0673_number_of_longest_increasing_subsequence/readme.md +++ b/src/main/java/g0601_0700/s0673_number_of_longest_increasing_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 673\. Number of Longest Increasing Subsequence diff --git a/src/main/java/g0601_0700/s0674_longest_continuous_increasing_subsequence/readme.md b/src/main/java/g0601_0700/s0674_longest_continuous_increasing_subsequence/readme.md index 6fc88b38..67cf6a9a 100644 --- a/src/main/java/g0601_0700/s0674_longest_continuous_increasing_subsequence/readme.md +++ b/src/main/java/g0601_0700/s0674_longest_continuous_increasing_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 674\. Longest Continuous Increasing Subsequence diff --git a/src/main/java/g0601_0700/s0675_cut_off_trees_for_golf_event/readme.md b/src/main/java/g0601_0700/s0675_cut_off_trees_for_golf_event/readme.md index fb2991cb..95636a07 100644 --- a/src/main/java/g0601_0700/s0675_cut_off_trees_for_golf_event/readme.md +++ b/src/main/java/g0601_0700/s0675_cut_off_trees_for_golf_event/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 675\. Cut Off Trees for Golf Event diff --git a/src/main/java/g0601_0700/s0676_implement_magic_dictionary/readme.md b/src/main/java/g0601_0700/s0676_implement_magic_dictionary/readme.md index 23c71a2e..3f543886 100644 --- a/src/main/java/g0601_0700/s0676_implement_magic_dictionary/readme.md +++ b/src/main/java/g0601_0700/s0676_implement_magic_dictionary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 676\. Implement Magic Dictionary diff --git a/src/main/java/g0601_0700/s0677_map_sum_pairs/readme.md b/src/main/java/g0601_0700/s0677_map_sum_pairs/readme.md index 772ff8b8..1337e8cc 100644 --- a/src/main/java/g0601_0700/s0677_map_sum_pairs/readme.md +++ b/src/main/java/g0601_0700/s0677_map_sum_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 677\. Map Sum Pairs diff --git a/src/main/java/g0601_0700/s0678_valid_parenthesis_string/readme.md b/src/main/java/g0601_0700/s0678_valid_parenthesis_string/readme.md index 2333b6f9..3ded8f1a 100644 --- a/src/main/java/g0601_0700/s0678_valid_parenthesis_string/readme.md +++ b/src/main/java/g0601_0700/s0678_valid_parenthesis_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 678\. Valid Parenthesis String diff --git a/src/main/java/g0601_0700/s0679_24_game/readme.md b/src/main/java/g0601_0700/s0679_24_game/readme.md index 1f7cdd96..2f1d9f98 100644 --- a/src/main/java/g0601_0700/s0679_24_game/readme.md +++ b/src/main/java/g0601_0700/s0679_24_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 679\. 24 Game diff --git a/src/main/java/g0601_0700/s0680_valid_palindrome_ii/readme.md b/src/main/java/g0601_0700/s0680_valid_palindrome_ii/readme.md index fb3366fa..c93492a2 100644 --- a/src/main/java/g0601_0700/s0680_valid_palindrome_ii/readme.md +++ b/src/main/java/g0601_0700/s0680_valid_palindrome_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 680\. Valid Palindrome II diff --git a/src/main/java/g0601_0700/s0682_baseball_game/readme.md b/src/main/java/g0601_0700/s0682_baseball_game/readme.md index de62a036..cb5640ab 100644 --- a/src/main/java/g0601_0700/s0682_baseball_game/readme.md +++ b/src/main/java/g0601_0700/s0682_baseball_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 682\. Baseball Game diff --git a/src/main/java/g0601_0700/s0684_redundant_connection/readme.md b/src/main/java/g0601_0700/s0684_redundant_connection/readme.md index 1f2845c2..fa8b19c0 100644 --- a/src/main/java/g0601_0700/s0684_redundant_connection/readme.md +++ b/src/main/java/g0601_0700/s0684_redundant_connection/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 684\. Redundant Connection diff --git a/src/main/java/g0601_0700/s0685_redundant_connection_ii/readme.md b/src/main/java/g0601_0700/s0685_redundant_connection_ii/readme.md index 6d4de827..e460541e 100644 --- a/src/main/java/g0601_0700/s0685_redundant_connection_ii/readme.md +++ b/src/main/java/g0601_0700/s0685_redundant_connection_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 685\. Redundant Connection II diff --git a/src/main/java/g0601_0700/s0686_repeated_string_match/readme.md b/src/main/java/g0601_0700/s0686_repeated_string_match/readme.md index 8e429388..6fcbc8d2 100644 --- a/src/main/java/g0601_0700/s0686_repeated_string_match/readme.md +++ b/src/main/java/g0601_0700/s0686_repeated_string_match/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 686\. Repeated String Match diff --git a/src/main/java/g0601_0700/s0687_longest_univalue_path/readme.md b/src/main/java/g0601_0700/s0687_longest_univalue_path/readme.md index caebf4a2..daa8e5db 100644 --- a/src/main/java/g0601_0700/s0687_longest_univalue_path/readme.md +++ b/src/main/java/g0601_0700/s0687_longest_univalue_path/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 687\. Longest Univalue Path diff --git a/src/main/java/g0601_0700/s0688_knight_probability_in_chessboard/readme.md b/src/main/java/g0601_0700/s0688_knight_probability_in_chessboard/readme.md index e643f634..727d61fb 100644 --- a/src/main/java/g0601_0700/s0688_knight_probability_in_chessboard/readme.md +++ b/src/main/java/g0601_0700/s0688_knight_probability_in_chessboard/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 688\. Knight Probability in Chessboard diff --git a/src/main/java/g0601_0700/s0689_maximum_sum_of_3_non_overlapping_subarrays/readme.md b/src/main/java/g0601_0700/s0689_maximum_sum_of_3_non_overlapping_subarrays/readme.md index deb6ef8d..e30a3cf7 100644 --- a/src/main/java/g0601_0700/s0689_maximum_sum_of_3_non_overlapping_subarrays/readme.md +++ b/src/main/java/g0601_0700/s0689_maximum_sum_of_3_non_overlapping_subarrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 689\. Maximum Sum of 3 Non-Overlapping Subarrays diff --git a/src/main/java/g0601_0700/s0690_employee_importance/readme.md b/src/main/java/g0601_0700/s0690_employee_importance/readme.md index 6a250cfb..246d336a 100644 --- a/src/main/java/g0601_0700/s0690_employee_importance/readme.md +++ b/src/main/java/g0601_0700/s0690_employee_importance/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 690\. Employee Importance diff --git a/src/main/java/g0601_0700/s0691_stickers_to_spell_word/readme.md b/src/main/java/g0601_0700/s0691_stickers_to_spell_word/readme.md index 4eb3052c..4b8d1377 100644 --- a/src/main/java/g0601_0700/s0691_stickers_to_spell_word/readme.md +++ b/src/main/java/g0601_0700/s0691_stickers_to_spell_word/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 691\. Stickers to Spell Word diff --git a/src/main/java/g0601_0700/s0692_top_k_frequent_words/readme.md b/src/main/java/g0601_0700/s0692_top_k_frequent_words/readme.md index 0c099db2..8c785545 100644 --- a/src/main/java/g0601_0700/s0692_top_k_frequent_words/readme.md +++ b/src/main/java/g0601_0700/s0692_top_k_frequent_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 692\. Top K Frequent Words diff --git a/src/main/java/g0601_0700/s0693_binary_number_with_alternating_bits/readme.md b/src/main/java/g0601_0700/s0693_binary_number_with_alternating_bits/readme.md index 1da51d40..4cd5dc0b 100644 --- a/src/main/java/g0601_0700/s0693_binary_number_with_alternating_bits/readme.md +++ b/src/main/java/g0601_0700/s0693_binary_number_with_alternating_bits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 693\. Binary Number with Alternating Bits diff --git a/src/main/java/g0601_0700/s0695_max_area_of_island/readme.md b/src/main/java/g0601_0700/s0695_max_area_of_island/readme.md index f40c3eba..02de93e7 100644 --- a/src/main/java/g0601_0700/s0695_max_area_of_island/readme.md +++ b/src/main/java/g0601_0700/s0695_max_area_of_island/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 695\. Max Area of Island diff --git a/src/main/java/g0601_0700/s0696_count_binary_substrings/readme.md b/src/main/java/g0601_0700/s0696_count_binary_substrings/readme.md index 84a38aaf..b38093c7 100644 --- a/src/main/java/g0601_0700/s0696_count_binary_substrings/readme.md +++ b/src/main/java/g0601_0700/s0696_count_binary_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 696\. Count Binary Substrings diff --git a/src/main/java/g0601_0700/s0697_degree_of_an_array/readme.md b/src/main/java/g0601_0700/s0697_degree_of_an_array/readme.md index 5a024a1e..baccb513 100644 --- a/src/main/java/g0601_0700/s0697_degree_of_an_array/readme.md +++ b/src/main/java/g0601_0700/s0697_degree_of_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 697\. Degree of an Array diff --git a/src/main/java/g0601_0700/s0698_partition_to_k_equal_sum_subsets/readme.md b/src/main/java/g0601_0700/s0698_partition_to_k_equal_sum_subsets/readme.md index 70bf3727..93210655 100644 --- a/src/main/java/g0601_0700/s0698_partition_to_k_equal_sum_subsets/readme.md +++ b/src/main/java/g0601_0700/s0698_partition_to_k_equal_sum_subsets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 698\. Partition to K Equal Sum Subsets diff --git a/src/main/java/g0601_0700/s0699_falling_squares/readme.md b/src/main/java/g0601_0700/s0699_falling_squares/readme.md index 089563e1..e12be696 100644 --- a/src/main/java/g0601_0700/s0699_falling_squares/readme.md +++ b/src/main/java/g0601_0700/s0699_falling_squares/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 699\. Falling Squares diff --git a/src/main/java/g0601_0700/s0700_search_in_a_binary_search_tree/readme.md b/src/main/java/g0601_0700/s0700_search_in_a_binary_search_tree/readme.md index 9cad62df..3eeb7524 100644 --- a/src/main/java/g0601_0700/s0700_search_in_a_binary_search_tree/readme.md +++ b/src/main/java/g0601_0700/s0700_search_in_a_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 700\. Search in a Binary Search Tree diff --git a/src/main/java/g0701_0800/s0701_insert_into_a_binary_search_tree/readme.md b/src/main/java/g0701_0800/s0701_insert_into_a_binary_search_tree/readme.md index 06b31d17..6b47d0af 100644 --- a/src/main/java/g0701_0800/s0701_insert_into_a_binary_search_tree/readme.md +++ b/src/main/java/g0701_0800/s0701_insert_into_a_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 701\. Insert into a Binary Search Tree diff --git a/src/main/java/g0701_0800/s0703_kth_largest_element_in_a_stream/readme.md b/src/main/java/g0701_0800/s0703_kth_largest_element_in_a_stream/readme.md index 23b36ce5..a271900a 100644 --- a/src/main/java/g0701_0800/s0703_kth_largest_element_in_a_stream/readme.md +++ b/src/main/java/g0701_0800/s0703_kth_largest_element_in_a_stream/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 703\. Kth Largest Element in a Stream diff --git a/src/main/java/g0701_0800/s0704_binary_search/readme.md b/src/main/java/g0701_0800/s0704_binary_search/readme.md index daca4201..bb288187 100644 --- a/src/main/java/g0701_0800/s0704_binary_search/readme.md +++ b/src/main/java/g0701_0800/s0704_binary_search/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 704\. Binary Search diff --git a/src/main/java/g0701_0800/s0705_design_hashset/readme.md b/src/main/java/g0701_0800/s0705_design_hashset/readme.md index 1ac74267..1ff91735 100644 --- a/src/main/java/g0701_0800/s0705_design_hashset/readme.md +++ b/src/main/java/g0701_0800/s0705_design_hashset/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 705\. Design HashSet diff --git a/src/main/java/g0701_0800/s0706_design_hashmap/readme.md b/src/main/java/g0701_0800/s0706_design_hashmap/readme.md index 7bd61ff5..401e832c 100644 --- a/src/main/java/g0701_0800/s0706_design_hashmap/readme.md +++ b/src/main/java/g0701_0800/s0706_design_hashmap/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 706\. Design HashMap diff --git a/src/main/java/g0701_0800/s0707_design_linked_list/readme.md b/src/main/java/g0701_0800/s0707_design_linked_list/readme.md index c06728cb..5c075a87 100644 --- a/src/main/java/g0701_0800/s0707_design_linked_list/readme.md +++ b/src/main/java/g0701_0800/s0707_design_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 707\. Design Linked List diff --git a/src/main/java/g0701_0800/s0709_to_lower_case/readme.md b/src/main/java/g0701_0800/s0709_to_lower_case/readme.md index 1c8ecbb4..5da5a30a 100644 --- a/src/main/java/g0701_0800/s0709_to_lower_case/readme.md +++ b/src/main/java/g0701_0800/s0709_to_lower_case/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 709\. To Lower Case diff --git a/src/main/java/g0701_0800/s0710_random_pick_with_blacklist/readme.md b/src/main/java/g0701_0800/s0710_random_pick_with_blacklist/readme.md index ed10f2aa..00a01a2b 100644 --- a/src/main/java/g0701_0800/s0710_random_pick_with_blacklist/readme.md +++ b/src/main/java/g0701_0800/s0710_random_pick_with_blacklist/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 710\. Random Pick with Blacklist diff --git a/src/main/java/g0701_0800/s0712_minimum_ascii_delete_sum_for_two_strings/readme.md b/src/main/java/g0701_0800/s0712_minimum_ascii_delete_sum_for_two_strings/readme.md index dc9e6586..ad3aa72a 100644 --- a/src/main/java/g0701_0800/s0712_minimum_ascii_delete_sum_for_two_strings/readme.md +++ b/src/main/java/g0701_0800/s0712_minimum_ascii_delete_sum_for_two_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 712\. Minimum ASCII Delete Sum for Two Strings diff --git a/src/main/java/g0701_0800/s0713_subarray_product_less_than_k/readme.md b/src/main/java/g0701_0800/s0713_subarray_product_less_than_k/readme.md index 6b11c006..6923c56d 100644 --- a/src/main/java/g0701_0800/s0713_subarray_product_less_than_k/readme.md +++ b/src/main/java/g0701_0800/s0713_subarray_product_less_than_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 713\. Subarray Product Less Than K diff --git a/src/main/java/g0701_0800/s0714_best_time_to_buy_and_sell_stock_with_transaction_fee/readme.md b/src/main/java/g0701_0800/s0714_best_time_to_buy_and_sell_stock_with_transaction_fee/readme.md index 3da98263..35167f5f 100644 --- a/src/main/java/g0701_0800/s0714_best_time_to_buy_and_sell_stock_with_transaction_fee/readme.md +++ b/src/main/java/g0701_0800/s0714_best_time_to_buy_and_sell_stock_with_transaction_fee/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 714\. Best Time to Buy and Sell Stock with Transaction Fee diff --git a/src/main/java/g0701_0800/s0715_range_module/readme.md b/src/main/java/g0701_0800/s0715_range_module/readme.md index f39aa574..709a95b4 100644 --- a/src/main/java/g0701_0800/s0715_range_module/readme.md +++ b/src/main/java/g0701_0800/s0715_range_module/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 715\. Range Module diff --git a/src/main/java/g0701_0800/s0717_1_bit_and_2_bit_characters/readme.md b/src/main/java/g0701_0800/s0717_1_bit_and_2_bit_characters/readme.md index f352e9aa..4c7d4684 100644 --- a/src/main/java/g0701_0800/s0717_1_bit_and_2_bit_characters/readme.md +++ b/src/main/java/g0701_0800/s0717_1_bit_and_2_bit_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 717\. 1-bit and 2-bit Characters diff --git a/src/main/java/g0701_0800/s0718_maximum_length_of_repeated_subarray/readme.md b/src/main/java/g0701_0800/s0718_maximum_length_of_repeated_subarray/readme.md index c9cffed6..d07ee9ce 100644 --- a/src/main/java/g0701_0800/s0718_maximum_length_of_repeated_subarray/readme.md +++ b/src/main/java/g0701_0800/s0718_maximum_length_of_repeated_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 718\. Maximum Length of Repeated Subarray diff --git a/src/main/java/g0701_0800/s0719_find_k_th_smallest_pair_distance/readme.md b/src/main/java/g0701_0800/s0719_find_k_th_smallest_pair_distance/readme.md index 12e9d9d2..5043ae61 100644 --- a/src/main/java/g0701_0800/s0719_find_k_th_smallest_pair_distance/readme.md +++ b/src/main/java/g0701_0800/s0719_find_k_th_smallest_pair_distance/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 719\. Find K-th Smallest Pair Distance diff --git a/src/main/java/g0701_0800/s0720_longest_word_in_dictionary/readme.md b/src/main/java/g0701_0800/s0720_longest_word_in_dictionary/readme.md index 5f97147d..f88f53e0 100644 --- a/src/main/java/g0701_0800/s0720_longest_word_in_dictionary/readme.md +++ b/src/main/java/g0701_0800/s0720_longest_word_in_dictionary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 720\. Longest Word in Dictionary diff --git a/src/main/java/g0701_0800/s0721_accounts_merge/readme.md b/src/main/java/g0701_0800/s0721_accounts_merge/readme.md index 5f6f9380..6f79b47b 100644 --- a/src/main/java/g0701_0800/s0721_accounts_merge/readme.md +++ b/src/main/java/g0701_0800/s0721_accounts_merge/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 721\. Accounts Merge diff --git a/src/main/java/g0701_0800/s0722_remove_comments/readme.md b/src/main/java/g0701_0800/s0722_remove_comments/readme.md index e76bfb4b..8d3018c4 100644 --- a/src/main/java/g0701_0800/s0722_remove_comments/readme.md +++ b/src/main/java/g0701_0800/s0722_remove_comments/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 722\. Remove Comments diff --git a/src/main/java/g0701_0800/s0724_find_pivot_index/readme.md b/src/main/java/g0701_0800/s0724_find_pivot_index/readme.md index 332c60cb..72332656 100644 --- a/src/main/java/g0701_0800/s0724_find_pivot_index/readme.md +++ b/src/main/java/g0701_0800/s0724_find_pivot_index/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 724\. Find Pivot Index diff --git a/src/main/java/g0701_0800/s0725_split_linked_list_in_parts/readme.md b/src/main/java/g0701_0800/s0725_split_linked_list_in_parts/readme.md index 30b9f471..5e827848 100644 --- a/src/main/java/g0701_0800/s0725_split_linked_list_in_parts/readme.md +++ b/src/main/java/g0701_0800/s0725_split_linked_list_in_parts/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 725\. Split Linked List in Parts diff --git a/src/main/java/g0701_0800/s0726_number_of_atoms/readme.md b/src/main/java/g0701_0800/s0726_number_of_atoms/readme.md index 8348d14a..055c058c 100644 --- a/src/main/java/g0701_0800/s0726_number_of_atoms/readme.md +++ b/src/main/java/g0701_0800/s0726_number_of_atoms/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 726\. Number of Atoms diff --git a/src/main/java/g0701_0800/s0728_self_dividing_numbers/readme.md b/src/main/java/g0701_0800/s0728_self_dividing_numbers/readme.md index 76629ab4..c4a27131 100644 --- a/src/main/java/g0701_0800/s0728_self_dividing_numbers/readme.md +++ b/src/main/java/g0701_0800/s0728_self_dividing_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 728\. Self Dividing Numbers diff --git a/src/main/java/g0701_0800/s0729_my_calendar_i/readme.md b/src/main/java/g0701_0800/s0729_my_calendar_i/readme.md index d03188a4..ddcc940d 100644 --- a/src/main/java/g0701_0800/s0729_my_calendar_i/readme.md +++ b/src/main/java/g0701_0800/s0729_my_calendar_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 729\. My Calendar I diff --git a/src/main/java/g0701_0800/s0730_count_different_palindromic_subsequences/readme.md b/src/main/java/g0701_0800/s0730_count_different_palindromic_subsequences/readme.md index 8cbc2f48..d93653e6 100644 --- a/src/main/java/g0701_0800/s0730_count_different_palindromic_subsequences/readme.md +++ b/src/main/java/g0701_0800/s0730_count_different_palindromic_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 730\. Count Different Palindromic Subsequences diff --git a/src/main/java/g0701_0800/s0731_my_calendar_ii/readme.md b/src/main/java/g0701_0800/s0731_my_calendar_ii/readme.md index 4df720e7..64c5f162 100644 --- a/src/main/java/g0701_0800/s0731_my_calendar_ii/readme.md +++ b/src/main/java/g0701_0800/s0731_my_calendar_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 731\. My Calendar II diff --git a/src/main/java/g0701_0800/s0732_my_calendar_iii/readme.md b/src/main/java/g0701_0800/s0732_my_calendar_iii/readme.md index 0cb75e95..b00e2184 100644 --- a/src/main/java/g0701_0800/s0732_my_calendar_iii/readme.md +++ b/src/main/java/g0701_0800/s0732_my_calendar_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 732\. My Calendar III diff --git a/src/main/java/g0701_0800/s0733_flood_fill/readme.md b/src/main/java/g0701_0800/s0733_flood_fill/readme.md index 30465202..1c62c944 100644 --- a/src/main/java/g0701_0800/s0733_flood_fill/readme.md +++ b/src/main/java/g0701_0800/s0733_flood_fill/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 733\. Flood Fill diff --git a/src/main/java/g0701_0800/s0735_asteroid_collision/readme.md b/src/main/java/g0701_0800/s0735_asteroid_collision/readme.md index e40be8b0..4ba64f4e 100644 --- a/src/main/java/g0701_0800/s0735_asteroid_collision/readme.md +++ b/src/main/java/g0701_0800/s0735_asteroid_collision/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 735\. Asteroid Collision diff --git a/src/main/java/g0701_0800/s0736_parse_lisp_expression/readme.md b/src/main/java/g0701_0800/s0736_parse_lisp_expression/readme.md index ed351f78..8d2dbfa6 100644 --- a/src/main/java/g0701_0800/s0736_parse_lisp_expression/readme.md +++ b/src/main/java/g0701_0800/s0736_parse_lisp_expression/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 736\. Parse Lisp Expression diff --git a/src/main/java/g0701_0800/s0738_monotone_increasing_digits/readme.md b/src/main/java/g0701_0800/s0738_monotone_increasing_digits/readme.md index 2328e039..45b5953e 100644 --- a/src/main/java/g0701_0800/s0738_monotone_increasing_digits/readme.md +++ b/src/main/java/g0701_0800/s0738_monotone_increasing_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 738\. Monotone Increasing Digits diff --git a/src/main/java/g0701_0800/s0739_daily_temperatures/readme.md b/src/main/java/g0701_0800/s0739_daily_temperatures/readme.md index e35af4ac..aa7cb0a1 100644 --- a/src/main/java/g0701_0800/s0739_daily_temperatures/readme.md +++ b/src/main/java/g0701_0800/s0739_daily_temperatures/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 739\. Daily Temperatures diff --git a/src/main/java/g0701_0800/s0740_delete_and_earn/readme.md b/src/main/java/g0701_0800/s0740_delete_and_earn/readme.md index 468a9eaf..1ffa0786 100644 --- a/src/main/java/g0701_0800/s0740_delete_and_earn/readme.md +++ b/src/main/java/g0701_0800/s0740_delete_and_earn/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 740\. Delete and Earn diff --git a/src/main/java/g0701_0800/s0741_cherry_pickup/readme.md b/src/main/java/g0701_0800/s0741_cherry_pickup/readme.md index b77c814e..cf1f86e8 100644 --- a/src/main/java/g0701_0800/s0741_cherry_pickup/readme.md +++ b/src/main/java/g0701_0800/s0741_cherry_pickup/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 741\. Cherry Pickup diff --git a/src/main/java/g0701_0800/s0743_network_delay_time/readme.md b/src/main/java/g0701_0800/s0743_network_delay_time/readme.md index 522ccb37..37aa169e 100644 --- a/src/main/java/g0701_0800/s0743_network_delay_time/readme.md +++ b/src/main/java/g0701_0800/s0743_network_delay_time/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 743\. Network Delay Time diff --git a/src/main/java/g0701_0800/s0744_find_smallest_letter_greater_than_target/readme.md b/src/main/java/g0701_0800/s0744_find_smallest_letter_greater_than_target/readme.md index 8cdd7105..e3787166 100644 --- a/src/main/java/g0701_0800/s0744_find_smallest_letter_greater_than_target/readme.md +++ b/src/main/java/g0701_0800/s0744_find_smallest_letter_greater_than_target/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 744\. Find Smallest Letter Greater Than Target diff --git a/src/main/java/g0701_0800/s0745_prefix_and_suffix_search/readme.md b/src/main/java/g0701_0800/s0745_prefix_and_suffix_search/readme.md index b05753f6..accba2d2 100644 --- a/src/main/java/g0701_0800/s0745_prefix_and_suffix_search/readme.md +++ b/src/main/java/g0701_0800/s0745_prefix_and_suffix_search/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 745\. Prefix and Suffix Search diff --git a/src/main/java/g0701_0800/s0746_min_cost_climbing_stairs/readme.md b/src/main/java/g0701_0800/s0746_min_cost_climbing_stairs/readme.md index cfe6159f..4f68ce36 100644 --- a/src/main/java/g0701_0800/s0746_min_cost_climbing_stairs/readme.md +++ b/src/main/java/g0701_0800/s0746_min_cost_climbing_stairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 746\. Min Cost Climbing Stairs diff --git a/src/main/java/g0701_0800/s0747_largest_number_at_least_twice_of_others/readme.md b/src/main/java/g0701_0800/s0747_largest_number_at_least_twice_of_others/readme.md index 904f23f5..519668a7 100644 --- a/src/main/java/g0701_0800/s0747_largest_number_at_least_twice_of_others/readme.md +++ b/src/main/java/g0701_0800/s0747_largest_number_at_least_twice_of_others/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 747\. Largest Number At Least Twice of Others diff --git a/src/main/java/g0701_0800/s0748_shortest_completing_word/readme.md b/src/main/java/g0701_0800/s0748_shortest_completing_word/readme.md index 8770b9b7..7271832d 100644 --- a/src/main/java/g0701_0800/s0748_shortest_completing_word/readme.md +++ b/src/main/java/g0701_0800/s0748_shortest_completing_word/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 748\. Shortest Completing Word diff --git a/src/main/java/g0701_0800/s0749_contain_virus/readme.md b/src/main/java/g0701_0800/s0749_contain_virus/readme.md index 352df5aa..fa006d4e 100644 --- a/src/main/java/g0701_0800/s0749_contain_virus/readme.md +++ b/src/main/java/g0701_0800/s0749_contain_virus/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 749\. Contain Virus diff --git a/src/main/java/g0701_0800/s0752_open_the_lock/readme.md b/src/main/java/g0701_0800/s0752_open_the_lock/readme.md index 783c269d..68decf2b 100644 --- a/src/main/java/g0701_0800/s0752_open_the_lock/readme.md +++ b/src/main/java/g0701_0800/s0752_open_the_lock/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 752\. Open the Lock diff --git a/src/main/java/g0701_0800/s0753_cracking_the_safe/readme.md b/src/main/java/g0701_0800/s0753_cracking_the_safe/readme.md index 5d3976d0..054a84d0 100644 --- a/src/main/java/g0701_0800/s0753_cracking_the_safe/readme.md +++ b/src/main/java/g0701_0800/s0753_cracking_the_safe/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 753\. Cracking the Safe diff --git a/src/main/java/g0701_0800/s0754_reach_a_number/readme.md b/src/main/java/g0701_0800/s0754_reach_a_number/readme.md index b8f14d09..50ccef77 100644 --- a/src/main/java/g0701_0800/s0754_reach_a_number/readme.md +++ b/src/main/java/g0701_0800/s0754_reach_a_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 754\. Reach a Number diff --git a/src/main/java/g0701_0800/s0756_pyramid_transition_matrix/readme.md b/src/main/java/g0701_0800/s0756_pyramid_transition_matrix/readme.md index e904b8bc..d455455f 100644 --- a/src/main/java/g0701_0800/s0756_pyramid_transition_matrix/readme.md +++ b/src/main/java/g0701_0800/s0756_pyramid_transition_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 756\. Pyramid Transition Matrix diff --git a/src/main/java/g0701_0800/s0757_set_intersection_size_at_least_two/readme.md b/src/main/java/g0701_0800/s0757_set_intersection_size_at_least_two/readme.md index 7446c038..4e92f16b 100644 --- a/src/main/java/g0701_0800/s0757_set_intersection_size_at_least_two/readme.md +++ b/src/main/java/g0701_0800/s0757_set_intersection_size_at_least_two/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 757\. Set Intersection Size At Least Two diff --git a/src/main/java/g0701_0800/s0761_special_binary_string/readme.md b/src/main/java/g0701_0800/s0761_special_binary_string/readme.md index 09998494..5114ffa5 100644 --- a/src/main/java/g0701_0800/s0761_special_binary_string/readme.md +++ b/src/main/java/g0701_0800/s0761_special_binary_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 761\. Special Binary String diff --git a/src/main/java/g0701_0800/s0762_prime_number_of_set_bits_in_binary_representation/readme.md b/src/main/java/g0701_0800/s0762_prime_number_of_set_bits_in_binary_representation/readme.md index c2ede0c1..44abafe8 100644 --- a/src/main/java/g0701_0800/s0762_prime_number_of_set_bits_in_binary_representation/readme.md +++ b/src/main/java/g0701_0800/s0762_prime_number_of_set_bits_in_binary_representation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 762\. Prime Number of Set Bits in Binary Representation diff --git a/src/main/java/g0701_0800/s0763_partition_labels/readme.md b/src/main/java/g0701_0800/s0763_partition_labels/readme.md index 3c605bfd..c922b46e 100644 --- a/src/main/java/g0701_0800/s0763_partition_labels/readme.md +++ b/src/main/java/g0701_0800/s0763_partition_labels/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 763\. Partition Labels diff --git a/src/main/java/g0701_0800/s0764_largest_plus_sign/readme.md b/src/main/java/g0701_0800/s0764_largest_plus_sign/readme.md index 1964173f..555f8e68 100644 --- a/src/main/java/g0701_0800/s0764_largest_plus_sign/readme.md +++ b/src/main/java/g0701_0800/s0764_largest_plus_sign/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 764\. Largest Plus Sign diff --git a/src/main/java/g0701_0800/s0765_couples_holding_hands/readme.md b/src/main/java/g0701_0800/s0765_couples_holding_hands/readme.md index 29fc0a8c..783736fc 100644 --- a/src/main/java/g0701_0800/s0765_couples_holding_hands/readme.md +++ b/src/main/java/g0701_0800/s0765_couples_holding_hands/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 765\. Couples Holding Hands diff --git a/src/main/java/g0701_0800/s0766_toeplitz_matrix/readme.md b/src/main/java/g0701_0800/s0766_toeplitz_matrix/readme.md index a5b90b58..cd8ea393 100644 --- a/src/main/java/g0701_0800/s0766_toeplitz_matrix/readme.md +++ b/src/main/java/g0701_0800/s0766_toeplitz_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 766\. Toeplitz Matrix diff --git a/src/main/java/g0701_0800/s0767_reorganize_string/readme.md b/src/main/java/g0701_0800/s0767_reorganize_string/readme.md index 1af15a42..83f9c47d 100644 --- a/src/main/java/g0701_0800/s0767_reorganize_string/readme.md +++ b/src/main/java/g0701_0800/s0767_reorganize_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 767\. Reorganize String diff --git a/src/main/java/g0701_0800/s0768_max_chunks_to_make_sorted_ii/readme.md b/src/main/java/g0701_0800/s0768_max_chunks_to_make_sorted_ii/readme.md index 5244d6b6..ca4d9bcc 100644 --- a/src/main/java/g0701_0800/s0768_max_chunks_to_make_sorted_ii/readme.md +++ b/src/main/java/g0701_0800/s0768_max_chunks_to_make_sorted_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 768\. Max Chunks To Make Sorted II diff --git a/src/main/java/g0701_0800/s0769_max_chunks_to_make_sorted/readme.md b/src/main/java/g0701_0800/s0769_max_chunks_to_make_sorted/readme.md index 702aa4ae..9d3b7f62 100644 --- a/src/main/java/g0701_0800/s0769_max_chunks_to_make_sorted/readme.md +++ b/src/main/java/g0701_0800/s0769_max_chunks_to_make_sorted/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 769\. Max Chunks To Make Sorted diff --git a/src/main/java/g0701_0800/s0770_basic_calculator_iv/readme.md b/src/main/java/g0701_0800/s0770_basic_calculator_iv/readme.md index 7617797b..083ac631 100644 --- a/src/main/java/g0701_0800/s0770_basic_calculator_iv/readme.md +++ b/src/main/java/g0701_0800/s0770_basic_calculator_iv/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 770\. Basic Calculator IV diff --git a/src/main/java/g0701_0800/s0771_jewels_and_stones/readme.md b/src/main/java/g0701_0800/s0771_jewels_and_stones/readme.md index 214a8e69..3010b03e 100644 --- a/src/main/java/g0701_0800/s0771_jewels_and_stones/readme.md +++ b/src/main/java/g0701_0800/s0771_jewels_and_stones/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 771\. Jewels and Stones diff --git a/src/main/java/g0701_0800/s0773_sliding_puzzle/readme.md b/src/main/java/g0701_0800/s0773_sliding_puzzle/readme.md index bf2693aa..d6bef20a 100644 --- a/src/main/java/g0701_0800/s0773_sliding_puzzle/readme.md +++ b/src/main/java/g0701_0800/s0773_sliding_puzzle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 773\. Sliding Puzzle diff --git a/src/main/java/g0701_0800/s0775_global_and_local_inversions/readme.md b/src/main/java/g0701_0800/s0775_global_and_local_inversions/readme.md index 0b54fc2d..09f35a43 100644 --- a/src/main/java/g0701_0800/s0775_global_and_local_inversions/readme.md +++ b/src/main/java/g0701_0800/s0775_global_and_local_inversions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 775\. Global and Local Inversions diff --git a/src/main/java/g0701_0800/s0777_swap_adjacent_in_lr_string/readme.md b/src/main/java/g0701_0800/s0777_swap_adjacent_in_lr_string/readme.md index b7713cb3..d7dfaea4 100644 --- a/src/main/java/g0701_0800/s0777_swap_adjacent_in_lr_string/readme.md +++ b/src/main/java/g0701_0800/s0777_swap_adjacent_in_lr_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 777\. Swap Adjacent in LR String diff --git a/src/main/java/g0701_0800/s0778_swim_in_rising_water/readme.md b/src/main/java/g0701_0800/s0778_swim_in_rising_water/readme.md index 80ff7d77..1e06796d 100644 --- a/src/main/java/g0701_0800/s0778_swim_in_rising_water/readme.md +++ b/src/main/java/g0701_0800/s0778_swim_in_rising_water/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 778\. Swim in Rising Water diff --git a/src/main/java/g0701_0800/s0779_k_th_symbol_in_grammar/readme.md b/src/main/java/g0701_0800/s0779_k_th_symbol_in_grammar/readme.md index c465004d..936be047 100644 --- a/src/main/java/g0701_0800/s0779_k_th_symbol_in_grammar/readme.md +++ b/src/main/java/g0701_0800/s0779_k_th_symbol_in_grammar/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 779\. K-th Symbol in Grammar diff --git a/src/main/java/g0701_0800/s0780_reaching_points/readme.md b/src/main/java/g0701_0800/s0780_reaching_points/readme.md index 87c35b65..f1b3d515 100644 --- a/src/main/java/g0701_0800/s0780_reaching_points/readme.md +++ b/src/main/java/g0701_0800/s0780_reaching_points/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 780\. Reaching Points diff --git a/src/main/java/g0701_0800/s0781_rabbits_in_forest/readme.md b/src/main/java/g0701_0800/s0781_rabbits_in_forest/readme.md index c75dc004..bcebd030 100644 --- a/src/main/java/g0701_0800/s0781_rabbits_in_forest/readme.md +++ b/src/main/java/g0701_0800/s0781_rabbits_in_forest/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 781\. Rabbits in Forest diff --git a/src/main/java/g0701_0800/s0782_transform_to_chessboard/readme.md b/src/main/java/g0701_0800/s0782_transform_to_chessboard/readme.md index 1a151d0c..11c2c6f2 100644 --- a/src/main/java/g0701_0800/s0782_transform_to_chessboard/readme.md +++ b/src/main/java/g0701_0800/s0782_transform_to_chessboard/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 782\. Transform to Chessboard diff --git a/src/main/java/g0701_0800/s0783_minimum_distance_between_bst_nodes/readme.md b/src/main/java/g0701_0800/s0783_minimum_distance_between_bst_nodes/readme.md index bb813e93..34c91638 100644 --- a/src/main/java/g0701_0800/s0783_minimum_distance_between_bst_nodes/readme.md +++ b/src/main/java/g0701_0800/s0783_minimum_distance_between_bst_nodes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 783\. Minimum Distance Between BST Nodes diff --git a/src/main/java/g0701_0800/s0784_letter_case_permutation/readme.md b/src/main/java/g0701_0800/s0784_letter_case_permutation/readme.md index 4805585c..a69313f3 100644 --- a/src/main/java/g0701_0800/s0784_letter_case_permutation/readme.md +++ b/src/main/java/g0701_0800/s0784_letter_case_permutation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 784\. Letter Case Permutation diff --git a/src/main/java/g0701_0800/s0785_is_graph_bipartite/readme.md b/src/main/java/g0701_0800/s0785_is_graph_bipartite/readme.md index 81ea0716..8a45a6f3 100644 --- a/src/main/java/g0701_0800/s0785_is_graph_bipartite/readme.md +++ b/src/main/java/g0701_0800/s0785_is_graph_bipartite/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 785\. Is Graph Bipartite? diff --git a/src/main/java/g0701_0800/s0786_k_th_smallest_prime_fraction/readme.md b/src/main/java/g0701_0800/s0786_k_th_smallest_prime_fraction/readme.md index 13bfb1d7..aca280dd 100644 --- a/src/main/java/g0701_0800/s0786_k_th_smallest_prime_fraction/readme.md +++ b/src/main/java/g0701_0800/s0786_k_th_smallest_prime_fraction/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 786\. K-th Smallest Prime Fraction diff --git a/src/main/java/g0701_0800/s0787_cheapest_flights_within_k_stops/readme.md b/src/main/java/g0701_0800/s0787_cheapest_flights_within_k_stops/readme.md index 505d90f6..d86ff45f 100644 --- a/src/main/java/g0701_0800/s0787_cheapest_flights_within_k_stops/readme.md +++ b/src/main/java/g0701_0800/s0787_cheapest_flights_within_k_stops/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 787\. Cheapest Flights Within K Stops diff --git a/src/main/java/g0701_0800/s0788_rotated_digits/readme.md b/src/main/java/g0701_0800/s0788_rotated_digits/readme.md index 072c9348..2041621b 100644 --- a/src/main/java/g0701_0800/s0788_rotated_digits/readme.md +++ b/src/main/java/g0701_0800/s0788_rotated_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 788\. Rotated Digits diff --git a/src/main/java/g0701_0800/s0789_escape_the_ghosts/readme.md b/src/main/java/g0701_0800/s0789_escape_the_ghosts/readme.md index 9590d045..ea513d34 100644 --- a/src/main/java/g0701_0800/s0789_escape_the_ghosts/readme.md +++ b/src/main/java/g0701_0800/s0789_escape_the_ghosts/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 789\. Escape The Ghosts diff --git a/src/main/java/g0701_0800/s0790_domino_and_tromino_tiling/readme.md b/src/main/java/g0701_0800/s0790_domino_and_tromino_tiling/readme.md index cae79e6d..cb443621 100644 --- a/src/main/java/g0701_0800/s0790_domino_and_tromino_tiling/readme.md +++ b/src/main/java/g0701_0800/s0790_domino_and_tromino_tiling/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 790\. Domino and Tromino Tiling diff --git a/src/main/java/g0701_0800/s0791_custom_sort_string/readme.md b/src/main/java/g0701_0800/s0791_custom_sort_string/readme.md index 164e25d7..78ff7485 100644 --- a/src/main/java/g0701_0800/s0791_custom_sort_string/readme.md +++ b/src/main/java/g0701_0800/s0791_custom_sort_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 791\. Custom Sort String diff --git a/src/main/java/g0701_0800/s0792_number_of_matching_subsequences/readme.md b/src/main/java/g0701_0800/s0792_number_of_matching_subsequences/readme.md index d12ef6e4..6a0ed1c2 100644 --- a/src/main/java/g0701_0800/s0792_number_of_matching_subsequences/readme.md +++ b/src/main/java/g0701_0800/s0792_number_of_matching_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 792\. Number of Matching Subsequences diff --git a/src/main/java/g0701_0800/s0793_preimage_size_of_factorial_zeroes_function/readme.md b/src/main/java/g0701_0800/s0793_preimage_size_of_factorial_zeroes_function/readme.md index bb9ec906..cefda9a9 100644 --- a/src/main/java/g0701_0800/s0793_preimage_size_of_factorial_zeroes_function/readme.md +++ b/src/main/java/g0701_0800/s0793_preimage_size_of_factorial_zeroes_function/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 793\. Preimage Size of Factorial Zeroes Function diff --git a/src/main/java/g0701_0800/s0794_valid_tic_tac_toe_state/readme.md b/src/main/java/g0701_0800/s0794_valid_tic_tac_toe_state/readme.md index fb2d0ca2..f53a40b9 100644 --- a/src/main/java/g0701_0800/s0794_valid_tic_tac_toe_state/readme.md +++ b/src/main/java/g0701_0800/s0794_valid_tic_tac_toe_state/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 794\. Valid Tic-Tac-Toe State diff --git a/src/main/java/g0701_0800/s0795_number_of_subarrays_with_bounded_maximum/readme.md b/src/main/java/g0701_0800/s0795_number_of_subarrays_with_bounded_maximum/readme.md index dfd262c5..7d3776bc 100644 --- a/src/main/java/g0701_0800/s0795_number_of_subarrays_with_bounded_maximum/readme.md +++ b/src/main/java/g0701_0800/s0795_number_of_subarrays_with_bounded_maximum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 795\. Number of Subarrays with Bounded Maximum diff --git a/src/main/java/g0701_0800/s0796_rotate_string/readme.md b/src/main/java/g0701_0800/s0796_rotate_string/readme.md index 21ced940..473163c6 100644 --- a/src/main/java/g0701_0800/s0796_rotate_string/readme.md +++ b/src/main/java/g0701_0800/s0796_rotate_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 796\. Rotate String diff --git a/src/main/java/g0701_0800/s0797_all_paths_from_source_to_target/readme.md b/src/main/java/g0701_0800/s0797_all_paths_from_source_to_target/readme.md index 84ff8422..1eeb8728 100644 --- a/src/main/java/g0701_0800/s0797_all_paths_from_source_to_target/readme.md +++ b/src/main/java/g0701_0800/s0797_all_paths_from_source_to_target/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 797\. All Paths From Source to Target diff --git a/src/main/java/g0701_0800/s0798_smallest_rotation_with_highest_score/readme.md b/src/main/java/g0701_0800/s0798_smallest_rotation_with_highest_score/readme.md index 971349a6..6e821a64 100644 --- a/src/main/java/g0701_0800/s0798_smallest_rotation_with_highest_score/readme.md +++ b/src/main/java/g0701_0800/s0798_smallest_rotation_with_highest_score/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 798\. Smallest Rotation with Highest Score diff --git a/src/main/java/g0701_0800/s0799_champagne_tower/readme.md b/src/main/java/g0701_0800/s0799_champagne_tower/readme.md index cf35f305..4b005542 100644 --- a/src/main/java/g0701_0800/s0799_champagne_tower/readme.md +++ b/src/main/java/g0701_0800/s0799_champagne_tower/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 799\. Champagne Tower diff --git a/src/main/java/g0801_0900/s0801_minimum_swaps_to_make_sequences_increasing/readme.md b/src/main/java/g0801_0900/s0801_minimum_swaps_to_make_sequences_increasing/readme.md index d7d32756..d76c4259 100644 --- a/src/main/java/g0801_0900/s0801_minimum_swaps_to_make_sequences_increasing/readme.md +++ b/src/main/java/g0801_0900/s0801_minimum_swaps_to_make_sequences_increasing/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 801\. Minimum Swaps To Make Sequences Increasing diff --git a/src/main/java/g0801_0900/s0802_find_eventual_safe_states/readme.md b/src/main/java/g0801_0900/s0802_find_eventual_safe_states/readme.md index 9d79650c..4250fcf8 100644 --- a/src/main/java/g0801_0900/s0802_find_eventual_safe_states/readme.md +++ b/src/main/java/g0801_0900/s0802_find_eventual_safe_states/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 802\. Find Eventual Safe States diff --git a/src/main/java/g0801_0900/s0803_bricks_falling_when_hit/readme.md b/src/main/java/g0801_0900/s0803_bricks_falling_when_hit/readme.md index 8ad2d05f..431c7669 100644 --- a/src/main/java/g0801_0900/s0803_bricks_falling_when_hit/readme.md +++ b/src/main/java/g0801_0900/s0803_bricks_falling_when_hit/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 803\. Bricks Falling When Hit diff --git a/src/main/java/g0801_0900/s0804_unique_morse_code_words/readme.md b/src/main/java/g0801_0900/s0804_unique_morse_code_words/readme.md index 7f73fdb3..b3292b95 100644 --- a/src/main/java/g0801_0900/s0804_unique_morse_code_words/readme.md +++ b/src/main/java/g0801_0900/s0804_unique_morse_code_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 804\. Unique Morse Code Words diff --git a/src/main/java/g0801_0900/s0805_split_array_with_same_average/readme.md b/src/main/java/g0801_0900/s0805_split_array_with_same_average/readme.md index 4fd432be..4c8a6b86 100644 --- a/src/main/java/g0801_0900/s0805_split_array_with_same_average/readme.md +++ b/src/main/java/g0801_0900/s0805_split_array_with_same_average/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 805\. Split Array With Same Average diff --git a/src/main/java/g0801_0900/s0806_number_of_lines_to_write_string/readme.md b/src/main/java/g0801_0900/s0806_number_of_lines_to_write_string/readme.md index cdb09efe..ed3ee00b 100644 --- a/src/main/java/g0801_0900/s0806_number_of_lines_to_write_string/readme.md +++ b/src/main/java/g0801_0900/s0806_number_of_lines_to_write_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 806\. Number of Lines To Write String diff --git a/src/main/java/g0801_0900/s0807_max_increase_to_keep_city_skyline/readme.md b/src/main/java/g0801_0900/s0807_max_increase_to_keep_city_skyline/readme.md index 1b5d8fd9..54a63389 100644 --- a/src/main/java/g0801_0900/s0807_max_increase_to_keep_city_skyline/readme.md +++ b/src/main/java/g0801_0900/s0807_max_increase_to_keep_city_skyline/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 807\. Max Increase to Keep City Skyline diff --git a/src/main/java/g0801_0900/s0808_soup_servings/readme.md b/src/main/java/g0801_0900/s0808_soup_servings/readme.md index 7820f027..30c8b3e4 100644 --- a/src/main/java/g0801_0900/s0808_soup_servings/readme.md +++ b/src/main/java/g0801_0900/s0808_soup_servings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 808\. Soup Servings diff --git a/src/main/java/g0801_0900/s0809_expressive_words/readme.md b/src/main/java/g0801_0900/s0809_expressive_words/readme.md index 0e71b0d8..f77ef09f 100644 --- a/src/main/java/g0801_0900/s0809_expressive_words/readme.md +++ b/src/main/java/g0801_0900/s0809_expressive_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 809\. Expressive Words diff --git a/src/main/java/g0801_0900/s0810_chalkboard_xor_game/readme.md b/src/main/java/g0801_0900/s0810_chalkboard_xor_game/readme.md index f4ab92a3..f01454c3 100644 --- a/src/main/java/g0801_0900/s0810_chalkboard_xor_game/readme.md +++ b/src/main/java/g0801_0900/s0810_chalkboard_xor_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 810\. Chalkboard XOR Game diff --git a/src/main/java/g0801_0900/s0811_subdomain_visit_count/readme.md b/src/main/java/g0801_0900/s0811_subdomain_visit_count/readme.md index 907c68d0..3f2adb5b 100644 --- a/src/main/java/g0801_0900/s0811_subdomain_visit_count/readme.md +++ b/src/main/java/g0801_0900/s0811_subdomain_visit_count/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 811\. Subdomain Visit Count diff --git a/src/main/java/g0801_0900/s0812_largest_triangle_area/readme.md b/src/main/java/g0801_0900/s0812_largest_triangle_area/readme.md index 1b84e703..28cae083 100644 --- a/src/main/java/g0801_0900/s0812_largest_triangle_area/readme.md +++ b/src/main/java/g0801_0900/s0812_largest_triangle_area/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 812\. Largest Triangle Area diff --git a/src/main/java/g0801_0900/s0813_largest_sum_of_averages/readme.md b/src/main/java/g0801_0900/s0813_largest_sum_of_averages/readme.md index eecccece..2c622163 100644 --- a/src/main/java/g0801_0900/s0813_largest_sum_of_averages/readme.md +++ b/src/main/java/g0801_0900/s0813_largest_sum_of_averages/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 813\. Largest Sum of Averages diff --git a/src/main/java/g0801_0900/s0814_binary_tree_pruning/readme.md b/src/main/java/g0801_0900/s0814_binary_tree_pruning/readme.md index b82ce09e..c0e3b0fc 100644 --- a/src/main/java/g0801_0900/s0814_binary_tree_pruning/readme.md +++ b/src/main/java/g0801_0900/s0814_binary_tree_pruning/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 814\. Binary Tree Pruning diff --git a/src/main/java/g0801_0900/s0815_bus_routes/readme.md b/src/main/java/g0801_0900/s0815_bus_routes/readme.md index 73ed0716..5b7f3c91 100644 --- a/src/main/java/g0801_0900/s0815_bus_routes/readme.md +++ b/src/main/java/g0801_0900/s0815_bus_routes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 815\. Bus Routes diff --git a/src/main/java/g0801_0900/s0816_ambiguous_coordinates/readme.md b/src/main/java/g0801_0900/s0816_ambiguous_coordinates/readme.md index b00cd8d6..3f7018de 100644 --- a/src/main/java/g0801_0900/s0816_ambiguous_coordinates/readme.md +++ b/src/main/java/g0801_0900/s0816_ambiguous_coordinates/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 816\. Ambiguous Coordinates diff --git a/src/main/java/g0801_0900/s0817_linked_list_components/readme.md b/src/main/java/g0801_0900/s0817_linked_list_components/readme.md index 0864e49b..3e2ca280 100644 --- a/src/main/java/g0801_0900/s0817_linked_list_components/readme.md +++ b/src/main/java/g0801_0900/s0817_linked_list_components/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 817\. Linked List Components diff --git a/src/main/java/g0801_0900/s0818_race_car/readme.md b/src/main/java/g0801_0900/s0818_race_car/readme.md index 21e9c505..133ac9f3 100644 --- a/src/main/java/g0801_0900/s0818_race_car/readme.md +++ b/src/main/java/g0801_0900/s0818_race_car/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 818\. Race Car diff --git a/src/main/java/g0801_0900/s0819_most_common_word/readme.md b/src/main/java/g0801_0900/s0819_most_common_word/readme.md index 9f7cdcd4..4326cde2 100644 --- a/src/main/java/g0801_0900/s0819_most_common_word/readme.md +++ b/src/main/java/g0801_0900/s0819_most_common_word/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 819\. Most Common Word diff --git a/src/main/java/g0801_0900/s0820_short_encoding_of_words/readme.md b/src/main/java/g0801_0900/s0820_short_encoding_of_words/readme.md index b6ea92ea..3bcd3329 100644 --- a/src/main/java/g0801_0900/s0820_short_encoding_of_words/readme.md +++ b/src/main/java/g0801_0900/s0820_short_encoding_of_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 820\. Short Encoding of Words diff --git a/src/main/java/g0801_0900/s0821_shortest_distance_to_a_character/readme.md b/src/main/java/g0801_0900/s0821_shortest_distance_to_a_character/readme.md index a841c9a9..250b6539 100644 --- a/src/main/java/g0801_0900/s0821_shortest_distance_to_a_character/readme.md +++ b/src/main/java/g0801_0900/s0821_shortest_distance_to_a_character/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 821\. Shortest Distance to a Character diff --git a/src/main/java/g0801_0900/s0822_card_flipping_game/readme.md b/src/main/java/g0801_0900/s0822_card_flipping_game/readme.md index 4251c4dd..446b0e77 100644 --- a/src/main/java/g0801_0900/s0822_card_flipping_game/readme.md +++ b/src/main/java/g0801_0900/s0822_card_flipping_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 822\. Card Flipping Game diff --git a/src/main/java/g0801_0900/s0823_binary_trees_with_factors/readme.md b/src/main/java/g0801_0900/s0823_binary_trees_with_factors/readme.md index 1ce1f42f..3b3a440d 100644 --- a/src/main/java/g0801_0900/s0823_binary_trees_with_factors/readme.md +++ b/src/main/java/g0801_0900/s0823_binary_trees_with_factors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 823\. Binary Trees With Factors diff --git a/src/main/java/g0801_0900/s0824_goat_latin/readme.md b/src/main/java/g0801_0900/s0824_goat_latin/readme.md index 10fc91b0..33ea49ca 100644 --- a/src/main/java/g0801_0900/s0824_goat_latin/readme.md +++ b/src/main/java/g0801_0900/s0824_goat_latin/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 824\. Goat Latin diff --git a/src/main/java/g0801_0900/s0825_friends_of_appropriate_ages/readme.md b/src/main/java/g0801_0900/s0825_friends_of_appropriate_ages/readme.md index 1dc00c75..94904069 100644 --- a/src/main/java/g0801_0900/s0825_friends_of_appropriate_ages/readme.md +++ b/src/main/java/g0801_0900/s0825_friends_of_appropriate_ages/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 825\. Friends Of Appropriate Ages diff --git a/src/main/java/g0801_0900/s0826_most_profit_assigning_work/readme.md b/src/main/java/g0801_0900/s0826_most_profit_assigning_work/readme.md index 04b90462..64ad020f 100644 --- a/src/main/java/g0801_0900/s0826_most_profit_assigning_work/readme.md +++ b/src/main/java/g0801_0900/s0826_most_profit_assigning_work/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 826\. Most Profit Assigning Work diff --git a/src/main/java/g0801_0900/s0827_making_a_large_island/readme.md b/src/main/java/g0801_0900/s0827_making_a_large_island/readme.md index 868266f1..3bdaee74 100644 --- a/src/main/java/g0801_0900/s0827_making_a_large_island/readme.md +++ b/src/main/java/g0801_0900/s0827_making_a_large_island/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 827\. Making A Large Island diff --git a/src/main/java/g0801_0900/s0828_count_unique_characters_of_all_substrings_of_a_given_string/readme.md b/src/main/java/g0801_0900/s0828_count_unique_characters_of_all_substrings_of_a_given_string/readme.md index fd09d2b1..22986d55 100644 --- a/src/main/java/g0801_0900/s0828_count_unique_characters_of_all_substrings_of_a_given_string/readme.md +++ b/src/main/java/g0801_0900/s0828_count_unique_characters_of_all_substrings_of_a_given_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 828\. Count Unique Characters of All Substrings of a Given String diff --git a/src/main/java/g0801_0900/s0829_consecutive_numbers_sum/readme.md b/src/main/java/g0801_0900/s0829_consecutive_numbers_sum/readme.md index a4ec8e42..e7e7ccef 100644 --- a/src/main/java/g0801_0900/s0829_consecutive_numbers_sum/readme.md +++ b/src/main/java/g0801_0900/s0829_consecutive_numbers_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 829\. Consecutive Numbers Sum diff --git a/src/main/java/g0801_0900/s0830_positions_of_large_groups/readme.md b/src/main/java/g0801_0900/s0830_positions_of_large_groups/readme.md index a9a70579..ab51c710 100644 --- a/src/main/java/g0801_0900/s0830_positions_of_large_groups/readme.md +++ b/src/main/java/g0801_0900/s0830_positions_of_large_groups/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 830\. Positions of Large Groups diff --git a/src/main/java/g0801_0900/s0831_masking_personal_information/readme.md b/src/main/java/g0801_0900/s0831_masking_personal_information/readme.md index ca4e7cc8..2189d5df 100644 --- a/src/main/java/g0801_0900/s0831_masking_personal_information/readme.md +++ b/src/main/java/g0801_0900/s0831_masking_personal_information/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 831\. Masking Personal Information diff --git a/src/main/java/g0801_0900/s0832_flipping_an_image/readme.md b/src/main/java/g0801_0900/s0832_flipping_an_image/readme.md index bab40489..0abf8f44 100644 --- a/src/main/java/g0801_0900/s0832_flipping_an_image/readme.md +++ b/src/main/java/g0801_0900/s0832_flipping_an_image/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 832\. Flipping an Image diff --git a/src/main/java/g0801_0900/s0833_find_and_replace_in_string/readme.md b/src/main/java/g0801_0900/s0833_find_and_replace_in_string/readme.md index c3159722..48a031b6 100644 --- a/src/main/java/g0801_0900/s0833_find_and_replace_in_string/readme.md +++ b/src/main/java/g0801_0900/s0833_find_and_replace_in_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 833\. Find And Replace in String diff --git a/src/main/java/g0801_0900/s0834_sum_of_distances_in_tree/readme.md b/src/main/java/g0801_0900/s0834_sum_of_distances_in_tree/readme.md index 74893073..a7f4bfc0 100644 --- a/src/main/java/g0801_0900/s0834_sum_of_distances_in_tree/readme.md +++ b/src/main/java/g0801_0900/s0834_sum_of_distances_in_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 834\. Sum of Distances in Tree diff --git a/src/main/java/g0801_0900/s0835_image_overlap/readme.md b/src/main/java/g0801_0900/s0835_image_overlap/readme.md index cc0c30c2..17a9c43c 100644 --- a/src/main/java/g0801_0900/s0835_image_overlap/readme.md +++ b/src/main/java/g0801_0900/s0835_image_overlap/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 835\. Image Overlap diff --git a/src/main/java/g0801_0900/s0836_rectangle_overlap/readme.md b/src/main/java/g0801_0900/s0836_rectangle_overlap/readme.md index 2e48234d..45435d2c 100644 --- a/src/main/java/g0801_0900/s0836_rectangle_overlap/readme.md +++ b/src/main/java/g0801_0900/s0836_rectangle_overlap/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 836\. Rectangle Overlap diff --git a/src/main/java/g0801_0900/s0837_new_21_game/readme.md b/src/main/java/g0801_0900/s0837_new_21_game/readme.md index 7eaebaff..62f6be5b 100644 --- a/src/main/java/g0801_0900/s0837_new_21_game/readme.md +++ b/src/main/java/g0801_0900/s0837_new_21_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 837\. New 21 Game diff --git a/src/main/java/g0801_0900/s0838_push_dominoes/readme.md b/src/main/java/g0801_0900/s0838_push_dominoes/readme.md index 87d22a98..a598bf8e 100644 --- a/src/main/java/g0801_0900/s0838_push_dominoes/readme.md +++ b/src/main/java/g0801_0900/s0838_push_dominoes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 838\. Push Dominoes diff --git a/src/main/java/g0801_0900/s0839_similar_string_groups/readme.md b/src/main/java/g0801_0900/s0839_similar_string_groups/readme.md index 5605aa3b..e55bf1c8 100644 --- a/src/main/java/g0801_0900/s0839_similar_string_groups/readme.md +++ b/src/main/java/g0801_0900/s0839_similar_string_groups/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 839\. Similar String Groups diff --git a/src/main/java/g0801_0900/s0840_magic_squares_in_grid/readme.md b/src/main/java/g0801_0900/s0840_magic_squares_in_grid/readme.md index 4e87ace7..7cc79707 100644 --- a/src/main/java/g0801_0900/s0840_magic_squares_in_grid/readme.md +++ b/src/main/java/g0801_0900/s0840_magic_squares_in_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 840\. Magic Squares In Grid diff --git a/src/main/java/g0801_0900/s0841_keys_and_rooms/readme.md b/src/main/java/g0801_0900/s0841_keys_and_rooms/readme.md index 28e2ae3e..0b62fcae 100644 --- a/src/main/java/g0801_0900/s0841_keys_and_rooms/readme.md +++ b/src/main/java/g0801_0900/s0841_keys_and_rooms/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 841\. Keys and Rooms diff --git a/src/main/java/g0801_0900/s0842_split_array_into_fibonacci_sequence/readme.md b/src/main/java/g0801_0900/s0842_split_array_into_fibonacci_sequence/readme.md index 214adba5..4a3c533b 100644 --- a/src/main/java/g0801_0900/s0842_split_array_into_fibonacci_sequence/readme.md +++ b/src/main/java/g0801_0900/s0842_split_array_into_fibonacci_sequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 842\. Split Array into Fibonacci Sequence diff --git a/src/main/java/g0801_0900/s0843_guess_the_word/readme.md b/src/main/java/g0801_0900/s0843_guess_the_word/readme.md index c38bdb07..a59d166e 100644 --- a/src/main/java/g0801_0900/s0843_guess_the_word/readme.md +++ b/src/main/java/g0801_0900/s0843_guess_the_word/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 843\. Guess the Word diff --git a/src/main/java/g0801_0900/s0844_backspace_string_compare/readme.md b/src/main/java/g0801_0900/s0844_backspace_string_compare/readme.md index 36e30c14..f3b11201 100644 --- a/src/main/java/g0801_0900/s0844_backspace_string_compare/readme.md +++ b/src/main/java/g0801_0900/s0844_backspace_string_compare/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 844\. Backspace String Compare diff --git a/src/main/java/g0801_0900/s0845_longest_mountain_in_array/readme.md b/src/main/java/g0801_0900/s0845_longest_mountain_in_array/readme.md index 9ab81b50..35b4dd0d 100644 --- a/src/main/java/g0801_0900/s0845_longest_mountain_in_array/readme.md +++ b/src/main/java/g0801_0900/s0845_longest_mountain_in_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 845\. Longest Mountain in Array diff --git a/src/main/java/g0801_0900/s0846_hand_of_straights/readme.md b/src/main/java/g0801_0900/s0846_hand_of_straights/readme.md index cfdc9629..2ed321c3 100644 --- a/src/main/java/g0801_0900/s0846_hand_of_straights/readme.md +++ b/src/main/java/g0801_0900/s0846_hand_of_straights/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 846\. Hand of Straights diff --git a/src/main/java/g0801_0900/s0847_shortest_path_visiting_all_nodes/readme.md b/src/main/java/g0801_0900/s0847_shortest_path_visiting_all_nodes/readme.md index 78fca913..f025ba28 100644 --- a/src/main/java/g0801_0900/s0847_shortest_path_visiting_all_nodes/readme.md +++ b/src/main/java/g0801_0900/s0847_shortest_path_visiting_all_nodes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 847\. Shortest Path Visiting All Nodes diff --git a/src/main/java/g0801_0900/s0848_shifting_letters/readme.md b/src/main/java/g0801_0900/s0848_shifting_letters/readme.md index dafa1eac..8ecab8a4 100644 --- a/src/main/java/g0801_0900/s0848_shifting_letters/readme.md +++ b/src/main/java/g0801_0900/s0848_shifting_letters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 848\. Shifting Letters diff --git a/src/main/java/g0801_0900/s0849_maximize_distance_to_closest_person/readme.md b/src/main/java/g0801_0900/s0849_maximize_distance_to_closest_person/readme.md index c8f5a16f..34cefe69 100644 --- a/src/main/java/g0801_0900/s0849_maximize_distance_to_closest_person/readme.md +++ b/src/main/java/g0801_0900/s0849_maximize_distance_to_closest_person/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 849\. Maximize Distance to Closest Person diff --git a/src/main/java/g0801_0900/s0850_rectangle_area_ii/readme.md b/src/main/java/g0801_0900/s0850_rectangle_area_ii/readme.md index 461c7637..b015a722 100644 --- a/src/main/java/g0801_0900/s0850_rectangle_area_ii/readme.md +++ b/src/main/java/g0801_0900/s0850_rectangle_area_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 850\. Rectangle Area II diff --git a/src/main/java/g0801_0900/s0851_loud_and_rich/readme.md b/src/main/java/g0801_0900/s0851_loud_and_rich/readme.md index 8095d8ac..d3419f70 100644 --- a/src/main/java/g0801_0900/s0851_loud_and_rich/readme.md +++ b/src/main/java/g0801_0900/s0851_loud_and_rich/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 851\. Loud and Rich diff --git a/src/main/java/g0801_0900/s0852_peak_index_in_a_mountain_array/readme.md b/src/main/java/g0801_0900/s0852_peak_index_in_a_mountain_array/readme.md index b3e543b0..2b5ed75b 100644 --- a/src/main/java/g0801_0900/s0852_peak_index_in_a_mountain_array/readme.md +++ b/src/main/java/g0801_0900/s0852_peak_index_in_a_mountain_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 852\. Peak Index in a Mountain Array diff --git a/src/main/java/g0801_0900/s0853_car_fleet/readme.md b/src/main/java/g0801_0900/s0853_car_fleet/readme.md index 3a5cef73..72ce0685 100644 --- a/src/main/java/g0801_0900/s0853_car_fleet/readme.md +++ b/src/main/java/g0801_0900/s0853_car_fleet/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 853\. Car Fleet diff --git a/src/main/java/g0801_0900/s0854_k_similar_strings/readme.md b/src/main/java/g0801_0900/s0854_k_similar_strings/readme.md index 1418299e..3746d894 100644 --- a/src/main/java/g0801_0900/s0854_k_similar_strings/readme.md +++ b/src/main/java/g0801_0900/s0854_k_similar_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 854\. K-Similar Strings diff --git a/src/main/java/g0801_0900/s0855_exam_room/readme.md b/src/main/java/g0801_0900/s0855_exam_room/readme.md index 9c85a326..611330d4 100644 --- a/src/main/java/g0801_0900/s0855_exam_room/readme.md +++ b/src/main/java/g0801_0900/s0855_exam_room/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 855\. Exam Room diff --git a/src/main/java/g0801_0900/s0856_score_of_parentheses/readme.md b/src/main/java/g0801_0900/s0856_score_of_parentheses/readme.md index a9ffa8d9..78b70265 100644 --- a/src/main/java/g0801_0900/s0856_score_of_parentheses/readme.md +++ b/src/main/java/g0801_0900/s0856_score_of_parentheses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 856\. Score of Parentheses diff --git a/src/main/java/g0801_0900/s0857_minimum_cost_to_hire_k_workers/readme.md b/src/main/java/g0801_0900/s0857_minimum_cost_to_hire_k_workers/readme.md index 52711354..8930288b 100644 --- a/src/main/java/g0801_0900/s0857_minimum_cost_to_hire_k_workers/readme.md +++ b/src/main/java/g0801_0900/s0857_minimum_cost_to_hire_k_workers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 857\. Minimum Cost to Hire K Workers diff --git a/src/main/java/g0801_0900/s0858_mirror_reflection/readme.md b/src/main/java/g0801_0900/s0858_mirror_reflection/readme.md index a5769bd6..96ffd214 100644 --- a/src/main/java/g0801_0900/s0858_mirror_reflection/readme.md +++ b/src/main/java/g0801_0900/s0858_mirror_reflection/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 858\. Mirror Reflection diff --git a/src/main/java/g0801_0900/s0859_buddy_strings/readme.md b/src/main/java/g0801_0900/s0859_buddy_strings/readme.md index 0c9bac6c..1822f542 100644 --- a/src/main/java/g0801_0900/s0859_buddy_strings/readme.md +++ b/src/main/java/g0801_0900/s0859_buddy_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 859\. Buddy Strings diff --git a/src/main/java/g0801_0900/s0860_lemonade_change/readme.md b/src/main/java/g0801_0900/s0860_lemonade_change/readme.md index 35552a6f..a6406321 100644 --- a/src/main/java/g0801_0900/s0860_lemonade_change/readme.md +++ b/src/main/java/g0801_0900/s0860_lemonade_change/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 860\. Lemonade Change diff --git a/src/main/java/g0801_0900/s0861_score_after_flipping_matrix/readme.md b/src/main/java/g0801_0900/s0861_score_after_flipping_matrix/readme.md index 7d91abef..258dde5a 100644 --- a/src/main/java/g0801_0900/s0861_score_after_flipping_matrix/readme.md +++ b/src/main/java/g0801_0900/s0861_score_after_flipping_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 861\. Score After Flipping Matrix diff --git a/src/main/java/g0801_0900/s0862_shortest_subarray_with_sum_at_least_k/readme.md b/src/main/java/g0801_0900/s0862_shortest_subarray_with_sum_at_least_k/readme.md index e08a07a3..b429250c 100644 --- a/src/main/java/g0801_0900/s0862_shortest_subarray_with_sum_at_least_k/readme.md +++ b/src/main/java/g0801_0900/s0862_shortest_subarray_with_sum_at_least_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 862\. Shortest Subarray with Sum at Least K diff --git a/src/main/java/g0801_0900/s0863_all_nodes_distance_k_in_binary_tree/readme.md b/src/main/java/g0801_0900/s0863_all_nodes_distance_k_in_binary_tree/readme.md index 2b671b2b..e881d57d 100644 --- a/src/main/java/g0801_0900/s0863_all_nodes_distance_k_in_binary_tree/readme.md +++ b/src/main/java/g0801_0900/s0863_all_nodes_distance_k_in_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 863\. All Nodes Distance K in Binary Tree diff --git a/src/main/java/g0801_0900/s0864_shortest_path_to_get_all_keys/readme.md b/src/main/java/g0801_0900/s0864_shortest_path_to_get_all_keys/readme.md index 48064c1b..3bfb808e 100644 --- a/src/main/java/g0801_0900/s0864_shortest_path_to_get_all_keys/readme.md +++ b/src/main/java/g0801_0900/s0864_shortest_path_to_get_all_keys/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 864\. Shortest Path to Get All Keys diff --git a/src/main/java/g0801_0900/s0865_smallest_subtree_with_all_the_deepest_nodes/readme.md b/src/main/java/g0801_0900/s0865_smallest_subtree_with_all_the_deepest_nodes/readme.md index 779df246..b4247d20 100644 --- a/src/main/java/g0801_0900/s0865_smallest_subtree_with_all_the_deepest_nodes/readme.md +++ b/src/main/java/g0801_0900/s0865_smallest_subtree_with_all_the_deepest_nodes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 865\. Smallest Subtree with all the Deepest Nodes diff --git a/src/main/java/g0801_0900/s0866_prime_palindrome/readme.md b/src/main/java/g0801_0900/s0866_prime_palindrome/readme.md index efe58ecc..17f484be 100644 --- a/src/main/java/g0801_0900/s0866_prime_palindrome/readme.md +++ b/src/main/java/g0801_0900/s0866_prime_palindrome/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 866\. Prime Palindrome diff --git a/src/main/java/g0801_0900/s0867_transpose_matrix/readme.md b/src/main/java/g0801_0900/s0867_transpose_matrix/readme.md index 038b15dc..566b5542 100644 --- a/src/main/java/g0801_0900/s0867_transpose_matrix/readme.md +++ b/src/main/java/g0801_0900/s0867_transpose_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 867\. Transpose Matrix diff --git a/src/main/java/g0801_0900/s0868_binary_gap/readme.md b/src/main/java/g0801_0900/s0868_binary_gap/readme.md index 609afa4d..75b19334 100644 --- a/src/main/java/g0801_0900/s0868_binary_gap/readme.md +++ b/src/main/java/g0801_0900/s0868_binary_gap/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 868\. Binary Gap diff --git a/src/main/java/g0801_0900/s0869_reordered_power_of_2/readme.md b/src/main/java/g0801_0900/s0869_reordered_power_of_2/readme.md index c76dac8d..4ef2a671 100644 --- a/src/main/java/g0801_0900/s0869_reordered_power_of_2/readme.md +++ b/src/main/java/g0801_0900/s0869_reordered_power_of_2/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 869\. Reordered Power of 2 diff --git a/src/main/java/g0801_0900/s0870_advantage_shuffle/readme.md b/src/main/java/g0801_0900/s0870_advantage_shuffle/readme.md index f3e51165..78b63c2d 100644 --- a/src/main/java/g0801_0900/s0870_advantage_shuffle/readme.md +++ b/src/main/java/g0801_0900/s0870_advantage_shuffle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 870\. Advantage Shuffle diff --git a/src/main/java/g0801_0900/s0871_minimum_number_of_refueling_stops/readme.md b/src/main/java/g0801_0900/s0871_minimum_number_of_refueling_stops/readme.md index 32cfe917..eff9f0b1 100644 --- a/src/main/java/g0801_0900/s0871_minimum_number_of_refueling_stops/readme.md +++ b/src/main/java/g0801_0900/s0871_minimum_number_of_refueling_stops/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 871\. Minimum Number of Refueling Stops diff --git a/src/main/java/g0801_0900/s0872_leaf_similar_trees/readme.md b/src/main/java/g0801_0900/s0872_leaf_similar_trees/readme.md index 619d9c09..24ee5149 100644 --- a/src/main/java/g0801_0900/s0872_leaf_similar_trees/readme.md +++ b/src/main/java/g0801_0900/s0872_leaf_similar_trees/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 872\. Leaf-Similar Trees diff --git a/src/main/java/g0801_0900/s0873_length_of_longest_fibonacci_subsequence/readme.md b/src/main/java/g0801_0900/s0873_length_of_longest_fibonacci_subsequence/readme.md index dec8184c..86c801d2 100644 --- a/src/main/java/g0801_0900/s0873_length_of_longest_fibonacci_subsequence/readme.md +++ b/src/main/java/g0801_0900/s0873_length_of_longest_fibonacci_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 873\. Length of Longest Fibonacci Subsequence diff --git a/src/main/java/g0801_0900/s0874_walking_robot_simulation/readme.md b/src/main/java/g0801_0900/s0874_walking_robot_simulation/readme.md index 1c319457..8d2d8f57 100644 --- a/src/main/java/g0801_0900/s0874_walking_robot_simulation/readme.md +++ b/src/main/java/g0801_0900/s0874_walking_robot_simulation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 874\. Walking Robot Simulation diff --git a/src/main/java/g0801_0900/s0875_koko_eating_bananas/readme.md b/src/main/java/g0801_0900/s0875_koko_eating_bananas/readme.md index dd844fd5..25e8957b 100644 --- a/src/main/java/g0801_0900/s0875_koko_eating_bananas/readme.md +++ b/src/main/java/g0801_0900/s0875_koko_eating_bananas/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 875\. Koko Eating Bananas diff --git a/src/main/java/g0801_0900/s0876_middle_of_the_linked_list/readme.md b/src/main/java/g0801_0900/s0876_middle_of_the_linked_list/readme.md index a022f0e3..30b64a89 100644 --- a/src/main/java/g0801_0900/s0876_middle_of_the_linked_list/readme.md +++ b/src/main/java/g0801_0900/s0876_middle_of_the_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 876\. Middle of the Linked List diff --git a/src/main/java/g0801_0900/s0877_stone_game/readme.md b/src/main/java/g0801_0900/s0877_stone_game/readme.md index 08c718fb..0c15d766 100644 --- a/src/main/java/g0801_0900/s0877_stone_game/readme.md +++ b/src/main/java/g0801_0900/s0877_stone_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 877\. Stone Game diff --git a/src/main/java/g0801_0900/s0878_nth_magical_number/readme.md b/src/main/java/g0801_0900/s0878_nth_magical_number/readme.md index 8048037a..6d009f8e 100644 --- a/src/main/java/g0801_0900/s0878_nth_magical_number/readme.md +++ b/src/main/java/g0801_0900/s0878_nth_magical_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 878\. Nth Magical Number diff --git a/src/main/java/g0801_0900/s0879_profitable_schemes/readme.md b/src/main/java/g0801_0900/s0879_profitable_schemes/readme.md index 8e90c580..834aadf0 100644 --- a/src/main/java/g0801_0900/s0879_profitable_schemes/readme.md +++ b/src/main/java/g0801_0900/s0879_profitable_schemes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 879\. Profitable Schemes diff --git a/src/main/java/g0801_0900/s0880_decoded_string_at_index/readme.md b/src/main/java/g0801_0900/s0880_decoded_string_at_index/readme.md index 541a506a..42858aa6 100644 --- a/src/main/java/g0801_0900/s0880_decoded_string_at_index/readme.md +++ b/src/main/java/g0801_0900/s0880_decoded_string_at_index/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 880\. Decoded String at Index diff --git a/src/main/java/g0801_0900/s0881_boats_to_save_people/readme.md b/src/main/java/g0801_0900/s0881_boats_to_save_people/readme.md index 55a7457b..559dff10 100644 --- a/src/main/java/g0801_0900/s0881_boats_to_save_people/readme.md +++ b/src/main/java/g0801_0900/s0881_boats_to_save_people/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 881\. Boats to Save People diff --git a/src/main/java/g0801_0900/s0882_reachable_nodes_in_subdivided_graph/readme.md b/src/main/java/g0801_0900/s0882_reachable_nodes_in_subdivided_graph/readme.md index 069e95a2..919a7281 100644 --- a/src/main/java/g0801_0900/s0882_reachable_nodes_in_subdivided_graph/readme.md +++ b/src/main/java/g0801_0900/s0882_reachable_nodes_in_subdivided_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 882\. Reachable Nodes In Subdivided Graph diff --git a/src/main/java/g0801_0900/s0883_projection_area_of_3d_shapes/readme.md b/src/main/java/g0801_0900/s0883_projection_area_of_3d_shapes/readme.md index c75ec47a..9e0f1ffc 100644 --- a/src/main/java/g0801_0900/s0883_projection_area_of_3d_shapes/readme.md +++ b/src/main/java/g0801_0900/s0883_projection_area_of_3d_shapes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 883\. Projection Area of 3D Shapes diff --git a/src/main/java/g0801_0900/s0884_uncommon_words_from_two_sentences/readme.md b/src/main/java/g0801_0900/s0884_uncommon_words_from_two_sentences/readme.md index 02457cab..ff2bf9e8 100644 --- a/src/main/java/g0801_0900/s0884_uncommon_words_from_two_sentences/readme.md +++ b/src/main/java/g0801_0900/s0884_uncommon_words_from_two_sentences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 884\. Uncommon Words from Two Sentences diff --git a/src/main/java/g0801_0900/s0885_spiral_matrix_iii/readme.md b/src/main/java/g0801_0900/s0885_spiral_matrix_iii/readme.md index 79a2a93c..491563dc 100644 --- a/src/main/java/g0801_0900/s0885_spiral_matrix_iii/readme.md +++ b/src/main/java/g0801_0900/s0885_spiral_matrix_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 885\. Spiral Matrix III diff --git a/src/main/java/g0801_0900/s0886_possible_bipartition/readme.md b/src/main/java/g0801_0900/s0886_possible_bipartition/readme.md index f28ead0e..b9b36662 100644 --- a/src/main/java/g0801_0900/s0886_possible_bipartition/readme.md +++ b/src/main/java/g0801_0900/s0886_possible_bipartition/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 886\. Possible Bipartition diff --git a/src/main/java/g0801_0900/s0887_super_egg_drop/readme.md b/src/main/java/g0801_0900/s0887_super_egg_drop/readme.md index b3612f30..b6def4ca 100644 --- a/src/main/java/g0801_0900/s0887_super_egg_drop/readme.md +++ b/src/main/java/g0801_0900/s0887_super_egg_drop/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 887\. Super Egg Drop diff --git a/src/main/java/g0801_0900/s0888_fair_candy_swap/readme.md b/src/main/java/g0801_0900/s0888_fair_candy_swap/readme.md index d60d542a..5e204108 100644 --- a/src/main/java/g0801_0900/s0888_fair_candy_swap/readme.md +++ b/src/main/java/g0801_0900/s0888_fair_candy_swap/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 888\. Fair Candy Swap diff --git a/src/main/java/g0801_0900/s0889_construct_binary_tree_from_preorder_and_postorder_traversal/readme.md b/src/main/java/g0801_0900/s0889_construct_binary_tree_from_preorder_and_postorder_traversal/readme.md index ca09b00c..6c22032c 100644 --- a/src/main/java/g0801_0900/s0889_construct_binary_tree_from_preorder_and_postorder_traversal/readme.md +++ b/src/main/java/g0801_0900/s0889_construct_binary_tree_from_preorder_and_postorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 889\. Construct Binary Tree from Preorder and Postorder Traversal diff --git a/src/main/java/g0801_0900/s0890_find_and_replace_pattern/readme.md b/src/main/java/g0801_0900/s0890_find_and_replace_pattern/readme.md index 957e2279..bbd5d675 100644 --- a/src/main/java/g0801_0900/s0890_find_and_replace_pattern/readme.md +++ b/src/main/java/g0801_0900/s0890_find_and_replace_pattern/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 890\. Find and Replace Pattern diff --git a/src/main/java/g0801_0900/s0891_sum_of_subsequence_widths/readme.md b/src/main/java/g0801_0900/s0891_sum_of_subsequence_widths/readme.md index 98f3ca64..9baf18da 100644 --- a/src/main/java/g0801_0900/s0891_sum_of_subsequence_widths/readme.md +++ b/src/main/java/g0801_0900/s0891_sum_of_subsequence_widths/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 891\. Sum of Subsequence Widths diff --git a/src/main/java/g0801_0900/s0892_surface_area_of_3d_shapes/readme.md b/src/main/java/g0801_0900/s0892_surface_area_of_3d_shapes/readme.md index f5dacf65..53b4a404 100644 --- a/src/main/java/g0801_0900/s0892_surface_area_of_3d_shapes/readme.md +++ b/src/main/java/g0801_0900/s0892_surface_area_of_3d_shapes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 892\. Surface Area of 3D Shapes diff --git a/src/main/java/g0801_0900/s0893_groups_of_special_equivalent_strings/readme.md b/src/main/java/g0801_0900/s0893_groups_of_special_equivalent_strings/readme.md index e77d5f4a..049f2091 100644 --- a/src/main/java/g0801_0900/s0893_groups_of_special_equivalent_strings/readme.md +++ b/src/main/java/g0801_0900/s0893_groups_of_special_equivalent_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 893\. Groups of Special-Equivalent Strings diff --git a/src/main/java/g0801_0900/s0894_all_possible_full_binary_trees/readme.md b/src/main/java/g0801_0900/s0894_all_possible_full_binary_trees/readme.md index ab099407..3877df13 100644 --- a/src/main/java/g0801_0900/s0894_all_possible_full_binary_trees/readme.md +++ b/src/main/java/g0801_0900/s0894_all_possible_full_binary_trees/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 894\. All Possible Full Binary Trees diff --git a/src/main/java/g0801_0900/s0895_maximum_frequency_stack/readme.md b/src/main/java/g0801_0900/s0895_maximum_frequency_stack/readme.md index 7d6f500b..a7c9daa0 100644 --- a/src/main/java/g0801_0900/s0895_maximum_frequency_stack/readme.md +++ b/src/main/java/g0801_0900/s0895_maximum_frequency_stack/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 895\. Maximum Frequency Stack diff --git a/src/main/java/g0801_0900/s0896_monotonic_array/readme.md b/src/main/java/g0801_0900/s0896_monotonic_array/readme.md index 993abdf8..a9b932da 100644 --- a/src/main/java/g0801_0900/s0896_monotonic_array/readme.md +++ b/src/main/java/g0801_0900/s0896_monotonic_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 896\. Monotonic Array diff --git a/src/main/java/g0801_0900/s0897_increasing_order_search_tree/readme.md b/src/main/java/g0801_0900/s0897_increasing_order_search_tree/readme.md index 251ea846..9623cee6 100644 --- a/src/main/java/g0801_0900/s0897_increasing_order_search_tree/readme.md +++ b/src/main/java/g0801_0900/s0897_increasing_order_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 897\. Increasing Order Search Tree diff --git a/src/main/java/g0801_0900/s0898_bitwise_ors_of_subarrays/readme.md b/src/main/java/g0801_0900/s0898_bitwise_ors_of_subarrays/readme.md index f66d38cc..f5933a31 100644 --- a/src/main/java/g0801_0900/s0898_bitwise_ors_of_subarrays/readme.md +++ b/src/main/java/g0801_0900/s0898_bitwise_ors_of_subarrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 898\. Bitwise ORs of Subarrays diff --git a/src/main/java/g0801_0900/s0899_orderly_queue/readme.md b/src/main/java/g0801_0900/s0899_orderly_queue/readme.md index 921b4015..7c03d41a 100644 --- a/src/main/java/g0801_0900/s0899_orderly_queue/readme.md +++ b/src/main/java/g0801_0900/s0899_orderly_queue/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 899\. Orderly Queue diff --git a/src/main/java/g0801_0900/s0900_rle_iterator/readme.md b/src/main/java/g0801_0900/s0900_rle_iterator/readme.md index f2d68230..d4dea26c 100644 --- a/src/main/java/g0801_0900/s0900_rle_iterator/readme.md +++ b/src/main/java/g0801_0900/s0900_rle_iterator/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 900\. RLE Iterator diff --git a/src/main/java/g0901_1000/s0901_online_stock_span/readme.md b/src/main/java/g0901_1000/s0901_online_stock_span/readme.md index ad2a4ec6..5848bf3c 100644 --- a/src/main/java/g0901_1000/s0901_online_stock_span/readme.md +++ b/src/main/java/g0901_1000/s0901_online_stock_span/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 901\. Online Stock Span diff --git a/src/main/java/g0901_1000/s0902_numbers_at_most_n_given_digit_set/readme.md b/src/main/java/g0901_1000/s0902_numbers_at_most_n_given_digit_set/readme.md index 12220393..77d5babc 100644 --- a/src/main/java/g0901_1000/s0902_numbers_at_most_n_given_digit_set/readme.md +++ b/src/main/java/g0901_1000/s0902_numbers_at_most_n_given_digit_set/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 902\. Numbers At Most N Given Digit Set diff --git a/src/main/java/g0901_1000/s0903_valid_permutations_for_di_sequence/readme.md b/src/main/java/g0901_1000/s0903_valid_permutations_for_di_sequence/readme.md index be650344..5aedb478 100644 --- a/src/main/java/g0901_1000/s0903_valid_permutations_for_di_sequence/readme.md +++ b/src/main/java/g0901_1000/s0903_valid_permutations_for_di_sequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 903\. Valid Permutations for DI Sequence diff --git a/src/main/java/g0901_1000/s0904_fruit_into_baskets/readme.md b/src/main/java/g0901_1000/s0904_fruit_into_baskets/readme.md index b89e8bc1..2ac9afb1 100644 --- a/src/main/java/g0901_1000/s0904_fruit_into_baskets/readme.md +++ b/src/main/java/g0901_1000/s0904_fruit_into_baskets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 904\. Fruit Into Baskets diff --git a/src/main/java/g0901_1000/s0905_sort_array_by_parity/readme.md b/src/main/java/g0901_1000/s0905_sort_array_by_parity/readme.md index 93dd4060..4e100b26 100644 --- a/src/main/java/g0901_1000/s0905_sort_array_by_parity/readme.md +++ b/src/main/java/g0901_1000/s0905_sort_array_by_parity/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 905\. Sort Array By Parity diff --git a/src/main/java/g0901_1000/s0906_super_palindromes/readme.md b/src/main/java/g0901_1000/s0906_super_palindromes/readme.md index 5958e26c..b9596eb8 100644 --- a/src/main/java/g0901_1000/s0906_super_palindromes/readme.md +++ b/src/main/java/g0901_1000/s0906_super_palindromes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 906\. Super Palindromes diff --git a/src/main/java/g0901_1000/s0907_sum_of_subarray_minimums/readme.md b/src/main/java/g0901_1000/s0907_sum_of_subarray_minimums/readme.md index 561f9f8c..05c3c4b2 100644 --- a/src/main/java/g0901_1000/s0907_sum_of_subarray_minimums/readme.md +++ b/src/main/java/g0901_1000/s0907_sum_of_subarray_minimums/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 907\. Sum of Subarray Minimums diff --git a/src/main/java/g0901_1000/s0908_smallest_range_i/readme.md b/src/main/java/g0901_1000/s0908_smallest_range_i/readme.md index 2e3d2467..c6db5b17 100644 --- a/src/main/java/g0901_1000/s0908_smallest_range_i/readme.md +++ b/src/main/java/g0901_1000/s0908_smallest_range_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 908\. Smallest Range I diff --git a/src/main/java/g0901_1000/s0909_snakes_and_ladders/readme.md b/src/main/java/g0901_1000/s0909_snakes_and_ladders/readme.md index 125dca81..4637d49d 100644 --- a/src/main/java/g0901_1000/s0909_snakes_and_ladders/readme.md +++ b/src/main/java/g0901_1000/s0909_snakes_and_ladders/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 909\. Snakes and Ladders diff --git a/src/main/java/g0901_1000/s0910_smallest_range_ii/readme.md b/src/main/java/g0901_1000/s0910_smallest_range_ii/readme.md index 13669e91..dda6aa53 100644 --- a/src/main/java/g0901_1000/s0910_smallest_range_ii/readme.md +++ b/src/main/java/g0901_1000/s0910_smallest_range_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 910\. Smallest Range II diff --git a/src/main/java/g0901_1000/s0911_online_election/readme.md b/src/main/java/g0901_1000/s0911_online_election/readme.md index 58226ded..b0eec08c 100644 --- a/src/main/java/g0901_1000/s0911_online_election/readme.md +++ b/src/main/java/g0901_1000/s0911_online_election/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 911\. Online Election diff --git a/src/main/java/g0901_1000/s0912_sort_an_array/readme.md b/src/main/java/g0901_1000/s0912_sort_an_array/readme.md index 34d7e604..ad41993e 100644 --- a/src/main/java/g0901_1000/s0912_sort_an_array/readme.md +++ b/src/main/java/g0901_1000/s0912_sort_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 912\. Sort an Array diff --git a/src/main/java/g0901_1000/s0913_cat_and_mouse/readme.md b/src/main/java/g0901_1000/s0913_cat_and_mouse/readme.md index a653dd00..1bbd3b5f 100644 --- a/src/main/java/g0901_1000/s0913_cat_and_mouse/readme.md +++ b/src/main/java/g0901_1000/s0913_cat_and_mouse/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 913\. Cat and Mouse diff --git a/src/main/java/g0901_1000/s0914_x_of_a_kind_in_a_deck_of_cards/readme.md b/src/main/java/g0901_1000/s0914_x_of_a_kind_in_a_deck_of_cards/readme.md index f9b9a313..05644a56 100644 --- a/src/main/java/g0901_1000/s0914_x_of_a_kind_in_a_deck_of_cards/readme.md +++ b/src/main/java/g0901_1000/s0914_x_of_a_kind_in_a_deck_of_cards/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 914\. X of a Kind in a Deck of Cards diff --git a/src/main/java/g0901_1000/s0915_partition_array_into_disjoint_intervals/readme.md b/src/main/java/g0901_1000/s0915_partition_array_into_disjoint_intervals/readme.md index 46de93ae..491de62b 100644 --- a/src/main/java/g0901_1000/s0915_partition_array_into_disjoint_intervals/readme.md +++ b/src/main/java/g0901_1000/s0915_partition_array_into_disjoint_intervals/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 915\. Partition Array into Disjoint Intervals diff --git a/src/main/java/g0901_1000/s0916_word_subsets/readme.md b/src/main/java/g0901_1000/s0916_word_subsets/readme.md index 909c145c..bfb8d3c1 100644 --- a/src/main/java/g0901_1000/s0916_word_subsets/readme.md +++ b/src/main/java/g0901_1000/s0916_word_subsets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 916\. Word Subsets diff --git a/src/main/java/g0901_1000/s0917_reverse_only_letters/readme.md b/src/main/java/g0901_1000/s0917_reverse_only_letters/readme.md index 1ef04ffd..34f12949 100644 --- a/src/main/java/g0901_1000/s0917_reverse_only_letters/readme.md +++ b/src/main/java/g0901_1000/s0917_reverse_only_letters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 917\. Reverse Only Letters diff --git a/src/main/java/g0901_1000/s0918_maximum_sum_circular_subarray/readme.md b/src/main/java/g0901_1000/s0918_maximum_sum_circular_subarray/readme.md index a44f74be..a0e6243b 100644 --- a/src/main/java/g0901_1000/s0918_maximum_sum_circular_subarray/readme.md +++ b/src/main/java/g0901_1000/s0918_maximum_sum_circular_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 918\. Maximum Sum Circular Subarray diff --git a/src/main/java/g0901_1000/s0919_complete_binary_tree_inserter/readme.md b/src/main/java/g0901_1000/s0919_complete_binary_tree_inserter/readme.md index 62ebd957..b607231f 100644 --- a/src/main/java/g0901_1000/s0919_complete_binary_tree_inserter/readme.md +++ b/src/main/java/g0901_1000/s0919_complete_binary_tree_inserter/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 919\. Complete Binary Tree Inserter diff --git a/src/main/java/g0901_1000/s0920_number_of_music_playlists/readme.md b/src/main/java/g0901_1000/s0920_number_of_music_playlists/readme.md index 23d26066..330f8794 100644 --- a/src/main/java/g0901_1000/s0920_number_of_music_playlists/readme.md +++ b/src/main/java/g0901_1000/s0920_number_of_music_playlists/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 920\. Number of Music Playlists diff --git a/src/main/java/g0901_1000/s0921_minimum_add_to_make_parentheses_valid/readme.md b/src/main/java/g0901_1000/s0921_minimum_add_to_make_parentheses_valid/readme.md index d6d8168c..acd85842 100644 --- a/src/main/java/g0901_1000/s0921_minimum_add_to_make_parentheses_valid/readme.md +++ b/src/main/java/g0901_1000/s0921_minimum_add_to_make_parentheses_valid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 921\. Minimum Add to Make Parentheses Valid diff --git a/src/main/java/g0901_1000/s0922_sort_array_by_parity_ii/readme.md b/src/main/java/g0901_1000/s0922_sort_array_by_parity_ii/readme.md index 1e7eb834..e12d3b9a 100644 --- a/src/main/java/g0901_1000/s0922_sort_array_by_parity_ii/readme.md +++ b/src/main/java/g0901_1000/s0922_sort_array_by_parity_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 922\. Sort Array By Parity II diff --git a/src/main/java/g0901_1000/s0923_3sum_with_multiplicity/readme.md b/src/main/java/g0901_1000/s0923_3sum_with_multiplicity/readme.md index 8bc8d34b..fa03a4b1 100644 --- a/src/main/java/g0901_1000/s0923_3sum_with_multiplicity/readme.md +++ b/src/main/java/g0901_1000/s0923_3sum_with_multiplicity/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 923\. 3Sum With Multiplicity diff --git a/src/main/java/g0901_1000/s0924_minimize_malware_spread/readme.md b/src/main/java/g0901_1000/s0924_minimize_malware_spread/readme.md index 18ec147d..524846d4 100644 --- a/src/main/java/g0901_1000/s0924_minimize_malware_spread/readme.md +++ b/src/main/java/g0901_1000/s0924_minimize_malware_spread/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 924\. Minimize Malware Spread diff --git a/src/main/java/g0901_1000/s0925_long_pressed_name/readme.md b/src/main/java/g0901_1000/s0925_long_pressed_name/readme.md index e38a87b8..ece1007e 100644 --- a/src/main/java/g0901_1000/s0925_long_pressed_name/readme.md +++ b/src/main/java/g0901_1000/s0925_long_pressed_name/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 925\. Long Pressed Name diff --git a/src/main/java/g0901_1000/s0926_flip_string_to_monotone_increasing/readme.md b/src/main/java/g0901_1000/s0926_flip_string_to_monotone_increasing/readme.md index 49b284a4..10431478 100644 --- a/src/main/java/g0901_1000/s0926_flip_string_to_monotone_increasing/readme.md +++ b/src/main/java/g0901_1000/s0926_flip_string_to_monotone_increasing/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 926\. Flip String to Monotone Increasing diff --git a/src/main/java/g0901_1000/s0927_three_equal_parts/readme.md b/src/main/java/g0901_1000/s0927_three_equal_parts/readme.md index d93f6e22..aa041e01 100644 --- a/src/main/java/g0901_1000/s0927_three_equal_parts/readme.md +++ b/src/main/java/g0901_1000/s0927_three_equal_parts/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 927\. Three Equal Parts diff --git a/src/main/java/g0901_1000/s0928_minimize_malware_spread_ii/readme.md b/src/main/java/g0901_1000/s0928_minimize_malware_spread_ii/readme.md index 944328bf..27966da0 100644 --- a/src/main/java/g0901_1000/s0928_minimize_malware_spread_ii/readme.md +++ b/src/main/java/g0901_1000/s0928_minimize_malware_spread_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 928\. Minimize Malware Spread II diff --git a/src/main/java/g0901_1000/s0929_unique_email_addresses/readme.md b/src/main/java/g0901_1000/s0929_unique_email_addresses/readme.md index 038a700d..4d1e8ca8 100644 --- a/src/main/java/g0901_1000/s0929_unique_email_addresses/readme.md +++ b/src/main/java/g0901_1000/s0929_unique_email_addresses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 929\. Unique Email Addresses diff --git a/src/main/java/g0901_1000/s0930_binary_subarrays_with_sum/readme.md b/src/main/java/g0901_1000/s0930_binary_subarrays_with_sum/readme.md index 8c05381e..d4c877f3 100644 --- a/src/main/java/g0901_1000/s0930_binary_subarrays_with_sum/readme.md +++ b/src/main/java/g0901_1000/s0930_binary_subarrays_with_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 930\. Binary Subarrays With Sum diff --git a/src/main/java/g0901_1000/s0931_minimum_falling_path_sum/readme.md b/src/main/java/g0901_1000/s0931_minimum_falling_path_sum/readme.md index cbc87557..a761b6fe 100644 --- a/src/main/java/g0901_1000/s0931_minimum_falling_path_sum/readme.md +++ b/src/main/java/g0901_1000/s0931_minimum_falling_path_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 931\. Minimum Falling Path Sum diff --git a/src/main/java/g0901_1000/s0932_beautiful_array/readme.md b/src/main/java/g0901_1000/s0932_beautiful_array/readme.md index f562dfed..b9d187d0 100644 --- a/src/main/java/g0901_1000/s0932_beautiful_array/readme.md +++ b/src/main/java/g0901_1000/s0932_beautiful_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 932\. Beautiful Array diff --git a/src/main/java/g0901_1000/s0933_number_of_recent_calls/readme.md b/src/main/java/g0901_1000/s0933_number_of_recent_calls/readme.md index 166134a2..c0010cd2 100644 --- a/src/main/java/g0901_1000/s0933_number_of_recent_calls/readme.md +++ b/src/main/java/g0901_1000/s0933_number_of_recent_calls/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 933\. Number of Recent Calls diff --git a/src/main/java/g0901_1000/s0934_shortest_bridge/readme.md b/src/main/java/g0901_1000/s0934_shortest_bridge/readme.md index 109c2720..88151eb0 100644 --- a/src/main/java/g0901_1000/s0934_shortest_bridge/readme.md +++ b/src/main/java/g0901_1000/s0934_shortest_bridge/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 934\. Shortest Bridge diff --git a/src/main/java/g0901_1000/s0935_knight_dialer/readme.md b/src/main/java/g0901_1000/s0935_knight_dialer/readme.md index 423bf1c1..55ba0ed0 100644 --- a/src/main/java/g0901_1000/s0935_knight_dialer/readme.md +++ b/src/main/java/g0901_1000/s0935_knight_dialer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 935\. Knight Dialer diff --git a/src/main/java/g0901_1000/s0936_stamping_the_sequence/readme.md b/src/main/java/g0901_1000/s0936_stamping_the_sequence/readme.md index 079d21d4..f22a2e58 100644 --- a/src/main/java/g0901_1000/s0936_stamping_the_sequence/readme.md +++ b/src/main/java/g0901_1000/s0936_stamping_the_sequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 936\. Stamping The Sequence diff --git a/src/main/java/g0901_1000/s0937_reorder_data_in_log_files/readme.md b/src/main/java/g0901_1000/s0937_reorder_data_in_log_files/readme.md index fc8011e4..69529835 100644 --- a/src/main/java/g0901_1000/s0937_reorder_data_in_log_files/readme.md +++ b/src/main/java/g0901_1000/s0937_reorder_data_in_log_files/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 937\. Reorder Data in Log Files diff --git a/src/main/java/g0901_1000/s0938_range_sum_of_bst/readme.md b/src/main/java/g0901_1000/s0938_range_sum_of_bst/readme.md index c1dc9082..78bd6ee9 100644 --- a/src/main/java/g0901_1000/s0938_range_sum_of_bst/readme.md +++ b/src/main/java/g0901_1000/s0938_range_sum_of_bst/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 938\. Range Sum of BST diff --git a/src/main/java/g0901_1000/s0939_minimum_area_rectangle/readme.md b/src/main/java/g0901_1000/s0939_minimum_area_rectangle/readme.md index 43bef09d..5c7e0781 100644 --- a/src/main/java/g0901_1000/s0939_minimum_area_rectangle/readme.md +++ b/src/main/java/g0901_1000/s0939_minimum_area_rectangle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 939\. Minimum Area Rectangle diff --git a/src/main/java/g0901_1000/s0940_distinct_subsequences_ii/readme.md b/src/main/java/g0901_1000/s0940_distinct_subsequences_ii/readme.md index 35bcc6f0..93c8e23e 100644 --- a/src/main/java/g0901_1000/s0940_distinct_subsequences_ii/readme.md +++ b/src/main/java/g0901_1000/s0940_distinct_subsequences_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 940\. Distinct Subsequences II diff --git a/src/main/java/g0901_1000/s0941_valid_mountain_array/readme.md b/src/main/java/g0901_1000/s0941_valid_mountain_array/readme.md index 4b3da239..62056d13 100644 --- a/src/main/java/g0901_1000/s0941_valid_mountain_array/readme.md +++ b/src/main/java/g0901_1000/s0941_valid_mountain_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 941\. Valid Mountain Array diff --git a/src/main/java/g0901_1000/s0942_di_string_match/readme.md b/src/main/java/g0901_1000/s0942_di_string_match/readme.md index 756a8173..01afb420 100644 --- a/src/main/java/g0901_1000/s0942_di_string_match/readme.md +++ b/src/main/java/g0901_1000/s0942_di_string_match/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 942\. DI String Match diff --git a/src/main/java/g0901_1000/s0943_find_the_shortest_superstring/readme.md b/src/main/java/g0901_1000/s0943_find_the_shortest_superstring/readme.md index 319b7f56..06bfe347 100644 --- a/src/main/java/g0901_1000/s0943_find_the_shortest_superstring/readme.md +++ b/src/main/java/g0901_1000/s0943_find_the_shortest_superstring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 943\. Find the Shortest Superstring diff --git a/src/main/java/g0901_1000/s0944_delete_columns_to_make_sorted/readme.md b/src/main/java/g0901_1000/s0944_delete_columns_to_make_sorted/readme.md index d5d83c2f..382d7ec6 100644 --- a/src/main/java/g0901_1000/s0944_delete_columns_to_make_sorted/readme.md +++ b/src/main/java/g0901_1000/s0944_delete_columns_to_make_sorted/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 944\. Delete Columns to Make Sorted diff --git a/src/main/java/g0901_1000/s0945_minimum_increment_to_make_array_unique/readme.md b/src/main/java/g0901_1000/s0945_minimum_increment_to_make_array_unique/readme.md index facca0eb..64e8c61f 100644 --- a/src/main/java/g0901_1000/s0945_minimum_increment_to_make_array_unique/readme.md +++ b/src/main/java/g0901_1000/s0945_minimum_increment_to_make_array_unique/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 945\. Minimum Increment to Make Array Unique diff --git a/src/main/java/g0901_1000/s0946_validate_stack_sequences/readme.md b/src/main/java/g0901_1000/s0946_validate_stack_sequences/readme.md index c54c3a76..5b912b25 100644 --- a/src/main/java/g0901_1000/s0946_validate_stack_sequences/readme.md +++ b/src/main/java/g0901_1000/s0946_validate_stack_sequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 946\. Validate Stack Sequences diff --git a/src/main/java/g0901_1000/s0947_most_stones_removed_with_same_row_or_column/readme.md b/src/main/java/g0901_1000/s0947_most_stones_removed_with_same_row_or_column/readme.md index 6b5ac5e4..71ccec7f 100644 --- a/src/main/java/g0901_1000/s0947_most_stones_removed_with_same_row_or_column/readme.md +++ b/src/main/java/g0901_1000/s0947_most_stones_removed_with_same_row_or_column/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 947\. Most Stones Removed with Same Row or Column diff --git a/src/main/java/g0901_1000/s0948_bag_of_tokens/readme.md b/src/main/java/g0901_1000/s0948_bag_of_tokens/readme.md index a4374d74..3ab90565 100644 --- a/src/main/java/g0901_1000/s0948_bag_of_tokens/readme.md +++ b/src/main/java/g0901_1000/s0948_bag_of_tokens/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 948\. Bag of Tokens diff --git a/src/main/java/g0901_1000/s0949_largest_time_for_given_digits/readme.md b/src/main/java/g0901_1000/s0949_largest_time_for_given_digits/readme.md index 2f33196f..4ab155a9 100644 --- a/src/main/java/g0901_1000/s0949_largest_time_for_given_digits/readme.md +++ b/src/main/java/g0901_1000/s0949_largest_time_for_given_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 949\. Largest Time for Given Digits diff --git a/src/main/java/g0901_1000/s0950_reveal_cards_in_increasing_order/readme.md b/src/main/java/g0901_1000/s0950_reveal_cards_in_increasing_order/readme.md index 7c5101d6..f8aecd94 100644 --- a/src/main/java/g0901_1000/s0950_reveal_cards_in_increasing_order/readme.md +++ b/src/main/java/g0901_1000/s0950_reveal_cards_in_increasing_order/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 950\. Reveal Cards In Increasing Order diff --git a/src/main/java/g0901_1000/s0951_flip_equivalent_binary_trees/readme.md b/src/main/java/g0901_1000/s0951_flip_equivalent_binary_trees/readme.md index 0c63a942..3ac82aac 100644 --- a/src/main/java/g0901_1000/s0951_flip_equivalent_binary_trees/readme.md +++ b/src/main/java/g0901_1000/s0951_flip_equivalent_binary_trees/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 951\. Flip Equivalent Binary Trees diff --git a/src/main/java/g0901_1000/s0952_largest_component_size_by_common_factor/readme.md b/src/main/java/g0901_1000/s0952_largest_component_size_by_common_factor/readme.md index 5afe92c1..58f5437f 100644 --- a/src/main/java/g0901_1000/s0952_largest_component_size_by_common_factor/readme.md +++ b/src/main/java/g0901_1000/s0952_largest_component_size_by_common_factor/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 952\. Largest Component Size by Common Factor diff --git a/src/main/java/g0901_1000/s0953_verifying_an_alien_dictionary/readme.md b/src/main/java/g0901_1000/s0953_verifying_an_alien_dictionary/readme.md index dc8fe707..253ce76e 100644 --- a/src/main/java/g0901_1000/s0953_verifying_an_alien_dictionary/readme.md +++ b/src/main/java/g0901_1000/s0953_verifying_an_alien_dictionary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 953\. Verifying an Alien Dictionary diff --git a/src/main/java/g0901_1000/s0954_array_of_doubled_pairs/readme.md b/src/main/java/g0901_1000/s0954_array_of_doubled_pairs/readme.md index e8e95936..55b8f7ff 100644 --- a/src/main/java/g0901_1000/s0954_array_of_doubled_pairs/readme.md +++ b/src/main/java/g0901_1000/s0954_array_of_doubled_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 954\. Array of Doubled Pairs diff --git a/src/main/java/g0901_1000/s0955_delete_columns_to_make_sorted_ii/readme.md b/src/main/java/g0901_1000/s0955_delete_columns_to_make_sorted_ii/readme.md index 7a182552..95399f11 100644 --- a/src/main/java/g0901_1000/s0955_delete_columns_to_make_sorted_ii/readme.md +++ b/src/main/java/g0901_1000/s0955_delete_columns_to_make_sorted_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 955\. Delete Columns to Make Sorted II diff --git a/src/main/java/g0901_1000/s0956_tallest_billboard/readme.md b/src/main/java/g0901_1000/s0956_tallest_billboard/readme.md index 8599befc..106a6ae5 100644 --- a/src/main/java/g0901_1000/s0956_tallest_billboard/readme.md +++ b/src/main/java/g0901_1000/s0956_tallest_billboard/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 956\. Tallest Billboard diff --git a/src/main/java/g0901_1000/s0957_prison_cells_after_n_days/readme.md b/src/main/java/g0901_1000/s0957_prison_cells_after_n_days/readme.md index 1942bf7a..2b4ddc54 100644 --- a/src/main/java/g0901_1000/s0957_prison_cells_after_n_days/readme.md +++ b/src/main/java/g0901_1000/s0957_prison_cells_after_n_days/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 957\. Prison Cells After N Days diff --git a/src/main/java/g0901_1000/s0958_check_completeness_of_a_binary_tree/readme.md b/src/main/java/g0901_1000/s0958_check_completeness_of_a_binary_tree/readme.md index a568a0df..15e3640e 100644 --- a/src/main/java/g0901_1000/s0958_check_completeness_of_a_binary_tree/readme.md +++ b/src/main/java/g0901_1000/s0958_check_completeness_of_a_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 958\. Check Completeness of a Binary Tree diff --git a/src/main/java/g0901_1000/s0959_regions_cut_by_slashes/readme.md b/src/main/java/g0901_1000/s0959_regions_cut_by_slashes/readme.md index dd1c9b6c..3c0c9b13 100644 --- a/src/main/java/g0901_1000/s0959_regions_cut_by_slashes/readme.md +++ b/src/main/java/g0901_1000/s0959_regions_cut_by_slashes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 959\. Regions Cut By Slashes diff --git a/src/main/java/g0901_1000/s0960_delete_columns_to_make_sorted_iii/readme.md b/src/main/java/g0901_1000/s0960_delete_columns_to_make_sorted_iii/readme.md index b4789fc6..5d3f7880 100644 --- a/src/main/java/g0901_1000/s0960_delete_columns_to_make_sorted_iii/readme.md +++ b/src/main/java/g0901_1000/s0960_delete_columns_to_make_sorted_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 960\. Delete Columns to Make Sorted III diff --git a/src/main/java/g0901_1000/s0961_n_repeated_element_in_size_2n_array/readme.md b/src/main/java/g0901_1000/s0961_n_repeated_element_in_size_2n_array/readme.md index 740b1796..ce070fc5 100644 --- a/src/main/java/g0901_1000/s0961_n_repeated_element_in_size_2n_array/readme.md +++ b/src/main/java/g0901_1000/s0961_n_repeated_element_in_size_2n_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 961\. N-Repeated Element in Size 2N Array diff --git a/src/main/java/g0901_1000/s0962_maximum_width_ramp/readme.md b/src/main/java/g0901_1000/s0962_maximum_width_ramp/readme.md index 33c83eaf..262e7aa9 100644 --- a/src/main/java/g0901_1000/s0962_maximum_width_ramp/readme.md +++ b/src/main/java/g0901_1000/s0962_maximum_width_ramp/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 962\. Maximum Width Ramp diff --git a/src/main/java/g0901_1000/s0963_minimum_area_rectangle_ii/readme.md b/src/main/java/g0901_1000/s0963_minimum_area_rectangle_ii/readme.md index 5764789b..63054dc5 100644 --- a/src/main/java/g0901_1000/s0963_minimum_area_rectangle_ii/readme.md +++ b/src/main/java/g0901_1000/s0963_minimum_area_rectangle_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 963\. Minimum Area Rectangle II diff --git a/src/main/java/g0901_1000/s0964_least_operators_to_express_number/readme.md b/src/main/java/g0901_1000/s0964_least_operators_to_express_number/readme.md index d1c76ad1..af410e19 100644 --- a/src/main/java/g0901_1000/s0964_least_operators_to_express_number/readme.md +++ b/src/main/java/g0901_1000/s0964_least_operators_to_express_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 964\. Least Operators to Express Number diff --git a/src/main/java/g0901_1000/s0965_univalued_binary_tree/readme.md b/src/main/java/g0901_1000/s0965_univalued_binary_tree/readme.md index 1bc5d530..d9ac7ba4 100644 --- a/src/main/java/g0901_1000/s0965_univalued_binary_tree/readme.md +++ b/src/main/java/g0901_1000/s0965_univalued_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 965\. Univalued Binary Tree diff --git a/src/main/java/g0901_1000/s0966_vowel_spellchecker/readme.md b/src/main/java/g0901_1000/s0966_vowel_spellchecker/readme.md index 10b4ab12..f139fca7 100644 --- a/src/main/java/g0901_1000/s0966_vowel_spellchecker/readme.md +++ b/src/main/java/g0901_1000/s0966_vowel_spellchecker/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 966\. Vowel Spellchecker diff --git a/src/main/java/g0901_1000/s0967_numbers_with_same_consecutive_differences/readme.md b/src/main/java/g0901_1000/s0967_numbers_with_same_consecutive_differences/readme.md index 6b2c391b..3c12f6a9 100644 --- a/src/main/java/g0901_1000/s0967_numbers_with_same_consecutive_differences/readme.md +++ b/src/main/java/g0901_1000/s0967_numbers_with_same_consecutive_differences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 967\. Numbers With Same Consecutive Differences diff --git a/src/main/java/g0901_1000/s0968_binary_tree_cameras/readme.md b/src/main/java/g0901_1000/s0968_binary_tree_cameras/readme.md index 80e0d93f..be176101 100644 --- a/src/main/java/g0901_1000/s0968_binary_tree_cameras/readme.md +++ b/src/main/java/g0901_1000/s0968_binary_tree_cameras/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 968\. Binary Tree Cameras diff --git a/src/main/java/g0901_1000/s0969_pancake_sorting/readme.md b/src/main/java/g0901_1000/s0969_pancake_sorting/readme.md index 53a7ab43..58dff494 100644 --- a/src/main/java/g0901_1000/s0969_pancake_sorting/readme.md +++ b/src/main/java/g0901_1000/s0969_pancake_sorting/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 969\. Pancake Sorting diff --git a/src/main/java/g0901_1000/s0970_powerful_integers/readme.md b/src/main/java/g0901_1000/s0970_powerful_integers/readme.md index 118ff2e7..c21e9dd9 100644 --- a/src/main/java/g0901_1000/s0970_powerful_integers/readme.md +++ b/src/main/java/g0901_1000/s0970_powerful_integers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 970\. Powerful Integers diff --git a/src/main/java/g0901_1000/s0971_flip_binary_tree_to_match_preorder_traversal/readme.md b/src/main/java/g0901_1000/s0971_flip_binary_tree_to_match_preorder_traversal/readme.md index 2305d5e5..c03f8a88 100644 --- a/src/main/java/g0901_1000/s0971_flip_binary_tree_to_match_preorder_traversal/readme.md +++ b/src/main/java/g0901_1000/s0971_flip_binary_tree_to_match_preorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 971\. Flip Binary Tree To Match Preorder Traversal diff --git a/src/main/java/g0901_1000/s0972_equal_rational_numbers/readme.md b/src/main/java/g0901_1000/s0972_equal_rational_numbers/readme.md index 30190253..d5f0a757 100644 --- a/src/main/java/g0901_1000/s0972_equal_rational_numbers/readme.md +++ b/src/main/java/g0901_1000/s0972_equal_rational_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 972\. Equal Rational Numbers diff --git a/src/main/java/g0901_1000/s0973_k_closest_points_to_origin/readme.md b/src/main/java/g0901_1000/s0973_k_closest_points_to_origin/readme.md index b9d11f35..632fd28f 100644 --- a/src/main/java/g0901_1000/s0973_k_closest_points_to_origin/readme.md +++ b/src/main/java/g0901_1000/s0973_k_closest_points_to_origin/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 973\. K Closest Points to Origin diff --git a/src/main/java/g0901_1000/s0974_subarray_sums_divisible_by_k/readme.md b/src/main/java/g0901_1000/s0974_subarray_sums_divisible_by_k/readme.md index 6c25d685..4dbc350d 100644 --- a/src/main/java/g0901_1000/s0974_subarray_sums_divisible_by_k/readme.md +++ b/src/main/java/g0901_1000/s0974_subarray_sums_divisible_by_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 974\. Subarray Sums Divisible by K diff --git a/src/main/java/g0901_1000/s0975_odd_even_jump/readme.md b/src/main/java/g0901_1000/s0975_odd_even_jump/readme.md index ee876d8e..e4d87675 100644 --- a/src/main/java/g0901_1000/s0975_odd_even_jump/readme.md +++ b/src/main/java/g0901_1000/s0975_odd_even_jump/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 975\. Odd Even Jump diff --git a/src/main/java/g0901_1000/s0976_largest_perimeter_triangle/readme.md b/src/main/java/g0901_1000/s0976_largest_perimeter_triangle/readme.md index 0ff46948..f1e9cd92 100644 --- a/src/main/java/g0901_1000/s0976_largest_perimeter_triangle/readme.md +++ b/src/main/java/g0901_1000/s0976_largest_perimeter_triangle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 976\. Largest Perimeter Triangle diff --git a/src/main/java/g0901_1000/s0977_squares_of_a_sorted_array/readme.md b/src/main/java/g0901_1000/s0977_squares_of_a_sorted_array/readme.md index 3f978629..fa005795 100644 --- a/src/main/java/g0901_1000/s0977_squares_of_a_sorted_array/readme.md +++ b/src/main/java/g0901_1000/s0977_squares_of_a_sorted_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 977\. Squares of a Sorted Array diff --git a/src/main/java/g0901_1000/s0978_longest_turbulent_subarray/readme.md b/src/main/java/g0901_1000/s0978_longest_turbulent_subarray/readme.md index 81c3ad23..39b9a34f 100644 --- a/src/main/java/g0901_1000/s0978_longest_turbulent_subarray/readme.md +++ b/src/main/java/g0901_1000/s0978_longest_turbulent_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 978\. Longest Turbulent Subarray diff --git a/src/main/java/g0901_1000/s0979_distribute_coins_in_binary_tree/readme.md b/src/main/java/g0901_1000/s0979_distribute_coins_in_binary_tree/readme.md index bc3365d5..bf4585b5 100644 --- a/src/main/java/g0901_1000/s0979_distribute_coins_in_binary_tree/readme.md +++ b/src/main/java/g0901_1000/s0979_distribute_coins_in_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 979\. Distribute Coins in Binary Tree diff --git a/src/main/java/g0901_1000/s0980_unique_paths_iii/readme.md b/src/main/java/g0901_1000/s0980_unique_paths_iii/readme.md index 9787b465..cbee8946 100644 --- a/src/main/java/g0901_1000/s0980_unique_paths_iii/readme.md +++ b/src/main/java/g0901_1000/s0980_unique_paths_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 980\. Unique Paths III diff --git a/src/main/java/g0901_1000/s0981_time_based_key_value_store/readme.md b/src/main/java/g0901_1000/s0981_time_based_key_value_store/readme.md index ad687c4c..4d65947c 100644 --- a/src/main/java/g0901_1000/s0981_time_based_key_value_store/readme.md +++ b/src/main/java/g0901_1000/s0981_time_based_key_value_store/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 981\. Time Based Key-Value Store diff --git a/src/main/java/g0901_1000/s0982_triples_with_bitwise_and_equal_to_zero/readme.md b/src/main/java/g0901_1000/s0982_triples_with_bitwise_and_equal_to_zero/readme.md index 0b807d44..bed2ef3f 100644 --- a/src/main/java/g0901_1000/s0982_triples_with_bitwise_and_equal_to_zero/readme.md +++ b/src/main/java/g0901_1000/s0982_triples_with_bitwise_and_equal_to_zero/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 982\. Triples with Bitwise AND Equal To Zero diff --git a/src/main/java/g0901_1000/s0983_minimum_cost_for_tickets/readme.md b/src/main/java/g0901_1000/s0983_minimum_cost_for_tickets/readme.md index 9a5c401b..1b5a0841 100644 --- a/src/main/java/g0901_1000/s0983_minimum_cost_for_tickets/readme.md +++ b/src/main/java/g0901_1000/s0983_minimum_cost_for_tickets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 983\. Minimum Cost For Tickets diff --git a/src/main/java/g0901_1000/s0984_string_without_aaa_or_bbb/readme.md b/src/main/java/g0901_1000/s0984_string_without_aaa_or_bbb/readme.md index c8e72e5d..b9c0efc6 100644 --- a/src/main/java/g0901_1000/s0984_string_without_aaa_or_bbb/readme.md +++ b/src/main/java/g0901_1000/s0984_string_without_aaa_or_bbb/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 984\. String Without AAA or BBB diff --git a/src/main/java/g0901_1000/s0985_sum_of_even_numbers_after_queries/readme.md b/src/main/java/g0901_1000/s0985_sum_of_even_numbers_after_queries/readme.md index 8e06b961..6d76207c 100644 --- a/src/main/java/g0901_1000/s0985_sum_of_even_numbers_after_queries/readme.md +++ b/src/main/java/g0901_1000/s0985_sum_of_even_numbers_after_queries/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 985\. Sum of Even Numbers After Queries diff --git a/src/main/java/g0901_1000/s0986_interval_list_intersections/readme.md b/src/main/java/g0901_1000/s0986_interval_list_intersections/readme.md index 1549044d..30667d08 100644 --- a/src/main/java/g0901_1000/s0986_interval_list_intersections/readme.md +++ b/src/main/java/g0901_1000/s0986_interval_list_intersections/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 986\. Interval List Intersections diff --git a/src/main/java/g0901_1000/s0987_vertical_order_traversal_of_a_binary_tree/readme.md b/src/main/java/g0901_1000/s0987_vertical_order_traversal_of_a_binary_tree/readme.md index 44078383..10dde967 100644 --- a/src/main/java/g0901_1000/s0987_vertical_order_traversal_of_a_binary_tree/readme.md +++ b/src/main/java/g0901_1000/s0987_vertical_order_traversal_of_a_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 987\. Vertical Order Traversal of a Binary Tree diff --git a/src/main/java/g0901_1000/s0988_smallest_string_starting_from_leaf/readme.md b/src/main/java/g0901_1000/s0988_smallest_string_starting_from_leaf/readme.md index 781ecb17..bd23ea83 100644 --- a/src/main/java/g0901_1000/s0988_smallest_string_starting_from_leaf/readme.md +++ b/src/main/java/g0901_1000/s0988_smallest_string_starting_from_leaf/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 988\. Smallest String Starting From Leaf diff --git a/src/main/java/g0901_1000/s0989_add_to_array_form_of_integer/readme.md b/src/main/java/g0901_1000/s0989_add_to_array_form_of_integer/readme.md index 69eeacf7..f069ab78 100644 --- a/src/main/java/g0901_1000/s0989_add_to_array_form_of_integer/readme.md +++ b/src/main/java/g0901_1000/s0989_add_to_array_form_of_integer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 989\. Add to Array-Form of Integer diff --git a/src/main/java/g0901_1000/s0990_satisfiability_of_equality_equations/readme.md b/src/main/java/g0901_1000/s0990_satisfiability_of_equality_equations/readme.md index 80fd741d..eb0914b4 100644 --- a/src/main/java/g0901_1000/s0990_satisfiability_of_equality_equations/readme.md +++ b/src/main/java/g0901_1000/s0990_satisfiability_of_equality_equations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 990\. Satisfiability of Equality Equations diff --git a/src/main/java/g0901_1000/s0991_broken_calculator/readme.md b/src/main/java/g0901_1000/s0991_broken_calculator/readme.md index b3ac0a03..da63317f 100644 --- a/src/main/java/g0901_1000/s0991_broken_calculator/readme.md +++ b/src/main/java/g0901_1000/s0991_broken_calculator/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 991\. Broken Calculator diff --git a/src/main/java/g0901_1000/s0992_subarrays_with_k_different_integers/readme.md b/src/main/java/g0901_1000/s0992_subarrays_with_k_different_integers/readme.md index f9c29246..53678cda 100644 --- a/src/main/java/g0901_1000/s0992_subarrays_with_k_different_integers/readme.md +++ b/src/main/java/g0901_1000/s0992_subarrays_with_k_different_integers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 992\. Subarrays with K Different Integers diff --git a/src/main/java/g0901_1000/s0993_cousins_in_binary_tree/readme.md b/src/main/java/g0901_1000/s0993_cousins_in_binary_tree/readme.md index 2e93afbc..b653c74d 100644 --- a/src/main/java/g0901_1000/s0993_cousins_in_binary_tree/readme.md +++ b/src/main/java/g0901_1000/s0993_cousins_in_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 993\. Cousins in Binary Tree diff --git a/src/main/java/g0901_1000/s0994_rotting_oranges/readme.md b/src/main/java/g0901_1000/s0994_rotting_oranges/readme.md index 7b0e7182..6aa2fdce 100644 --- a/src/main/java/g0901_1000/s0994_rotting_oranges/readme.md +++ b/src/main/java/g0901_1000/s0994_rotting_oranges/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 994\. Rotting Oranges diff --git a/src/main/java/g0901_1000/s0995_minimum_number_of_k_consecutive_bit_flips/readme.md b/src/main/java/g0901_1000/s0995_minimum_number_of_k_consecutive_bit_flips/readme.md index 5ab3c131..eb266e70 100644 --- a/src/main/java/g0901_1000/s0995_minimum_number_of_k_consecutive_bit_flips/readme.md +++ b/src/main/java/g0901_1000/s0995_minimum_number_of_k_consecutive_bit_flips/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 995\. Minimum Number of K Consecutive Bit Flips diff --git a/src/main/java/g0901_1000/s0996_number_of_squareful_arrays/readme.md b/src/main/java/g0901_1000/s0996_number_of_squareful_arrays/readme.md index d578a23a..fb2a1d11 100644 --- a/src/main/java/g0901_1000/s0996_number_of_squareful_arrays/readme.md +++ b/src/main/java/g0901_1000/s0996_number_of_squareful_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 996\. Number of Squareful Arrays diff --git a/src/main/java/g0901_1000/s0997_find_the_town_judge/readme.md b/src/main/java/g0901_1000/s0997_find_the_town_judge/readme.md index d745e574..61258617 100644 --- a/src/main/java/g0901_1000/s0997_find_the_town_judge/readme.md +++ b/src/main/java/g0901_1000/s0997_find_the_town_judge/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 997\. Find the Town Judge diff --git a/src/main/java/g0901_1000/s0998_maximum_binary_tree_ii/readme.md b/src/main/java/g0901_1000/s0998_maximum_binary_tree_ii/readme.md index 65ee141b..c2b91e5e 100644 --- a/src/main/java/g0901_1000/s0998_maximum_binary_tree_ii/readme.md +++ b/src/main/java/g0901_1000/s0998_maximum_binary_tree_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 998\. Maximum Binary Tree II diff --git a/src/main/java/g0901_1000/s0999_available_captures_for_rook/readme.md b/src/main/java/g0901_1000/s0999_available_captures_for_rook/readme.md index 35a9cdf2..b973588b 100644 --- a/src/main/java/g0901_1000/s0999_available_captures_for_rook/readme.md +++ b/src/main/java/g0901_1000/s0999_available_captures_for_rook/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 999\. Available Captures for Rook diff --git a/src/main/java/g0901_1000/s1000_minimum_cost_to_merge_stones/readme.md b/src/main/java/g0901_1000/s1000_minimum_cost_to_merge_stones/readme.md index a4c47f96..66b35473 100644 --- a/src/main/java/g0901_1000/s1000_minimum_cost_to_merge_stones/readme.md +++ b/src/main/java/g0901_1000/s1000_minimum_cost_to_merge_stones/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1000\. Minimum Cost to Merge Stones diff --git a/src/main/java/g1001_1100/s1001_grid_illumination/readme.md b/src/main/java/g1001_1100/s1001_grid_illumination/readme.md index b08bf924..e390225c 100644 --- a/src/main/java/g1001_1100/s1001_grid_illumination/readme.md +++ b/src/main/java/g1001_1100/s1001_grid_illumination/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1001\. Grid Illumination diff --git a/src/main/java/g1001_1100/s1002_find_common_characters/readme.md b/src/main/java/g1001_1100/s1002_find_common_characters/readme.md index c0e42a43..3dddfce4 100644 --- a/src/main/java/g1001_1100/s1002_find_common_characters/readme.md +++ b/src/main/java/g1001_1100/s1002_find_common_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1002\. Find Common Characters diff --git a/src/main/java/g1001_1100/s1003_check_if_word_is_valid_after_substitutions/readme.md b/src/main/java/g1001_1100/s1003_check_if_word_is_valid_after_substitutions/readme.md index 88cab75a..4b6ea8d4 100644 --- a/src/main/java/g1001_1100/s1003_check_if_word_is_valid_after_substitutions/readme.md +++ b/src/main/java/g1001_1100/s1003_check_if_word_is_valid_after_substitutions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1003\. Check If Word Is Valid After Substitutions diff --git a/src/main/java/g1001_1100/s1004_max_consecutive_ones_iii/readme.md b/src/main/java/g1001_1100/s1004_max_consecutive_ones_iii/readme.md index 3970f29d..ca647732 100644 --- a/src/main/java/g1001_1100/s1004_max_consecutive_ones_iii/readme.md +++ b/src/main/java/g1001_1100/s1004_max_consecutive_ones_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1004\. Max Consecutive Ones III diff --git a/src/main/java/g1001_1100/s1005_maximize_sum_of_array_after_k_negations/readme.md b/src/main/java/g1001_1100/s1005_maximize_sum_of_array_after_k_negations/readme.md index 745e1402..4f522d6c 100644 --- a/src/main/java/g1001_1100/s1005_maximize_sum_of_array_after_k_negations/readme.md +++ b/src/main/java/g1001_1100/s1005_maximize_sum_of_array_after_k_negations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1005\. Maximize Sum Of Array After K Negations diff --git a/src/main/java/g1001_1100/s1006_clumsy_factorial/readme.md b/src/main/java/g1001_1100/s1006_clumsy_factorial/readme.md index e370d396..3410c3fe 100644 --- a/src/main/java/g1001_1100/s1006_clumsy_factorial/readme.md +++ b/src/main/java/g1001_1100/s1006_clumsy_factorial/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1006\. Clumsy Factorial diff --git a/src/main/java/g1001_1100/s1007_minimum_domino_rotations_for_equal_row/readme.md b/src/main/java/g1001_1100/s1007_minimum_domino_rotations_for_equal_row/readme.md index 9a3f6dcc..d414b2dd 100644 --- a/src/main/java/g1001_1100/s1007_minimum_domino_rotations_for_equal_row/readme.md +++ b/src/main/java/g1001_1100/s1007_minimum_domino_rotations_for_equal_row/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1007\. Minimum Domino Rotations For Equal Row diff --git a/src/main/java/g1001_1100/s1008_construct_binary_search_tree_from_preorder_traversal/readme.md b/src/main/java/g1001_1100/s1008_construct_binary_search_tree_from_preorder_traversal/readme.md index ec51b08b..eca0fc67 100644 --- a/src/main/java/g1001_1100/s1008_construct_binary_search_tree_from_preorder_traversal/readme.md +++ b/src/main/java/g1001_1100/s1008_construct_binary_search_tree_from_preorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1008\. Construct Binary Search Tree from Preorder Traversal diff --git a/src/main/java/g1001_1100/s1009_complement_of_base_10_integer/readme.md b/src/main/java/g1001_1100/s1009_complement_of_base_10_integer/readme.md index 6b66e4f1..ad0e637f 100644 --- a/src/main/java/g1001_1100/s1009_complement_of_base_10_integer/readme.md +++ b/src/main/java/g1001_1100/s1009_complement_of_base_10_integer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1009\. Complement of Base 10 Integer diff --git a/src/main/java/g1001_1100/s1010_pairs_of_songs_with_total_durations_divisible_by_60/readme.md b/src/main/java/g1001_1100/s1010_pairs_of_songs_with_total_durations_divisible_by_60/readme.md index 591f3bed..04c88037 100644 --- a/src/main/java/g1001_1100/s1010_pairs_of_songs_with_total_durations_divisible_by_60/readme.md +++ b/src/main/java/g1001_1100/s1010_pairs_of_songs_with_total_durations_divisible_by_60/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1010\. Pairs of Songs With Total Durations Divisible by 60 diff --git a/src/main/java/g1001_1100/s1011_capacity_to_ship_packages_within_d_days/readme.md b/src/main/java/g1001_1100/s1011_capacity_to_ship_packages_within_d_days/readme.md index b30feb0f..be91a7ff 100644 --- a/src/main/java/g1001_1100/s1011_capacity_to_ship_packages_within_d_days/readme.md +++ b/src/main/java/g1001_1100/s1011_capacity_to_ship_packages_within_d_days/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1011\. Capacity To Ship Packages Within D Days diff --git a/src/main/java/g1001_1100/s1012_numbers_with_repeated_digits/readme.md b/src/main/java/g1001_1100/s1012_numbers_with_repeated_digits/readme.md index cd0d643e..250e69f1 100644 --- a/src/main/java/g1001_1100/s1012_numbers_with_repeated_digits/readme.md +++ b/src/main/java/g1001_1100/s1012_numbers_with_repeated_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1012\. Numbers With Repeated Digits diff --git a/src/main/java/g1001_1100/s1013_partition_array_into_three_parts_with_equal_sum/readme.md b/src/main/java/g1001_1100/s1013_partition_array_into_three_parts_with_equal_sum/readme.md index 4bfbea99..752babab 100644 --- a/src/main/java/g1001_1100/s1013_partition_array_into_three_parts_with_equal_sum/readme.md +++ b/src/main/java/g1001_1100/s1013_partition_array_into_three_parts_with_equal_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1013\. Partition Array Into Three Parts With Equal Sum diff --git a/src/main/java/g1001_1100/s1014_best_sightseeing_pair/readme.md b/src/main/java/g1001_1100/s1014_best_sightseeing_pair/readme.md index 19029117..8074a84e 100644 --- a/src/main/java/g1001_1100/s1014_best_sightseeing_pair/readme.md +++ b/src/main/java/g1001_1100/s1014_best_sightseeing_pair/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1014\. Best Sightseeing Pair diff --git a/src/main/java/g1001_1100/s1015_smallest_integer_divisible_by_k/readme.md b/src/main/java/g1001_1100/s1015_smallest_integer_divisible_by_k/readme.md index 3829fca9..a2ac06eb 100644 --- a/src/main/java/g1001_1100/s1015_smallest_integer_divisible_by_k/readme.md +++ b/src/main/java/g1001_1100/s1015_smallest_integer_divisible_by_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1015\. Smallest Integer Divisible by K diff --git a/src/main/java/g1001_1100/s1016_binary_string_with_substrings_representing_1_to_n/readme.md b/src/main/java/g1001_1100/s1016_binary_string_with_substrings_representing_1_to_n/readme.md index 49faf719..20bdf7db 100644 --- a/src/main/java/g1001_1100/s1016_binary_string_with_substrings_representing_1_to_n/readme.md +++ b/src/main/java/g1001_1100/s1016_binary_string_with_substrings_representing_1_to_n/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1016\. Binary String With Substrings Representing 1 To N diff --git a/src/main/java/g1001_1100/s1017_convert_to_base_2/readme.md b/src/main/java/g1001_1100/s1017_convert_to_base_2/readme.md index 8b532ab7..1b4053f0 100644 --- a/src/main/java/g1001_1100/s1017_convert_to_base_2/readme.md +++ b/src/main/java/g1001_1100/s1017_convert_to_base_2/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1017\. Convert to Base -2 diff --git a/src/main/java/g1001_1100/s1018_binary_prefix_divisible_by_5/readme.md b/src/main/java/g1001_1100/s1018_binary_prefix_divisible_by_5/readme.md index b3571376..c3adea4d 100644 --- a/src/main/java/g1001_1100/s1018_binary_prefix_divisible_by_5/readme.md +++ b/src/main/java/g1001_1100/s1018_binary_prefix_divisible_by_5/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1018\. Binary Prefix Divisible By 5 diff --git a/src/main/java/g1001_1100/s1019_next_greater_node_in_linked_list/readme.md b/src/main/java/g1001_1100/s1019_next_greater_node_in_linked_list/readme.md index bd999574..20f69062 100644 --- a/src/main/java/g1001_1100/s1019_next_greater_node_in_linked_list/readme.md +++ b/src/main/java/g1001_1100/s1019_next_greater_node_in_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1019\. Next Greater Node In Linked List diff --git a/src/main/java/g1001_1100/s1020_number_of_enclaves/readme.md b/src/main/java/g1001_1100/s1020_number_of_enclaves/readme.md index 5e8dae85..d4522d28 100644 --- a/src/main/java/g1001_1100/s1020_number_of_enclaves/readme.md +++ b/src/main/java/g1001_1100/s1020_number_of_enclaves/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1020\. Number of Enclaves diff --git a/src/main/java/g1001_1100/s1021_remove_outermost_parentheses/readme.md b/src/main/java/g1001_1100/s1021_remove_outermost_parentheses/readme.md index f36453f0..80e60c2d 100644 --- a/src/main/java/g1001_1100/s1021_remove_outermost_parentheses/readme.md +++ b/src/main/java/g1001_1100/s1021_remove_outermost_parentheses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1021\. Remove Outermost Parentheses diff --git a/src/main/java/g1001_1100/s1022_sum_of_root_to_leaf_binary_numbers/readme.md b/src/main/java/g1001_1100/s1022_sum_of_root_to_leaf_binary_numbers/readme.md index 7ac7942d..ef36180f 100644 --- a/src/main/java/g1001_1100/s1022_sum_of_root_to_leaf_binary_numbers/readme.md +++ b/src/main/java/g1001_1100/s1022_sum_of_root_to_leaf_binary_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1022\. Sum of Root To Leaf Binary Numbers diff --git a/src/main/java/g1001_1100/s1023_camelcase_matching/readme.md b/src/main/java/g1001_1100/s1023_camelcase_matching/readme.md index 446d64d5..7d6a0ccb 100644 --- a/src/main/java/g1001_1100/s1023_camelcase_matching/readme.md +++ b/src/main/java/g1001_1100/s1023_camelcase_matching/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1023\. Camelcase Matching diff --git a/src/main/java/g1001_1100/s1024_video_stitching/readme.md b/src/main/java/g1001_1100/s1024_video_stitching/readme.md index dc66d4b6..3723b898 100644 --- a/src/main/java/g1001_1100/s1024_video_stitching/readme.md +++ b/src/main/java/g1001_1100/s1024_video_stitching/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1024\. Video Stitching diff --git a/src/main/java/g1001_1100/s1025_divisor_game/readme.md b/src/main/java/g1001_1100/s1025_divisor_game/readme.md index a6802090..41b6ca2e 100644 --- a/src/main/java/g1001_1100/s1025_divisor_game/readme.md +++ b/src/main/java/g1001_1100/s1025_divisor_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1025\. Divisor Game diff --git a/src/main/java/g1001_1100/s1026_maximum_difference_between_node_and_ancestor/readme.md b/src/main/java/g1001_1100/s1026_maximum_difference_between_node_and_ancestor/readme.md index a235c771..1070686d 100644 --- a/src/main/java/g1001_1100/s1026_maximum_difference_between_node_and_ancestor/readme.md +++ b/src/main/java/g1001_1100/s1026_maximum_difference_between_node_and_ancestor/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1026\. Maximum Difference Between Node and Ancestor diff --git a/src/main/java/g1001_1100/s1027_longest_arithmetic_subsequence/readme.md b/src/main/java/g1001_1100/s1027_longest_arithmetic_subsequence/readme.md index cdfcf053..4bd48e5b 100644 --- a/src/main/java/g1001_1100/s1027_longest_arithmetic_subsequence/readme.md +++ b/src/main/java/g1001_1100/s1027_longest_arithmetic_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1027\. Longest Arithmetic Subsequence diff --git a/src/main/java/g1001_1100/s1028_recover_a_tree_from_preorder_traversal/readme.md b/src/main/java/g1001_1100/s1028_recover_a_tree_from_preorder_traversal/readme.md index 06613acf..375bb882 100644 --- a/src/main/java/g1001_1100/s1028_recover_a_tree_from_preorder_traversal/readme.md +++ b/src/main/java/g1001_1100/s1028_recover_a_tree_from_preorder_traversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1028\. Recover a Tree From Preorder Traversal diff --git a/src/main/java/g1001_1100/s1029_two_city_scheduling/readme.md b/src/main/java/g1001_1100/s1029_two_city_scheduling/readme.md index e7c6a019..3c782561 100644 --- a/src/main/java/g1001_1100/s1029_two_city_scheduling/readme.md +++ b/src/main/java/g1001_1100/s1029_two_city_scheduling/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1029\. Two City Scheduling diff --git a/src/main/java/g1001_1100/s1030_matrix_cells_in_distance_order/readme.md b/src/main/java/g1001_1100/s1030_matrix_cells_in_distance_order/readme.md index 75a3b835..51811053 100644 --- a/src/main/java/g1001_1100/s1030_matrix_cells_in_distance_order/readme.md +++ b/src/main/java/g1001_1100/s1030_matrix_cells_in_distance_order/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1030\. Matrix Cells in Distance Order diff --git a/src/main/java/g1001_1100/s1031_maximum_sum_of_two_non_overlapping_subarrays/readme.md b/src/main/java/g1001_1100/s1031_maximum_sum_of_two_non_overlapping_subarrays/readme.md index 026efe31..1a5b070e 100644 --- a/src/main/java/g1001_1100/s1031_maximum_sum_of_two_non_overlapping_subarrays/readme.md +++ b/src/main/java/g1001_1100/s1031_maximum_sum_of_two_non_overlapping_subarrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1031\. Maximum Sum of Two Non-Overlapping Subarrays diff --git a/src/main/java/g1001_1100/s1032_stream_of_characters/readme.md b/src/main/java/g1001_1100/s1032_stream_of_characters/readme.md index fe7229ca..dc7d66c1 100644 --- a/src/main/java/g1001_1100/s1032_stream_of_characters/readme.md +++ b/src/main/java/g1001_1100/s1032_stream_of_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1032\. Stream of Characters diff --git a/src/main/java/g1001_1100/s1033_moving_stones_until_consecutive/readme.md b/src/main/java/g1001_1100/s1033_moving_stones_until_consecutive/readme.md index a048d842..a477e8a7 100644 --- a/src/main/java/g1001_1100/s1033_moving_stones_until_consecutive/readme.md +++ b/src/main/java/g1001_1100/s1033_moving_stones_until_consecutive/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1033\. Moving Stones Until Consecutive diff --git a/src/main/java/g1001_1100/s1034_coloring_a_border/readme.md b/src/main/java/g1001_1100/s1034_coloring_a_border/readme.md index dcd4fe07..3047f9a0 100644 --- a/src/main/java/g1001_1100/s1034_coloring_a_border/readme.md +++ b/src/main/java/g1001_1100/s1034_coloring_a_border/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1034\. Coloring A Border diff --git a/src/main/java/g1001_1100/s1035_uncrossed_lines/readme.md b/src/main/java/g1001_1100/s1035_uncrossed_lines/readme.md index 5f9c8462..6be389a8 100644 --- a/src/main/java/g1001_1100/s1035_uncrossed_lines/readme.md +++ b/src/main/java/g1001_1100/s1035_uncrossed_lines/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1035\. Uncrossed Lines diff --git a/src/main/java/g1001_1100/s1036_escape_a_large_maze/readme.md b/src/main/java/g1001_1100/s1036_escape_a_large_maze/readme.md index 54e7f61e..48c2495c 100644 --- a/src/main/java/g1001_1100/s1036_escape_a_large_maze/readme.md +++ b/src/main/java/g1001_1100/s1036_escape_a_large_maze/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1036\. Escape a Large Maze diff --git a/src/main/java/g1001_1100/s1037_valid_boomerang/readme.md b/src/main/java/g1001_1100/s1037_valid_boomerang/readme.md index d8ea07b6..88f8675a 100644 --- a/src/main/java/g1001_1100/s1037_valid_boomerang/readme.md +++ b/src/main/java/g1001_1100/s1037_valid_boomerang/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1037\. Valid Boomerang diff --git a/src/main/java/g1001_1100/s1038_binary_search_tree_to_greater_sum_tree/readme.md b/src/main/java/g1001_1100/s1038_binary_search_tree_to_greater_sum_tree/readme.md index 73cebf28..a6d00cca 100644 --- a/src/main/java/g1001_1100/s1038_binary_search_tree_to_greater_sum_tree/readme.md +++ b/src/main/java/g1001_1100/s1038_binary_search_tree_to_greater_sum_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1038\. Binary Search Tree to Greater Sum Tree diff --git a/src/main/java/g1001_1100/s1039_minimum_score_triangulation_of_polygon/readme.md b/src/main/java/g1001_1100/s1039_minimum_score_triangulation_of_polygon/readme.md index 820ee774..77bf5589 100644 --- a/src/main/java/g1001_1100/s1039_minimum_score_triangulation_of_polygon/readme.md +++ b/src/main/java/g1001_1100/s1039_minimum_score_triangulation_of_polygon/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1039\. Minimum Score Triangulation of Polygon diff --git a/src/main/java/g1001_1100/s1040_moving_stones_until_consecutive_ii/readme.md b/src/main/java/g1001_1100/s1040_moving_stones_until_consecutive_ii/readme.md index 6b1e41aa..40b95fb3 100644 --- a/src/main/java/g1001_1100/s1040_moving_stones_until_consecutive_ii/readme.md +++ b/src/main/java/g1001_1100/s1040_moving_stones_until_consecutive_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1040\. Moving Stones Until Consecutive II diff --git a/src/main/java/g1001_1100/s1041_robot_bounded_in_circle/readme.md b/src/main/java/g1001_1100/s1041_robot_bounded_in_circle/readme.md index 4f4ac0e5..465cd459 100644 --- a/src/main/java/g1001_1100/s1041_robot_bounded_in_circle/readme.md +++ b/src/main/java/g1001_1100/s1041_robot_bounded_in_circle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1041\. Robot Bounded In Circle diff --git a/src/main/java/g1001_1100/s1042_flower_planting_with_no_adjacent/readme.md b/src/main/java/g1001_1100/s1042_flower_planting_with_no_adjacent/readme.md index f26bf1be..abfd9d80 100644 --- a/src/main/java/g1001_1100/s1042_flower_planting_with_no_adjacent/readme.md +++ b/src/main/java/g1001_1100/s1042_flower_planting_with_no_adjacent/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1042\. Flower Planting With No Adjacent diff --git a/src/main/java/g1001_1100/s1043_partition_array_for_maximum_sum/readme.md b/src/main/java/g1001_1100/s1043_partition_array_for_maximum_sum/readme.md index ce17658d..e424bfc4 100644 --- a/src/main/java/g1001_1100/s1043_partition_array_for_maximum_sum/readme.md +++ b/src/main/java/g1001_1100/s1043_partition_array_for_maximum_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1043\. Partition Array for Maximum Sum diff --git a/src/main/java/g1001_1100/s1044_longest_duplicate_substring/readme.md b/src/main/java/g1001_1100/s1044_longest_duplicate_substring/readme.md index 9b104006..3c64069b 100644 --- a/src/main/java/g1001_1100/s1044_longest_duplicate_substring/readme.md +++ b/src/main/java/g1001_1100/s1044_longest_duplicate_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1044\. Longest Duplicate Substring diff --git a/src/main/java/g1001_1100/s1046_last_stone_weight/readme.md b/src/main/java/g1001_1100/s1046_last_stone_weight/readme.md index 75979f72..46bb953c 100644 --- a/src/main/java/g1001_1100/s1046_last_stone_weight/readme.md +++ b/src/main/java/g1001_1100/s1046_last_stone_weight/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1046\. Last Stone Weight diff --git a/src/main/java/g1001_1100/s1047_remove_all_adjacent_duplicates_in_string/readme.md b/src/main/java/g1001_1100/s1047_remove_all_adjacent_duplicates_in_string/readme.md index 72001a52..ce2cd99b 100644 --- a/src/main/java/g1001_1100/s1047_remove_all_adjacent_duplicates_in_string/readme.md +++ b/src/main/java/g1001_1100/s1047_remove_all_adjacent_duplicates_in_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1047\. Remove All Adjacent Duplicates In String diff --git a/src/main/java/g1001_1100/s1048_longest_string_chain/readme.md b/src/main/java/g1001_1100/s1048_longest_string_chain/readme.md index 838e12e0..b4da5edb 100644 --- a/src/main/java/g1001_1100/s1048_longest_string_chain/readme.md +++ b/src/main/java/g1001_1100/s1048_longest_string_chain/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1048\. Longest String Chain diff --git a/src/main/java/g1001_1100/s1049_last_stone_weight_ii/readme.md b/src/main/java/g1001_1100/s1049_last_stone_weight_ii/readme.md index b2ac66b6..e635466c 100644 --- a/src/main/java/g1001_1100/s1049_last_stone_weight_ii/readme.md +++ b/src/main/java/g1001_1100/s1049_last_stone_weight_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1049\. Last Stone Weight II diff --git a/src/main/java/g1001_1100/s1050_actors_and_directors_who_cooperated_at_least_three_times/readme.md b/src/main/java/g1001_1100/s1050_actors_and_directors_who_cooperated_at_least_three_times/readme.md index b5bc7216..4124f18b 100644 --- a/src/main/java/g1001_1100/s1050_actors_and_directors_who_cooperated_at_least_three_times/readme.md +++ b/src/main/java/g1001_1100/s1050_actors_and_directors_who_cooperated_at_least_three_times/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1050\. Actors and Directors Who Cooperated At Least Three Times diff --git a/src/main/java/g1001_1100/s1051_height_checker/readme.md b/src/main/java/g1001_1100/s1051_height_checker/readme.md index 29e6cffc..40b3732f 100644 --- a/src/main/java/g1001_1100/s1051_height_checker/readme.md +++ b/src/main/java/g1001_1100/s1051_height_checker/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1051\. Height Checker diff --git a/src/main/java/g1001_1100/s1052_grumpy_bookstore_owner/readme.md b/src/main/java/g1001_1100/s1052_grumpy_bookstore_owner/readme.md index 4ca82093..ca507db5 100644 --- a/src/main/java/g1001_1100/s1052_grumpy_bookstore_owner/readme.md +++ b/src/main/java/g1001_1100/s1052_grumpy_bookstore_owner/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1052\. Grumpy Bookstore Owner diff --git a/src/main/java/g1001_1100/s1053_previous_permutation_with_one_swap/readme.md b/src/main/java/g1001_1100/s1053_previous_permutation_with_one_swap/readme.md index ecfb1169..ebba6a26 100644 --- a/src/main/java/g1001_1100/s1053_previous_permutation_with_one_swap/readme.md +++ b/src/main/java/g1001_1100/s1053_previous_permutation_with_one_swap/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1053\. Previous Permutation With One Swap diff --git a/src/main/java/g1001_1100/s1054_distant_barcodes/readme.md b/src/main/java/g1001_1100/s1054_distant_barcodes/readme.md index c6c21322..347f572d 100644 --- a/src/main/java/g1001_1100/s1054_distant_barcodes/readme.md +++ b/src/main/java/g1001_1100/s1054_distant_barcodes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1054\. Distant Barcodes diff --git a/src/main/java/g1001_1100/s1071_greatest_common_divisor_of_strings/readme.md b/src/main/java/g1001_1100/s1071_greatest_common_divisor_of_strings/readme.md index 8bc37a8f..ec80f4df 100644 --- a/src/main/java/g1001_1100/s1071_greatest_common_divisor_of_strings/readme.md +++ b/src/main/java/g1001_1100/s1071_greatest_common_divisor_of_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1071\. Greatest Common Divisor of Strings diff --git a/src/main/java/g1001_1100/s1072_flip_columns_for_maximum_number_of_equal_rows/readme.md b/src/main/java/g1001_1100/s1072_flip_columns_for_maximum_number_of_equal_rows/readme.md index 3a098536..d5f83054 100644 --- a/src/main/java/g1001_1100/s1072_flip_columns_for_maximum_number_of_equal_rows/readme.md +++ b/src/main/java/g1001_1100/s1072_flip_columns_for_maximum_number_of_equal_rows/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1072\. Flip Columns For Maximum Number of Equal Rows diff --git a/src/main/java/g1001_1100/s1073_adding_two_negabinary_numbers/readme.md b/src/main/java/g1001_1100/s1073_adding_two_negabinary_numbers/readme.md index b582d61b..3a04fdc3 100644 --- a/src/main/java/g1001_1100/s1073_adding_two_negabinary_numbers/readme.md +++ b/src/main/java/g1001_1100/s1073_adding_two_negabinary_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1073\. Adding Two Negabinary Numbers diff --git a/src/main/java/g1001_1100/s1074_number_of_submatrices_that_sum_to_target/readme.md b/src/main/java/g1001_1100/s1074_number_of_submatrices_that_sum_to_target/readme.md index dbcc2360..815c99b6 100644 --- a/src/main/java/g1001_1100/s1074_number_of_submatrices_that_sum_to_target/readme.md +++ b/src/main/java/g1001_1100/s1074_number_of_submatrices_that_sum_to_target/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1074\. Number of Submatrices That Sum to Target diff --git a/src/main/java/g1001_1100/s1078_occurrences_after_bigram/readme.md b/src/main/java/g1001_1100/s1078_occurrences_after_bigram/readme.md index ab67cb5f..1ac66a9c 100644 --- a/src/main/java/g1001_1100/s1078_occurrences_after_bigram/readme.md +++ b/src/main/java/g1001_1100/s1078_occurrences_after_bigram/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1078\. Occurrences After Bigram diff --git a/src/main/java/g1001_1100/s1079_letter_tile_possibilities/readme.md b/src/main/java/g1001_1100/s1079_letter_tile_possibilities/readme.md index bd16fe91..58d38c9f 100644 --- a/src/main/java/g1001_1100/s1079_letter_tile_possibilities/readme.md +++ b/src/main/java/g1001_1100/s1079_letter_tile_possibilities/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1079\. Letter Tile Possibilities diff --git a/src/main/java/g1001_1100/s1080_insufficient_nodes_in_root_to_leaf_paths/readme.md b/src/main/java/g1001_1100/s1080_insufficient_nodes_in_root_to_leaf_paths/readme.md index 147afb7f..8c918a94 100644 --- a/src/main/java/g1001_1100/s1080_insufficient_nodes_in_root_to_leaf_paths/readme.md +++ b/src/main/java/g1001_1100/s1080_insufficient_nodes_in_root_to_leaf_paths/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1080\. Insufficient Nodes in Root to Leaf Paths diff --git a/src/main/java/g1001_1100/s1081_smallest_subsequence_of_distinct_characters/readme.md b/src/main/java/g1001_1100/s1081_smallest_subsequence_of_distinct_characters/readme.md index d241b7d2..51d3fee0 100644 --- a/src/main/java/g1001_1100/s1081_smallest_subsequence_of_distinct_characters/readme.md +++ b/src/main/java/g1001_1100/s1081_smallest_subsequence_of_distinct_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1081\. Smallest Subsequence of Distinct Characters diff --git a/src/main/java/g1001_1100/s1084_sales_analysis_iii/readme.md b/src/main/java/g1001_1100/s1084_sales_analysis_iii/readme.md index bc3433b2..ff410e81 100644 --- a/src/main/java/g1001_1100/s1084_sales_analysis_iii/readme.md +++ b/src/main/java/g1001_1100/s1084_sales_analysis_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1084\. Sales Analysis III diff --git a/src/main/java/g1001_1100/s1089_duplicate_zeros/readme.md b/src/main/java/g1001_1100/s1089_duplicate_zeros/readme.md index 43149028..9506cdc5 100644 --- a/src/main/java/g1001_1100/s1089_duplicate_zeros/readme.md +++ b/src/main/java/g1001_1100/s1089_duplicate_zeros/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1089\. Duplicate Zeros diff --git a/src/main/java/g1001_1100/s1090_largest_values_from_labels/readme.md b/src/main/java/g1001_1100/s1090_largest_values_from_labels/readme.md index 99218639..1171a70b 100644 --- a/src/main/java/g1001_1100/s1090_largest_values_from_labels/readme.md +++ b/src/main/java/g1001_1100/s1090_largest_values_from_labels/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1090\. Largest Values From Labels diff --git a/src/main/java/g1001_1100/s1091_shortest_path_in_binary_matrix/readme.md b/src/main/java/g1001_1100/s1091_shortest_path_in_binary_matrix/readme.md index 6e9c3f03..a29602d5 100644 --- a/src/main/java/g1001_1100/s1091_shortest_path_in_binary_matrix/readme.md +++ b/src/main/java/g1001_1100/s1091_shortest_path_in_binary_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1091\. Shortest Path in Binary Matrix diff --git a/src/main/java/g1001_1100/s1092_shortest_common_supersequence/readme.md b/src/main/java/g1001_1100/s1092_shortest_common_supersequence/readme.md index 38608c91..aa59391c 100644 --- a/src/main/java/g1001_1100/s1092_shortest_common_supersequence/readme.md +++ b/src/main/java/g1001_1100/s1092_shortest_common_supersequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1092\. Shortest Common Supersequence diff --git a/src/main/java/g1001_1100/s1093_statistics_from_a_large_sample/readme.md b/src/main/java/g1001_1100/s1093_statistics_from_a_large_sample/readme.md index 294840d0..075f4be5 100644 --- a/src/main/java/g1001_1100/s1093_statistics_from_a_large_sample/readme.md +++ b/src/main/java/g1001_1100/s1093_statistics_from_a_large_sample/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1093\. Statistics from a Large Sample diff --git a/src/main/java/g1001_1100/s1094_car_pooling/readme.md b/src/main/java/g1001_1100/s1094_car_pooling/readme.md index c7ca5bb2..3afb2f20 100644 --- a/src/main/java/g1001_1100/s1094_car_pooling/readme.md +++ b/src/main/java/g1001_1100/s1094_car_pooling/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1094\. Car Pooling diff --git a/src/main/java/g1001_1100/s1095_find_in_mountain_array/readme.md b/src/main/java/g1001_1100/s1095_find_in_mountain_array/readme.md index e1064614..d1bb12e6 100644 --- a/src/main/java/g1001_1100/s1095_find_in_mountain_array/readme.md +++ b/src/main/java/g1001_1100/s1095_find_in_mountain_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1095\. Find in Mountain Array diff --git a/src/main/java/g1001_1100/s1096_brace_expansion_ii/readme.md b/src/main/java/g1001_1100/s1096_brace_expansion_ii/readme.md index 98e7c782..1af23184 100644 --- a/src/main/java/g1001_1100/s1096_brace_expansion_ii/readme.md +++ b/src/main/java/g1001_1100/s1096_brace_expansion_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1096\. Brace Expansion II diff --git a/src/main/java/g1101_1200/s1103_distribute_candies_to_people/readme.md b/src/main/java/g1101_1200/s1103_distribute_candies_to_people/readme.md index d341d319..e3ea2e84 100644 --- a/src/main/java/g1101_1200/s1103_distribute_candies_to_people/readme.md +++ b/src/main/java/g1101_1200/s1103_distribute_candies_to_people/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1103\. Distribute Candies to People diff --git a/src/main/java/g1101_1200/s1104_path_in_zigzag_labelled_binary_tree/readme.md b/src/main/java/g1101_1200/s1104_path_in_zigzag_labelled_binary_tree/readme.md index 3134af32..180c076d 100644 --- a/src/main/java/g1101_1200/s1104_path_in_zigzag_labelled_binary_tree/readme.md +++ b/src/main/java/g1101_1200/s1104_path_in_zigzag_labelled_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1104\. Path In Zigzag Labelled Binary Tree diff --git a/src/main/java/g1101_1200/s1105_filling_bookcase_shelves/readme.md b/src/main/java/g1101_1200/s1105_filling_bookcase_shelves/readme.md index 4d317e4c..9ec6e7ef 100644 --- a/src/main/java/g1101_1200/s1105_filling_bookcase_shelves/readme.md +++ b/src/main/java/g1101_1200/s1105_filling_bookcase_shelves/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1105\. Filling Bookcase Shelves diff --git a/src/main/java/g1101_1200/s1106_parsing_a_boolean_expression/readme.md b/src/main/java/g1101_1200/s1106_parsing_a_boolean_expression/readme.md index 09cca3d0..ac1567c0 100644 --- a/src/main/java/g1101_1200/s1106_parsing_a_boolean_expression/readme.md +++ b/src/main/java/g1101_1200/s1106_parsing_a_boolean_expression/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1106\. Parsing A Boolean Expression diff --git a/src/main/java/g1101_1200/s1108_defanging_an_ip_address/readme.md b/src/main/java/g1101_1200/s1108_defanging_an_ip_address/readme.md index 14389c28..c5c14bd4 100644 --- a/src/main/java/g1101_1200/s1108_defanging_an_ip_address/readme.md +++ b/src/main/java/g1101_1200/s1108_defanging_an_ip_address/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1108\. Defanging an IP Address diff --git a/src/main/java/g1101_1200/s1109_corporate_flight_bookings/readme.md b/src/main/java/g1101_1200/s1109_corporate_flight_bookings/readme.md index 3367af78..77ea0eae 100644 --- a/src/main/java/g1101_1200/s1109_corporate_flight_bookings/readme.md +++ b/src/main/java/g1101_1200/s1109_corporate_flight_bookings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1109\. Corporate Flight Bookings diff --git a/src/main/java/g1101_1200/s1110_delete_nodes_and_return_forest/readme.md b/src/main/java/g1101_1200/s1110_delete_nodes_and_return_forest/readme.md index 9074c010..337fc89d 100644 --- a/src/main/java/g1101_1200/s1110_delete_nodes_and_return_forest/readme.md +++ b/src/main/java/g1101_1200/s1110_delete_nodes_and_return_forest/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1110\. Delete Nodes And Return Forest diff --git a/src/main/java/g1101_1200/s1111_maximum_nesting_depth_of_two_valid_parentheses_strings/readme.md b/src/main/java/g1101_1200/s1111_maximum_nesting_depth_of_two_valid_parentheses_strings/readme.md index 85f68b6f..988d0a34 100644 --- a/src/main/java/g1101_1200/s1111_maximum_nesting_depth_of_two_valid_parentheses_strings/readme.md +++ b/src/main/java/g1101_1200/s1111_maximum_nesting_depth_of_two_valid_parentheses_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1111\. Maximum Nesting Depth of Two Valid Parentheses Strings diff --git a/src/main/java/g1101_1200/s1114_print_in_order/readme.md b/src/main/java/g1101_1200/s1114_print_in_order/readme.md index 25d489a5..334baaf4 100644 --- a/src/main/java/g1101_1200/s1114_print_in_order/readme.md +++ b/src/main/java/g1101_1200/s1114_print_in_order/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1114\. Print in Order diff --git a/src/main/java/g1101_1200/s1115_print_foobar_alternately/readme.md b/src/main/java/g1101_1200/s1115_print_foobar_alternately/readme.md index 839f86fe..325554a5 100644 --- a/src/main/java/g1101_1200/s1115_print_foobar_alternately/readme.md +++ b/src/main/java/g1101_1200/s1115_print_foobar_alternately/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1115\. Print FooBar Alternately diff --git a/src/main/java/g1101_1200/s1116_print_zero_even_odd/readme.md b/src/main/java/g1101_1200/s1116_print_zero_even_odd/readme.md index 562e1f1b..8adef956 100644 --- a/src/main/java/g1101_1200/s1116_print_zero_even_odd/readme.md +++ b/src/main/java/g1101_1200/s1116_print_zero_even_odd/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1116\. Print Zero Even Odd diff --git a/src/main/java/g1101_1200/s1117_building_h2o/readme.md b/src/main/java/g1101_1200/s1117_building_h2o/readme.md index ef2a0eb2..7fab9bf0 100644 --- a/src/main/java/g1101_1200/s1117_building_h2o/readme.md +++ b/src/main/java/g1101_1200/s1117_building_h2o/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1117\. Building H2O diff --git a/src/main/java/g1101_1200/s1122_relative_sort_array/readme.md b/src/main/java/g1101_1200/s1122_relative_sort_array/readme.md index 5e726a1c..36cfabd3 100644 --- a/src/main/java/g1101_1200/s1122_relative_sort_array/readme.md +++ b/src/main/java/g1101_1200/s1122_relative_sort_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1122\. Relative Sort Array diff --git a/src/main/java/g1101_1200/s1123_lowest_common_ancestor_of_deepest_leaves/readme.md b/src/main/java/g1101_1200/s1123_lowest_common_ancestor_of_deepest_leaves/readme.md index e924e503..23a8174a 100644 --- a/src/main/java/g1101_1200/s1123_lowest_common_ancestor_of_deepest_leaves/readme.md +++ b/src/main/java/g1101_1200/s1123_lowest_common_ancestor_of_deepest_leaves/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1123\. Lowest Common Ancestor of Deepest Leaves diff --git a/src/main/java/g1101_1200/s1124_longest_well_performing_interval/readme.md b/src/main/java/g1101_1200/s1124_longest_well_performing_interval/readme.md index 048a9243..57d81bd4 100644 --- a/src/main/java/g1101_1200/s1124_longest_well_performing_interval/readme.md +++ b/src/main/java/g1101_1200/s1124_longest_well_performing_interval/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1124\. Longest Well-Performing Interval diff --git a/src/main/java/g1101_1200/s1125_smallest_sufficient_team/readme.md b/src/main/java/g1101_1200/s1125_smallest_sufficient_team/readme.md index 3a9716c7..bf1767d9 100644 --- a/src/main/java/g1101_1200/s1125_smallest_sufficient_team/readme.md +++ b/src/main/java/g1101_1200/s1125_smallest_sufficient_team/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1125\. Smallest Sufficient Team diff --git a/src/main/java/g1101_1200/s1128_number_of_equivalent_domino_pairs/readme.md b/src/main/java/g1101_1200/s1128_number_of_equivalent_domino_pairs/readme.md index e8ce3036..ea43afcc 100644 --- a/src/main/java/g1101_1200/s1128_number_of_equivalent_domino_pairs/readme.md +++ b/src/main/java/g1101_1200/s1128_number_of_equivalent_domino_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1128\. Number of Equivalent Domino Pairs diff --git a/src/main/java/g1101_1200/s1129_shortest_path_with_alternating_colors/readme.md b/src/main/java/g1101_1200/s1129_shortest_path_with_alternating_colors/readme.md index 54e70f88..1cf1c5be 100644 --- a/src/main/java/g1101_1200/s1129_shortest_path_with_alternating_colors/readme.md +++ b/src/main/java/g1101_1200/s1129_shortest_path_with_alternating_colors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1129\. Shortest Path with Alternating Colors diff --git a/src/main/java/g1101_1200/s1130_minimum_cost_tree_from_leaf_values/readme.md b/src/main/java/g1101_1200/s1130_minimum_cost_tree_from_leaf_values/readme.md index 1ccfc10c..ccbdb2df 100644 --- a/src/main/java/g1101_1200/s1130_minimum_cost_tree_from_leaf_values/readme.md +++ b/src/main/java/g1101_1200/s1130_minimum_cost_tree_from_leaf_values/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1130\. Minimum Cost Tree From Leaf Values diff --git a/src/main/java/g1101_1200/s1131_maximum_of_absolute_value_expression/readme.md b/src/main/java/g1101_1200/s1131_maximum_of_absolute_value_expression/readme.md index c5749276..068fce6b 100644 --- a/src/main/java/g1101_1200/s1131_maximum_of_absolute_value_expression/readme.md +++ b/src/main/java/g1101_1200/s1131_maximum_of_absolute_value_expression/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1131\. Maximum of Absolute Value Expression diff --git a/src/main/java/g1101_1200/s1137_n_th_tribonacci_number/readme.md b/src/main/java/g1101_1200/s1137_n_th_tribonacci_number/readme.md index 2d4d03fb..342b64b5 100644 --- a/src/main/java/g1101_1200/s1137_n_th_tribonacci_number/readme.md +++ b/src/main/java/g1101_1200/s1137_n_th_tribonacci_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1137\. N-th Tribonacci Number diff --git a/src/main/java/g1101_1200/s1138_alphabet_board_path/readme.md b/src/main/java/g1101_1200/s1138_alphabet_board_path/readme.md index 963154ca..f25a1d9a 100644 --- a/src/main/java/g1101_1200/s1138_alphabet_board_path/readme.md +++ b/src/main/java/g1101_1200/s1138_alphabet_board_path/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1138\. Alphabet Board Path diff --git a/src/main/java/g1101_1200/s1139_largest_1_bordered_square/readme.md b/src/main/java/g1101_1200/s1139_largest_1_bordered_square/readme.md index b61d4cb0..1e07fc1b 100644 --- a/src/main/java/g1101_1200/s1139_largest_1_bordered_square/readme.md +++ b/src/main/java/g1101_1200/s1139_largest_1_bordered_square/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1139\. Largest 1-Bordered Square diff --git a/src/main/java/g1101_1200/s1140_stone_game_ii/readme.md b/src/main/java/g1101_1200/s1140_stone_game_ii/readme.md index 6f429139..0b8d0565 100644 --- a/src/main/java/g1101_1200/s1140_stone_game_ii/readme.md +++ b/src/main/java/g1101_1200/s1140_stone_game_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1140\. Stone Game II diff --git a/src/main/java/g1101_1200/s1141_user_activity_for_the_past_30_days_i/readme.md b/src/main/java/g1101_1200/s1141_user_activity_for_the_past_30_days_i/readme.md index 69584cc9..b5140306 100644 --- a/src/main/java/g1101_1200/s1141_user_activity_for_the_past_30_days_i/readme.md +++ b/src/main/java/g1101_1200/s1141_user_activity_for_the_past_30_days_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1141\. User Activity for the Past 30 Days I diff --git a/src/main/java/g1101_1200/s1143_longest_common_subsequence/readme.md b/src/main/java/g1101_1200/s1143_longest_common_subsequence/readme.md index ec92b403..912d927c 100644 --- a/src/main/java/g1101_1200/s1143_longest_common_subsequence/readme.md +++ b/src/main/java/g1101_1200/s1143_longest_common_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1143\. Longest Common Subsequence diff --git a/src/main/java/g1101_1200/s1144_decrease_elements_to_make_array_zigzag/readme.md b/src/main/java/g1101_1200/s1144_decrease_elements_to_make_array_zigzag/readme.md index 84cd249d..3d9f3dc9 100644 --- a/src/main/java/g1101_1200/s1144_decrease_elements_to_make_array_zigzag/readme.md +++ b/src/main/java/g1101_1200/s1144_decrease_elements_to_make_array_zigzag/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1144\. Decrease Elements To Make Array Zigzag diff --git a/src/main/java/g1101_1200/s1145_binary_tree_coloring_game/readme.md b/src/main/java/g1101_1200/s1145_binary_tree_coloring_game/readme.md index 1c896513..664a0462 100644 --- a/src/main/java/g1101_1200/s1145_binary_tree_coloring_game/readme.md +++ b/src/main/java/g1101_1200/s1145_binary_tree_coloring_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1145\. Binary Tree Coloring Game diff --git a/src/main/java/g1101_1200/s1146_snapshot_array/readme.md b/src/main/java/g1101_1200/s1146_snapshot_array/readme.md index 199cd542..f8521574 100644 --- a/src/main/java/g1101_1200/s1146_snapshot_array/readme.md +++ b/src/main/java/g1101_1200/s1146_snapshot_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1146\. Snapshot Array diff --git a/src/main/java/g1101_1200/s1147_longest_chunked_palindrome_decomposition/readme.md b/src/main/java/g1101_1200/s1147_longest_chunked_palindrome_decomposition/readme.md index 9eaa9ce4..5e111979 100644 --- a/src/main/java/g1101_1200/s1147_longest_chunked_palindrome_decomposition/readme.md +++ b/src/main/java/g1101_1200/s1147_longest_chunked_palindrome_decomposition/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1147\. Longest Chunked Palindrome Decomposition diff --git a/src/main/java/g1101_1200/s1148_article_views_i/readme.md b/src/main/java/g1101_1200/s1148_article_views_i/readme.md index 452c8641..73c95c98 100644 --- a/src/main/java/g1101_1200/s1148_article_views_i/readme.md +++ b/src/main/java/g1101_1200/s1148_article_views_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1148\. Article Views I diff --git a/src/main/java/g1101_1200/s1154_day_of_the_year/readme.md b/src/main/java/g1101_1200/s1154_day_of_the_year/readme.md index f4dab086..102648a2 100644 --- a/src/main/java/g1101_1200/s1154_day_of_the_year/readme.md +++ b/src/main/java/g1101_1200/s1154_day_of_the_year/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1154\. Day of the Year diff --git a/src/main/java/g1101_1200/s1155_number_of_dice_rolls_with_target_sum/readme.md b/src/main/java/g1101_1200/s1155_number_of_dice_rolls_with_target_sum/readme.md index 13530d88..5712d1ee 100644 --- a/src/main/java/g1101_1200/s1155_number_of_dice_rolls_with_target_sum/readme.md +++ b/src/main/java/g1101_1200/s1155_number_of_dice_rolls_with_target_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1155\. Number of Dice Rolls With Target Sum diff --git a/src/main/java/g1101_1200/s1156_swap_for_longest_repeated_character_substring/readme.md b/src/main/java/g1101_1200/s1156_swap_for_longest_repeated_character_substring/readme.md index 1db70202..f3128497 100644 --- a/src/main/java/g1101_1200/s1156_swap_for_longest_repeated_character_substring/readme.md +++ b/src/main/java/g1101_1200/s1156_swap_for_longest_repeated_character_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1156\. Swap For Longest Repeated Character Substring diff --git a/src/main/java/g1101_1200/s1157_online_majority_element_in_subarray/readme.md b/src/main/java/g1101_1200/s1157_online_majority_element_in_subarray/readme.md index 9c6ac2cb..e790710e 100644 --- a/src/main/java/g1101_1200/s1157_online_majority_element_in_subarray/readme.md +++ b/src/main/java/g1101_1200/s1157_online_majority_element_in_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1157\. Online Majority Element In Subarray diff --git a/src/main/java/g1101_1200/s1158_market_analysis_i/readme.md b/src/main/java/g1101_1200/s1158_market_analysis_i/readme.md index f51c4104..7cfc4e0f 100644 --- a/src/main/java/g1101_1200/s1158_market_analysis_i/readme.md +++ b/src/main/java/g1101_1200/s1158_market_analysis_i/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1158\. Market Analysis I diff --git a/src/main/java/g1101_1200/s1160_find_words_that_can_be_formed_by_characters/readme.md b/src/main/java/g1101_1200/s1160_find_words_that_can_be_formed_by_characters/readme.md index fc09e6ee..a5c89301 100644 --- a/src/main/java/g1101_1200/s1160_find_words_that_can_be_formed_by_characters/readme.md +++ b/src/main/java/g1101_1200/s1160_find_words_that_can_be_formed_by_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1160\. Find Words That Can Be Formed by Characters diff --git a/src/main/java/g1101_1200/s1161_maximum_level_sum_of_a_binary_tree/readme.md b/src/main/java/g1101_1200/s1161_maximum_level_sum_of_a_binary_tree/readme.md index 01f8771f..ffcb1e82 100644 --- a/src/main/java/g1101_1200/s1161_maximum_level_sum_of_a_binary_tree/readme.md +++ b/src/main/java/g1101_1200/s1161_maximum_level_sum_of_a_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1161\. Maximum Level Sum of a Binary Tree diff --git a/src/main/java/g1101_1200/s1162_as_far_from_land_as_possible/readme.md b/src/main/java/g1101_1200/s1162_as_far_from_land_as_possible/readme.md index d28a3a00..1b3d658c 100644 --- a/src/main/java/g1101_1200/s1162_as_far_from_land_as_possible/readme.md +++ b/src/main/java/g1101_1200/s1162_as_far_from_land_as_possible/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1162\. As Far from Land as Possible diff --git a/src/main/java/g1101_1200/s1163_last_substring_in_lexicographical_order/readme.md b/src/main/java/g1101_1200/s1163_last_substring_in_lexicographical_order/readme.md index bfe470dc..8c9ac817 100644 --- a/src/main/java/g1101_1200/s1163_last_substring_in_lexicographical_order/readme.md +++ b/src/main/java/g1101_1200/s1163_last_substring_in_lexicographical_order/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1163\. Last Substring in Lexicographical Order diff --git a/src/main/java/g1101_1200/s1169_invalid_transactions/readme.md b/src/main/java/g1101_1200/s1169_invalid_transactions/readme.md index 8a2f9bdb..7da24ff8 100644 --- a/src/main/java/g1101_1200/s1169_invalid_transactions/readme.md +++ b/src/main/java/g1101_1200/s1169_invalid_transactions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1169\. Invalid Transactions diff --git a/src/main/java/g1101_1200/s1170_compare_strings_by_frequency_of_the_smallest_character/readme.md b/src/main/java/g1101_1200/s1170_compare_strings_by_frequency_of_the_smallest_character/readme.md index 0715170d..eed18d03 100644 --- a/src/main/java/g1101_1200/s1170_compare_strings_by_frequency_of_the_smallest_character/readme.md +++ b/src/main/java/g1101_1200/s1170_compare_strings_by_frequency_of_the_smallest_character/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1170\. Compare Strings by Frequency of the Smallest Character diff --git a/src/main/java/g1101_1200/s1171_remove_zero_sum_consecutive_nodes_from_linked_list/readme.md b/src/main/java/g1101_1200/s1171_remove_zero_sum_consecutive_nodes_from_linked_list/readme.md index 3b309dd6..d2fb5864 100644 --- a/src/main/java/g1101_1200/s1171_remove_zero_sum_consecutive_nodes_from_linked_list/readme.md +++ b/src/main/java/g1101_1200/s1171_remove_zero_sum_consecutive_nodes_from_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1171\. Remove Zero Sum Consecutive Nodes from Linked List diff --git a/src/main/java/g1101_1200/s1172_dinner_plate_stacks/readme.md b/src/main/java/g1101_1200/s1172_dinner_plate_stacks/readme.md index a2b16899..ef81d6ea 100644 --- a/src/main/java/g1101_1200/s1172_dinner_plate_stacks/readme.md +++ b/src/main/java/g1101_1200/s1172_dinner_plate_stacks/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1172\. Dinner Plate Stacks diff --git a/src/main/java/g1101_1200/s1175_prime_arrangements/readme.md b/src/main/java/g1101_1200/s1175_prime_arrangements/readme.md index 07d80a9f..9469cd61 100644 --- a/src/main/java/g1101_1200/s1175_prime_arrangements/readme.md +++ b/src/main/java/g1101_1200/s1175_prime_arrangements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1175\. Prime Arrangements diff --git a/src/main/java/g1101_1200/s1177_can_make_palindrome_from_substring/readme.md b/src/main/java/g1101_1200/s1177_can_make_palindrome_from_substring/readme.md index d3c1c1c8..77ef362b 100644 --- a/src/main/java/g1101_1200/s1177_can_make_palindrome_from_substring/readme.md +++ b/src/main/java/g1101_1200/s1177_can_make_palindrome_from_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1177\. Can Make Palindrome from Substring diff --git a/src/main/java/g1101_1200/s1178_number_of_valid_words_for_each_puzzle/readme.md b/src/main/java/g1101_1200/s1178_number_of_valid_words_for_each_puzzle/readme.md index cdb64870..685509e3 100644 --- a/src/main/java/g1101_1200/s1178_number_of_valid_words_for_each_puzzle/readme.md +++ b/src/main/java/g1101_1200/s1178_number_of_valid_words_for_each_puzzle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1178\. Number of Valid Words for Each Puzzle diff --git a/src/main/java/g1101_1200/s1179_reformat_department_table/readme.md b/src/main/java/g1101_1200/s1179_reformat_department_table/readme.md index d617de0f..1415a512 100644 --- a/src/main/java/g1101_1200/s1179_reformat_department_table/readme.md +++ b/src/main/java/g1101_1200/s1179_reformat_department_table/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1179\. Reformat Department Table diff --git a/src/main/java/g1101_1200/s1184_distance_between_bus_stops/readme.md b/src/main/java/g1101_1200/s1184_distance_between_bus_stops/readme.md index 0256d5c7..6089b697 100644 --- a/src/main/java/g1101_1200/s1184_distance_between_bus_stops/readme.md +++ b/src/main/java/g1101_1200/s1184_distance_between_bus_stops/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1184\. Distance Between Bus Stops diff --git a/src/main/java/g1101_1200/s1185_day_of_the_week/readme.md b/src/main/java/g1101_1200/s1185_day_of_the_week/readme.md index ce154379..7df7a27b 100644 --- a/src/main/java/g1101_1200/s1185_day_of_the_week/readme.md +++ b/src/main/java/g1101_1200/s1185_day_of_the_week/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1185\. Day of the Week diff --git a/src/main/java/g1101_1200/s1186_maximum_subarray_sum_with_one_deletion/readme.md b/src/main/java/g1101_1200/s1186_maximum_subarray_sum_with_one_deletion/readme.md index 278452c4..9e8cd6e8 100644 --- a/src/main/java/g1101_1200/s1186_maximum_subarray_sum_with_one_deletion/readme.md +++ b/src/main/java/g1101_1200/s1186_maximum_subarray_sum_with_one_deletion/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1186\. Maximum Subarray Sum with One Deletion diff --git a/src/main/java/g1101_1200/s1187_make_array_strictly_increasing/readme.md b/src/main/java/g1101_1200/s1187_make_array_strictly_increasing/readme.md index 1dcf7074..c896b30f 100644 --- a/src/main/java/g1101_1200/s1187_make_array_strictly_increasing/readme.md +++ b/src/main/java/g1101_1200/s1187_make_array_strictly_increasing/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1187\. Make Array Strictly Increasing diff --git a/src/main/java/g1101_1200/s1189_maximum_number_of_balloons/readme.md b/src/main/java/g1101_1200/s1189_maximum_number_of_balloons/readme.md index 18f5257b..5e24a756 100644 --- a/src/main/java/g1101_1200/s1189_maximum_number_of_balloons/readme.md +++ b/src/main/java/g1101_1200/s1189_maximum_number_of_balloons/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1189\. Maximum Number of Balloons diff --git a/src/main/java/g1101_1200/s1190_reverse_substrings_between_each_pair_of_parentheses/readme.md b/src/main/java/g1101_1200/s1190_reverse_substrings_between_each_pair_of_parentheses/readme.md index c029a8dd..fdecf4ea 100644 --- a/src/main/java/g1101_1200/s1190_reverse_substrings_between_each_pair_of_parentheses/readme.md +++ b/src/main/java/g1101_1200/s1190_reverse_substrings_between_each_pair_of_parentheses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1190\. Reverse Substrings Between Each Pair of Parentheses diff --git a/src/main/java/g1101_1200/s1191_k_concatenation_maximum_sum/readme.md b/src/main/java/g1101_1200/s1191_k_concatenation_maximum_sum/readme.md index 694af7c4..b2bffb24 100644 --- a/src/main/java/g1101_1200/s1191_k_concatenation_maximum_sum/readme.md +++ b/src/main/java/g1101_1200/s1191_k_concatenation_maximum_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1191\. K-Concatenation Maximum Sum diff --git a/src/main/java/g1101_1200/s1192_critical_connections_in_a_network/readme.md b/src/main/java/g1101_1200/s1192_critical_connections_in_a_network/readme.md index ef76d400..b2809df8 100644 --- a/src/main/java/g1101_1200/s1192_critical_connections_in_a_network/readme.md +++ b/src/main/java/g1101_1200/s1192_critical_connections_in_a_network/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1192\. Critical Connections in a Network diff --git a/src/main/java/g1101_1200/s1195_fizz_buzz_multithreaded/readme.md b/src/main/java/g1101_1200/s1195_fizz_buzz_multithreaded/readme.md index d2785018..6f899293 100644 --- a/src/main/java/g1101_1200/s1195_fizz_buzz_multithreaded/readme.md +++ b/src/main/java/g1101_1200/s1195_fizz_buzz_multithreaded/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1195\. Fizz Buzz Multithreaded diff --git a/src/main/java/g1101_1200/s1200_minimum_absolute_difference/readme.md b/src/main/java/g1101_1200/s1200_minimum_absolute_difference/readme.md index 13d3a752..922b0707 100644 --- a/src/main/java/g1101_1200/s1200_minimum_absolute_difference/readme.md +++ b/src/main/java/g1101_1200/s1200_minimum_absolute_difference/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1200\. Minimum Absolute Difference diff --git a/src/main/java/g1201_1300/s1201_ugly_number_iii/readme.md b/src/main/java/g1201_1300/s1201_ugly_number_iii/readme.md index 9a9848fa..c525660d 100644 --- a/src/main/java/g1201_1300/s1201_ugly_number_iii/readme.md +++ b/src/main/java/g1201_1300/s1201_ugly_number_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1201\. Ugly Number III diff --git a/src/main/java/g1201_1300/s1202_smallest_string_with_swaps/readme.md b/src/main/java/g1201_1300/s1202_smallest_string_with_swaps/readme.md index b30b4d76..61e67e2a 100644 --- a/src/main/java/g1201_1300/s1202_smallest_string_with_swaps/readme.md +++ b/src/main/java/g1201_1300/s1202_smallest_string_with_swaps/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1202\. Smallest String With Swaps diff --git a/src/main/java/g1201_1300/s1203_sort_items_by_groups_respecting_dependencies/readme.md b/src/main/java/g1201_1300/s1203_sort_items_by_groups_respecting_dependencies/readme.md index 047d5684..2df334ec 100644 --- a/src/main/java/g1201_1300/s1203_sort_items_by_groups_respecting_dependencies/readme.md +++ b/src/main/java/g1201_1300/s1203_sort_items_by_groups_respecting_dependencies/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1203\. Sort Items by Groups Respecting Dependencies diff --git a/src/main/java/g1201_1300/s1206_design_skiplist/readme.md b/src/main/java/g1201_1300/s1206_design_skiplist/readme.md index ba22bfc8..44644572 100644 --- a/src/main/java/g1201_1300/s1206_design_skiplist/readme.md +++ b/src/main/java/g1201_1300/s1206_design_skiplist/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1206\. Design Skiplist diff --git a/src/main/java/g1201_1300/s1207_unique_number_of_occurrences/readme.md b/src/main/java/g1201_1300/s1207_unique_number_of_occurrences/readme.md index 8c253d29..a07aaf54 100644 --- a/src/main/java/g1201_1300/s1207_unique_number_of_occurrences/readme.md +++ b/src/main/java/g1201_1300/s1207_unique_number_of_occurrences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1207\. Unique Number of Occurrences diff --git a/src/main/java/g1201_1300/s1208_get_equal_substrings_within_budget/readme.md b/src/main/java/g1201_1300/s1208_get_equal_substrings_within_budget/readme.md index e78fa660..d4959472 100644 --- a/src/main/java/g1201_1300/s1208_get_equal_substrings_within_budget/readme.md +++ b/src/main/java/g1201_1300/s1208_get_equal_substrings_within_budget/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1208\. Get Equal Substrings Within Budget diff --git a/src/main/java/g1201_1300/s1209_remove_all_adjacent_duplicates_in_string_ii/readme.md b/src/main/java/g1201_1300/s1209_remove_all_adjacent_duplicates_in_string_ii/readme.md index ae23f448..6d561827 100644 --- a/src/main/java/g1201_1300/s1209_remove_all_adjacent_duplicates_in_string_ii/readme.md +++ b/src/main/java/g1201_1300/s1209_remove_all_adjacent_duplicates_in_string_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1209\. Remove All Adjacent Duplicates in String II diff --git a/src/main/java/g1201_1300/s1210_minimum_moves_to_reach_target_with_rotations/readme.md b/src/main/java/g1201_1300/s1210_minimum_moves_to_reach_target_with_rotations/readme.md index 2d975323..6dc3d378 100644 --- a/src/main/java/g1201_1300/s1210_minimum_moves_to_reach_target_with_rotations/readme.md +++ b/src/main/java/g1201_1300/s1210_minimum_moves_to_reach_target_with_rotations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1210\. Minimum Moves to Reach Target with Rotations diff --git a/src/main/java/g1201_1300/s1217_minimum_cost_to_move_chips_to_the_same_position/readme.md b/src/main/java/g1201_1300/s1217_minimum_cost_to_move_chips_to_the_same_position/readme.md index 106ced3f..064fbef6 100644 --- a/src/main/java/g1201_1300/s1217_minimum_cost_to_move_chips_to_the_same_position/readme.md +++ b/src/main/java/g1201_1300/s1217_minimum_cost_to_move_chips_to_the_same_position/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1217\. Minimum Cost to Move Chips to The Same Position diff --git a/src/main/java/g1201_1300/s1218_longest_arithmetic_subsequence_of_given_difference/readme.md b/src/main/java/g1201_1300/s1218_longest_arithmetic_subsequence_of_given_difference/readme.md index 796670bf..b7ce7bf4 100644 --- a/src/main/java/g1201_1300/s1218_longest_arithmetic_subsequence_of_given_difference/readme.md +++ b/src/main/java/g1201_1300/s1218_longest_arithmetic_subsequence_of_given_difference/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1218\. Longest Arithmetic Subsequence of Given Difference diff --git a/src/main/java/g1201_1300/s1219_path_with_maximum_gold/readme.md b/src/main/java/g1201_1300/s1219_path_with_maximum_gold/readme.md index 9fb8bdd9..880f04d8 100644 --- a/src/main/java/g1201_1300/s1219_path_with_maximum_gold/readme.md +++ b/src/main/java/g1201_1300/s1219_path_with_maximum_gold/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1219\. Path with Maximum Gold diff --git a/src/main/java/g1201_1300/s1220_count_vowels_permutation/readme.md b/src/main/java/g1201_1300/s1220_count_vowels_permutation/readme.md index a1693f4c..8451c4e9 100644 --- a/src/main/java/g1201_1300/s1220_count_vowels_permutation/readme.md +++ b/src/main/java/g1201_1300/s1220_count_vowels_permutation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1220\. Count Vowels Permutation diff --git a/src/main/java/g1201_1300/s1221_split_a_string_in_balanced_strings/readme.md b/src/main/java/g1201_1300/s1221_split_a_string_in_balanced_strings/readme.md index 5385868a..3b695b87 100644 --- a/src/main/java/g1201_1300/s1221_split_a_string_in_balanced_strings/readme.md +++ b/src/main/java/g1201_1300/s1221_split_a_string_in_balanced_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1221\. Split a String in Balanced Strings diff --git a/src/main/java/g1201_1300/s1222_queens_that_can_attack_the_king/readme.md b/src/main/java/g1201_1300/s1222_queens_that_can_attack_the_king/readme.md index b5f7c280..29e9fca4 100644 --- a/src/main/java/g1201_1300/s1222_queens_that_can_attack_the_king/readme.md +++ b/src/main/java/g1201_1300/s1222_queens_that_can_attack_the_king/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1222\. Queens That Can Attack the King diff --git a/src/main/java/g1201_1300/s1223_dice_roll_simulation/readme.md b/src/main/java/g1201_1300/s1223_dice_roll_simulation/readme.md index 67eccfce..2ac57594 100644 --- a/src/main/java/g1201_1300/s1223_dice_roll_simulation/readme.md +++ b/src/main/java/g1201_1300/s1223_dice_roll_simulation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1223\. Dice Roll Simulation diff --git a/src/main/java/g1201_1300/s1224_maximum_equal_frequency/readme.md b/src/main/java/g1201_1300/s1224_maximum_equal_frequency/readme.md index 9e8e0656..23dd47eb 100644 --- a/src/main/java/g1201_1300/s1224_maximum_equal_frequency/readme.md +++ b/src/main/java/g1201_1300/s1224_maximum_equal_frequency/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1224\. Maximum Equal Frequency diff --git a/src/main/java/g1201_1300/s1226_the_dining_philosophers/readme.md b/src/main/java/g1201_1300/s1226_the_dining_philosophers/readme.md index 8a674163..6879a0b9 100644 --- a/src/main/java/g1201_1300/s1226_the_dining_philosophers/readme.md +++ b/src/main/java/g1201_1300/s1226_the_dining_philosophers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1226\. The Dining Philosophers diff --git a/src/main/java/g1201_1300/s1227_airplane_seat_assignment_probability/readme.md b/src/main/java/g1201_1300/s1227_airplane_seat_assignment_probability/readme.md index 4bd855e3..c95fcbb1 100644 --- a/src/main/java/g1201_1300/s1227_airplane_seat_assignment_probability/readme.md +++ b/src/main/java/g1201_1300/s1227_airplane_seat_assignment_probability/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1227\. Airplane Seat Assignment Probability diff --git a/src/main/java/g1201_1300/s1232_check_if_it_is_a_straight_line/readme.md b/src/main/java/g1201_1300/s1232_check_if_it_is_a_straight_line/readme.md index c722867a..4a01786d 100644 --- a/src/main/java/g1201_1300/s1232_check_if_it_is_a_straight_line/readme.md +++ b/src/main/java/g1201_1300/s1232_check_if_it_is_a_straight_line/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1232\. Check If It Is a Straight Line diff --git a/src/main/java/g1201_1300/s1233_remove_sub_folders_from_the_filesystem/readme.md b/src/main/java/g1201_1300/s1233_remove_sub_folders_from_the_filesystem/readme.md index 42fe9c0f..861e431b 100644 --- a/src/main/java/g1201_1300/s1233_remove_sub_folders_from_the_filesystem/readme.md +++ b/src/main/java/g1201_1300/s1233_remove_sub_folders_from_the_filesystem/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1233\. Remove Sub-Folders from the Filesystem diff --git a/src/main/java/g1201_1300/s1234_replace_the_substring_for_balanced_string/readme.md b/src/main/java/g1201_1300/s1234_replace_the_substring_for_balanced_string/readme.md index 9110cdb7..e7a6bf30 100644 --- a/src/main/java/g1201_1300/s1234_replace_the_substring_for_balanced_string/readme.md +++ b/src/main/java/g1201_1300/s1234_replace_the_substring_for_balanced_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1234\. Replace the Substring for Balanced String diff --git a/src/main/java/g1201_1300/s1235_maximum_profit_in_job_scheduling/readme.md b/src/main/java/g1201_1300/s1235_maximum_profit_in_job_scheduling/readme.md index 28e4f6b1..24dd04d7 100644 --- a/src/main/java/g1201_1300/s1235_maximum_profit_in_job_scheduling/readme.md +++ b/src/main/java/g1201_1300/s1235_maximum_profit_in_job_scheduling/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1235\. Maximum Profit in Job Scheduling diff --git a/src/main/java/g1201_1300/s1237_find_positive_integer_solution_for_a_given_equation/readme.md b/src/main/java/g1201_1300/s1237_find_positive_integer_solution_for_a_given_equation/readme.md index aa591ca9..f25d103b 100644 --- a/src/main/java/g1201_1300/s1237_find_positive_integer_solution_for_a_given_equation/readme.md +++ b/src/main/java/g1201_1300/s1237_find_positive_integer_solution_for_a_given_equation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1237\. Find Positive Integer Solution for a Given Equation diff --git a/src/main/java/g1201_1300/s1238_circular_permutation_in_binary_representation/readme.md b/src/main/java/g1201_1300/s1238_circular_permutation_in_binary_representation/readme.md index bbfb80f7..2ffea5e3 100644 --- a/src/main/java/g1201_1300/s1238_circular_permutation_in_binary_representation/readme.md +++ b/src/main/java/g1201_1300/s1238_circular_permutation_in_binary_representation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1238\. Circular Permutation in Binary Representation diff --git a/src/main/java/g1201_1300/s1239_maximum_length_of_a_concatenated_string_with_unique_characters/readme.md b/src/main/java/g1201_1300/s1239_maximum_length_of_a_concatenated_string_with_unique_characters/readme.md index 95fc572c..c524cfa2 100644 --- a/src/main/java/g1201_1300/s1239_maximum_length_of_a_concatenated_string_with_unique_characters/readme.md +++ b/src/main/java/g1201_1300/s1239_maximum_length_of_a_concatenated_string_with_unique_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1239\. Maximum Length of a Concatenated String with Unique Characters diff --git a/src/main/java/g1201_1300/s1240_tiling_a_rectangle_with_the_fewest_squares/readme.md b/src/main/java/g1201_1300/s1240_tiling_a_rectangle_with_the_fewest_squares/readme.md index c9482a3c..420c3a98 100644 --- a/src/main/java/g1201_1300/s1240_tiling_a_rectangle_with_the_fewest_squares/readme.md +++ b/src/main/java/g1201_1300/s1240_tiling_a_rectangle_with_the_fewest_squares/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1240\. Tiling a Rectangle with the Fewest Squares diff --git a/src/main/java/g1201_1300/s1247_minimum_swaps_to_make_strings_equal/readme.md b/src/main/java/g1201_1300/s1247_minimum_swaps_to_make_strings_equal/readme.md index f613a1a6..93f3349d 100644 --- a/src/main/java/g1201_1300/s1247_minimum_swaps_to_make_strings_equal/readme.md +++ b/src/main/java/g1201_1300/s1247_minimum_swaps_to_make_strings_equal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1247\. Minimum Swaps to Make Strings Equal diff --git a/src/main/java/g1201_1300/s1248_count_number_of_nice_subarrays/readme.md b/src/main/java/g1201_1300/s1248_count_number_of_nice_subarrays/readme.md index 7e51f5eb..6a18c69a 100644 --- a/src/main/java/g1201_1300/s1248_count_number_of_nice_subarrays/readme.md +++ b/src/main/java/g1201_1300/s1248_count_number_of_nice_subarrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1248\. Count Number of Nice Subarrays diff --git a/src/main/java/g1201_1300/s1249_minimum_remove_to_make_valid_parentheses/readme.md b/src/main/java/g1201_1300/s1249_minimum_remove_to_make_valid_parentheses/readme.md index fb66e3f6..99180d93 100644 --- a/src/main/java/g1201_1300/s1249_minimum_remove_to_make_valid_parentheses/readme.md +++ b/src/main/java/g1201_1300/s1249_minimum_remove_to_make_valid_parentheses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1249\. Minimum Remove to Make Valid Parentheses diff --git a/src/main/java/g1201_1300/s1250_check_if_it_is_a_good_array/readme.md b/src/main/java/g1201_1300/s1250_check_if_it_is_a_good_array/readme.md index 826d339d..981e79ac 100644 --- a/src/main/java/g1201_1300/s1250_check_if_it_is_a_good_array/readme.md +++ b/src/main/java/g1201_1300/s1250_check_if_it_is_a_good_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1250\. Check If It Is a Good Array diff --git a/src/main/java/g1201_1300/s1252_cells_with_odd_values_in_a_matrix/readme.md b/src/main/java/g1201_1300/s1252_cells_with_odd_values_in_a_matrix/readme.md index 933ccbba..e86572b4 100644 --- a/src/main/java/g1201_1300/s1252_cells_with_odd_values_in_a_matrix/readme.md +++ b/src/main/java/g1201_1300/s1252_cells_with_odd_values_in_a_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1252\. Cells with Odd Values in a Matrix diff --git a/src/main/java/g1201_1300/s1253_reconstruct_a_2_row_binary_matrix/readme.md b/src/main/java/g1201_1300/s1253_reconstruct_a_2_row_binary_matrix/readme.md index 87bc2d95..d9ee25a3 100644 --- a/src/main/java/g1201_1300/s1253_reconstruct_a_2_row_binary_matrix/readme.md +++ b/src/main/java/g1201_1300/s1253_reconstruct_a_2_row_binary_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1253\. Reconstruct a 2-Row Binary Matrix diff --git a/src/main/java/g1201_1300/s1254_number_of_closed_islands/readme.md b/src/main/java/g1201_1300/s1254_number_of_closed_islands/readme.md index 6dd107ed..fdbc88f6 100644 --- a/src/main/java/g1201_1300/s1254_number_of_closed_islands/readme.md +++ b/src/main/java/g1201_1300/s1254_number_of_closed_islands/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1254\. Number of Closed Islands diff --git a/src/main/java/g1201_1300/s1255_maximum_score_words_formed_by_letters/readme.md b/src/main/java/g1201_1300/s1255_maximum_score_words_formed_by_letters/readme.md index 4388a851..4e36f850 100644 --- a/src/main/java/g1201_1300/s1255_maximum_score_words_formed_by_letters/readme.md +++ b/src/main/java/g1201_1300/s1255_maximum_score_words_formed_by_letters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1255\. Maximum Score Words Formed by Letters diff --git a/src/main/java/g1201_1300/s1260_shift_2d_grid/readme.md b/src/main/java/g1201_1300/s1260_shift_2d_grid/readme.md index 47b5317a..4b91376d 100644 --- a/src/main/java/g1201_1300/s1260_shift_2d_grid/readme.md +++ b/src/main/java/g1201_1300/s1260_shift_2d_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1260\. Shift 2D Grid diff --git a/src/main/java/g1201_1300/s1261_find_elements_in_a_contaminated_binary_tree/readme.md b/src/main/java/g1201_1300/s1261_find_elements_in_a_contaminated_binary_tree/readme.md index adeb0a74..64b3906b 100644 --- a/src/main/java/g1201_1300/s1261_find_elements_in_a_contaminated_binary_tree/readme.md +++ b/src/main/java/g1201_1300/s1261_find_elements_in_a_contaminated_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1261\. Find Elements in a Contaminated Binary Tree diff --git a/src/main/java/g1201_1300/s1262_greatest_sum_divisible_by_three/readme.md b/src/main/java/g1201_1300/s1262_greatest_sum_divisible_by_three/readme.md index d3728488..56e6b3d8 100644 --- a/src/main/java/g1201_1300/s1262_greatest_sum_divisible_by_three/readme.md +++ b/src/main/java/g1201_1300/s1262_greatest_sum_divisible_by_three/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1262\. Greatest Sum Divisible by Three diff --git a/src/main/java/g1201_1300/s1263_minimum_moves_to_move_a_box_to_their_target_location/readme.md b/src/main/java/g1201_1300/s1263_minimum_moves_to_move_a_box_to_their_target_location/readme.md index a06561c8..26184428 100644 --- a/src/main/java/g1201_1300/s1263_minimum_moves_to_move_a_box_to_their_target_location/readme.md +++ b/src/main/java/g1201_1300/s1263_minimum_moves_to_move_a_box_to_their_target_location/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1263\. Minimum Moves to Move a Box to Their Target Location diff --git a/src/main/java/g1201_1300/s1266_minimum_time_visiting_all_points/readme.md b/src/main/java/g1201_1300/s1266_minimum_time_visiting_all_points/readme.md index 893dd428..5a8d95b1 100644 --- a/src/main/java/g1201_1300/s1266_minimum_time_visiting_all_points/readme.md +++ b/src/main/java/g1201_1300/s1266_minimum_time_visiting_all_points/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1266\. Minimum Time Visiting All Points diff --git a/src/main/java/g1201_1300/s1267_count_servers_that_communicate/readme.md b/src/main/java/g1201_1300/s1267_count_servers_that_communicate/readme.md index 72cadf1c..ed5e5447 100644 --- a/src/main/java/g1201_1300/s1267_count_servers_that_communicate/readme.md +++ b/src/main/java/g1201_1300/s1267_count_servers_that_communicate/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1267\. Count Servers that Communicate diff --git a/src/main/java/g1201_1300/s1268_search_suggestions_system/readme.md b/src/main/java/g1201_1300/s1268_search_suggestions_system/readme.md index 12b1d27d..38e7d167 100644 --- a/src/main/java/g1201_1300/s1268_search_suggestions_system/readme.md +++ b/src/main/java/g1201_1300/s1268_search_suggestions_system/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1268\. Search Suggestions System diff --git a/src/main/java/g1201_1300/s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps/readme.md b/src/main/java/g1201_1300/s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps/readme.md index 411d087a..c5a72a2a 100644 --- a/src/main/java/g1201_1300/s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps/readme.md +++ b/src/main/java/g1201_1300/s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1269\. Number of Ways to Stay in the Same Place After Some Steps diff --git a/src/main/java/g1201_1300/s1275_find_winner_on_a_tic_tac_toe_game/readme.md b/src/main/java/g1201_1300/s1275_find_winner_on_a_tic_tac_toe_game/readme.md index 85242c79..efb7b524 100644 --- a/src/main/java/g1201_1300/s1275_find_winner_on_a_tic_tac_toe_game/readme.md +++ b/src/main/java/g1201_1300/s1275_find_winner_on_a_tic_tac_toe_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1275\. Find Winner on a Tic Tac Toe Game diff --git a/src/main/java/g1201_1300/s1276_number_of_burgers_with_no_waste_of_ingredients/readme.md b/src/main/java/g1201_1300/s1276_number_of_burgers_with_no_waste_of_ingredients/readme.md index e3fb6a77..f2ce8f55 100644 --- a/src/main/java/g1201_1300/s1276_number_of_burgers_with_no_waste_of_ingredients/readme.md +++ b/src/main/java/g1201_1300/s1276_number_of_burgers_with_no_waste_of_ingredients/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1276\. Number of Burgers with No Waste of Ingredients diff --git a/src/main/java/g1201_1300/s1277_count_square_submatrices_with_all_ones/readme.md b/src/main/java/g1201_1300/s1277_count_square_submatrices_with_all_ones/readme.md index 6c4c4b10..4e1cb6c9 100644 --- a/src/main/java/g1201_1300/s1277_count_square_submatrices_with_all_ones/readme.md +++ b/src/main/java/g1201_1300/s1277_count_square_submatrices_with_all_ones/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1277\. Count Square Submatrices with All Ones diff --git a/src/main/java/g1201_1300/s1278_palindrome_partitioning_iii/readme.md b/src/main/java/g1201_1300/s1278_palindrome_partitioning_iii/readme.md index 4f8a96a6..1c023afb 100644 --- a/src/main/java/g1201_1300/s1278_palindrome_partitioning_iii/readme.md +++ b/src/main/java/g1201_1300/s1278_palindrome_partitioning_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1278\. Palindrome Partitioning III diff --git a/src/main/java/g1201_1300/s1281_subtract_the_product_and_sum_of_digits_of_an_integer/readme.md b/src/main/java/g1201_1300/s1281_subtract_the_product_and_sum_of_digits_of_an_integer/readme.md index fa711159..a3db8f95 100644 --- a/src/main/java/g1201_1300/s1281_subtract_the_product_and_sum_of_digits_of_an_integer/readme.md +++ b/src/main/java/g1201_1300/s1281_subtract_the_product_and_sum_of_digits_of_an_integer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1281\. Subtract the Product and Sum of Digits of an Integer diff --git a/src/main/java/g1201_1300/s1282_group_the_people_given_the_group_size_they_belong_to/readme.md b/src/main/java/g1201_1300/s1282_group_the_people_given_the_group_size_they_belong_to/readme.md index 69f252e5..28b02663 100644 --- a/src/main/java/g1201_1300/s1282_group_the_people_given_the_group_size_they_belong_to/readme.md +++ b/src/main/java/g1201_1300/s1282_group_the_people_given_the_group_size_they_belong_to/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1282\. Group the People Given the Group Size They Belong To diff --git a/src/main/java/g1201_1300/s1283_find_the_smallest_divisor_given_a_threshold/readme.md b/src/main/java/g1201_1300/s1283_find_the_smallest_divisor_given_a_threshold/readme.md index 1affdf4d..cc82ea30 100644 --- a/src/main/java/g1201_1300/s1283_find_the_smallest_divisor_given_a_threshold/readme.md +++ b/src/main/java/g1201_1300/s1283_find_the_smallest_divisor_given_a_threshold/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1283\. Find the Smallest Divisor Given a Threshold diff --git a/src/main/java/g1201_1300/s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix/readme.md b/src/main/java/g1201_1300/s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix/readme.md index 8ed58d2a..39efead6 100644 --- a/src/main/java/g1201_1300/s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix/readme.md +++ b/src/main/java/g1201_1300/s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1284\. Minimum Number of Flips to Convert Binary Matrix to Zero Matrix diff --git a/src/main/java/g1201_1300/s1286_iterator_for_combination/readme.md b/src/main/java/g1201_1300/s1286_iterator_for_combination/readme.md index 381d921e..c862404f 100644 --- a/src/main/java/g1201_1300/s1286_iterator_for_combination/readme.md +++ b/src/main/java/g1201_1300/s1286_iterator_for_combination/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1286\. Iterator for Combination diff --git a/src/main/java/g1201_1300/s1287_element_appearing_more_than_25_in_sorted_array/readme.md b/src/main/java/g1201_1300/s1287_element_appearing_more_than_25_in_sorted_array/readme.md index 0e054fd8..21db1f85 100644 --- a/src/main/java/g1201_1300/s1287_element_appearing_more_than_25_in_sorted_array/readme.md +++ b/src/main/java/g1201_1300/s1287_element_appearing_more_than_25_in_sorted_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1287\. Element Appearing More Than 25% In Sorted Array diff --git a/src/main/java/g1201_1300/s1288_remove_covered_intervals/readme.md b/src/main/java/g1201_1300/s1288_remove_covered_intervals/readme.md index 74c90710..fa7a6f18 100644 --- a/src/main/java/g1201_1300/s1288_remove_covered_intervals/readme.md +++ b/src/main/java/g1201_1300/s1288_remove_covered_intervals/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1288\. Remove Covered Intervals diff --git a/src/main/java/g1201_1300/s1289_minimum_falling_path_sum_ii/readme.md b/src/main/java/g1201_1300/s1289_minimum_falling_path_sum_ii/readme.md index 795cfc98..0386efda 100644 --- a/src/main/java/g1201_1300/s1289_minimum_falling_path_sum_ii/readme.md +++ b/src/main/java/g1201_1300/s1289_minimum_falling_path_sum_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1289\. Minimum Falling Path Sum II diff --git a/src/main/java/g1201_1300/s1290_convert_binary_number_in_a_linked_list_to_integer/readme.md b/src/main/java/g1201_1300/s1290_convert_binary_number_in_a_linked_list_to_integer/readme.md index b0ac4a01..419ec17b 100644 --- a/src/main/java/g1201_1300/s1290_convert_binary_number_in_a_linked_list_to_integer/readme.md +++ b/src/main/java/g1201_1300/s1290_convert_binary_number_in_a_linked_list_to_integer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1290\. Convert Binary Number in a Linked List to Integer diff --git a/src/main/java/g1201_1300/s1291_sequential_digits/readme.md b/src/main/java/g1201_1300/s1291_sequential_digits/readme.md index da5364f6..97950f6a 100644 --- a/src/main/java/g1201_1300/s1291_sequential_digits/readme.md +++ b/src/main/java/g1201_1300/s1291_sequential_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1291\. Sequential Digits diff --git a/src/main/java/g1201_1300/s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold/readme.md b/src/main/java/g1201_1300/s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold/readme.md index 6b94121f..82543193 100644 --- a/src/main/java/g1201_1300/s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold/readme.md +++ b/src/main/java/g1201_1300/s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1292\. Maximum Side Length of a Square with Sum Less than or Equal to Threshold diff --git a/src/main/java/g1201_1300/s1293_shortest_path_in_a_grid_with_obstacles_elimination/readme.md b/src/main/java/g1201_1300/s1293_shortest_path_in_a_grid_with_obstacles_elimination/readme.md index cff557db..653e169e 100644 --- a/src/main/java/g1201_1300/s1293_shortest_path_in_a_grid_with_obstacles_elimination/readme.md +++ b/src/main/java/g1201_1300/s1293_shortest_path_in_a_grid_with_obstacles_elimination/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1293\. Shortest Path in a Grid with Obstacles Elimination diff --git a/src/main/java/g1201_1300/s1295_find_numbers_with_even_number_of_digits/readme.md b/src/main/java/g1201_1300/s1295_find_numbers_with_even_number_of_digits/readme.md index 01caa25f..e339d734 100644 --- a/src/main/java/g1201_1300/s1295_find_numbers_with_even_number_of_digits/readme.md +++ b/src/main/java/g1201_1300/s1295_find_numbers_with_even_number_of_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1295\. Find Numbers with Even Number of Digits diff --git a/src/main/java/g1201_1300/s1296_divide_array_in_sets_of_k_consecutive_numbers/readme.md b/src/main/java/g1201_1300/s1296_divide_array_in_sets_of_k_consecutive_numbers/readme.md index 1e897263..243645fc 100644 --- a/src/main/java/g1201_1300/s1296_divide_array_in_sets_of_k_consecutive_numbers/readme.md +++ b/src/main/java/g1201_1300/s1296_divide_array_in_sets_of_k_consecutive_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1296\. Divide Array in Sets of K Consecutive Numbers diff --git a/src/main/java/g1201_1300/s1297_maximum_number_of_occurrences_of_a_substring/readme.md b/src/main/java/g1201_1300/s1297_maximum_number_of_occurrences_of_a_substring/readme.md index c92e3706..c2da1d8f 100644 --- a/src/main/java/g1201_1300/s1297_maximum_number_of_occurrences_of_a_substring/readme.md +++ b/src/main/java/g1201_1300/s1297_maximum_number_of_occurrences_of_a_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1297\. Maximum Number of Occurrences of a Substring diff --git a/src/main/java/g1201_1300/s1298_maximum_candies_you_can_get_from_boxes/readme.md b/src/main/java/g1201_1300/s1298_maximum_candies_you_can_get_from_boxes/readme.md index 1a204470..7f7f7899 100644 --- a/src/main/java/g1201_1300/s1298_maximum_candies_you_can_get_from_boxes/readme.md +++ b/src/main/java/g1201_1300/s1298_maximum_candies_you_can_get_from_boxes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1298\. Maximum Candies You Can Get from Boxes diff --git a/src/main/java/g1201_1300/s1299_replace_elements_with_greatest_element_on_right_side/readme.md b/src/main/java/g1201_1300/s1299_replace_elements_with_greatest_element_on_right_side/readme.md index 3876d510..b4daa8aa 100644 --- a/src/main/java/g1201_1300/s1299_replace_elements_with_greatest_element_on_right_side/readme.md +++ b/src/main/java/g1201_1300/s1299_replace_elements_with_greatest_element_on_right_side/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1299\. Replace Elements with Greatest Element on Right Side diff --git a/src/main/java/g1201_1300/s1300_sum_of_mutated_array_closest_to_target/readme.md b/src/main/java/g1201_1300/s1300_sum_of_mutated_array_closest_to_target/readme.md index bf8061c4..3f5078e4 100644 --- a/src/main/java/g1201_1300/s1300_sum_of_mutated_array_closest_to_target/readme.md +++ b/src/main/java/g1201_1300/s1300_sum_of_mutated_array_closest_to_target/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1300\. Sum of Mutated Array Closest to Target diff --git a/src/main/java/g1301_1400/s1301_number_of_paths_with_max_score/readme.md b/src/main/java/g1301_1400/s1301_number_of_paths_with_max_score/readme.md index 1b0b6edf..20b20053 100644 --- a/src/main/java/g1301_1400/s1301_number_of_paths_with_max_score/readme.md +++ b/src/main/java/g1301_1400/s1301_number_of_paths_with_max_score/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1301\. Number of Paths with Max Score diff --git a/src/main/java/g1301_1400/s1302_deepest_leaves_sum/readme.md b/src/main/java/g1301_1400/s1302_deepest_leaves_sum/readme.md index ecce71cd..fafdb50b 100644 --- a/src/main/java/g1301_1400/s1302_deepest_leaves_sum/readme.md +++ b/src/main/java/g1301_1400/s1302_deepest_leaves_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1302\. Deepest Leaves Sum diff --git a/src/main/java/g1301_1400/s1304_find_n_unique_integers_sum_up_to_zero/readme.md b/src/main/java/g1301_1400/s1304_find_n_unique_integers_sum_up_to_zero/readme.md index b22cf40a..4837aeba 100644 --- a/src/main/java/g1301_1400/s1304_find_n_unique_integers_sum_up_to_zero/readme.md +++ b/src/main/java/g1301_1400/s1304_find_n_unique_integers_sum_up_to_zero/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1304\. Find N Unique Integers Sum up to Zero diff --git a/src/main/java/g1301_1400/s1305_all_elements_in_two_binary_search_trees/readme.md b/src/main/java/g1301_1400/s1305_all_elements_in_two_binary_search_trees/readme.md index bbffd7eb..7638f195 100644 --- a/src/main/java/g1301_1400/s1305_all_elements_in_two_binary_search_trees/readme.md +++ b/src/main/java/g1301_1400/s1305_all_elements_in_two_binary_search_trees/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1305\. All Elements in Two Binary Search Trees diff --git a/src/main/java/g1301_1400/s1306_jump_game_iii/readme.md b/src/main/java/g1301_1400/s1306_jump_game_iii/readme.md index bf2a829b..fa27af96 100644 --- a/src/main/java/g1301_1400/s1306_jump_game_iii/readme.md +++ b/src/main/java/g1301_1400/s1306_jump_game_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1306\. Jump Game III diff --git a/src/main/java/g1301_1400/s1307_verbal_arithmetic_puzzle/readme.md b/src/main/java/g1301_1400/s1307_verbal_arithmetic_puzzle/readme.md index aed1f9f1..a0756fde 100644 --- a/src/main/java/g1301_1400/s1307_verbal_arithmetic_puzzle/readme.md +++ b/src/main/java/g1301_1400/s1307_verbal_arithmetic_puzzle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1307\. Verbal Arithmetic Puzzle diff --git a/src/main/java/g1301_1400/s1309_decrypt_string_from_alphabet_to_integer_mapping/readme.md b/src/main/java/g1301_1400/s1309_decrypt_string_from_alphabet_to_integer_mapping/readme.md index 467dd9f0..14e6c50f 100644 --- a/src/main/java/g1301_1400/s1309_decrypt_string_from_alphabet_to_integer_mapping/readme.md +++ b/src/main/java/g1301_1400/s1309_decrypt_string_from_alphabet_to_integer_mapping/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1309\. Decrypt String from Alphabet to Integer Mapping diff --git a/src/main/java/g1301_1400/s1310_xor_queries_of_a_subarray/readme.md b/src/main/java/g1301_1400/s1310_xor_queries_of_a_subarray/readme.md index e6311cbb..b6d31f16 100644 --- a/src/main/java/g1301_1400/s1310_xor_queries_of_a_subarray/readme.md +++ b/src/main/java/g1301_1400/s1310_xor_queries_of_a_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1310\. XOR Queries of a Subarray diff --git a/src/main/java/g1301_1400/s1311_get_watched_videos_by_your_friends/readme.md b/src/main/java/g1301_1400/s1311_get_watched_videos_by_your_friends/readme.md index 5f86bed6..51a167d1 100644 --- a/src/main/java/g1301_1400/s1311_get_watched_videos_by_your_friends/readme.md +++ b/src/main/java/g1301_1400/s1311_get_watched_videos_by_your_friends/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1311\. Get Watched Videos by Your Friends diff --git a/src/main/java/g1301_1400/s1312_minimum_insertion_steps_to_make_a_string_palindrome/readme.md b/src/main/java/g1301_1400/s1312_minimum_insertion_steps_to_make_a_string_palindrome/readme.md index 125dafdc..d0cb274b 100644 --- a/src/main/java/g1301_1400/s1312_minimum_insertion_steps_to_make_a_string_palindrome/readme.md +++ b/src/main/java/g1301_1400/s1312_minimum_insertion_steps_to_make_a_string_palindrome/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1312\. Minimum Insertion Steps to Make a String Palindrome diff --git a/src/main/java/g1301_1400/s1313_decompress_run_length_encoded_list/readme.md b/src/main/java/g1301_1400/s1313_decompress_run_length_encoded_list/readme.md index 6c5ac018..b548e121 100644 --- a/src/main/java/g1301_1400/s1313_decompress_run_length_encoded_list/readme.md +++ b/src/main/java/g1301_1400/s1313_decompress_run_length_encoded_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1313\. Decompress Run-Length Encoded List diff --git a/src/main/java/g1301_1400/s1314_matrix_block_sum/readme.md b/src/main/java/g1301_1400/s1314_matrix_block_sum/readme.md index 988bb3dd..7a560804 100644 --- a/src/main/java/g1301_1400/s1314_matrix_block_sum/readme.md +++ b/src/main/java/g1301_1400/s1314_matrix_block_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1314\. Matrix Block Sum diff --git a/src/main/java/g1301_1400/s1315_sum_of_nodes_with_even_valued_grandparent/readme.md b/src/main/java/g1301_1400/s1315_sum_of_nodes_with_even_valued_grandparent/readme.md index 104bb3bc..43978974 100644 --- a/src/main/java/g1301_1400/s1315_sum_of_nodes_with_even_valued_grandparent/readme.md +++ b/src/main/java/g1301_1400/s1315_sum_of_nodes_with_even_valued_grandparent/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1315\. Sum of Nodes with Even-Valued Grandparent diff --git a/src/main/java/g1301_1400/s1316_distinct_echo_substrings/readme.md b/src/main/java/g1301_1400/s1316_distinct_echo_substrings/readme.md index 7b696df0..0332e1f6 100644 --- a/src/main/java/g1301_1400/s1316_distinct_echo_substrings/readme.md +++ b/src/main/java/g1301_1400/s1316_distinct_echo_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1316\. Distinct Echo Substrings diff --git a/src/main/java/g1301_1400/s1317_convert_integer_to_the_sum_of_two_no_zero_integers/readme.md b/src/main/java/g1301_1400/s1317_convert_integer_to_the_sum_of_two_no_zero_integers/readme.md index d3fc801c..a610c50a 100644 --- a/src/main/java/g1301_1400/s1317_convert_integer_to_the_sum_of_two_no_zero_integers/readme.md +++ b/src/main/java/g1301_1400/s1317_convert_integer_to_the_sum_of_two_no_zero_integers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1317\. Convert Integer to the Sum of Two No-Zero Integers diff --git a/src/main/java/g1301_1400/s1318_minimum_flips_to_make_a_or_b_equal_to_c/readme.md b/src/main/java/g1301_1400/s1318_minimum_flips_to_make_a_or_b_equal_to_c/readme.md index bd3f9491..becbdff0 100644 --- a/src/main/java/g1301_1400/s1318_minimum_flips_to_make_a_or_b_equal_to_c/readme.md +++ b/src/main/java/g1301_1400/s1318_minimum_flips_to_make_a_or_b_equal_to_c/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1318\. Minimum Flips to Make a OR b Equal to c diff --git a/src/main/java/g1301_1400/s1319_number_of_operations_to_make_network_connected/readme.md b/src/main/java/g1301_1400/s1319_number_of_operations_to_make_network_connected/readme.md index 3ab57c9e..063848f3 100644 --- a/src/main/java/g1301_1400/s1319_number_of_operations_to_make_network_connected/readme.md +++ b/src/main/java/g1301_1400/s1319_number_of_operations_to_make_network_connected/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1319\. Number of Operations to Make Network Connected diff --git a/src/main/java/g1301_1400/s1320_minimum_distance_to_type_a_word_using_two_fingers/readme.md b/src/main/java/g1301_1400/s1320_minimum_distance_to_type_a_word_using_two_fingers/readme.md index 95205490..492c86df 100644 --- a/src/main/java/g1301_1400/s1320_minimum_distance_to_type_a_word_using_two_fingers/readme.md +++ b/src/main/java/g1301_1400/s1320_minimum_distance_to_type_a_word_using_two_fingers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1320\. Minimum Distance to Type a Word Using Two Fingers diff --git a/src/main/java/g1301_1400/s1323_maximum_69_number/readme.md b/src/main/java/g1301_1400/s1323_maximum_69_number/readme.md index 6daf2bbc..1e705691 100644 --- a/src/main/java/g1301_1400/s1323_maximum_69_number/readme.md +++ b/src/main/java/g1301_1400/s1323_maximum_69_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1323\. Maximum 69 Number diff --git a/src/main/java/g1301_1400/s1324_print_words_vertically/readme.md b/src/main/java/g1301_1400/s1324_print_words_vertically/readme.md index ff001eef..361d74a0 100644 --- a/src/main/java/g1301_1400/s1324_print_words_vertically/readme.md +++ b/src/main/java/g1301_1400/s1324_print_words_vertically/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1324\. Print Words Vertically diff --git a/src/main/java/g1301_1400/s1325_delete_leaves_with_a_given_value/readme.md b/src/main/java/g1301_1400/s1325_delete_leaves_with_a_given_value/readme.md index e0f569f8..c2394efc 100644 --- a/src/main/java/g1301_1400/s1325_delete_leaves_with_a_given_value/readme.md +++ b/src/main/java/g1301_1400/s1325_delete_leaves_with_a_given_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1325\. Delete Leaves With a Given Value diff --git a/src/main/java/g1301_1400/s1326_minimum_number_of_taps_to_open_to_water_a_garden/readme.md b/src/main/java/g1301_1400/s1326_minimum_number_of_taps_to_open_to_water_a_garden/readme.md index 57d2fe4b..f6aa883b 100644 --- a/src/main/java/g1301_1400/s1326_minimum_number_of_taps_to_open_to_water_a_garden/readme.md +++ b/src/main/java/g1301_1400/s1326_minimum_number_of_taps_to_open_to_water_a_garden/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1326\. Minimum Number of Taps to Open to Water a Garden diff --git a/src/main/java/g1301_1400/s1328_break_a_palindrome/readme.md b/src/main/java/g1301_1400/s1328_break_a_palindrome/readme.md index 341a8343..47ae482b 100644 --- a/src/main/java/g1301_1400/s1328_break_a_palindrome/readme.md +++ b/src/main/java/g1301_1400/s1328_break_a_palindrome/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1328\. Break a Palindrome diff --git a/src/main/java/g1301_1400/s1329_sort_the_matrix_diagonally/readme.md b/src/main/java/g1301_1400/s1329_sort_the_matrix_diagonally/readme.md index aa98e7ab..ba09e7d8 100644 --- a/src/main/java/g1301_1400/s1329_sort_the_matrix_diagonally/readme.md +++ b/src/main/java/g1301_1400/s1329_sort_the_matrix_diagonally/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1329\. Sort the Matrix Diagonally diff --git a/src/main/java/g1301_1400/s1330_reverse_subarray_to_maximize_array_value/readme.md b/src/main/java/g1301_1400/s1330_reverse_subarray_to_maximize_array_value/readme.md index 9c62f61c..c529f062 100644 --- a/src/main/java/g1301_1400/s1330_reverse_subarray_to_maximize_array_value/readme.md +++ b/src/main/java/g1301_1400/s1330_reverse_subarray_to_maximize_array_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1330\. Reverse Subarray To Maximize Array Value diff --git a/src/main/java/g1301_1400/s1331_rank_transform_of_an_array/readme.md b/src/main/java/g1301_1400/s1331_rank_transform_of_an_array/readme.md index 15a3c39f..97b04ab1 100644 --- a/src/main/java/g1301_1400/s1331_rank_transform_of_an_array/readme.md +++ b/src/main/java/g1301_1400/s1331_rank_transform_of_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1331\. Rank Transform of an Array diff --git a/src/main/java/g1301_1400/s1332_remove_palindromic_subsequences/readme.md b/src/main/java/g1301_1400/s1332_remove_palindromic_subsequences/readme.md index 15439697..c2da8179 100644 --- a/src/main/java/g1301_1400/s1332_remove_palindromic_subsequences/readme.md +++ b/src/main/java/g1301_1400/s1332_remove_palindromic_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1332\. Remove Palindromic Subsequences diff --git a/src/main/java/g1301_1400/s1333_filter_restaurants_by_vegan_friendly_price_and_distance/readme.md b/src/main/java/g1301_1400/s1333_filter_restaurants_by_vegan_friendly_price_and_distance/readme.md index 256b4ec1..ea46acd8 100644 --- a/src/main/java/g1301_1400/s1333_filter_restaurants_by_vegan_friendly_price_and_distance/readme.md +++ b/src/main/java/g1301_1400/s1333_filter_restaurants_by_vegan_friendly_price_and_distance/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1333\. Filter Restaurants by Vegan-Friendly, Price and Distance diff --git a/src/main/java/g1301_1400/s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance/readme.md b/src/main/java/g1301_1400/s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance/readme.md index df8ebb9c..40a79c55 100644 --- a/src/main/java/g1301_1400/s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance/readme.md +++ b/src/main/java/g1301_1400/s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1334\. Find the City With the Smallest Number of Neighbors at a Threshold Distance diff --git a/src/main/java/g1301_1400/s1335_minimum_difficulty_of_a_job_schedule/readme.md b/src/main/java/g1301_1400/s1335_minimum_difficulty_of_a_job_schedule/readme.md index 113f9912..efb3001b 100644 --- a/src/main/java/g1301_1400/s1335_minimum_difficulty_of_a_job_schedule/readme.md +++ b/src/main/java/g1301_1400/s1335_minimum_difficulty_of_a_job_schedule/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1335\. Minimum Difficulty of a Job Schedule diff --git a/src/main/java/g1301_1400/s1337_the_k_weakest_rows_in_a_matrix/readme.md b/src/main/java/g1301_1400/s1337_the_k_weakest_rows_in_a_matrix/readme.md index 33fe6691..9fa952a5 100644 --- a/src/main/java/g1301_1400/s1337_the_k_weakest_rows_in_a_matrix/readme.md +++ b/src/main/java/g1301_1400/s1337_the_k_weakest_rows_in_a_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1337\. The K Weakest Rows in a Matrix diff --git a/src/main/java/g1301_1400/s1338_reduce_array_size_to_the_half/readme.md b/src/main/java/g1301_1400/s1338_reduce_array_size_to_the_half/readme.md index 544e5c19..9f6b06b6 100644 --- a/src/main/java/g1301_1400/s1338_reduce_array_size_to_the_half/readme.md +++ b/src/main/java/g1301_1400/s1338_reduce_array_size_to_the_half/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1338\. Reduce Array Size to The Half diff --git a/src/main/java/g1301_1400/s1339_maximum_product_of_splitted_binary_tree/readme.md b/src/main/java/g1301_1400/s1339_maximum_product_of_splitted_binary_tree/readme.md index be912855..ecc6809c 100644 --- a/src/main/java/g1301_1400/s1339_maximum_product_of_splitted_binary_tree/readme.md +++ b/src/main/java/g1301_1400/s1339_maximum_product_of_splitted_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1339\. Maximum Product of Splitted Binary Tree diff --git a/src/main/java/g1301_1400/s1340_jump_game_v/readme.md b/src/main/java/g1301_1400/s1340_jump_game_v/readme.md index 7fa2e49d..0e3e7d02 100644 --- a/src/main/java/g1301_1400/s1340_jump_game_v/readme.md +++ b/src/main/java/g1301_1400/s1340_jump_game_v/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1340\. Jump Game V diff --git a/src/main/java/g1301_1400/s1342_number_of_steps_to_reduce_a_number_to_zero/readme.md b/src/main/java/g1301_1400/s1342_number_of_steps_to_reduce_a_number_to_zero/readme.md index 3e191af4..324044ab 100644 --- a/src/main/java/g1301_1400/s1342_number_of_steps_to_reduce_a_number_to_zero/readme.md +++ b/src/main/java/g1301_1400/s1342_number_of_steps_to_reduce_a_number_to_zero/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1342\. Number of Steps to Reduce a Number to Zero diff --git a/src/main/java/g1301_1400/s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold/readme.md b/src/main/java/g1301_1400/s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold/readme.md index 0681d010..22b7c0fe 100644 --- a/src/main/java/g1301_1400/s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold/readme.md +++ b/src/main/java/g1301_1400/s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1343\. Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold diff --git a/src/main/java/g1301_1400/s1344_angle_between_hands_of_a_clock/readme.md b/src/main/java/g1301_1400/s1344_angle_between_hands_of_a_clock/readme.md index a8e7a74d..01926e83 100644 --- a/src/main/java/g1301_1400/s1344_angle_between_hands_of_a_clock/readme.md +++ b/src/main/java/g1301_1400/s1344_angle_between_hands_of_a_clock/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1344\. Angle Between Hands of a Clock diff --git a/src/main/java/g1301_1400/s1345_jump_game_iv/readme.md b/src/main/java/g1301_1400/s1345_jump_game_iv/readme.md index d0f75d1a..cd772e4a 100644 --- a/src/main/java/g1301_1400/s1345_jump_game_iv/readme.md +++ b/src/main/java/g1301_1400/s1345_jump_game_iv/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1345\. Jump Game IV diff --git a/src/main/java/g1301_1400/s1346_check_if_n_and_its_double_exist/readme.md b/src/main/java/g1301_1400/s1346_check_if_n_and_its_double_exist/readme.md index 43639cee..73c1e23d 100644 --- a/src/main/java/g1301_1400/s1346_check_if_n_and_its_double_exist/readme.md +++ b/src/main/java/g1301_1400/s1346_check_if_n_and_its_double_exist/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1346\. Check If N and Its Double Exist diff --git a/src/main/java/g1301_1400/s1347_minimum_number_of_steps_to_make_two_strings_anagram/readme.md b/src/main/java/g1301_1400/s1347_minimum_number_of_steps_to_make_two_strings_anagram/readme.md index e975f496..add9d364 100644 --- a/src/main/java/g1301_1400/s1347_minimum_number_of_steps_to_make_two_strings_anagram/readme.md +++ b/src/main/java/g1301_1400/s1347_minimum_number_of_steps_to_make_two_strings_anagram/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1347\. Minimum Number of Steps to Make Two Strings Anagram diff --git a/src/main/java/g1301_1400/s1348_tweet_counts_per_frequency/readme.md b/src/main/java/g1301_1400/s1348_tweet_counts_per_frequency/readme.md index 21b61f39..f8099604 100644 --- a/src/main/java/g1301_1400/s1348_tweet_counts_per_frequency/readme.md +++ b/src/main/java/g1301_1400/s1348_tweet_counts_per_frequency/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1348\. Tweet Counts Per Frequency diff --git a/src/main/java/g1301_1400/s1349_maximum_students_taking_exam/readme.md b/src/main/java/g1301_1400/s1349_maximum_students_taking_exam/readme.md index c04bdf72..8014ad53 100644 --- a/src/main/java/g1301_1400/s1349_maximum_students_taking_exam/readme.md +++ b/src/main/java/g1301_1400/s1349_maximum_students_taking_exam/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1349\. Maximum Students Taking Exam diff --git a/src/main/java/g1301_1400/s1351_count_negative_numbers_in_a_sorted_matrix/readme.md b/src/main/java/g1301_1400/s1351_count_negative_numbers_in_a_sorted_matrix/readme.md index 8923bcc3..67eabb2f 100644 --- a/src/main/java/g1301_1400/s1351_count_negative_numbers_in_a_sorted_matrix/readme.md +++ b/src/main/java/g1301_1400/s1351_count_negative_numbers_in_a_sorted_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1351\. Count Negative Numbers in a Sorted Matrix diff --git a/src/main/java/g1301_1400/s1352_product_of_the_last_k_numbers/readme.md b/src/main/java/g1301_1400/s1352_product_of_the_last_k_numbers/readme.md index 04782434..e16d01c3 100644 --- a/src/main/java/g1301_1400/s1352_product_of_the_last_k_numbers/readme.md +++ b/src/main/java/g1301_1400/s1352_product_of_the_last_k_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1352\. Product of the Last K Numbers diff --git a/src/main/java/g1301_1400/s1353_maximum_number_of_events_that_can_be_attended/readme.md b/src/main/java/g1301_1400/s1353_maximum_number_of_events_that_can_be_attended/readme.md index d1c5b827..6afbf12b 100644 --- a/src/main/java/g1301_1400/s1353_maximum_number_of_events_that_can_be_attended/readme.md +++ b/src/main/java/g1301_1400/s1353_maximum_number_of_events_that_can_be_attended/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1353\. Maximum Number of Events That Can Be Attended diff --git a/src/main/java/g1301_1400/s1354_construct_target_array_with_multiple_sums/readme.md b/src/main/java/g1301_1400/s1354_construct_target_array_with_multiple_sums/readme.md index 21b18bdd..b9126da0 100644 --- a/src/main/java/g1301_1400/s1354_construct_target_array_with_multiple_sums/readme.md +++ b/src/main/java/g1301_1400/s1354_construct_target_array_with_multiple_sums/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1354\. Construct Target Array With Multiple Sums diff --git a/src/main/java/g1301_1400/s1356_sort_integers_by_the_number_of_1_bits/readme.md b/src/main/java/g1301_1400/s1356_sort_integers_by_the_number_of_1_bits/readme.md index 821d0d2e..61baab20 100644 --- a/src/main/java/g1301_1400/s1356_sort_integers_by_the_number_of_1_bits/readme.md +++ b/src/main/java/g1301_1400/s1356_sort_integers_by_the_number_of_1_bits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1356\. Sort Integers by The Number of 1 Bits diff --git a/src/main/java/g1301_1400/s1357_apply_discount_every_n_orders/readme.md b/src/main/java/g1301_1400/s1357_apply_discount_every_n_orders/readme.md index 79028ccc..18e216fd 100644 --- a/src/main/java/g1301_1400/s1357_apply_discount_every_n_orders/readme.md +++ b/src/main/java/g1301_1400/s1357_apply_discount_every_n_orders/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1357\. Apply Discount Every n Orders diff --git a/src/main/java/g1301_1400/s1358_number_of_substrings_containing_all_three_characters/readme.md b/src/main/java/g1301_1400/s1358_number_of_substrings_containing_all_three_characters/readme.md index ee945594..c1a1a88b 100644 --- a/src/main/java/g1301_1400/s1358_number_of_substrings_containing_all_three_characters/readme.md +++ b/src/main/java/g1301_1400/s1358_number_of_substrings_containing_all_three_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1358\. Number of Substrings Containing All Three Characters diff --git a/src/main/java/g1301_1400/s1359_count_all_valid_pickup_and_delivery_options/readme.md b/src/main/java/g1301_1400/s1359_count_all_valid_pickup_and_delivery_options/readme.md index 1e411911..f65bfd8c 100644 --- a/src/main/java/g1301_1400/s1359_count_all_valid_pickup_and_delivery_options/readme.md +++ b/src/main/java/g1301_1400/s1359_count_all_valid_pickup_and_delivery_options/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1359\. Count All Valid Pickup and Delivery Options diff --git a/src/main/java/g1301_1400/s1360_number_of_days_between_two_dates/readme.md b/src/main/java/g1301_1400/s1360_number_of_days_between_two_dates/readme.md index f519f990..eab4a0c8 100644 --- a/src/main/java/g1301_1400/s1360_number_of_days_between_two_dates/readme.md +++ b/src/main/java/g1301_1400/s1360_number_of_days_between_two_dates/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1360\. Number of Days Between Two Dates diff --git a/src/main/java/g1301_1400/s1361_validate_binary_tree_nodes/readme.md b/src/main/java/g1301_1400/s1361_validate_binary_tree_nodes/readme.md index 02d2767f..991bd486 100644 --- a/src/main/java/g1301_1400/s1361_validate_binary_tree_nodes/readme.md +++ b/src/main/java/g1301_1400/s1361_validate_binary_tree_nodes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1361\. Validate Binary Tree Nodes diff --git a/src/main/java/g1301_1400/s1362_closest_divisors/readme.md b/src/main/java/g1301_1400/s1362_closest_divisors/readme.md index 7d972d46..d9bcd114 100644 --- a/src/main/java/g1301_1400/s1362_closest_divisors/readme.md +++ b/src/main/java/g1301_1400/s1362_closest_divisors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1362\. Closest Divisors diff --git a/src/main/java/g1301_1400/s1363_largest_multiple_of_three/readme.md b/src/main/java/g1301_1400/s1363_largest_multiple_of_three/readme.md index f410fe24..cbf0aa66 100644 --- a/src/main/java/g1301_1400/s1363_largest_multiple_of_three/readme.md +++ b/src/main/java/g1301_1400/s1363_largest_multiple_of_three/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1363\. Largest Multiple of Three diff --git a/src/main/java/g1301_1400/s1365_how_many_numbers_are_smaller_than_the_current_number/readme.md b/src/main/java/g1301_1400/s1365_how_many_numbers_are_smaller_than_the_current_number/readme.md index d3c7b04f..9c72e732 100644 --- a/src/main/java/g1301_1400/s1365_how_many_numbers_are_smaller_than_the_current_number/readme.md +++ b/src/main/java/g1301_1400/s1365_how_many_numbers_are_smaller_than_the_current_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1365\. How Many Numbers Are Smaller Than the Current Number diff --git a/src/main/java/g1301_1400/s1366_rank_teams_by_votes/readme.md b/src/main/java/g1301_1400/s1366_rank_teams_by_votes/readme.md index c6577bf8..30e5330a 100644 --- a/src/main/java/g1301_1400/s1366_rank_teams_by_votes/readme.md +++ b/src/main/java/g1301_1400/s1366_rank_teams_by_votes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1366\. Rank Teams by Votes diff --git a/src/main/java/g1301_1400/s1367_linked_list_in_binary_tree/readme.md b/src/main/java/g1301_1400/s1367_linked_list_in_binary_tree/readme.md index 5b582851..5f3b1e0d 100644 --- a/src/main/java/g1301_1400/s1367_linked_list_in_binary_tree/readme.md +++ b/src/main/java/g1301_1400/s1367_linked_list_in_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1367\. Linked List in Binary Tree diff --git a/src/main/java/g1301_1400/s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid/readme.md b/src/main/java/g1301_1400/s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid/readme.md index a0344e1c..7663359b 100644 --- a/src/main/java/g1301_1400/s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid/readme.md +++ b/src/main/java/g1301_1400/s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1368\. Minimum Cost to Make at Least One Valid Path in a Grid diff --git a/src/main/java/g1301_1400/s1370_increasing_decreasing_string/readme.md b/src/main/java/g1301_1400/s1370_increasing_decreasing_string/readme.md index 07811c9f..10344bd7 100644 --- a/src/main/java/g1301_1400/s1370_increasing_decreasing_string/readme.md +++ b/src/main/java/g1301_1400/s1370_increasing_decreasing_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1370\. Increasing Decreasing String diff --git a/src/main/java/g1301_1400/s1371_find_the_longest_substring_containing_vowels_in_even_counts/readme.md b/src/main/java/g1301_1400/s1371_find_the_longest_substring_containing_vowels_in_even_counts/readme.md index f586a8cb..86c84ddf 100644 --- a/src/main/java/g1301_1400/s1371_find_the_longest_substring_containing_vowels_in_even_counts/readme.md +++ b/src/main/java/g1301_1400/s1371_find_the_longest_substring_containing_vowels_in_even_counts/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1371\. Find the Longest Substring Containing Vowels in Even Counts diff --git a/src/main/java/g1301_1400/s1372_longest_zigzag_path_in_a_binary_tree/readme.md b/src/main/java/g1301_1400/s1372_longest_zigzag_path_in_a_binary_tree/readme.md index b0b6ade8..c1be6dc4 100644 --- a/src/main/java/g1301_1400/s1372_longest_zigzag_path_in_a_binary_tree/readme.md +++ b/src/main/java/g1301_1400/s1372_longest_zigzag_path_in_a_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1372\. Longest ZigZag Path in a Binary Tree diff --git a/src/main/java/g1301_1400/s1373_maximum_sum_bst_in_binary_tree/readme.md b/src/main/java/g1301_1400/s1373_maximum_sum_bst_in_binary_tree/readme.md index 69fd77c4..aacffe1b 100644 --- a/src/main/java/g1301_1400/s1373_maximum_sum_bst_in_binary_tree/readme.md +++ b/src/main/java/g1301_1400/s1373_maximum_sum_bst_in_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1373\. Maximum Sum BST in Binary Tree diff --git a/src/main/java/g1301_1400/s1374_generate_a_string_with_characters_that_have_odd_counts/readme.md b/src/main/java/g1301_1400/s1374_generate_a_string_with_characters_that_have_odd_counts/readme.md index 47b9b728..d2b6de3e 100644 --- a/src/main/java/g1301_1400/s1374_generate_a_string_with_characters_that_have_odd_counts/readme.md +++ b/src/main/java/g1301_1400/s1374_generate_a_string_with_characters_that_have_odd_counts/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1374\. Generate a String With Characters That Have Odd Counts diff --git a/src/main/java/g1301_1400/s1375_number_of_times_binary_string_is_prefix_aligned/readme.md b/src/main/java/g1301_1400/s1375_number_of_times_binary_string_is_prefix_aligned/readme.md index 8be59b96..b22a93e3 100644 --- a/src/main/java/g1301_1400/s1375_number_of_times_binary_string_is_prefix_aligned/readme.md +++ b/src/main/java/g1301_1400/s1375_number_of_times_binary_string_is_prefix_aligned/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1375\. Number of Times Binary String Is Prefix-Aligned diff --git a/src/main/java/g1301_1400/s1376_time_needed_to_inform_all_employees/readme.md b/src/main/java/g1301_1400/s1376_time_needed_to_inform_all_employees/readme.md index 4e065f33..366d23b4 100644 --- a/src/main/java/g1301_1400/s1376_time_needed_to_inform_all_employees/readme.md +++ b/src/main/java/g1301_1400/s1376_time_needed_to_inform_all_employees/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1376\. Time Needed to Inform All Employees diff --git a/src/main/java/g1301_1400/s1377_frog_position_after_t_seconds/readme.md b/src/main/java/g1301_1400/s1377_frog_position_after_t_seconds/readme.md index 3a9c0282..396fd2b0 100644 --- a/src/main/java/g1301_1400/s1377_frog_position_after_t_seconds/readme.md +++ b/src/main/java/g1301_1400/s1377_frog_position_after_t_seconds/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1377\. Frog Position After T Seconds diff --git a/src/main/java/g1301_1400/s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree/readme.md b/src/main/java/g1301_1400/s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree/readme.md index 10b1f003..70252015 100644 --- a/src/main/java/g1301_1400/s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree/readme.md +++ b/src/main/java/g1301_1400/s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1379\. Find a Corresponding Node of a Binary Tree in a Clone of That Tree diff --git a/src/main/java/g1301_1400/s1380_lucky_numbers_in_a_matrix/readme.md b/src/main/java/g1301_1400/s1380_lucky_numbers_in_a_matrix/readme.md index e5f907da..255727a8 100644 --- a/src/main/java/g1301_1400/s1380_lucky_numbers_in_a_matrix/readme.md +++ b/src/main/java/g1301_1400/s1380_lucky_numbers_in_a_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1380\. Lucky Numbers in a Matrix diff --git a/src/main/java/g1301_1400/s1381_design_a_stack_with_increment_operation/readme.md b/src/main/java/g1301_1400/s1381_design_a_stack_with_increment_operation/readme.md index 8accce21..83912912 100644 --- a/src/main/java/g1301_1400/s1381_design_a_stack_with_increment_operation/readme.md +++ b/src/main/java/g1301_1400/s1381_design_a_stack_with_increment_operation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1381\. Design a Stack With Increment Operation diff --git a/src/main/java/g1301_1400/s1382_balance_a_binary_search_tree/readme.md b/src/main/java/g1301_1400/s1382_balance_a_binary_search_tree/readme.md index da277a68..b266ee00 100644 --- a/src/main/java/g1301_1400/s1382_balance_a_binary_search_tree/readme.md +++ b/src/main/java/g1301_1400/s1382_balance_a_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1382\. Balance a Binary Search Tree diff --git a/src/main/java/g1301_1400/s1383_maximum_performance_of_a_team/readme.md b/src/main/java/g1301_1400/s1383_maximum_performance_of_a_team/readme.md index d0316852..bb5b59d6 100644 --- a/src/main/java/g1301_1400/s1383_maximum_performance_of_a_team/readme.md +++ b/src/main/java/g1301_1400/s1383_maximum_performance_of_a_team/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1383\. Maximum Performance of a Team diff --git a/src/main/java/g1301_1400/s1385_find_the_distance_value_between_two_arrays/readme.md b/src/main/java/g1301_1400/s1385_find_the_distance_value_between_two_arrays/readme.md index ee134127..bcb77a69 100644 --- a/src/main/java/g1301_1400/s1385_find_the_distance_value_between_two_arrays/readme.md +++ b/src/main/java/g1301_1400/s1385_find_the_distance_value_between_two_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1385\. Find the Distance Value Between Two Arrays diff --git a/src/main/java/g1301_1400/s1386_cinema_seat_allocation/readme.md b/src/main/java/g1301_1400/s1386_cinema_seat_allocation/readme.md index 8c8210db..79e8d57d 100644 --- a/src/main/java/g1301_1400/s1386_cinema_seat_allocation/readme.md +++ b/src/main/java/g1301_1400/s1386_cinema_seat_allocation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1386\. Cinema Seat Allocation diff --git a/src/main/java/g1301_1400/s1387_sort_integers_by_the_power_value/readme.md b/src/main/java/g1301_1400/s1387_sort_integers_by_the_power_value/readme.md index 8b0dc3cf..4f73b012 100644 --- a/src/main/java/g1301_1400/s1387_sort_integers_by_the_power_value/readme.md +++ b/src/main/java/g1301_1400/s1387_sort_integers_by_the_power_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1387\. Sort Integers by The Power Value diff --git a/src/main/java/g1301_1400/s1388_pizza_with_3n_slices/readme.md b/src/main/java/g1301_1400/s1388_pizza_with_3n_slices/readme.md index 66bf85d8..a1233685 100644 --- a/src/main/java/g1301_1400/s1388_pizza_with_3n_slices/readme.md +++ b/src/main/java/g1301_1400/s1388_pizza_with_3n_slices/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1388\. Pizza With 3n Slices diff --git a/src/main/java/g1301_1400/s1389_create_target_array_in_the_given_order/readme.md b/src/main/java/g1301_1400/s1389_create_target_array_in_the_given_order/readme.md index b3e071c9..08f5cdef 100644 --- a/src/main/java/g1301_1400/s1389_create_target_array_in_the_given_order/readme.md +++ b/src/main/java/g1301_1400/s1389_create_target_array_in_the_given_order/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1389\. Create Target Array in the Given Order diff --git a/src/main/java/g1301_1400/s1390_four_divisors/readme.md b/src/main/java/g1301_1400/s1390_four_divisors/readme.md index 148df5db..e675bc09 100644 --- a/src/main/java/g1301_1400/s1390_four_divisors/readme.md +++ b/src/main/java/g1301_1400/s1390_four_divisors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1390\. Four Divisors diff --git a/src/main/java/g1301_1400/s1391_check_if_there_is_a_valid_path_in_a_grid/readme.md b/src/main/java/g1301_1400/s1391_check_if_there_is_a_valid_path_in_a_grid/readme.md index 599476ea..522570a3 100644 --- a/src/main/java/g1301_1400/s1391_check_if_there_is_a_valid_path_in_a_grid/readme.md +++ b/src/main/java/g1301_1400/s1391_check_if_there_is_a_valid_path_in_a_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1391\. Check if There is a Valid Path in a Grid diff --git a/src/main/java/g1301_1400/s1392_longest_happy_prefix/readme.md b/src/main/java/g1301_1400/s1392_longest_happy_prefix/readme.md index 94c3d287..f24c53e5 100644 --- a/src/main/java/g1301_1400/s1392_longest_happy_prefix/readme.md +++ b/src/main/java/g1301_1400/s1392_longest_happy_prefix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1392\. Longest Happy Prefix diff --git a/src/main/java/g1301_1400/s1393_capital_gainloss/readme.md b/src/main/java/g1301_1400/s1393_capital_gainloss/readme.md index 22601520..0c01c951 100644 --- a/src/main/java/g1301_1400/s1393_capital_gainloss/readme.md +++ b/src/main/java/g1301_1400/s1393_capital_gainloss/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1393\. Capital Gain/Loss diff --git a/src/main/java/g1301_1400/s1394_find_lucky_integer_in_an_array/readme.md b/src/main/java/g1301_1400/s1394_find_lucky_integer_in_an_array/readme.md index 9968a492..dcd6af9e 100644 --- a/src/main/java/g1301_1400/s1394_find_lucky_integer_in_an_array/readme.md +++ b/src/main/java/g1301_1400/s1394_find_lucky_integer_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1394\. Find Lucky Integer in an Array diff --git a/src/main/java/g1301_1400/s1395_count_number_of_teams/readme.md b/src/main/java/g1301_1400/s1395_count_number_of_teams/readme.md index 47e729a3..ff06b89b 100644 --- a/src/main/java/g1301_1400/s1395_count_number_of_teams/readme.md +++ b/src/main/java/g1301_1400/s1395_count_number_of_teams/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1395\. Count Number of Teams diff --git a/src/main/java/g1301_1400/s1396_design_underground_system/readme.md b/src/main/java/g1301_1400/s1396_design_underground_system/readme.md index 2a7c6b69..c725fe0b 100644 --- a/src/main/java/g1301_1400/s1396_design_underground_system/readme.md +++ b/src/main/java/g1301_1400/s1396_design_underground_system/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1396\. Design Underground System diff --git a/src/main/java/g1301_1400/s1397_find_all_good_strings/readme.md b/src/main/java/g1301_1400/s1397_find_all_good_strings/readme.md index f0bbba14..6b177491 100644 --- a/src/main/java/g1301_1400/s1397_find_all_good_strings/readme.md +++ b/src/main/java/g1301_1400/s1397_find_all_good_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1397\. Find All Good Strings diff --git a/src/main/java/g1301_1400/s1399_count_largest_group/readme.md b/src/main/java/g1301_1400/s1399_count_largest_group/readme.md index ab0431cc..3b804a5e 100644 --- a/src/main/java/g1301_1400/s1399_count_largest_group/readme.md +++ b/src/main/java/g1301_1400/s1399_count_largest_group/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1399\. Count Largest Group diff --git a/src/main/java/g1301_1400/s1400_construct_k_palindrome_strings/readme.md b/src/main/java/g1301_1400/s1400_construct_k_palindrome_strings/readme.md index 559a86bc..482145f1 100644 --- a/src/main/java/g1301_1400/s1400_construct_k_palindrome_strings/readme.md +++ b/src/main/java/g1301_1400/s1400_construct_k_palindrome_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1400\. Construct K Palindrome Strings diff --git a/src/main/java/g1401_1500/s1401_circle_and_rectangle_overlapping/readme.md b/src/main/java/g1401_1500/s1401_circle_and_rectangle_overlapping/readme.md index 579c0351..d071174e 100644 --- a/src/main/java/g1401_1500/s1401_circle_and_rectangle_overlapping/readme.md +++ b/src/main/java/g1401_1500/s1401_circle_and_rectangle_overlapping/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1401\. Circle and Rectangle Overlapping diff --git a/src/main/java/g1401_1500/s1402_reducing_dishes/readme.md b/src/main/java/g1401_1500/s1402_reducing_dishes/readme.md index 713537f0..6fac1d11 100644 --- a/src/main/java/g1401_1500/s1402_reducing_dishes/readme.md +++ b/src/main/java/g1401_1500/s1402_reducing_dishes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1402\. Reducing Dishes diff --git a/src/main/java/g1401_1500/s1403_minimum_subsequence_in_non_increasing_order/readme.md b/src/main/java/g1401_1500/s1403_minimum_subsequence_in_non_increasing_order/readme.md index 00a7562a..cdeba118 100644 --- a/src/main/java/g1401_1500/s1403_minimum_subsequence_in_non_increasing_order/readme.md +++ b/src/main/java/g1401_1500/s1403_minimum_subsequence_in_non_increasing_order/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1403\. Minimum Subsequence in Non-Increasing Order diff --git a/src/main/java/g1401_1500/s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one/readme.md b/src/main/java/g1401_1500/s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one/readme.md index ec3da916..cc610817 100644 --- a/src/main/java/g1401_1500/s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one/readme.md +++ b/src/main/java/g1401_1500/s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1404\. Number of Steps to Reduce a Number in Binary Representation to One diff --git a/src/main/java/g1401_1500/s1405_longest_happy_string/readme.md b/src/main/java/g1401_1500/s1405_longest_happy_string/readme.md index 66dd70ce..900442e9 100644 --- a/src/main/java/g1401_1500/s1405_longest_happy_string/readme.md +++ b/src/main/java/g1401_1500/s1405_longest_happy_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1405\. Longest Happy String diff --git a/src/main/java/g1401_1500/s1406_stone_game_iii/readme.md b/src/main/java/g1401_1500/s1406_stone_game_iii/readme.md index 957f9d4b..d5d400f5 100644 --- a/src/main/java/g1401_1500/s1406_stone_game_iii/readme.md +++ b/src/main/java/g1401_1500/s1406_stone_game_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1406\. Stone Game III diff --git a/src/main/java/g1401_1500/s1407_top_travellers/readme.md b/src/main/java/g1401_1500/s1407_top_travellers/readme.md index 4187e08f..0fc2ef93 100644 --- a/src/main/java/g1401_1500/s1407_top_travellers/readme.md +++ b/src/main/java/g1401_1500/s1407_top_travellers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1407\. Top Travellers diff --git a/src/main/java/g1401_1500/s1408_string_matching_in_an_array/readme.md b/src/main/java/g1401_1500/s1408_string_matching_in_an_array/readme.md index a8760f3a..b4e0fea3 100644 --- a/src/main/java/g1401_1500/s1408_string_matching_in_an_array/readme.md +++ b/src/main/java/g1401_1500/s1408_string_matching_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1408\. String Matching in an Array diff --git a/src/main/java/g1401_1500/s1409_queries_on_a_permutation_with_key/readme.md b/src/main/java/g1401_1500/s1409_queries_on_a_permutation_with_key/readme.md index 0926962d..f0f709c3 100644 --- a/src/main/java/g1401_1500/s1409_queries_on_a_permutation_with_key/readme.md +++ b/src/main/java/g1401_1500/s1409_queries_on_a_permutation_with_key/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1409\. Queries on a Permutation With Key diff --git a/src/main/java/g1401_1500/s1410_html_entity_parser/readme.md b/src/main/java/g1401_1500/s1410_html_entity_parser/readme.md index 83c04265..f2d0a0af 100644 --- a/src/main/java/g1401_1500/s1410_html_entity_parser/readme.md +++ b/src/main/java/g1401_1500/s1410_html_entity_parser/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1410\. HTML Entity Parser diff --git a/src/main/java/g1401_1500/s1411_number_of_ways_to_paint_n_3_grid/readme.md b/src/main/java/g1401_1500/s1411_number_of_ways_to_paint_n_3_grid/readme.md index c2979910..cfb9a2b9 100644 --- a/src/main/java/g1401_1500/s1411_number_of_ways_to_paint_n_3_grid/readme.md +++ b/src/main/java/g1401_1500/s1411_number_of_ways_to_paint_n_3_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1411\. Number of Ways to Paint N × 3 Grid diff --git a/src/main/java/g1401_1500/s1413_minimum_value_to_get_positive_step_by_step_sum/readme.md b/src/main/java/g1401_1500/s1413_minimum_value_to_get_positive_step_by_step_sum/readme.md index 842830fc..43d2a297 100644 --- a/src/main/java/g1401_1500/s1413_minimum_value_to_get_positive_step_by_step_sum/readme.md +++ b/src/main/java/g1401_1500/s1413_minimum_value_to_get_positive_step_by_step_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1413\. Minimum Value to Get Positive Step by Step Sum diff --git a/src/main/java/g1401_1500/s1414_find_the_minimum_number_of_fibonacci_numbers_whose_sum_is_k/readme.md b/src/main/java/g1401_1500/s1414_find_the_minimum_number_of_fibonacci_numbers_whose_sum_is_k/readme.md index 0d336059..ff4797ca 100644 --- a/src/main/java/g1401_1500/s1414_find_the_minimum_number_of_fibonacci_numbers_whose_sum_is_k/readme.md +++ b/src/main/java/g1401_1500/s1414_find_the_minimum_number_of_fibonacci_numbers_whose_sum_is_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1414\. Find the Minimum Number of Fibonacci Numbers Whose Sum Is K diff --git a/src/main/java/g1401_1500/s1415_the_k_th_lexicographical_string_of_all_happy_strings_of_length_n/readme.md b/src/main/java/g1401_1500/s1415_the_k_th_lexicographical_string_of_all_happy_strings_of_length_n/readme.md index ff5fd572..1b6d0a09 100644 --- a/src/main/java/g1401_1500/s1415_the_k_th_lexicographical_string_of_all_happy_strings_of_length_n/readme.md +++ b/src/main/java/g1401_1500/s1415_the_k_th_lexicographical_string_of_all_happy_strings_of_length_n/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1415\. The k-th Lexicographical String of All Happy Strings of Length n diff --git a/src/main/java/g1401_1500/s1416_restore_the_array/readme.md b/src/main/java/g1401_1500/s1416_restore_the_array/readme.md index 9ffaa894..c2676d35 100644 --- a/src/main/java/g1401_1500/s1416_restore_the_array/readme.md +++ b/src/main/java/g1401_1500/s1416_restore_the_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1416\. Restore The Array diff --git a/src/main/java/g1401_1500/s1417_reformat_the_string/readme.md b/src/main/java/g1401_1500/s1417_reformat_the_string/readme.md index 4cfbb2ea..5010739b 100644 --- a/src/main/java/g1401_1500/s1417_reformat_the_string/readme.md +++ b/src/main/java/g1401_1500/s1417_reformat_the_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1417\. Reformat The String diff --git a/src/main/java/g1401_1500/s1418_display_table_of_food_orders_in_a_restaurant/readme.md b/src/main/java/g1401_1500/s1418_display_table_of_food_orders_in_a_restaurant/readme.md index 7c8538dd..5e9b66c2 100644 --- a/src/main/java/g1401_1500/s1418_display_table_of_food_orders_in_a_restaurant/readme.md +++ b/src/main/java/g1401_1500/s1418_display_table_of_food_orders_in_a_restaurant/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1418\. Display Table of Food Orders in a Restaurant diff --git a/src/main/java/g1401_1500/s1419_minimum_number_of_frogs_croaking/readme.md b/src/main/java/g1401_1500/s1419_minimum_number_of_frogs_croaking/readme.md index 8f01abc8..05f01b77 100644 --- a/src/main/java/g1401_1500/s1419_minimum_number_of_frogs_croaking/readme.md +++ b/src/main/java/g1401_1500/s1419_minimum_number_of_frogs_croaking/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1419\. Minimum Number of Frogs Croaking diff --git a/src/main/java/g1401_1500/s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons/readme.md b/src/main/java/g1401_1500/s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons/readme.md index 7303a3ae..7f71bb66 100644 --- a/src/main/java/g1401_1500/s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons/readme.md +++ b/src/main/java/g1401_1500/s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1420\. Build Array Where You Can Find The Maximum Exactly K Comparisons diff --git a/src/main/java/g1401_1500/s1422_maximum_score_after_splitting_a_string/readme.md b/src/main/java/g1401_1500/s1422_maximum_score_after_splitting_a_string/readme.md index 3809014d..a5023078 100644 --- a/src/main/java/g1401_1500/s1422_maximum_score_after_splitting_a_string/readme.md +++ b/src/main/java/g1401_1500/s1422_maximum_score_after_splitting_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1422\. Maximum Score After Splitting a String diff --git a/src/main/java/g1401_1500/s1423_maximum_points_you_can_obtain_from_cards/readme.md b/src/main/java/g1401_1500/s1423_maximum_points_you_can_obtain_from_cards/readme.md index ed134c4d..ba06dcc9 100644 --- a/src/main/java/g1401_1500/s1423_maximum_points_you_can_obtain_from_cards/readme.md +++ b/src/main/java/g1401_1500/s1423_maximum_points_you_can_obtain_from_cards/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1423\. Maximum Points You Can Obtain from Cards diff --git a/src/main/java/g1401_1500/s1424_diagonal_traverse_ii/readme.md b/src/main/java/g1401_1500/s1424_diagonal_traverse_ii/readme.md index 01229a25..84895d0a 100644 --- a/src/main/java/g1401_1500/s1424_diagonal_traverse_ii/readme.md +++ b/src/main/java/g1401_1500/s1424_diagonal_traverse_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1424\. Diagonal Traverse II diff --git a/src/main/java/g1401_1500/s1425_constrained_subsequence_sum/readme.md b/src/main/java/g1401_1500/s1425_constrained_subsequence_sum/readme.md index ca7ef27e..8f9f02b9 100644 --- a/src/main/java/g1401_1500/s1425_constrained_subsequence_sum/readme.md +++ b/src/main/java/g1401_1500/s1425_constrained_subsequence_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1425\. Constrained Subsequence Sum diff --git a/src/main/java/g1401_1500/s1431_kids_with_the_greatest_number_of_candies/readme.md b/src/main/java/g1401_1500/s1431_kids_with_the_greatest_number_of_candies/readme.md index 80088992..8ebfcdd2 100644 --- a/src/main/java/g1401_1500/s1431_kids_with_the_greatest_number_of_candies/readme.md +++ b/src/main/java/g1401_1500/s1431_kids_with_the_greatest_number_of_candies/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1431\. Kids With the Greatest Number of Candies diff --git a/src/main/java/g1401_1500/s1432_max_difference_you_can_get_from_changing_an_integer/readme.md b/src/main/java/g1401_1500/s1432_max_difference_you_can_get_from_changing_an_integer/readme.md index 27f2ce03..35227d35 100644 --- a/src/main/java/g1401_1500/s1432_max_difference_you_can_get_from_changing_an_integer/readme.md +++ b/src/main/java/g1401_1500/s1432_max_difference_you_can_get_from_changing_an_integer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1432\. Max Difference You Can Get From Changing an Integer diff --git a/src/main/java/g1401_1500/s1433_check_if_a_string_can_break_another_string/readme.md b/src/main/java/g1401_1500/s1433_check_if_a_string_can_break_another_string/readme.md index 04e896b2..82c57035 100644 --- a/src/main/java/g1401_1500/s1433_check_if_a_string_can_break_another_string/readme.md +++ b/src/main/java/g1401_1500/s1433_check_if_a_string_can_break_another_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1433\. Check If a String Can Break Another String diff --git a/src/main/java/g1401_1500/s1434_number_of_ways_to_wear_different_hats_to_each_other/readme.md b/src/main/java/g1401_1500/s1434_number_of_ways_to_wear_different_hats_to_each_other/readme.md index 03749514..41b09be8 100644 --- a/src/main/java/g1401_1500/s1434_number_of_ways_to_wear_different_hats_to_each_other/readme.md +++ b/src/main/java/g1401_1500/s1434_number_of_ways_to_wear_different_hats_to_each_other/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1434\. Number of Ways to Wear Different Hats to Each Other diff --git a/src/main/java/g1401_1500/s1436_destination_city/readme.md b/src/main/java/g1401_1500/s1436_destination_city/readme.md index 624675e3..87434ba5 100644 --- a/src/main/java/g1401_1500/s1436_destination_city/readme.md +++ b/src/main/java/g1401_1500/s1436_destination_city/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1436\. Destination City diff --git a/src/main/java/g1401_1500/s1437_check_if_all_1s_are_at_least_length_k_places_away/readme.md b/src/main/java/g1401_1500/s1437_check_if_all_1s_are_at_least_length_k_places_away/readme.md index c7ba6b73..769af447 100644 --- a/src/main/java/g1401_1500/s1437_check_if_all_1s_are_at_least_length_k_places_away/readme.md +++ b/src/main/java/g1401_1500/s1437_check_if_all_1s_are_at_least_length_k_places_away/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1437\. Check If All 1's Are at Least Length K Places Away diff --git a/src/main/java/g1401_1500/s1438_longest_continuous_subarray_with_absolute_diff_less_than_or_equal_to_limit/readme.md b/src/main/java/g1401_1500/s1438_longest_continuous_subarray_with_absolute_diff_less_than_or_equal_to_limit/readme.md index 21a55898..da7dcff8 100644 --- a/src/main/java/g1401_1500/s1438_longest_continuous_subarray_with_absolute_diff_less_than_or_equal_to_limit/readme.md +++ b/src/main/java/g1401_1500/s1438_longest_continuous_subarray_with_absolute_diff_less_than_or_equal_to_limit/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1438\. Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit diff --git a/src/main/java/g1401_1500/s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows/readme.md b/src/main/java/g1401_1500/s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows/readme.md index 5c0907cf..9e54a87b 100644 --- a/src/main/java/g1401_1500/s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows/readme.md +++ b/src/main/java/g1401_1500/s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1439\. Find the Kth Smallest Sum of a Matrix With Sorted Rows diff --git a/src/main/java/g1401_1500/s1441_build_an_array_with_stack_operations/readme.md b/src/main/java/g1401_1500/s1441_build_an_array_with_stack_operations/readme.md index 852863cf..edcf0b3d 100644 --- a/src/main/java/g1401_1500/s1441_build_an_array_with_stack_operations/readme.md +++ b/src/main/java/g1401_1500/s1441_build_an_array_with_stack_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1441\. Build an Array With Stack Operations diff --git a/src/main/java/g1401_1500/s1442_count_triplets_that_can_form_two_arrays_of_equal_xor/readme.md b/src/main/java/g1401_1500/s1442_count_triplets_that_can_form_two_arrays_of_equal_xor/readme.md index 3d1250ff..c12a0c22 100644 --- a/src/main/java/g1401_1500/s1442_count_triplets_that_can_form_two_arrays_of_equal_xor/readme.md +++ b/src/main/java/g1401_1500/s1442_count_triplets_that_can_form_two_arrays_of_equal_xor/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1442\. Count Triplets That Can Form Two Arrays of Equal XOR diff --git a/src/main/java/g1401_1500/s1443_minimum_time_to_collect_all_apples_in_a_tree/readme.md b/src/main/java/g1401_1500/s1443_minimum_time_to_collect_all_apples_in_a_tree/readme.md index b3cfafe6..9cc84e5a 100644 --- a/src/main/java/g1401_1500/s1443_minimum_time_to_collect_all_apples_in_a_tree/readme.md +++ b/src/main/java/g1401_1500/s1443_minimum_time_to_collect_all_apples_in_a_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1443\. Minimum Time to Collect All Apples in a Tree diff --git a/src/main/java/g1401_1500/s1444_number_of_ways_of_cutting_a_pizza/readme.md b/src/main/java/g1401_1500/s1444_number_of_ways_of_cutting_a_pizza/readme.md index 68e4c995..2123b3d3 100644 --- a/src/main/java/g1401_1500/s1444_number_of_ways_of_cutting_a_pizza/readme.md +++ b/src/main/java/g1401_1500/s1444_number_of_ways_of_cutting_a_pizza/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1444\. Number of Ways of Cutting a Pizza diff --git a/src/main/java/g1401_1500/s1446_consecutive_characters/readme.md b/src/main/java/g1401_1500/s1446_consecutive_characters/readme.md index e4e68936..cc4f448b 100644 --- a/src/main/java/g1401_1500/s1446_consecutive_characters/readme.md +++ b/src/main/java/g1401_1500/s1446_consecutive_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1446\. Consecutive Characters diff --git a/src/main/java/g1401_1500/s1447_simplified_fractions/readme.md b/src/main/java/g1401_1500/s1447_simplified_fractions/readme.md index 4aa9fcf5..3b7de9e2 100644 --- a/src/main/java/g1401_1500/s1447_simplified_fractions/readme.md +++ b/src/main/java/g1401_1500/s1447_simplified_fractions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1447\. Simplified Fractions diff --git a/src/main/java/g1401_1500/s1448_count_good_nodes_in_binary_tree/readme.md b/src/main/java/g1401_1500/s1448_count_good_nodes_in_binary_tree/readme.md index 6a9e8578..6dbb7480 100644 --- a/src/main/java/g1401_1500/s1448_count_good_nodes_in_binary_tree/readme.md +++ b/src/main/java/g1401_1500/s1448_count_good_nodes_in_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1448\. Count Good Nodes in Binary Tree diff --git a/src/main/java/g1401_1500/s1449_form_largest_integer_with_digits_that_add_up_to_target/readme.md b/src/main/java/g1401_1500/s1449_form_largest_integer_with_digits_that_add_up_to_target/readme.md index 8201cb96..ee98ff3e 100644 --- a/src/main/java/g1401_1500/s1449_form_largest_integer_with_digits_that_add_up_to_target/readme.md +++ b/src/main/java/g1401_1500/s1449_form_largest_integer_with_digits_that_add_up_to_target/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1449\. Form Largest Integer With Digits That Add up to Target diff --git a/src/main/java/g1401_1500/s1450_number_of_students_doing_homework_at_a_given_time/readme.md b/src/main/java/g1401_1500/s1450_number_of_students_doing_homework_at_a_given_time/readme.md index f244bab0..fe6b0b12 100644 --- a/src/main/java/g1401_1500/s1450_number_of_students_doing_homework_at_a_given_time/readme.md +++ b/src/main/java/g1401_1500/s1450_number_of_students_doing_homework_at_a_given_time/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1450\. Number of Students Doing Homework at a Given Time diff --git a/src/main/java/g1401_1500/s1451_rearrange_words_in_a_sentence/readme.md b/src/main/java/g1401_1500/s1451_rearrange_words_in_a_sentence/readme.md index 52faacb7..fe2cb753 100644 --- a/src/main/java/g1401_1500/s1451_rearrange_words_in_a_sentence/readme.md +++ b/src/main/java/g1401_1500/s1451_rearrange_words_in_a_sentence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1451\. Rearrange Words in a Sentence diff --git a/src/main/java/g1401_1500/s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list/readme.md b/src/main/java/g1401_1500/s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list/readme.md index bb58ddd7..a3c0709d 100644 --- a/src/main/java/g1401_1500/s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list/readme.md +++ b/src/main/java/g1401_1500/s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1452\. People Whose List of Favorite Companies Is Not a Subset of Another List diff --git a/src/main/java/g1401_1500/s1453_maximum_number_of_darts_inside_of_a_circular_dartboard/readme.md b/src/main/java/g1401_1500/s1453_maximum_number_of_darts_inside_of_a_circular_dartboard/readme.md index 0cd4ef07..820b6632 100644 --- a/src/main/java/g1401_1500/s1453_maximum_number_of_darts_inside_of_a_circular_dartboard/readme.md +++ b/src/main/java/g1401_1500/s1453_maximum_number_of_darts_inside_of_a_circular_dartboard/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1453\. Maximum Number of Darts Inside of a Circular Dartboard diff --git a/src/main/java/g1401_1500/s1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentence/readme.md b/src/main/java/g1401_1500/s1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentence/readme.md index 994d0b6a..707c741c 100644 --- a/src/main/java/g1401_1500/s1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentence/readme.md +++ b/src/main/java/g1401_1500/s1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1455\. Check If a Word Occurs As a Prefix of Any Word in a Sentence diff --git a/src/main/java/g1401_1500/s1456_maximum_number_of_vowels_in_a_substring_of_given_length/readme.md b/src/main/java/g1401_1500/s1456_maximum_number_of_vowels_in_a_substring_of_given_length/readme.md index acba5443..309dd128 100644 --- a/src/main/java/g1401_1500/s1456_maximum_number_of_vowels_in_a_substring_of_given_length/readme.md +++ b/src/main/java/g1401_1500/s1456_maximum_number_of_vowels_in_a_substring_of_given_length/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1456\. Maximum Number of Vowels in a Substring of Given Length diff --git a/src/main/java/g1401_1500/s1457_pseudo_palindromic_paths_in_a_binary_tree/readme.md b/src/main/java/g1401_1500/s1457_pseudo_palindromic_paths_in_a_binary_tree/readme.md index 0a9dd11f..887298cb 100644 --- a/src/main/java/g1401_1500/s1457_pseudo_palindromic_paths_in_a_binary_tree/readme.md +++ b/src/main/java/g1401_1500/s1457_pseudo_palindromic_paths_in_a_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1457\. Pseudo-Palindromic Paths in a Binary Tree diff --git a/src/main/java/g1401_1500/s1458_max_dot_product_of_two_subsequences/readme.md b/src/main/java/g1401_1500/s1458_max_dot_product_of_two_subsequences/readme.md index 0b84bc95..408232e2 100644 --- a/src/main/java/g1401_1500/s1458_max_dot_product_of_two_subsequences/readme.md +++ b/src/main/java/g1401_1500/s1458_max_dot_product_of_two_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1458\. Max Dot Product of Two Subsequences diff --git a/src/main/java/g1401_1500/s1460_make_two_arrays_equal_by_reversing_sub_arrays/readme.md b/src/main/java/g1401_1500/s1460_make_two_arrays_equal_by_reversing_sub_arrays/readme.md index e62878cf..6e3d6a9f 100644 --- a/src/main/java/g1401_1500/s1460_make_two_arrays_equal_by_reversing_sub_arrays/readme.md +++ b/src/main/java/g1401_1500/s1460_make_two_arrays_equal_by_reversing_sub_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1460\. Make Two Arrays Equal by Reversing Sub-arrays diff --git a/src/main/java/g1401_1500/s1461_check_if_a_string_contains_all_binary_codes_of_size_k/readme.md b/src/main/java/g1401_1500/s1461_check_if_a_string_contains_all_binary_codes_of_size_k/readme.md index 915ae546..acb79663 100644 --- a/src/main/java/g1401_1500/s1461_check_if_a_string_contains_all_binary_codes_of_size_k/readme.md +++ b/src/main/java/g1401_1500/s1461_check_if_a_string_contains_all_binary_codes_of_size_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1461\. Check If a String Contains All Binary Codes of Size K diff --git a/src/main/java/g1401_1500/s1462_course_schedule_iv/readme.md b/src/main/java/g1401_1500/s1462_course_schedule_iv/readme.md index d802d318..dd03242b 100644 --- a/src/main/java/g1401_1500/s1462_course_schedule_iv/readme.md +++ b/src/main/java/g1401_1500/s1462_course_schedule_iv/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1462\. Course Schedule IV diff --git a/src/main/java/g1401_1500/s1463_cherry_pickup_ii/readme.md b/src/main/java/g1401_1500/s1463_cherry_pickup_ii/readme.md index 1a68f02f..bce2f52d 100644 --- a/src/main/java/g1401_1500/s1463_cherry_pickup_ii/readme.md +++ b/src/main/java/g1401_1500/s1463_cherry_pickup_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1463\. Cherry Pickup II diff --git a/src/main/java/g1401_1500/s1464_maximum_product_of_two_elements_in_an_array/readme.md b/src/main/java/g1401_1500/s1464_maximum_product_of_two_elements_in_an_array/readme.md index 98916278..574a2990 100644 --- a/src/main/java/g1401_1500/s1464_maximum_product_of_two_elements_in_an_array/readme.md +++ b/src/main/java/g1401_1500/s1464_maximum_product_of_two_elements_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1464\. Maximum Product of Two Elements in an Array diff --git a/src/main/java/g1401_1500/s1465_maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts/readme.md b/src/main/java/g1401_1500/s1465_maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts/readme.md index 2eae5cdb..34826a3a 100644 --- a/src/main/java/g1401_1500/s1465_maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts/readme.md +++ b/src/main/java/g1401_1500/s1465_maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1465\. Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts diff --git a/src/main/java/g1401_1500/s1466_reorder_routes_to_make_all_paths_lead_to_the_city_zero/readme.md b/src/main/java/g1401_1500/s1466_reorder_routes_to_make_all_paths_lead_to_the_city_zero/readme.md index a51ed139..99a60e14 100644 --- a/src/main/java/g1401_1500/s1466_reorder_routes_to_make_all_paths_lead_to_the_city_zero/readme.md +++ b/src/main/java/g1401_1500/s1466_reorder_routes_to_make_all_paths_lead_to_the_city_zero/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1466\. Reorder Routes to Make All Paths Lead to the City Zero diff --git a/src/main/java/g1401_1500/s1467_probability_of_a_two_boxes_having_the_same_number_of_distinct_balls/readme.md b/src/main/java/g1401_1500/s1467_probability_of_a_two_boxes_having_the_same_number_of_distinct_balls/readme.md index f7dc2f52..9d599e26 100644 --- a/src/main/java/g1401_1500/s1467_probability_of_a_two_boxes_having_the_same_number_of_distinct_balls/readme.md +++ b/src/main/java/g1401_1500/s1467_probability_of_a_two_boxes_having_the_same_number_of_distinct_balls/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1467\. Probability of a Two Boxes Having The Same Number of Distinct Balls diff --git a/src/main/java/g1401_1500/s1470_shuffle_the_array/readme.md b/src/main/java/g1401_1500/s1470_shuffle_the_array/readme.md index 2cf7c492..7b48780a 100644 --- a/src/main/java/g1401_1500/s1470_shuffle_the_array/readme.md +++ b/src/main/java/g1401_1500/s1470_shuffle_the_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1470\. Shuffle the Array diff --git a/src/main/java/g1401_1500/s1471_the_k_strongest_values_in_an_array/readme.md b/src/main/java/g1401_1500/s1471_the_k_strongest_values_in_an_array/readme.md index 355cc6a5..1dd0e180 100644 --- a/src/main/java/g1401_1500/s1471_the_k_strongest_values_in_an_array/readme.md +++ b/src/main/java/g1401_1500/s1471_the_k_strongest_values_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1471\. The k Strongest Values in an Array diff --git a/src/main/java/g1401_1500/s1472_design_browser_history/readme.md b/src/main/java/g1401_1500/s1472_design_browser_history/readme.md index 5d2d3572..b62e3987 100644 --- a/src/main/java/g1401_1500/s1472_design_browser_history/readme.md +++ b/src/main/java/g1401_1500/s1472_design_browser_history/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1472\. Design Browser History diff --git a/src/main/java/g1401_1500/s1473_paint_house_iii/readme.md b/src/main/java/g1401_1500/s1473_paint_house_iii/readme.md index f08bfb69..ceda804a 100644 --- a/src/main/java/g1401_1500/s1473_paint_house_iii/readme.md +++ b/src/main/java/g1401_1500/s1473_paint_house_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1473\. Paint House III diff --git a/src/main/java/g1401_1500/s1475_final_prices_with_a_special_discount_in_a_shop/readme.md b/src/main/java/g1401_1500/s1475_final_prices_with_a_special_discount_in_a_shop/readme.md index c4242457..499d53d3 100644 --- a/src/main/java/g1401_1500/s1475_final_prices_with_a_special_discount_in_a_shop/readme.md +++ b/src/main/java/g1401_1500/s1475_final_prices_with_a_special_discount_in_a_shop/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1475\. Final Prices With a Special Discount in a Shop diff --git a/src/main/java/g1401_1500/s1476_subrectangle_queries/readme.md b/src/main/java/g1401_1500/s1476_subrectangle_queries/readme.md index b7f721f7..535dbc8b 100644 --- a/src/main/java/g1401_1500/s1476_subrectangle_queries/readme.md +++ b/src/main/java/g1401_1500/s1476_subrectangle_queries/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1476\. Subrectangle Queries diff --git a/src/main/java/g1401_1500/s1477_find_two_non_overlapping_sub_arrays_each_with_target_sum/readme.md b/src/main/java/g1401_1500/s1477_find_two_non_overlapping_sub_arrays_each_with_target_sum/readme.md index a380fae3..47fc659b 100644 --- a/src/main/java/g1401_1500/s1477_find_two_non_overlapping_sub_arrays_each_with_target_sum/readme.md +++ b/src/main/java/g1401_1500/s1477_find_two_non_overlapping_sub_arrays_each_with_target_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1477\. Find Two Non-overlapping Sub-arrays Each With Target Sum diff --git a/src/main/java/g1401_1500/s1478_allocate_mailboxes/readme.md b/src/main/java/g1401_1500/s1478_allocate_mailboxes/readme.md index 8def7853..2b8d128d 100644 --- a/src/main/java/g1401_1500/s1478_allocate_mailboxes/readme.md +++ b/src/main/java/g1401_1500/s1478_allocate_mailboxes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1478\. Allocate Mailboxes diff --git a/src/main/java/g1401_1500/s1480_running_sum_of_1d_array/readme.md b/src/main/java/g1401_1500/s1480_running_sum_of_1d_array/readme.md index a3456e13..0beab201 100644 --- a/src/main/java/g1401_1500/s1480_running_sum_of_1d_array/readme.md +++ b/src/main/java/g1401_1500/s1480_running_sum_of_1d_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1480\. Running Sum of 1d Array diff --git a/src/main/java/g1401_1500/s1481_least_number_of_unique_integers_after_k_removals/readme.md b/src/main/java/g1401_1500/s1481_least_number_of_unique_integers_after_k_removals/readme.md index 0b92b4d0..2fedcb95 100644 --- a/src/main/java/g1401_1500/s1481_least_number_of_unique_integers_after_k_removals/readme.md +++ b/src/main/java/g1401_1500/s1481_least_number_of_unique_integers_after_k_removals/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1481\. Least Number of Unique Integers after K Removals diff --git a/src/main/java/g1401_1500/s1482_minimum_number_of_days_to_make_m_bouquets/readme.md b/src/main/java/g1401_1500/s1482_minimum_number_of_days_to_make_m_bouquets/readme.md index 34f850be..1de001c6 100644 --- a/src/main/java/g1401_1500/s1482_minimum_number_of_days_to_make_m_bouquets/readme.md +++ b/src/main/java/g1401_1500/s1482_minimum_number_of_days_to_make_m_bouquets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1482\. Minimum Number of Days to Make m Bouquets diff --git a/src/main/java/g1401_1500/s1483_kth_ancestor_of_a_tree_node/readme.md b/src/main/java/g1401_1500/s1483_kth_ancestor_of_a_tree_node/readme.md index 5a765753..4c363a71 100644 --- a/src/main/java/g1401_1500/s1483_kth_ancestor_of_a_tree_node/readme.md +++ b/src/main/java/g1401_1500/s1483_kth_ancestor_of_a_tree_node/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1483\. Kth Ancestor of a Tree Node diff --git a/src/main/java/g1401_1500/s1484_group_sold_products_by_the_date/readme.md b/src/main/java/g1401_1500/s1484_group_sold_products_by_the_date/readme.md index bafae6c2..47052f9a 100644 --- a/src/main/java/g1401_1500/s1484_group_sold_products_by_the_date/readme.md +++ b/src/main/java/g1401_1500/s1484_group_sold_products_by_the_date/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1484\. Group Sold Products By The Date diff --git a/src/main/java/g1401_1500/s1486_xor_operation_in_an_array/readme.md b/src/main/java/g1401_1500/s1486_xor_operation_in_an_array/readme.md index e23b247f..28ebb1eb 100644 --- a/src/main/java/g1401_1500/s1486_xor_operation_in_an_array/readme.md +++ b/src/main/java/g1401_1500/s1486_xor_operation_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1486\. XOR Operation in an Array diff --git a/src/main/java/g1401_1500/s1487_making_file_names_unique/readme.md b/src/main/java/g1401_1500/s1487_making_file_names_unique/readme.md index 033e1cfd..9ef3b4b3 100644 --- a/src/main/java/g1401_1500/s1487_making_file_names_unique/readme.md +++ b/src/main/java/g1401_1500/s1487_making_file_names_unique/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1487\. Making File Names Unique diff --git a/src/main/java/g1401_1500/s1488_avoid_flood_in_the_city/readme.md b/src/main/java/g1401_1500/s1488_avoid_flood_in_the_city/readme.md index 07cff6b7..68d37795 100644 --- a/src/main/java/g1401_1500/s1488_avoid_flood_in_the_city/readme.md +++ b/src/main/java/g1401_1500/s1488_avoid_flood_in_the_city/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1488\. Avoid Flood in The City diff --git a/src/main/java/g1401_1500/s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree/readme.md b/src/main/java/g1401_1500/s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree/readme.md index 73aa1818..e3f67f6b 100644 --- a/src/main/java/g1401_1500/s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree/readme.md +++ b/src/main/java/g1401_1500/s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1489\. Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree diff --git a/src/main/java/g1401_1500/s1491_average_salary_excluding_the_minimum_and_maximum_salary/readme.md b/src/main/java/g1401_1500/s1491_average_salary_excluding_the_minimum_and_maximum_salary/readme.md index c88ebd6e..5ad32585 100644 --- a/src/main/java/g1401_1500/s1491_average_salary_excluding_the_minimum_and_maximum_salary/readme.md +++ b/src/main/java/g1401_1500/s1491_average_salary_excluding_the_minimum_and_maximum_salary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1491\. Average Salary Excluding the Minimum and Maximum Salary diff --git a/src/main/java/g1401_1500/s1492_the_kth_factor_of_n/readme.md b/src/main/java/g1401_1500/s1492_the_kth_factor_of_n/readme.md index 64f91fbb..81f91075 100644 --- a/src/main/java/g1401_1500/s1492_the_kth_factor_of_n/readme.md +++ b/src/main/java/g1401_1500/s1492_the_kth_factor_of_n/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1492\. The kth Factor of n diff --git a/src/main/java/g1401_1500/s1493_longest_subarray_of_1s_after_deleting_one_element/readme.md b/src/main/java/g1401_1500/s1493_longest_subarray_of_1s_after_deleting_one_element/readme.md index d378631d..0a66df09 100644 --- a/src/main/java/g1401_1500/s1493_longest_subarray_of_1s_after_deleting_one_element/readme.md +++ b/src/main/java/g1401_1500/s1493_longest_subarray_of_1s_after_deleting_one_element/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1493\. Longest Subarray of 1's After Deleting One Element diff --git a/src/main/java/g1401_1500/s1494_parallel_courses_ii/readme.md b/src/main/java/g1401_1500/s1494_parallel_courses_ii/readme.md index 7cb63431..a24c8c59 100644 --- a/src/main/java/g1401_1500/s1494_parallel_courses_ii/readme.md +++ b/src/main/java/g1401_1500/s1494_parallel_courses_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1494\. Parallel Courses II diff --git a/src/main/java/g1401_1500/s1496_path_crossing/readme.md b/src/main/java/g1401_1500/s1496_path_crossing/readme.md index 55120067..d27f4c28 100644 --- a/src/main/java/g1401_1500/s1496_path_crossing/readme.md +++ b/src/main/java/g1401_1500/s1496_path_crossing/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1496\. Path Crossing diff --git a/src/main/java/g1401_1500/s1497_check_if_array_pairs_are_divisible_by_k/readme.md b/src/main/java/g1401_1500/s1497_check_if_array_pairs_are_divisible_by_k/readme.md index 626885a9..44e42015 100644 --- a/src/main/java/g1401_1500/s1497_check_if_array_pairs_are_divisible_by_k/readme.md +++ b/src/main/java/g1401_1500/s1497_check_if_array_pairs_are_divisible_by_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1497\. Check If Array Pairs Are Divisible by k diff --git a/src/main/java/g1401_1500/s1498_number_of_subsequences_that_satisfy_the_given_sum_condition/readme.md b/src/main/java/g1401_1500/s1498_number_of_subsequences_that_satisfy_the_given_sum_condition/readme.md index 85430a33..02fe177b 100644 --- a/src/main/java/g1401_1500/s1498_number_of_subsequences_that_satisfy_the_given_sum_condition/readme.md +++ b/src/main/java/g1401_1500/s1498_number_of_subsequences_that_satisfy_the_given_sum_condition/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1498\. Number of Subsequences That Satisfy the Given Sum Condition diff --git a/src/main/java/g1401_1500/s1499_max_value_of_equation/readme.md b/src/main/java/g1401_1500/s1499_max_value_of_equation/readme.md index c816797b..e9c62942 100644 --- a/src/main/java/g1401_1500/s1499_max_value_of_equation/readme.md +++ b/src/main/java/g1401_1500/s1499_max_value_of_equation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1499\. Max Value of Equation diff --git a/src/main/java/g1501_1600/s1502_can_make_arithmetic_progression_from_sequence/readme.md b/src/main/java/g1501_1600/s1502_can_make_arithmetic_progression_from_sequence/readme.md index 016da176..003d9159 100644 --- a/src/main/java/g1501_1600/s1502_can_make_arithmetic_progression_from_sequence/readme.md +++ b/src/main/java/g1501_1600/s1502_can_make_arithmetic_progression_from_sequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1502\. Can Make Arithmetic Progression From Sequence diff --git a/src/main/java/g1501_1600/s1503_last_moment_before_all_ants_fall_out_of_a_plank/readme.md b/src/main/java/g1501_1600/s1503_last_moment_before_all_ants_fall_out_of_a_plank/readme.md index c842ba5a..922c9804 100644 --- a/src/main/java/g1501_1600/s1503_last_moment_before_all_ants_fall_out_of_a_plank/readme.md +++ b/src/main/java/g1501_1600/s1503_last_moment_before_all_ants_fall_out_of_a_plank/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1503\. Last Moment Before All Ants Fall Out of a Plank diff --git a/src/main/java/g1501_1600/s1504_count_submatrices_with_all_ones/readme.md b/src/main/java/g1501_1600/s1504_count_submatrices_with_all_ones/readme.md index 760270ef..64ee63c7 100644 --- a/src/main/java/g1501_1600/s1504_count_submatrices_with_all_ones/readme.md +++ b/src/main/java/g1501_1600/s1504_count_submatrices_with_all_ones/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1504\. Count Submatrices With All Ones diff --git a/src/main/java/g1501_1600/s1505_minimum_possible_integer_after_at_most_k_adjacent_swaps_on_digits/readme.md b/src/main/java/g1501_1600/s1505_minimum_possible_integer_after_at_most_k_adjacent_swaps_on_digits/readme.md index 37698189..4ff392f1 100644 --- a/src/main/java/g1501_1600/s1505_minimum_possible_integer_after_at_most_k_adjacent_swaps_on_digits/readme.md +++ b/src/main/java/g1501_1600/s1505_minimum_possible_integer_after_at_most_k_adjacent_swaps_on_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1505\. Minimum Possible Integer After at Most K Adjacent Swaps On Digits diff --git a/src/main/java/g1501_1600/s1507_reformat_date/readme.md b/src/main/java/g1501_1600/s1507_reformat_date/readme.md index 433d1d6f..8c131787 100644 --- a/src/main/java/g1501_1600/s1507_reformat_date/readme.md +++ b/src/main/java/g1501_1600/s1507_reformat_date/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1507\. Reformat Date diff --git a/src/main/java/g1501_1600/s1508_range_sum_of_sorted_subarray_sums/readme.md b/src/main/java/g1501_1600/s1508_range_sum_of_sorted_subarray_sums/readme.md index 005182ca..59b5426a 100644 --- a/src/main/java/g1501_1600/s1508_range_sum_of_sorted_subarray_sums/readme.md +++ b/src/main/java/g1501_1600/s1508_range_sum_of_sorted_subarray_sums/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1508\. Range Sum of Sorted Subarray Sums diff --git a/src/main/java/g1501_1600/s1509_minimum_difference_between_largest_and_smallest_value_in_three_moves/readme.md b/src/main/java/g1501_1600/s1509_minimum_difference_between_largest_and_smallest_value_in_three_moves/readme.md index 6b20a260..5ffd2a90 100644 --- a/src/main/java/g1501_1600/s1509_minimum_difference_between_largest_and_smallest_value_in_three_moves/readme.md +++ b/src/main/java/g1501_1600/s1509_minimum_difference_between_largest_and_smallest_value_in_three_moves/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1509\. Minimum Difference Between Largest and Smallest Value in Three Moves diff --git a/src/main/java/g1501_1600/s1510_stone_game_iv/readme.md b/src/main/java/g1501_1600/s1510_stone_game_iv/readme.md index 154f3dc7..6d93de44 100644 --- a/src/main/java/g1501_1600/s1510_stone_game_iv/readme.md +++ b/src/main/java/g1501_1600/s1510_stone_game_iv/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1510\. Stone Game IV diff --git a/src/main/java/g1501_1600/s1512_number_of_good_pairs/readme.md b/src/main/java/g1501_1600/s1512_number_of_good_pairs/readme.md index ac422f25..6d623c22 100644 --- a/src/main/java/g1501_1600/s1512_number_of_good_pairs/readme.md +++ b/src/main/java/g1501_1600/s1512_number_of_good_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1512\. Number of Good Pairs diff --git a/src/main/java/g1501_1600/s1513_number_of_substrings_with_only_1s/readme.md b/src/main/java/g1501_1600/s1513_number_of_substrings_with_only_1s/readme.md index bc6186b7..8e5c1a18 100644 --- a/src/main/java/g1501_1600/s1513_number_of_substrings_with_only_1s/readme.md +++ b/src/main/java/g1501_1600/s1513_number_of_substrings_with_only_1s/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1513\. Number of Substrings With Only 1s diff --git a/src/main/java/g1501_1600/s1514_path_with_maximum_probability/readme.md b/src/main/java/g1501_1600/s1514_path_with_maximum_probability/readme.md index f0a5a5b5..1966e11f 100644 --- a/src/main/java/g1501_1600/s1514_path_with_maximum_probability/readme.md +++ b/src/main/java/g1501_1600/s1514_path_with_maximum_probability/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1514\. Path with Maximum Probability diff --git a/src/main/java/g1501_1600/s1515_best_position_for_a_service_centre/readme.md b/src/main/java/g1501_1600/s1515_best_position_for_a_service_centre/readme.md index 8b4d0048..3946f42b 100644 --- a/src/main/java/g1501_1600/s1515_best_position_for_a_service_centre/readme.md +++ b/src/main/java/g1501_1600/s1515_best_position_for_a_service_centre/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1515\. Best Position for a Service Centre diff --git a/src/main/java/g1501_1600/s1518_water_bottles/readme.md b/src/main/java/g1501_1600/s1518_water_bottles/readme.md index 8ca1d3b0..935a06f2 100644 --- a/src/main/java/g1501_1600/s1518_water_bottles/readme.md +++ b/src/main/java/g1501_1600/s1518_water_bottles/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1518\. Water Bottles diff --git a/src/main/java/g1501_1600/s1519_number_of_nodes_in_the_sub_tree_with_the_same_label/readme.md b/src/main/java/g1501_1600/s1519_number_of_nodes_in_the_sub_tree_with_the_same_label/readme.md index c9006825..9bc38a2e 100644 --- a/src/main/java/g1501_1600/s1519_number_of_nodes_in_the_sub_tree_with_the_same_label/readme.md +++ b/src/main/java/g1501_1600/s1519_number_of_nodes_in_the_sub_tree_with_the_same_label/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1519\. Number of Nodes in the Sub-Tree With the Same Label diff --git a/src/main/java/g1501_1600/s1520_maximum_number_of_non_overlapping_substrings/readme.md b/src/main/java/g1501_1600/s1520_maximum_number_of_non_overlapping_substrings/readme.md index 150f570f..c0ce720e 100644 --- a/src/main/java/g1501_1600/s1520_maximum_number_of_non_overlapping_substrings/readme.md +++ b/src/main/java/g1501_1600/s1520_maximum_number_of_non_overlapping_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1520\. Maximum Number of Non-Overlapping Substrings diff --git a/src/main/java/g1501_1600/s1521_find_a_value_of_a_mysterious_function_closest_to_target/readme.md b/src/main/java/g1501_1600/s1521_find_a_value_of_a_mysterious_function_closest_to_target/readme.md index 5611ba3e..bba21085 100644 --- a/src/main/java/g1501_1600/s1521_find_a_value_of_a_mysterious_function_closest_to_target/readme.md +++ b/src/main/java/g1501_1600/s1521_find_a_value_of_a_mysterious_function_closest_to_target/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1521\. Find a Value of a Mysterious Function Closest to Target diff --git a/src/main/java/g1501_1600/s1523_count_odd_numbers_in_an_interval_range/readme.md b/src/main/java/g1501_1600/s1523_count_odd_numbers_in_an_interval_range/readme.md index 09138469..d09471c0 100644 --- a/src/main/java/g1501_1600/s1523_count_odd_numbers_in_an_interval_range/readme.md +++ b/src/main/java/g1501_1600/s1523_count_odd_numbers_in_an_interval_range/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1523\. Count Odd Numbers in an Interval Range diff --git a/src/main/java/g1501_1600/s1524_number_of_sub_arrays_with_odd_sum/readme.md b/src/main/java/g1501_1600/s1524_number_of_sub_arrays_with_odd_sum/readme.md index 5cbdb31d..5e41097f 100644 --- a/src/main/java/g1501_1600/s1524_number_of_sub_arrays_with_odd_sum/readme.md +++ b/src/main/java/g1501_1600/s1524_number_of_sub_arrays_with_odd_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1524\. Number of Sub-arrays With Odd Sum diff --git a/src/main/java/g1501_1600/s1525_number_of_good_ways_to_split_a_string/readme.md b/src/main/java/g1501_1600/s1525_number_of_good_ways_to_split_a_string/readme.md index 78d0ff4a..91e3adca 100644 --- a/src/main/java/g1501_1600/s1525_number_of_good_ways_to_split_a_string/readme.md +++ b/src/main/java/g1501_1600/s1525_number_of_good_ways_to_split_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1525\. Number of Good Ways to Split a String diff --git a/src/main/java/g1501_1600/s1526_minimum_number_of_increments_on_subarrays_to_form_a_target_array/readme.md b/src/main/java/g1501_1600/s1526_minimum_number_of_increments_on_subarrays_to_form_a_target_array/readme.md index d4639c2d..d653e9bf 100644 --- a/src/main/java/g1501_1600/s1526_minimum_number_of_increments_on_subarrays_to_form_a_target_array/readme.md +++ b/src/main/java/g1501_1600/s1526_minimum_number_of_increments_on_subarrays_to_form_a_target_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1526\. Minimum Number of Increments on Subarrays to Form a Target Array diff --git a/src/main/java/g1501_1600/s1527_patients_with_a_condition/readme.md b/src/main/java/g1501_1600/s1527_patients_with_a_condition/readme.md index 661f5df1..2800061b 100644 --- a/src/main/java/g1501_1600/s1527_patients_with_a_condition/readme.md +++ b/src/main/java/g1501_1600/s1527_patients_with_a_condition/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1527\. Patients With a Condition diff --git a/src/main/java/g1501_1600/s1528_shuffle_string/readme.md b/src/main/java/g1501_1600/s1528_shuffle_string/readme.md index 7643bdd7..c4514d3d 100644 --- a/src/main/java/g1501_1600/s1528_shuffle_string/readme.md +++ b/src/main/java/g1501_1600/s1528_shuffle_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1528\. Shuffle String diff --git a/src/main/java/g1501_1600/s1529_bulb_switcher_iv/readme.md b/src/main/java/g1501_1600/s1529_bulb_switcher_iv/readme.md index 7c1845f3..3d60bd4c 100644 --- a/src/main/java/g1501_1600/s1529_bulb_switcher_iv/readme.md +++ b/src/main/java/g1501_1600/s1529_bulb_switcher_iv/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1529\. Minimum Suffix Flips diff --git a/src/main/java/g1501_1600/s1530_number_of_good_leaf_nodes_pairs/readme.md b/src/main/java/g1501_1600/s1530_number_of_good_leaf_nodes_pairs/readme.md index 48b91a50..c826b591 100644 --- a/src/main/java/g1501_1600/s1530_number_of_good_leaf_nodes_pairs/readme.md +++ b/src/main/java/g1501_1600/s1530_number_of_good_leaf_nodes_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1530\. Number of Good Leaf Nodes Pairs diff --git a/src/main/java/g1501_1600/s1531_string_compression_ii/readme.md b/src/main/java/g1501_1600/s1531_string_compression_ii/readme.md index 00ce2a07..fdb7f245 100644 --- a/src/main/java/g1501_1600/s1531_string_compression_ii/readme.md +++ b/src/main/java/g1501_1600/s1531_string_compression_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1531\. String Compression II diff --git a/src/main/java/g1501_1600/s1534_count_good_triplets/readme.md b/src/main/java/g1501_1600/s1534_count_good_triplets/readme.md index 7e96806d..15efceaf 100644 --- a/src/main/java/g1501_1600/s1534_count_good_triplets/readme.md +++ b/src/main/java/g1501_1600/s1534_count_good_triplets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1534\. Count Good Triplets diff --git a/src/main/java/g1501_1600/s1535_find_the_winner_of_an_array_game/readme.md b/src/main/java/g1501_1600/s1535_find_the_winner_of_an_array_game/readme.md index d0a6be17..7e27fea9 100644 --- a/src/main/java/g1501_1600/s1535_find_the_winner_of_an_array_game/readme.md +++ b/src/main/java/g1501_1600/s1535_find_the_winner_of_an_array_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1535\. Find the Winner of an Array Game diff --git a/src/main/java/g1501_1600/s1536_minimum_swaps_to_arrange_a_binary_grid/readme.md b/src/main/java/g1501_1600/s1536_minimum_swaps_to_arrange_a_binary_grid/readme.md index 2c2feff0..e4e15f90 100644 --- a/src/main/java/g1501_1600/s1536_minimum_swaps_to_arrange_a_binary_grid/readme.md +++ b/src/main/java/g1501_1600/s1536_minimum_swaps_to_arrange_a_binary_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1536\. Minimum Swaps to Arrange a Binary Grid diff --git a/src/main/java/g1501_1600/s1537_get_the_maximum_score/readme.md b/src/main/java/g1501_1600/s1537_get_the_maximum_score/readme.md index da60b4a8..9f86c75e 100644 --- a/src/main/java/g1501_1600/s1537_get_the_maximum_score/readme.md +++ b/src/main/java/g1501_1600/s1537_get_the_maximum_score/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1537\. Get the Maximum Score diff --git a/src/main/java/g1501_1600/s1539_kth_missing_positive_number/readme.md b/src/main/java/g1501_1600/s1539_kth_missing_positive_number/readme.md index 50cf698b..bbe281bf 100644 --- a/src/main/java/g1501_1600/s1539_kth_missing_positive_number/readme.md +++ b/src/main/java/g1501_1600/s1539_kth_missing_positive_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1539\. Kth Missing Positive Number diff --git a/src/main/java/g1501_1600/s1540_can_convert_string_in_k_moves/readme.md b/src/main/java/g1501_1600/s1540_can_convert_string_in_k_moves/readme.md index b8aa7907..d20b2a23 100644 --- a/src/main/java/g1501_1600/s1540_can_convert_string_in_k_moves/readme.md +++ b/src/main/java/g1501_1600/s1540_can_convert_string_in_k_moves/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1540\. Can Convert String in K Moves diff --git a/src/main/java/g1501_1600/s1541_minimum_insertions_to_balance_a_parentheses_string/readme.md b/src/main/java/g1501_1600/s1541_minimum_insertions_to_balance_a_parentheses_string/readme.md index 11e562b2..367ada5d 100644 --- a/src/main/java/g1501_1600/s1541_minimum_insertions_to_balance_a_parentheses_string/readme.md +++ b/src/main/java/g1501_1600/s1541_minimum_insertions_to_balance_a_parentheses_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1541\. Minimum Insertions to Balance a Parentheses String diff --git a/src/main/java/g1501_1600/s1542_find_longest_awesome_substring/readme.md b/src/main/java/g1501_1600/s1542_find_longest_awesome_substring/readme.md index ca5d1c08..4f677942 100644 --- a/src/main/java/g1501_1600/s1542_find_longest_awesome_substring/readme.md +++ b/src/main/java/g1501_1600/s1542_find_longest_awesome_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1542\. Find Longest Awesome Substring diff --git a/src/main/java/g1501_1600/s1544_make_the_string_great/readme.md b/src/main/java/g1501_1600/s1544_make_the_string_great/readme.md index a66f9559..52edcc6f 100644 --- a/src/main/java/g1501_1600/s1544_make_the_string_great/readme.md +++ b/src/main/java/g1501_1600/s1544_make_the_string_great/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1544\. Make The String Great diff --git a/src/main/java/g1501_1600/s1545_find_kth_bit_in_nth_binary_string/readme.md b/src/main/java/g1501_1600/s1545_find_kth_bit_in_nth_binary_string/readme.md index 460b8dba..086aad45 100644 --- a/src/main/java/g1501_1600/s1545_find_kth_bit_in_nth_binary_string/readme.md +++ b/src/main/java/g1501_1600/s1545_find_kth_bit_in_nth_binary_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1545\. Find Kth Bit in Nth Binary String diff --git a/src/main/java/g1501_1600/s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target/readme.md b/src/main/java/g1501_1600/s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target/readme.md index b923a79f..ce93232a 100644 --- a/src/main/java/g1501_1600/s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target/readme.md +++ b/src/main/java/g1501_1600/s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1546\. Maximum Number of Non-Overlapping Subarrays With Sum Equals Target diff --git a/src/main/java/g1501_1600/s1547_minimum_cost_to_cut_a_stick/readme.md b/src/main/java/g1501_1600/s1547_minimum_cost_to_cut_a_stick/readme.md index 4d4ecf68..ba85cc83 100644 --- a/src/main/java/g1501_1600/s1547_minimum_cost_to_cut_a_stick/readme.md +++ b/src/main/java/g1501_1600/s1547_minimum_cost_to_cut_a_stick/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1547\. Minimum Cost to Cut a Stick diff --git a/src/main/java/g1501_1600/s1550_three_consecutive_odds/readme.md b/src/main/java/g1501_1600/s1550_three_consecutive_odds/readme.md index 7066409d..8032ca73 100644 --- a/src/main/java/g1501_1600/s1550_three_consecutive_odds/readme.md +++ b/src/main/java/g1501_1600/s1550_three_consecutive_odds/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1550\. Three Consecutive Odds diff --git a/src/main/java/g1501_1600/s1551_minimum_operations_to_make_array_equal/readme.md b/src/main/java/g1501_1600/s1551_minimum_operations_to_make_array_equal/readme.md index a7c9504e..f8c5a5de 100644 --- a/src/main/java/g1501_1600/s1551_minimum_operations_to_make_array_equal/readme.md +++ b/src/main/java/g1501_1600/s1551_minimum_operations_to_make_array_equal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1551\. Minimum Operations to Make Array Equal diff --git a/src/main/java/g1501_1600/s1552_magnetic_force_between_two_balls/readme.md b/src/main/java/g1501_1600/s1552_magnetic_force_between_two_balls/readme.md index e5bd7deb..9a46c617 100644 --- a/src/main/java/g1501_1600/s1552_magnetic_force_between_two_balls/readme.md +++ b/src/main/java/g1501_1600/s1552_magnetic_force_between_two_balls/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1552\. Magnetic Force Between Two Balls diff --git a/src/main/java/g1501_1600/s1553_minimum_number_of_days_to_eat_n_oranges/readme.md b/src/main/java/g1501_1600/s1553_minimum_number_of_days_to_eat_n_oranges/readme.md index 69001a55..300cbe1f 100644 --- a/src/main/java/g1501_1600/s1553_minimum_number_of_days_to_eat_n_oranges/readme.md +++ b/src/main/java/g1501_1600/s1553_minimum_number_of_days_to_eat_n_oranges/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1553\. Minimum Number of Days to Eat N Oranges diff --git a/src/main/java/g1501_1600/s1556_thousand_separator/readme.md b/src/main/java/g1501_1600/s1556_thousand_separator/readme.md index 0b7420c2..04583777 100644 --- a/src/main/java/g1501_1600/s1556_thousand_separator/readme.md +++ b/src/main/java/g1501_1600/s1556_thousand_separator/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1556\. Thousand Separator diff --git a/src/main/java/g1501_1600/s1557_minimum_number_of_vertices_to_reach_all_nodes/readme.md b/src/main/java/g1501_1600/s1557_minimum_number_of_vertices_to_reach_all_nodes/readme.md index b702bbd5..70c36537 100644 --- a/src/main/java/g1501_1600/s1557_minimum_number_of_vertices_to_reach_all_nodes/readme.md +++ b/src/main/java/g1501_1600/s1557_minimum_number_of_vertices_to_reach_all_nodes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1557\. Minimum Number of Vertices to Reach All Nodes diff --git a/src/main/java/g1501_1600/s1558_minimum_numbers_of_function_calls_to_make_target_array/readme.md b/src/main/java/g1501_1600/s1558_minimum_numbers_of_function_calls_to_make_target_array/readme.md index 29b2f40f..85363a45 100644 --- a/src/main/java/g1501_1600/s1558_minimum_numbers_of_function_calls_to_make_target_array/readme.md +++ b/src/main/java/g1501_1600/s1558_minimum_numbers_of_function_calls_to_make_target_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1558\. Minimum Numbers of Function Calls to Make Target Array diff --git a/src/main/java/g1501_1600/s1559_detect_cycles_in_2d_grid/readme.md b/src/main/java/g1501_1600/s1559_detect_cycles_in_2d_grid/readme.md index 5e122f8b..4d864756 100644 --- a/src/main/java/g1501_1600/s1559_detect_cycles_in_2d_grid/readme.md +++ b/src/main/java/g1501_1600/s1559_detect_cycles_in_2d_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1559\. Detect Cycles in 2D Grid diff --git a/src/main/java/g1501_1600/s1560_most_visited_sector_in_a_circular_track/readme.md b/src/main/java/g1501_1600/s1560_most_visited_sector_in_a_circular_track/readme.md index b6b24b89..e77377ab 100644 --- a/src/main/java/g1501_1600/s1560_most_visited_sector_in_a_circular_track/readme.md +++ b/src/main/java/g1501_1600/s1560_most_visited_sector_in_a_circular_track/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1560\. Most Visited Sector in a Circular Track diff --git a/src/main/java/g1501_1600/s1561_maximum_number_of_coins_you_can_get/readme.md b/src/main/java/g1501_1600/s1561_maximum_number_of_coins_you_can_get/readme.md index d951455c..b9ccc6e1 100644 --- a/src/main/java/g1501_1600/s1561_maximum_number_of_coins_you_can_get/readme.md +++ b/src/main/java/g1501_1600/s1561_maximum_number_of_coins_you_can_get/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1561\. Maximum Number of Coins You Can Get diff --git a/src/main/java/g1501_1600/s1562_find_latest_group_of_size_m/readme.md b/src/main/java/g1501_1600/s1562_find_latest_group_of_size_m/readme.md index c4f77044..35f49001 100644 --- a/src/main/java/g1501_1600/s1562_find_latest_group_of_size_m/readme.md +++ b/src/main/java/g1501_1600/s1562_find_latest_group_of_size_m/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1562\. Find Latest Group of Size M diff --git a/src/main/java/g1501_1600/s1563_stone_game_v/readme.md b/src/main/java/g1501_1600/s1563_stone_game_v/readme.md index 4c43463e..f194dc03 100644 --- a/src/main/java/g1501_1600/s1563_stone_game_v/readme.md +++ b/src/main/java/g1501_1600/s1563_stone_game_v/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1563\. Stone Game V diff --git a/src/main/java/g1501_1600/s1566_detect_pattern_of_length_m_repeated_k_or_more_times/readme.md b/src/main/java/g1501_1600/s1566_detect_pattern_of_length_m_repeated_k_or_more_times/readme.md index 33b310c3..0b6c6637 100644 --- a/src/main/java/g1501_1600/s1566_detect_pattern_of_length_m_repeated_k_or_more_times/readme.md +++ b/src/main/java/g1501_1600/s1566_detect_pattern_of_length_m_repeated_k_or_more_times/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1566\. Detect Pattern of Length M Repeated K or More Times diff --git a/src/main/java/g1501_1600/s1567_maximum_length_of_subarray_with_positive_product/readme.md b/src/main/java/g1501_1600/s1567_maximum_length_of_subarray_with_positive_product/readme.md index b4ef2d2a..f7b2cdc3 100644 --- a/src/main/java/g1501_1600/s1567_maximum_length_of_subarray_with_positive_product/readme.md +++ b/src/main/java/g1501_1600/s1567_maximum_length_of_subarray_with_positive_product/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1567\. Maximum Length of Subarray With Positive Product diff --git a/src/main/java/g1501_1600/s1568_minimum_number_of_days_to_disconnect_island/readme.md b/src/main/java/g1501_1600/s1568_minimum_number_of_days_to_disconnect_island/readme.md index 8bb0be66..8d446288 100644 --- a/src/main/java/g1501_1600/s1568_minimum_number_of_days_to_disconnect_island/readme.md +++ b/src/main/java/g1501_1600/s1568_minimum_number_of_days_to_disconnect_island/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1568\. Minimum Number of Days to Disconnect Island diff --git a/src/main/java/g1501_1600/s1569_number_of_ways_to_reorder_array_to_get_same_bst/readme.md b/src/main/java/g1501_1600/s1569_number_of_ways_to_reorder_array_to_get_same_bst/readme.md index df4ebf19..dd6442c3 100644 --- a/src/main/java/g1501_1600/s1569_number_of_ways_to_reorder_array_to_get_same_bst/readme.md +++ b/src/main/java/g1501_1600/s1569_number_of_ways_to_reorder_array_to_get_same_bst/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1569\. Number of Ways to Reorder Array to Get Same BST diff --git a/src/main/java/g1501_1600/s1572_matrix_diagonal_sum/readme.md b/src/main/java/g1501_1600/s1572_matrix_diagonal_sum/readme.md index 928e1883..44f334e1 100644 --- a/src/main/java/g1501_1600/s1572_matrix_diagonal_sum/readme.md +++ b/src/main/java/g1501_1600/s1572_matrix_diagonal_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1572\. Matrix Diagonal Sum diff --git a/src/main/java/g1501_1600/s1573_number_of_ways_to_split_a_string/readme.md b/src/main/java/g1501_1600/s1573_number_of_ways_to_split_a_string/readme.md index 43a69c7f..dafe49df 100644 --- a/src/main/java/g1501_1600/s1573_number_of_ways_to_split_a_string/readme.md +++ b/src/main/java/g1501_1600/s1573_number_of_ways_to_split_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1573\. Number of Ways to Split a String diff --git a/src/main/java/g1501_1600/s1574_shortest_subarray_to_be_removed_to_make_array_sorted/readme.md b/src/main/java/g1501_1600/s1574_shortest_subarray_to_be_removed_to_make_array_sorted/readme.md index cadafa66..eaf0d95d 100644 --- a/src/main/java/g1501_1600/s1574_shortest_subarray_to_be_removed_to_make_array_sorted/readme.md +++ b/src/main/java/g1501_1600/s1574_shortest_subarray_to_be_removed_to_make_array_sorted/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1574\. Shortest Subarray to be Removed to Make Array Sorted diff --git a/src/main/java/g1501_1600/s1575_count_all_possible_routes/readme.md b/src/main/java/g1501_1600/s1575_count_all_possible_routes/readme.md index 73260c32..937b95da 100644 --- a/src/main/java/g1501_1600/s1575_count_all_possible_routes/readme.md +++ b/src/main/java/g1501_1600/s1575_count_all_possible_routes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1575\. Count All Possible Routes diff --git a/src/main/java/g1501_1600/s1576_replace_all_s_to_avoid_consecutive_repeating_characters/readme.md b/src/main/java/g1501_1600/s1576_replace_all_s_to_avoid_consecutive_repeating_characters/readme.md index 98436e40..71d5fc5d 100644 --- a/src/main/java/g1501_1600/s1576_replace_all_s_to_avoid_consecutive_repeating_characters/readme.md +++ b/src/main/java/g1501_1600/s1576_replace_all_s_to_avoid_consecutive_repeating_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1576\. Replace All ?'s to Avoid Consecutive Repeating Characters diff --git a/src/main/java/g1501_1600/s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers/readme.md b/src/main/java/g1501_1600/s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers/readme.md index 2482261a..d5165675 100644 --- a/src/main/java/g1501_1600/s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers/readme.md +++ b/src/main/java/g1501_1600/s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1577\. Number of Ways Where Square of Number Is Equal to Product of Two Numbers diff --git a/src/main/java/g1501_1600/s1578_minimum_time_to_make_rope_colorful/readme.md b/src/main/java/g1501_1600/s1578_minimum_time_to_make_rope_colorful/readme.md index 6b40ebd2..45510775 100644 --- a/src/main/java/g1501_1600/s1578_minimum_time_to_make_rope_colorful/readme.md +++ b/src/main/java/g1501_1600/s1578_minimum_time_to_make_rope_colorful/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1578\. Minimum Time to Make Rope Colorful diff --git a/src/main/java/g1501_1600/s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable/readme.md b/src/main/java/g1501_1600/s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable/readme.md index 54512d70..98131564 100644 --- a/src/main/java/g1501_1600/s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable/readme.md +++ b/src/main/java/g1501_1600/s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1579\. Remove Max Number of Edges to Keep Graph Fully Traversable diff --git a/src/main/java/g1501_1600/s1581_customer_who_visited_but_did_not_make_any_transactions/readme.md b/src/main/java/g1501_1600/s1581_customer_who_visited_but_did_not_make_any_transactions/readme.md index 6ffd4689..356ab392 100644 --- a/src/main/java/g1501_1600/s1581_customer_who_visited_but_did_not_make_any_transactions/readme.md +++ b/src/main/java/g1501_1600/s1581_customer_who_visited_but_did_not_make_any_transactions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1581\. Customer Who Visited but Did Not Make Any Transactions diff --git a/src/main/java/g1501_1600/s1582_special_positions_in_a_binary_matrix/readme.md b/src/main/java/g1501_1600/s1582_special_positions_in_a_binary_matrix/readme.md index 5feef382..470591ff 100644 --- a/src/main/java/g1501_1600/s1582_special_positions_in_a_binary_matrix/readme.md +++ b/src/main/java/g1501_1600/s1582_special_positions_in_a_binary_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1582\. Special Positions in a Binary Matrix diff --git a/src/main/java/g1501_1600/s1583_count_unhappy_friends/readme.md b/src/main/java/g1501_1600/s1583_count_unhappy_friends/readme.md index 433716ab..2b497ec1 100644 --- a/src/main/java/g1501_1600/s1583_count_unhappy_friends/readme.md +++ b/src/main/java/g1501_1600/s1583_count_unhappy_friends/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1583\. Count Unhappy Friends diff --git a/src/main/java/g1501_1600/s1584_min_cost_to_connect_all_points/readme.md b/src/main/java/g1501_1600/s1584_min_cost_to_connect_all_points/readme.md index c5ad9d6d..f9aa63f3 100644 --- a/src/main/java/g1501_1600/s1584_min_cost_to_connect_all_points/readme.md +++ b/src/main/java/g1501_1600/s1584_min_cost_to_connect_all_points/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1584\. Min Cost to Connect All Points diff --git a/src/main/java/g1501_1600/s1585_check_if_string_is_transformable_with_substring_sort_operations/readme.md b/src/main/java/g1501_1600/s1585_check_if_string_is_transformable_with_substring_sort_operations/readme.md index 089565b4..e78beec7 100644 --- a/src/main/java/g1501_1600/s1585_check_if_string_is_transformable_with_substring_sort_operations/readme.md +++ b/src/main/java/g1501_1600/s1585_check_if_string_is_transformable_with_substring_sort_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1585\. Check If String Is Transformable With Substring Sort Operations diff --git a/src/main/java/g1501_1600/s1587_bank_account_summary_ii/readme.md b/src/main/java/g1501_1600/s1587_bank_account_summary_ii/readme.md index 9795afbb..bfe16b30 100644 --- a/src/main/java/g1501_1600/s1587_bank_account_summary_ii/readme.md +++ b/src/main/java/g1501_1600/s1587_bank_account_summary_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1587\. Bank Account Summary II diff --git a/src/main/java/g1501_1600/s1588_sum_of_all_odd_length_subarrays/readme.md b/src/main/java/g1501_1600/s1588_sum_of_all_odd_length_subarrays/readme.md index e433355b..b2b85851 100644 --- a/src/main/java/g1501_1600/s1588_sum_of_all_odd_length_subarrays/readme.md +++ b/src/main/java/g1501_1600/s1588_sum_of_all_odd_length_subarrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1588\. Sum of All Odd Length Subarrays diff --git a/src/main/java/g1501_1600/s1589_maximum_sum_obtained_of_any_permutation/readme.md b/src/main/java/g1501_1600/s1589_maximum_sum_obtained_of_any_permutation/readme.md index 6ec2fd80..43f4254a 100644 --- a/src/main/java/g1501_1600/s1589_maximum_sum_obtained_of_any_permutation/readme.md +++ b/src/main/java/g1501_1600/s1589_maximum_sum_obtained_of_any_permutation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1589\. Maximum Sum Obtained of Any Permutation diff --git a/src/main/java/g1501_1600/s1590_make_sum_divisible_by_p/readme.md b/src/main/java/g1501_1600/s1590_make_sum_divisible_by_p/readme.md index d6a7feb8..6149cb74 100644 --- a/src/main/java/g1501_1600/s1590_make_sum_divisible_by_p/readme.md +++ b/src/main/java/g1501_1600/s1590_make_sum_divisible_by_p/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1590\. Make Sum Divisible by P diff --git a/src/main/java/g1501_1600/s1591_strange_printer_ii/readme.md b/src/main/java/g1501_1600/s1591_strange_printer_ii/readme.md index 23520247..2579f2d1 100644 --- a/src/main/java/g1501_1600/s1591_strange_printer_ii/readme.md +++ b/src/main/java/g1501_1600/s1591_strange_printer_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1591\. Strange Printer II diff --git a/src/main/java/g1501_1600/s1592_rearrange_spaces_between_words/readme.md b/src/main/java/g1501_1600/s1592_rearrange_spaces_between_words/readme.md index c3440b93..62141f00 100644 --- a/src/main/java/g1501_1600/s1592_rearrange_spaces_between_words/readme.md +++ b/src/main/java/g1501_1600/s1592_rearrange_spaces_between_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1592\. Rearrange Spaces Between Words diff --git a/src/main/java/g1501_1600/s1593_split_a_string_into_the_max_number_of_unique_substrings/readme.md b/src/main/java/g1501_1600/s1593_split_a_string_into_the_max_number_of_unique_substrings/readme.md index fa9d7c50..7c34613f 100644 --- a/src/main/java/g1501_1600/s1593_split_a_string_into_the_max_number_of_unique_substrings/readme.md +++ b/src/main/java/g1501_1600/s1593_split_a_string_into_the_max_number_of_unique_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1593\. Split a String Into the Max Number of Unique Substrings diff --git a/src/main/java/g1501_1600/s1594_maximum_non_negative_product_in_a_matrix/readme.md b/src/main/java/g1501_1600/s1594_maximum_non_negative_product_in_a_matrix/readme.md index 2af23792..e2dc941b 100644 --- a/src/main/java/g1501_1600/s1594_maximum_non_negative_product_in_a_matrix/readme.md +++ b/src/main/java/g1501_1600/s1594_maximum_non_negative_product_in_a_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1594\. Maximum Non Negative Product in a Matrix diff --git a/src/main/java/g1501_1600/s1595_minimum_cost_to_connect_two_groups_of_points/readme.md b/src/main/java/g1501_1600/s1595_minimum_cost_to_connect_two_groups_of_points/readme.md index c9b54110..036ad2f5 100644 --- a/src/main/java/g1501_1600/s1595_minimum_cost_to_connect_two_groups_of_points/readme.md +++ b/src/main/java/g1501_1600/s1595_minimum_cost_to_connect_two_groups_of_points/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1595\. Minimum Cost to Connect Two Groups of Points diff --git a/src/main/java/g1501_1600/s1598_crawler_log_folder/readme.md b/src/main/java/g1501_1600/s1598_crawler_log_folder/readme.md index b7136d02..bf70b989 100644 --- a/src/main/java/g1501_1600/s1598_crawler_log_folder/readme.md +++ b/src/main/java/g1501_1600/s1598_crawler_log_folder/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1598\. Crawler Log Folder diff --git a/src/main/java/g1501_1600/s1599_maximum_profit_of_operating_a_centennial_wheel/readme.md b/src/main/java/g1501_1600/s1599_maximum_profit_of_operating_a_centennial_wheel/readme.md index 6d8ebb72..8a4de7fd 100644 --- a/src/main/java/g1501_1600/s1599_maximum_profit_of_operating_a_centennial_wheel/readme.md +++ b/src/main/java/g1501_1600/s1599_maximum_profit_of_operating_a_centennial_wheel/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1599\. Maximum Profit of Operating a Centennial Wheel diff --git a/src/main/java/g1501_1600/s1600_throne_inheritance/readme.md b/src/main/java/g1501_1600/s1600_throne_inheritance/readme.md index 00f88766..9c38a990 100644 --- a/src/main/java/g1501_1600/s1600_throne_inheritance/readme.md +++ b/src/main/java/g1501_1600/s1600_throne_inheritance/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1600\. Throne Inheritance diff --git a/src/main/java/g1601_1700/s1601_maximum_number_of_achievable_transfer_requests/readme.md b/src/main/java/g1601_1700/s1601_maximum_number_of_achievable_transfer_requests/readme.md index df7d3b84..bf73a9df 100644 --- a/src/main/java/g1601_1700/s1601_maximum_number_of_achievable_transfer_requests/readme.md +++ b/src/main/java/g1601_1700/s1601_maximum_number_of_achievable_transfer_requests/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1601\. Maximum Number of Achievable Transfer Requests diff --git a/src/main/java/g1601_1700/s1603_design_parking_system/readme.md b/src/main/java/g1601_1700/s1603_design_parking_system/readme.md index 3615a7d0..088b6c1d 100644 --- a/src/main/java/g1601_1700/s1603_design_parking_system/readme.md +++ b/src/main/java/g1601_1700/s1603_design_parking_system/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1603\. Design Parking System diff --git a/src/main/java/g1601_1700/s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period/readme.md b/src/main/java/g1601_1700/s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period/readme.md index c5bbb6f9..8dc9c373 100644 --- a/src/main/java/g1601_1700/s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period/readme.md +++ b/src/main/java/g1601_1700/s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1604\. Alert Using Same Key-Card Three or More Times in a One Hour Period diff --git a/src/main/java/g1601_1700/s1605_find_valid_matrix_given_row_and_column_sums/readme.md b/src/main/java/g1601_1700/s1605_find_valid_matrix_given_row_and_column_sums/readme.md index 24bc4e4e..d9ed4d12 100644 --- a/src/main/java/g1601_1700/s1605_find_valid_matrix_given_row_and_column_sums/readme.md +++ b/src/main/java/g1601_1700/s1605_find_valid_matrix_given_row_and_column_sums/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1605\. Find Valid Matrix Given Row and Column Sums diff --git a/src/main/java/g1601_1700/s1606_find_servers_that_handled_most_number_of_requests/readme.md b/src/main/java/g1601_1700/s1606_find_servers_that_handled_most_number_of_requests/readme.md index 3240d62e..0dc1bf9a 100644 --- a/src/main/java/g1601_1700/s1606_find_servers_that_handled_most_number_of_requests/readme.md +++ b/src/main/java/g1601_1700/s1606_find_servers_that_handled_most_number_of_requests/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1606\. Find Servers That Handled Most Number of Requests diff --git a/src/main/java/g1601_1700/s1608_special_array_with_x_elements_greater_than_or_equal_x/readme.md b/src/main/java/g1601_1700/s1608_special_array_with_x_elements_greater_than_or_equal_x/readme.md index f6cc2227..726ed024 100644 --- a/src/main/java/g1601_1700/s1608_special_array_with_x_elements_greater_than_or_equal_x/readme.md +++ b/src/main/java/g1601_1700/s1608_special_array_with_x_elements_greater_than_or_equal_x/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1608\. Special Array With X Elements Greater Than or Equal X diff --git a/src/main/java/g1601_1700/s1609_even_odd_tree/readme.md b/src/main/java/g1601_1700/s1609_even_odd_tree/readme.md index 4f220967..2482f292 100644 --- a/src/main/java/g1601_1700/s1609_even_odd_tree/readme.md +++ b/src/main/java/g1601_1700/s1609_even_odd_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1609\. Even Odd Tree diff --git a/src/main/java/g1601_1700/s1610_maximum_number_of_visible_points/readme.md b/src/main/java/g1601_1700/s1610_maximum_number_of_visible_points/readme.md index 0c3fd700..db8f2b71 100644 --- a/src/main/java/g1601_1700/s1610_maximum_number_of_visible_points/readme.md +++ b/src/main/java/g1601_1700/s1610_maximum_number_of_visible_points/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1610\. Maximum Number of Visible Points diff --git a/src/main/java/g1601_1700/s1611_minimum_one_bit_operations_to_make_integers_zero/readme.md b/src/main/java/g1601_1700/s1611_minimum_one_bit_operations_to_make_integers_zero/readme.md index 386c0a82..2c7b5608 100644 --- a/src/main/java/g1601_1700/s1611_minimum_one_bit_operations_to_make_integers_zero/readme.md +++ b/src/main/java/g1601_1700/s1611_minimum_one_bit_operations_to_make_integers_zero/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1611\. Minimum One Bit Operations to Make Integers Zero diff --git a/src/main/java/g1601_1700/s1614_maximum_nesting_depth_of_the_parentheses/readme.md b/src/main/java/g1601_1700/s1614_maximum_nesting_depth_of_the_parentheses/readme.md index 95e61a76..c57f45a7 100644 --- a/src/main/java/g1601_1700/s1614_maximum_nesting_depth_of_the_parentheses/readme.md +++ b/src/main/java/g1601_1700/s1614_maximum_nesting_depth_of_the_parentheses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1614\. Maximum Nesting Depth of the Parentheses diff --git a/src/main/java/g1601_1700/s1615_maximal_network_rank/readme.md b/src/main/java/g1601_1700/s1615_maximal_network_rank/readme.md index fc9bfe3e..7a7ef3a1 100644 --- a/src/main/java/g1601_1700/s1615_maximal_network_rank/readme.md +++ b/src/main/java/g1601_1700/s1615_maximal_network_rank/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1615\. Maximal Network Rank diff --git a/src/main/java/g1601_1700/s1616_split_two_strings_to_make_palindrome/readme.md b/src/main/java/g1601_1700/s1616_split_two_strings_to_make_palindrome/readme.md index 6a3ee7f7..233e39f3 100644 --- a/src/main/java/g1601_1700/s1616_split_two_strings_to_make_palindrome/readme.md +++ b/src/main/java/g1601_1700/s1616_split_two_strings_to_make_palindrome/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1616\. Split Two Strings to Make Palindrome diff --git a/src/main/java/g1601_1700/s1617_count_subtrees_with_max_distance_between_cities/readme.md b/src/main/java/g1601_1700/s1617_count_subtrees_with_max_distance_between_cities/readme.md index 112c8cb2..c63d0a52 100644 --- a/src/main/java/g1601_1700/s1617_count_subtrees_with_max_distance_between_cities/readme.md +++ b/src/main/java/g1601_1700/s1617_count_subtrees_with_max_distance_between_cities/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1617\. Count Subtrees With Max Distance Between Cities diff --git a/src/main/java/g1601_1700/s1619_mean_of_array_after_removing_some_elements/readme.md b/src/main/java/g1601_1700/s1619_mean_of_array_after_removing_some_elements/readme.md index 9c36d480..503e4793 100644 --- a/src/main/java/g1601_1700/s1619_mean_of_array_after_removing_some_elements/readme.md +++ b/src/main/java/g1601_1700/s1619_mean_of_array_after_removing_some_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1619\. Mean of Array After Removing Some Elements diff --git a/src/main/java/g1601_1700/s1620_coordinate_with_maximum_network_quality/readme.md b/src/main/java/g1601_1700/s1620_coordinate_with_maximum_network_quality/readme.md index f716ffb8..93b051b0 100644 --- a/src/main/java/g1601_1700/s1620_coordinate_with_maximum_network_quality/readme.md +++ b/src/main/java/g1601_1700/s1620_coordinate_with_maximum_network_quality/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1620\. Coordinate With Maximum Network Quality diff --git a/src/main/java/g1601_1700/s1621_number_of_sets_of_k_non_overlapping_line_segments/readme.md b/src/main/java/g1601_1700/s1621_number_of_sets_of_k_non_overlapping_line_segments/readme.md index 3335eba3..add68e80 100644 --- a/src/main/java/g1601_1700/s1621_number_of_sets_of_k_non_overlapping_line_segments/readme.md +++ b/src/main/java/g1601_1700/s1621_number_of_sets_of_k_non_overlapping_line_segments/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1621\. Number of Sets of K Non-Overlapping Line Segments diff --git a/src/main/java/g1601_1700/s1622_fancy_sequence/readme.md b/src/main/java/g1601_1700/s1622_fancy_sequence/readme.md index 9e9f2313..26f7a14e 100644 --- a/src/main/java/g1601_1700/s1622_fancy_sequence/readme.md +++ b/src/main/java/g1601_1700/s1622_fancy_sequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1622\. Fancy Sequence diff --git a/src/main/java/g1601_1700/s1624_largest_substring_between_two_equal_characters/readme.md b/src/main/java/g1601_1700/s1624_largest_substring_between_two_equal_characters/readme.md index cda2210f..633d1143 100644 --- a/src/main/java/g1601_1700/s1624_largest_substring_between_two_equal_characters/readme.md +++ b/src/main/java/g1601_1700/s1624_largest_substring_between_two_equal_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1624\. Largest Substring Between Two Equal Characters diff --git a/src/main/java/g1601_1700/s1625_lexicographically_smallest_string_after_applying_operations/readme.md b/src/main/java/g1601_1700/s1625_lexicographically_smallest_string_after_applying_operations/readme.md index aafbe5d8..1a5cf058 100644 --- a/src/main/java/g1601_1700/s1625_lexicographically_smallest_string_after_applying_operations/readme.md +++ b/src/main/java/g1601_1700/s1625_lexicographically_smallest_string_after_applying_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1625\. Lexicographically Smallest String After Applying Operations diff --git a/src/main/java/g1601_1700/s1626_best_team_with_no_conflicts/readme.md b/src/main/java/g1601_1700/s1626_best_team_with_no_conflicts/readme.md index 1e458efe..3931e3ef 100644 --- a/src/main/java/g1601_1700/s1626_best_team_with_no_conflicts/readme.md +++ b/src/main/java/g1601_1700/s1626_best_team_with_no_conflicts/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1626\. Best Team With No Conflicts diff --git a/src/main/java/g1601_1700/s1627_graph_connectivity_with_threshold/readme.md b/src/main/java/g1601_1700/s1627_graph_connectivity_with_threshold/readme.md index 91026c69..4418ded2 100644 --- a/src/main/java/g1601_1700/s1627_graph_connectivity_with_threshold/readme.md +++ b/src/main/java/g1601_1700/s1627_graph_connectivity_with_threshold/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1627\. Graph Connectivity With Threshold diff --git a/src/main/java/g1601_1700/s1629_slowest_key/readme.md b/src/main/java/g1601_1700/s1629_slowest_key/readme.md index c8e5039d..5ecc9cf6 100644 --- a/src/main/java/g1601_1700/s1629_slowest_key/readme.md +++ b/src/main/java/g1601_1700/s1629_slowest_key/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1629\. Slowest Key diff --git a/src/main/java/g1601_1700/s1630_arithmetic_subarrays/readme.md b/src/main/java/g1601_1700/s1630_arithmetic_subarrays/readme.md index df2f3850..8ab4f6c5 100644 --- a/src/main/java/g1601_1700/s1630_arithmetic_subarrays/readme.md +++ b/src/main/java/g1601_1700/s1630_arithmetic_subarrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1630\. Arithmetic Subarrays diff --git a/src/main/java/g1601_1700/s1631_path_with_minimum_effort/readme.md b/src/main/java/g1601_1700/s1631_path_with_minimum_effort/readme.md index a24a3491..17e35d2f 100644 --- a/src/main/java/g1601_1700/s1631_path_with_minimum_effort/readme.md +++ b/src/main/java/g1601_1700/s1631_path_with_minimum_effort/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1631\. Path With Minimum Effort diff --git a/src/main/java/g1601_1700/s1632_rank_transform_of_a_matrix/readme.md b/src/main/java/g1601_1700/s1632_rank_transform_of_a_matrix/readme.md index 47176ef8..afb215db 100644 --- a/src/main/java/g1601_1700/s1632_rank_transform_of_a_matrix/readme.md +++ b/src/main/java/g1601_1700/s1632_rank_transform_of_a_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1632\. Rank Transform of a Matrix diff --git a/src/main/java/g1601_1700/s1636_sort_array_by_increasing_frequency/readme.md b/src/main/java/g1601_1700/s1636_sort_array_by_increasing_frequency/readme.md index d4b03085..4b08023b 100644 --- a/src/main/java/g1601_1700/s1636_sort_array_by_increasing_frequency/readme.md +++ b/src/main/java/g1601_1700/s1636_sort_array_by_increasing_frequency/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1636\. Sort Array by Increasing Frequency diff --git a/src/main/java/g1601_1700/s1637_widest_vertical_area_between_two_points_containing_no_points/readme.md b/src/main/java/g1601_1700/s1637_widest_vertical_area_between_two_points_containing_no_points/readme.md index bfe0566f..85ddac1d 100644 --- a/src/main/java/g1601_1700/s1637_widest_vertical_area_between_two_points_containing_no_points/readme.md +++ b/src/main/java/g1601_1700/s1637_widest_vertical_area_between_two_points_containing_no_points/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1637\. Widest Vertical Area Between Two Points Containing No Points diff --git a/src/main/java/g1601_1700/s1638_count_substrings_that_differ_by_one_character/readme.md b/src/main/java/g1601_1700/s1638_count_substrings_that_differ_by_one_character/readme.md index 6e073d2d..f0223ea6 100644 --- a/src/main/java/g1601_1700/s1638_count_substrings_that_differ_by_one_character/readme.md +++ b/src/main/java/g1601_1700/s1638_count_substrings_that_differ_by_one_character/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1638\. Count Substrings That Differ by One Character diff --git a/src/main/java/g1601_1700/s1639_number_of_ways_to_form_a_target_string_given_a_dictionary/readme.md b/src/main/java/g1601_1700/s1639_number_of_ways_to_form_a_target_string_given_a_dictionary/readme.md index 5ec5e2f8..f882cf74 100644 --- a/src/main/java/g1601_1700/s1639_number_of_ways_to_form_a_target_string_given_a_dictionary/readme.md +++ b/src/main/java/g1601_1700/s1639_number_of_ways_to_form_a_target_string_given_a_dictionary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1639\. Number of Ways to Form a Target String Given a Dictionary diff --git a/src/main/java/g1601_1700/s1640_check_array_formation_through_concatenation/readme.md b/src/main/java/g1601_1700/s1640_check_array_formation_through_concatenation/readme.md index 120094cf..27b636a0 100644 --- a/src/main/java/g1601_1700/s1640_check_array_formation_through_concatenation/readme.md +++ b/src/main/java/g1601_1700/s1640_check_array_formation_through_concatenation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1640\. Check Array Formation Through Concatenation diff --git a/src/main/java/g1601_1700/s1641_count_sorted_vowel_strings/readme.md b/src/main/java/g1601_1700/s1641_count_sorted_vowel_strings/readme.md index 1d8a59ad..e7c7de45 100644 --- a/src/main/java/g1601_1700/s1641_count_sorted_vowel_strings/readme.md +++ b/src/main/java/g1601_1700/s1641_count_sorted_vowel_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1641\. Count Sorted Vowel Strings diff --git a/src/main/java/g1601_1700/s1642_furthest_building_you_can_reach/readme.md b/src/main/java/g1601_1700/s1642_furthest_building_you_can_reach/readme.md index d0f8a007..9170976c 100644 --- a/src/main/java/g1601_1700/s1642_furthest_building_you_can_reach/readme.md +++ b/src/main/java/g1601_1700/s1642_furthest_building_you_can_reach/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1642\. Furthest Building You Can Reach diff --git a/src/main/java/g1601_1700/s1643_kth_smallest_instructions/readme.md b/src/main/java/g1601_1700/s1643_kth_smallest_instructions/readme.md index 99ecbb0c..2b3f93f1 100644 --- a/src/main/java/g1601_1700/s1643_kth_smallest_instructions/readme.md +++ b/src/main/java/g1601_1700/s1643_kth_smallest_instructions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1643\. Kth Smallest Instructions diff --git a/src/main/java/g1601_1700/s1646_get_maximum_in_generated_array/readme.md b/src/main/java/g1601_1700/s1646_get_maximum_in_generated_array/readme.md index bb32839d..8eb74c7d 100644 --- a/src/main/java/g1601_1700/s1646_get_maximum_in_generated_array/readme.md +++ b/src/main/java/g1601_1700/s1646_get_maximum_in_generated_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1646\. Get Maximum in Generated Array diff --git a/src/main/java/g1601_1700/s1647_minimum_deletions_to_make_character_frequencies_unique/readme.md b/src/main/java/g1601_1700/s1647_minimum_deletions_to_make_character_frequencies_unique/readme.md index b0c10ee2..d75a1f8d 100644 --- a/src/main/java/g1601_1700/s1647_minimum_deletions_to_make_character_frequencies_unique/readme.md +++ b/src/main/java/g1601_1700/s1647_minimum_deletions_to_make_character_frequencies_unique/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1647\. Minimum Deletions to Make Character Frequencies Unique diff --git a/src/main/java/g1601_1700/s1648_sell_diminishing_valued_colored_balls/readme.md b/src/main/java/g1601_1700/s1648_sell_diminishing_valued_colored_balls/readme.md index decc9f68..3847fbff 100644 --- a/src/main/java/g1601_1700/s1648_sell_diminishing_valued_colored_balls/readme.md +++ b/src/main/java/g1601_1700/s1648_sell_diminishing_valued_colored_balls/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1648\. Sell Diminishing-Valued Colored Balls diff --git a/src/main/java/g1601_1700/s1649_create_sorted_array_through_instructions/readme.md b/src/main/java/g1601_1700/s1649_create_sorted_array_through_instructions/readme.md index b6822819..50ffaea0 100644 --- a/src/main/java/g1601_1700/s1649_create_sorted_array_through_instructions/readme.md +++ b/src/main/java/g1601_1700/s1649_create_sorted_array_through_instructions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1649\. Create Sorted Array through Instructions diff --git a/src/main/java/g1601_1700/s1652_defuse_the_bomb/readme.md b/src/main/java/g1601_1700/s1652_defuse_the_bomb/readme.md index 54c13fd5..46794daf 100644 --- a/src/main/java/g1601_1700/s1652_defuse_the_bomb/readme.md +++ b/src/main/java/g1601_1700/s1652_defuse_the_bomb/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1652\. Defuse the Bomb diff --git a/src/main/java/g1601_1700/s1653_minimum_deletions_to_make_string_balanced/readme.md b/src/main/java/g1601_1700/s1653_minimum_deletions_to_make_string_balanced/readme.md index fea8e45f..0c298ba2 100644 --- a/src/main/java/g1601_1700/s1653_minimum_deletions_to_make_string_balanced/readme.md +++ b/src/main/java/g1601_1700/s1653_minimum_deletions_to_make_string_balanced/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1653\. Minimum Deletions to Make String Balanced diff --git a/src/main/java/g1601_1700/s1654_minimum_jumps_to_reach_home/readme.md b/src/main/java/g1601_1700/s1654_minimum_jumps_to_reach_home/readme.md index 5731a284..601fd9a2 100644 --- a/src/main/java/g1601_1700/s1654_minimum_jumps_to_reach_home/readme.md +++ b/src/main/java/g1601_1700/s1654_minimum_jumps_to_reach_home/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1654\. Minimum Jumps to Reach Home diff --git a/src/main/java/g1601_1700/s1655_distribute_repeating_integers/readme.md b/src/main/java/g1601_1700/s1655_distribute_repeating_integers/readme.md index 08d62fe8..ed56934a 100644 --- a/src/main/java/g1601_1700/s1655_distribute_repeating_integers/readme.md +++ b/src/main/java/g1601_1700/s1655_distribute_repeating_integers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1655\. Distribute Repeating Integers diff --git a/src/main/java/g1601_1700/s1656_design_an_ordered_stream/readme.md b/src/main/java/g1601_1700/s1656_design_an_ordered_stream/readme.md index eedc72cd..d6a51c67 100644 --- a/src/main/java/g1601_1700/s1656_design_an_ordered_stream/readme.md +++ b/src/main/java/g1601_1700/s1656_design_an_ordered_stream/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1656\. Design an Ordered Stream diff --git a/src/main/java/g1601_1700/s1657_determine_if_two_strings_are_close/readme.md b/src/main/java/g1601_1700/s1657_determine_if_two_strings_are_close/readme.md index ad75e7c1..55198c3d 100644 --- a/src/main/java/g1601_1700/s1657_determine_if_two_strings_are_close/readme.md +++ b/src/main/java/g1601_1700/s1657_determine_if_two_strings_are_close/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1657\. Determine if Two Strings Are Close diff --git a/src/main/java/g1601_1700/s1658_minimum_operations_to_reduce_x_to_zero/readme.md b/src/main/java/g1601_1700/s1658_minimum_operations_to_reduce_x_to_zero/readme.md index f0d782b6..1806043b 100644 --- a/src/main/java/g1601_1700/s1658_minimum_operations_to_reduce_x_to_zero/readme.md +++ b/src/main/java/g1601_1700/s1658_minimum_operations_to_reduce_x_to_zero/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1658\. Minimum Operations to Reduce X to Zero diff --git a/src/main/java/g1601_1700/s1659_maximize_grid_happiness/readme.md b/src/main/java/g1601_1700/s1659_maximize_grid_happiness/readme.md index c8e524b9..be491b3e 100644 --- a/src/main/java/g1601_1700/s1659_maximize_grid_happiness/readme.md +++ b/src/main/java/g1601_1700/s1659_maximize_grid_happiness/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1659\. Maximize Grid Happiness diff --git a/src/main/java/g1601_1700/s1662_check_if_two_string_arrays_are_equivalent/readme.md b/src/main/java/g1601_1700/s1662_check_if_two_string_arrays_are_equivalent/readme.md index 855cb292..e09363ce 100644 --- a/src/main/java/g1601_1700/s1662_check_if_two_string_arrays_are_equivalent/readme.md +++ b/src/main/java/g1601_1700/s1662_check_if_two_string_arrays_are_equivalent/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1662\. Check If Two String Arrays are Equivalent diff --git a/src/main/java/g1601_1700/s1663_smallest_string_with_a_given_numeric_value/readme.md b/src/main/java/g1601_1700/s1663_smallest_string_with_a_given_numeric_value/readme.md index 77779bd3..90d2e885 100644 --- a/src/main/java/g1601_1700/s1663_smallest_string_with_a_given_numeric_value/readme.md +++ b/src/main/java/g1601_1700/s1663_smallest_string_with_a_given_numeric_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1663\. Smallest String With A Given Numeric Value diff --git a/src/main/java/g1601_1700/s1664_ways_to_make_a_fair_array/readme.md b/src/main/java/g1601_1700/s1664_ways_to_make_a_fair_array/readme.md index af6ea43c..cd98bddf 100644 --- a/src/main/java/g1601_1700/s1664_ways_to_make_a_fair_array/readme.md +++ b/src/main/java/g1601_1700/s1664_ways_to_make_a_fair_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1664\. Ways to Make a Fair Array diff --git a/src/main/java/g1601_1700/s1665_minimum_initial_energy_to_finish_tasks/readme.md b/src/main/java/g1601_1700/s1665_minimum_initial_energy_to_finish_tasks/readme.md index d6fb991a..7728c909 100644 --- a/src/main/java/g1601_1700/s1665_minimum_initial_energy_to_finish_tasks/readme.md +++ b/src/main/java/g1601_1700/s1665_minimum_initial_energy_to_finish_tasks/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1665\. Minimum Initial Energy to Finish Tasks diff --git a/src/main/java/g1601_1700/s1667_fix_names_in_a_table/readme.md b/src/main/java/g1601_1700/s1667_fix_names_in_a_table/readme.md index 83834378..8c2686d6 100644 --- a/src/main/java/g1601_1700/s1667_fix_names_in_a_table/readme.md +++ b/src/main/java/g1601_1700/s1667_fix_names_in_a_table/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1667\. Fix Names in a Table diff --git a/src/main/java/g1601_1700/s1668_maximum_repeating_substring/readme.md b/src/main/java/g1601_1700/s1668_maximum_repeating_substring/readme.md index ebf58ae4..2620f9b9 100644 --- a/src/main/java/g1601_1700/s1668_maximum_repeating_substring/readme.md +++ b/src/main/java/g1601_1700/s1668_maximum_repeating_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1668\. Maximum Repeating Substring diff --git a/src/main/java/g1601_1700/s1669_merge_in_between_linked_lists/readme.md b/src/main/java/g1601_1700/s1669_merge_in_between_linked_lists/readme.md index d3ba9ca3..1e78d155 100644 --- a/src/main/java/g1601_1700/s1669_merge_in_between_linked_lists/readme.md +++ b/src/main/java/g1601_1700/s1669_merge_in_between_linked_lists/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1669\. Merge In Between Linked Lists diff --git a/src/main/java/g1601_1700/s1670_design_front_middle_back_queue/readme.md b/src/main/java/g1601_1700/s1670_design_front_middle_back_queue/readme.md index f9a45389..7e5d846e 100644 --- a/src/main/java/g1601_1700/s1670_design_front_middle_back_queue/readme.md +++ b/src/main/java/g1601_1700/s1670_design_front_middle_back_queue/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1670\. Design Front Middle Back Queue diff --git a/src/main/java/g1601_1700/s1671_minimum_number_of_removals_to_make_mountain_array/readme.md b/src/main/java/g1601_1700/s1671_minimum_number_of_removals_to_make_mountain_array/readme.md index c17dbb38..fef5bfc2 100644 --- a/src/main/java/g1601_1700/s1671_minimum_number_of_removals_to_make_mountain_array/readme.md +++ b/src/main/java/g1601_1700/s1671_minimum_number_of_removals_to_make_mountain_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1671\. Minimum Number of Removals to Make Mountain Array diff --git a/src/main/java/g1601_1700/s1672_richest_customer_wealth/readme.md b/src/main/java/g1601_1700/s1672_richest_customer_wealth/readme.md index 2bcf07f4..019ea1c7 100644 --- a/src/main/java/g1601_1700/s1672_richest_customer_wealth/readme.md +++ b/src/main/java/g1601_1700/s1672_richest_customer_wealth/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1672\. Richest Customer Wealth diff --git a/src/main/java/g1601_1700/s1673_find_the_most_competitive_subsequence/readme.md b/src/main/java/g1601_1700/s1673_find_the_most_competitive_subsequence/readme.md index fdbf64a3..9e95c45a 100644 --- a/src/main/java/g1601_1700/s1673_find_the_most_competitive_subsequence/readme.md +++ b/src/main/java/g1601_1700/s1673_find_the_most_competitive_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1673\. Find the Most Competitive Subsequence diff --git a/src/main/java/g1601_1700/s1674_minimum_moves_to_make_array_complementary/readme.md b/src/main/java/g1601_1700/s1674_minimum_moves_to_make_array_complementary/readme.md index 7f6fe56c..53cbd188 100644 --- a/src/main/java/g1601_1700/s1674_minimum_moves_to_make_array_complementary/readme.md +++ b/src/main/java/g1601_1700/s1674_minimum_moves_to_make_array_complementary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1674\. Minimum Moves to Make Array Complementary diff --git a/src/main/java/g1601_1700/s1675_minimize_deviation_in_array/readme.md b/src/main/java/g1601_1700/s1675_minimize_deviation_in_array/readme.md index 161c58ea..0f28c746 100644 --- a/src/main/java/g1601_1700/s1675_minimize_deviation_in_array/readme.md +++ b/src/main/java/g1601_1700/s1675_minimize_deviation_in_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1675\. Minimize Deviation in Array diff --git a/src/main/java/g1601_1700/s1678_goal_parser_interpretation/readme.md b/src/main/java/g1601_1700/s1678_goal_parser_interpretation/readme.md index c7541281..7da28728 100644 --- a/src/main/java/g1601_1700/s1678_goal_parser_interpretation/readme.md +++ b/src/main/java/g1601_1700/s1678_goal_parser_interpretation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1678\. Goal Parser Interpretation diff --git a/src/main/java/g1601_1700/s1679_max_number_of_k_sum_pairs/readme.md b/src/main/java/g1601_1700/s1679_max_number_of_k_sum_pairs/readme.md index 7c866c3d..6fd03042 100644 --- a/src/main/java/g1601_1700/s1679_max_number_of_k_sum_pairs/readme.md +++ b/src/main/java/g1601_1700/s1679_max_number_of_k_sum_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1679\. Max Number of K-Sum Pairs diff --git a/src/main/java/g1601_1700/s1680_concatenation_of_consecutive_binary_numbers/readme.md b/src/main/java/g1601_1700/s1680_concatenation_of_consecutive_binary_numbers/readme.md index 20e07612..fa8f0922 100644 --- a/src/main/java/g1601_1700/s1680_concatenation_of_consecutive_binary_numbers/readme.md +++ b/src/main/java/g1601_1700/s1680_concatenation_of_consecutive_binary_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1680\. Concatenation of Consecutive Binary Numbers diff --git a/src/main/java/g1601_1700/s1681_minimum_incompatibility/readme.md b/src/main/java/g1601_1700/s1681_minimum_incompatibility/readme.md index 53d8669f..6ac148e2 100644 --- a/src/main/java/g1601_1700/s1681_minimum_incompatibility/readme.md +++ b/src/main/java/g1601_1700/s1681_minimum_incompatibility/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1681\. Minimum Incompatibility diff --git a/src/main/java/g1601_1700/s1684_count_the_number_of_consistent_strings/readme.md b/src/main/java/g1601_1700/s1684_count_the_number_of_consistent_strings/readme.md index 3f05476a..7aa52e49 100644 --- a/src/main/java/g1601_1700/s1684_count_the_number_of_consistent_strings/readme.md +++ b/src/main/java/g1601_1700/s1684_count_the_number_of_consistent_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1684\. Count the Number of Consistent Strings diff --git a/src/main/java/g1601_1700/s1685_sum_of_absolute_differences_in_a_sorted_array/readme.md b/src/main/java/g1601_1700/s1685_sum_of_absolute_differences_in_a_sorted_array/readme.md index 129711ee..57023621 100644 --- a/src/main/java/g1601_1700/s1685_sum_of_absolute_differences_in_a_sorted_array/readme.md +++ b/src/main/java/g1601_1700/s1685_sum_of_absolute_differences_in_a_sorted_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1685\. Sum of Absolute Differences in a Sorted Array diff --git a/src/main/java/g1601_1700/s1686_stone_game_vi/readme.md b/src/main/java/g1601_1700/s1686_stone_game_vi/readme.md index 78ce7767..a54a2735 100644 --- a/src/main/java/g1601_1700/s1686_stone_game_vi/readme.md +++ b/src/main/java/g1601_1700/s1686_stone_game_vi/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1686\. Stone Game VI diff --git a/src/main/java/g1601_1700/s1687_delivering_boxes_from_storage_to_ports/readme.md b/src/main/java/g1601_1700/s1687_delivering_boxes_from_storage_to_ports/readme.md index e0ef6b76..7966540f 100644 --- a/src/main/java/g1601_1700/s1687_delivering_boxes_from_storage_to_ports/readme.md +++ b/src/main/java/g1601_1700/s1687_delivering_boxes_from_storage_to_ports/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1687\. Delivering Boxes from Storage to Ports diff --git a/src/main/java/g1601_1700/s1688_count_of_matches_in_tournament/readme.md b/src/main/java/g1601_1700/s1688_count_of_matches_in_tournament/readme.md index 10d53d54..aa6d4009 100644 --- a/src/main/java/g1601_1700/s1688_count_of_matches_in_tournament/readme.md +++ b/src/main/java/g1601_1700/s1688_count_of_matches_in_tournament/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1688\. Count of Matches in Tournament diff --git a/src/main/java/g1601_1700/s1689_partitioning_into_minimum_number_of_deci_binary_numbers/readme.md b/src/main/java/g1601_1700/s1689_partitioning_into_minimum_number_of_deci_binary_numbers/readme.md index 08d03829..bfe92d51 100644 --- a/src/main/java/g1601_1700/s1689_partitioning_into_minimum_number_of_deci_binary_numbers/readme.md +++ b/src/main/java/g1601_1700/s1689_partitioning_into_minimum_number_of_deci_binary_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1689\. Partitioning Into Minimum Number Of Deci-Binary Numbers diff --git a/src/main/java/g1601_1700/s1690_stone_game_vii/readme.md b/src/main/java/g1601_1700/s1690_stone_game_vii/readme.md index bf723ee5..0e6cfd8d 100644 --- a/src/main/java/g1601_1700/s1690_stone_game_vii/readme.md +++ b/src/main/java/g1601_1700/s1690_stone_game_vii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1690\. Stone Game VII diff --git a/src/main/java/g1601_1700/s1691_maximum_height_by_stacking_cuboids/readme.md b/src/main/java/g1601_1700/s1691_maximum_height_by_stacking_cuboids/readme.md index b40edc96..bf6fa86a 100644 --- a/src/main/java/g1601_1700/s1691_maximum_height_by_stacking_cuboids/readme.md +++ b/src/main/java/g1601_1700/s1691_maximum_height_by_stacking_cuboids/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1691\. Maximum Height by Stacking Cuboids diff --git a/src/main/java/g1601_1700/s1693_daily_leads_and_partners/readme.md b/src/main/java/g1601_1700/s1693_daily_leads_and_partners/readme.md index fa8515a3..c1ff591b 100644 --- a/src/main/java/g1601_1700/s1693_daily_leads_and_partners/readme.md +++ b/src/main/java/g1601_1700/s1693_daily_leads_and_partners/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1693\. Daily Leads and Partners diff --git a/src/main/java/g1601_1700/s1694_reformat_phone_number/readme.md b/src/main/java/g1601_1700/s1694_reformat_phone_number/readme.md index 2fe0abe0..26fa5734 100644 --- a/src/main/java/g1601_1700/s1694_reformat_phone_number/readme.md +++ b/src/main/java/g1601_1700/s1694_reformat_phone_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1694\. Reformat Phone Number diff --git a/src/main/java/g1601_1700/s1695_maximum_erasure_value/readme.md b/src/main/java/g1601_1700/s1695_maximum_erasure_value/readme.md index 876c839e..6174edc8 100644 --- a/src/main/java/g1601_1700/s1695_maximum_erasure_value/readme.md +++ b/src/main/java/g1601_1700/s1695_maximum_erasure_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1695\. Maximum Erasure Value diff --git a/src/main/java/g1601_1700/s1696_jump_game_vi/readme.md b/src/main/java/g1601_1700/s1696_jump_game_vi/readme.md index 45f86d2b..d5bb410e 100644 --- a/src/main/java/g1601_1700/s1696_jump_game_vi/readme.md +++ b/src/main/java/g1601_1700/s1696_jump_game_vi/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1696\. Jump Game VI diff --git a/src/main/java/g1601_1700/s1697_checking_existence_of_edge_length_limited_paths/readme.md b/src/main/java/g1601_1700/s1697_checking_existence_of_edge_length_limited_paths/readme.md index adf2ab89..a070db5b 100644 --- a/src/main/java/g1601_1700/s1697_checking_existence_of_edge_length_limited_paths/readme.md +++ b/src/main/java/g1601_1700/s1697_checking_existence_of_edge_length_limited_paths/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1697\. Checking Existence of Edge Length Limited Paths diff --git a/src/main/java/g1601_1700/s1700_number_of_students_unable_to_eat_lunch/readme.md b/src/main/java/g1601_1700/s1700_number_of_students_unable_to_eat_lunch/readme.md index 2738375a..916c06ee 100644 --- a/src/main/java/g1601_1700/s1700_number_of_students_unable_to_eat_lunch/readme.md +++ b/src/main/java/g1601_1700/s1700_number_of_students_unable_to_eat_lunch/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1700\. Number of Students Unable to Eat Lunch diff --git a/src/main/java/g1701_1800/s1701_average_waiting_time/readme.md b/src/main/java/g1701_1800/s1701_average_waiting_time/readme.md index 8b948d3a..f83080d0 100644 --- a/src/main/java/g1701_1800/s1701_average_waiting_time/readme.md +++ b/src/main/java/g1701_1800/s1701_average_waiting_time/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1701\. Average Waiting Time diff --git a/src/main/java/g1701_1800/s1702_maximum_binary_string_after_change/readme.md b/src/main/java/g1701_1800/s1702_maximum_binary_string_after_change/readme.md index 48727ddd..4c2a164f 100644 --- a/src/main/java/g1701_1800/s1702_maximum_binary_string_after_change/readme.md +++ b/src/main/java/g1701_1800/s1702_maximum_binary_string_after_change/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1702\. Maximum Binary String After Change diff --git a/src/main/java/g1701_1800/s1703_minimum_adjacent_swaps_for_k_consecutive_ones/readme.md b/src/main/java/g1701_1800/s1703_minimum_adjacent_swaps_for_k_consecutive_ones/readme.md index fbbcfa1c..be36f2ea 100644 --- a/src/main/java/g1701_1800/s1703_minimum_adjacent_swaps_for_k_consecutive_ones/readme.md +++ b/src/main/java/g1701_1800/s1703_minimum_adjacent_swaps_for_k_consecutive_ones/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1703\. Minimum Adjacent Swaps for K Consecutive Ones diff --git a/src/main/java/g1701_1800/s1704_determine_if_string_halves_are_alike/readme.md b/src/main/java/g1701_1800/s1704_determine_if_string_halves_are_alike/readme.md index 5f1c17bd..20f5cef6 100644 --- a/src/main/java/g1701_1800/s1704_determine_if_string_halves_are_alike/readme.md +++ b/src/main/java/g1701_1800/s1704_determine_if_string_halves_are_alike/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1704\. Determine if String Halves Are Alike diff --git a/src/main/java/g1701_1800/s1705_maximum_number_of_eaten_apples/readme.md b/src/main/java/g1701_1800/s1705_maximum_number_of_eaten_apples/readme.md index 6c7102a9..376d95e6 100644 --- a/src/main/java/g1701_1800/s1705_maximum_number_of_eaten_apples/readme.md +++ b/src/main/java/g1701_1800/s1705_maximum_number_of_eaten_apples/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1705\. Maximum Number of Eaten Apples diff --git a/src/main/java/g1701_1800/s1706_where_will_the_ball_fall/readme.md b/src/main/java/g1701_1800/s1706_where_will_the_ball_fall/readme.md index 342a591d..42d79099 100644 --- a/src/main/java/g1701_1800/s1706_where_will_the_ball_fall/readme.md +++ b/src/main/java/g1701_1800/s1706_where_will_the_ball_fall/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1706\. Where Will the Ball Fall diff --git a/src/main/java/g1701_1800/s1707_maximum_xor_with_an_element_from_array/readme.md b/src/main/java/g1701_1800/s1707_maximum_xor_with_an_element_from_array/readme.md index 71734f4a..96c77424 100644 --- a/src/main/java/g1701_1800/s1707_maximum_xor_with_an_element_from_array/readme.md +++ b/src/main/java/g1701_1800/s1707_maximum_xor_with_an_element_from_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1707\. Maximum XOR With an Element From Array diff --git a/src/main/java/g1701_1800/s1710_maximum_units_on_a_truck/readme.md b/src/main/java/g1701_1800/s1710_maximum_units_on_a_truck/readme.md index 01bbb08c..0c3f31a3 100644 --- a/src/main/java/g1701_1800/s1710_maximum_units_on_a_truck/readme.md +++ b/src/main/java/g1701_1800/s1710_maximum_units_on_a_truck/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1710\. Maximum Units on a Truck diff --git a/src/main/java/g1701_1800/s1711_count_good_meals/readme.md b/src/main/java/g1701_1800/s1711_count_good_meals/readme.md index 6b3a5922..73dee61a 100644 --- a/src/main/java/g1701_1800/s1711_count_good_meals/readme.md +++ b/src/main/java/g1701_1800/s1711_count_good_meals/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1711\. Count Good Meals diff --git a/src/main/java/g1701_1800/s1712_ways_to_split_array_into_three_subarrays/readme.md b/src/main/java/g1701_1800/s1712_ways_to_split_array_into_three_subarrays/readme.md index 28b37e07..135a636d 100644 --- a/src/main/java/g1701_1800/s1712_ways_to_split_array_into_three_subarrays/readme.md +++ b/src/main/java/g1701_1800/s1712_ways_to_split_array_into_three_subarrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1712\. Ways to Split Array Into Three Subarrays diff --git a/src/main/java/g1701_1800/s1713_minimum_operations_to_make_a_subsequence/readme.md b/src/main/java/g1701_1800/s1713_minimum_operations_to_make_a_subsequence/readme.md index 5937e695..39de159a 100644 --- a/src/main/java/g1701_1800/s1713_minimum_operations_to_make_a_subsequence/readme.md +++ b/src/main/java/g1701_1800/s1713_minimum_operations_to_make_a_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1713\. Minimum Operations to Make a Subsequence diff --git a/src/main/java/g1701_1800/s1716_calculate_money_in_leetcode_bank/readme.md b/src/main/java/g1701_1800/s1716_calculate_money_in_leetcode_bank/readme.md index 820977fb..75384e2d 100644 --- a/src/main/java/g1701_1800/s1716_calculate_money_in_leetcode_bank/readme.md +++ b/src/main/java/g1701_1800/s1716_calculate_money_in_leetcode_bank/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1716\. Calculate Money in Leetcode Bank diff --git a/src/main/java/g1701_1800/s1717_maximum_score_from_removing_substrings/readme.md b/src/main/java/g1701_1800/s1717_maximum_score_from_removing_substrings/readme.md index fc7f2455..fddedb85 100644 --- a/src/main/java/g1701_1800/s1717_maximum_score_from_removing_substrings/readme.md +++ b/src/main/java/g1701_1800/s1717_maximum_score_from_removing_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1717\. Maximum Score From Removing Substrings diff --git a/src/main/java/g1701_1800/s1718_construct_the_lexicographically_largest_valid_sequence/readme.md b/src/main/java/g1701_1800/s1718_construct_the_lexicographically_largest_valid_sequence/readme.md index 7c66f291..37531373 100644 --- a/src/main/java/g1701_1800/s1718_construct_the_lexicographically_largest_valid_sequence/readme.md +++ b/src/main/java/g1701_1800/s1718_construct_the_lexicographically_largest_valid_sequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1718\. Construct the Lexicographically Largest Valid Sequence diff --git a/src/main/java/g1701_1800/s1719_number_of_ways_to_reconstruct_a_tree/readme.md b/src/main/java/g1701_1800/s1719_number_of_ways_to_reconstruct_a_tree/readme.md index 17cb5230..def13b67 100644 --- a/src/main/java/g1701_1800/s1719_number_of_ways_to_reconstruct_a_tree/readme.md +++ b/src/main/java/g1701_1800/s1719_number_of_ways_to_reconstruct_a_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1719\. Number Of Ways To Reconstruct A Tree diff --git a/src/main/java/g1701_1800/s1720_decode_xored_array/readme.md b/src/main/java/g1701_1800/s1720_decode_xored_array/readme.md index c647de75..0e1ea181 100644 --- a/src/main/java/g1701_1800/s1720_decode_xored_array/readme.md +++ b/src/main/java/g1701_1800/s1720_decode_xored_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1720\. Decode XORed Array diff --git a/src/main/java/g1701_1800/s1721_swapping_nodes_in_a_linked_list/readme.md b/src/main/java/g1701_1800/s1721_swapping_nodes_in_a_linked_list/readme.md index 55015373..4ea8102a 100644 --- a/src/main/java/g1701_1800/s1721_swapping_nodes_in_a_linked_list/readme.md +++ b/src/main/java/g1701_1800/s1721_swapping_nodes_in_a_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1721\. Swapping Nodes in a Linked List diff --git a/src/main/java/g1701_1800/s1722_minimize_hamming_distance_after_swap_operations/readme.md b/src/main/java/g1701_1800/s1722_minimize_hamming_distance_after_swap_operations/readme.md index 190519bb..4c1092c1 100644 --- a/src/main/java/g1701_1800/s1722_minimize_hamming_distance_after_swap_operations/readme.md +++ b/src/main/java/g1701_1800/s1722_minimize_hamming_distance_after_swap_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1722\. Minimize Hamming Distance After Swap Operations diff --git a/src/main/java/g1701_1800/s1723_find_minimum_time_to_finish_all_jobs/readme.md b/src/main/java/g1701_1800/s1723_find_minimum_time_to_finish_all_jobs/readme.md index 894bf48e..5b1a67f1 100644 --- a/src/main/java/g1701_1800/s1723_find_minimum_time_to_finish_all_jobs/readme.md +++ b/src/main/java/g1701_1800/s1723_find_minimum_time_to_finish_all_jobs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1723\. Find Minimum Time to Finish All Jobs diff --git a/src/main/java/g1701_1800/s1725_number_of_rectangles_that_can_form_the_largest_square/readme.md b/src/main/java/g1701_1800/s1725_number_of_rectangles_that_can_form_the_largest_square/readme.md index 138b5db5..480cbd13 100644 --- a/src/main/java/g1701_1800/s1725_number_of_rectangles_that_can_form_the_largest_square/readme.md +++ b/src/main/java/g1701_1800/s1725_number_of_rectangles_that_can_form_the_largest_square/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1725\. Number Of Rectangles That Can Form The Largest Square diff --git a/src/main/java/g1701_1800/s1726_tuple_with_same_product/readme.md b/src/main/java/g1701_1800/s1726_tuple_with_same_product/readme.md index a6725530..ce0374b3 100644 --- a/src/main/java/g1701_1800/s1726_tuple_with_same_product/readme.md +++ b/src/main/java/g1701_1800/s1726_tuple_with_same_product/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1726\. Tuple with Same Product diff --git a/src/main/java/g1701_1800/s1727_largest_submatrix_with_rearrangements/readme.md b/src/main/java/g1701_1800/s1727_largest_submatrix_with_rearrangements/readme.md index 526d9b62..71bd5fd3 100644 --- a/src/main/java/g1701_1800/s1727_largest_submatrix_with_rearrangements/readme.md +++ b/src/main/java/g1701_1800/s1727_largest_submatrix_with_rearrangements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1727\. Largest Submatrix With Rearrangements diff --git a/src/main/java/g1701_1800/s1728_cat_and_mouse_ii/readme.md b/src/main/java/g1701_1800/s1728_cat_and_mouse_ii/readme.md index 5dfe8658..fb5a26be 100644 --- a/src/main/java/g1701_1800/s1728_cat_and_mouse_ii/readme.md +++ b/src/main/java/g1701_1800/s1728_cat_and_mouse_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1728\. Cat and Mouse II diff --git a/src/main/java/g1701_1800/s1729_find_followers_count/readme.md b/src/main/java/g1701_1800/s1729_find_followers_count/readme.md index f0cc59bd..b490508f 100644 --- a/src/main/java/g1701_1800/s1729_find_followers_count/readme.md +++ b/src/main/java/g1701_1800/s1729_find_followers_count/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1729\. Find Followers Count diff --git a/src/main/java/g1701_1800/s1732_find_the_highest_altitude/readme.md b/src/main/java/g1701_1800/s1732_find_the_highest_altitude/readme.md index d0d4eb7c..324b62a5 100644 --- a/src/main/java/g1701_1800/s1732_find_the_highest_altitude/readme.md +++ b/src/main/java/g1701_1800/s1732_find_the_highest_altitude/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1732\. Find the Highest Altitude diff --git a/src/main/java/g1701_1800/s1733_minimum_number_of_people_to_teach/readme.md b/src/main/java/g1701_1800/s1733_minimum_number_of_people_to_teach/readme.md index 541d67a1..a7d0e6d4 100644 --- a/src/main/java/g1701_1800/s1733_minimum_number_of_people_to_teach/readme.md +++ b/src/main/java/g1701_1800/s1733_minimum_number_of_people_to_teach/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1733\. Minimum Number of People to Teach diff --git a/src/main/java/g1701_1800/s1734_decode_xored_permutation/readme.md b/src/main/java/g1701_1800/s1734_decode_xored_permutation/readme.md index 2c7ea6cb..e795a67b 100644 --- a/src/main/java/g1701_1800/s1734_decode_xored_permutation/readme.md +++ b/src/main/java/g1701_1800/s1734_decode_xored_permutation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1734\. Decode XORed Permutation diff --git a/src/main/java/g1701_1800/s1735_count_ways_to_make_array_with_product/readme.md b/src/main/java/g1701_1800/s1735_count_ways_to_make_array_with_product/readme.md index b463130d..d81eed1f 100644 --- a/src/main/java/g1701_1800/s1735_count_ways_to_make_array_with_product/readme.md +++ b/src/main/java/g1701_1800/s1735_count_ways_to_make_array_with_product/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1735\. Count Ways to Make Array With Product diff --git a/src/main/java/g1701_1800/s1736_latest_time_by_replacing_hidden_digits/readme.md b/src/main/java/g1701_1800/s1736_latest_time_by_replacing_hidden_digits/readme.md index 19730b04..c837dda3 100644 --- a/src/main/java/g1701_1800/s1736_latest_time_by_replacing_hidden_digits/readme.md +++ b/src/main/java/g1701_1800/s1736_latest_time_by_replacing_hidden_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1736\. Latest Time by Replacing Hidden Digits diff --git a/src/main/java/g1701_1800/s1737_change_minimum_characters_to_satisfy_one_of_three_conditions/readme.md b/src/main/java/g1701_1800/s1737_change_minimum_characters_to_satisfy_one_of_three_conditions/readme.md index 56df0a3c..ae1ab1e2 100644 --- a/src/main/java/g1701_1800/s1737_change_minimum_characters_to_satisfy_one_of_three_conditions/readme.md +++ b/src/main/java/g1701_1800/s1737_change_minimum_characters_to_satisfy_one_of_three_conditions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1737\. Change Minimum Characters to Satisfy One of Three Conditions diff --git a/src/main/java/g1701_1800/s1738_find_kth_largest_xor_coordinate_value/readme.md b/src/main/java/g1701_1800/s1738_find_kth_largest_xor_coordinate_value/readme.md index f0cdf8d6..f5d1b945 100644 --- a/src/main/java/g1701_1800/s1738_find_kth_largest_xor_coordinate_value/readme.md +++ b/src/main/java/g1701_1800/s1738_find_kth_largest_xor_coordinate_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1738\. Find Kth Largest XOR Coordinate Value diff --git a/src/main/java/g1701_1800/s1739_building_boxes/readme.md b/src/main/java/g1701_1800/s1739_building_boxes/readme.md index f773e089..a0a0a134 100644 --- a/src/main/java/g1701_1800/s1739_building_boxes/readme.md +++ b/src/main/java/g1701_1800/s1739_building_boxes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1739\. Building Boxes diff --git a/src/main/java/g1701_1800/s1741_find_total_time_spent_by_each_employee/readme.md b/src/main/java/g1701_1800/s1741_find_total_time_spent_by_each_employee/readme.md index 77ab4965..bfea6459 100644 --- a/src/main/java/g1701_1800/s1741_find_total_time_spent_by_each_employee/readme.md +++ b/src/main/java/g1701_1800/s1741_find_total_time_spent_by_each_employee/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1741\. Find Total Time Spent by Each Employee diff --git a/src/main/java/g1701_1800/s1742_maximum_number_of_balls_in_a_box/readme.md b/src/main/java/g1701_1800/s1742_maximum_number_of_balls_in_a_box/readme.md index 6cbd932f..4f491720 100644 --- a/src/main/java/g1701_1800/s1742_maximum_number_of_balls_in_a_box/readme.md +++ b/src/main/java/g1701_1800/s1742_maximum_number_of_balls_in_a_box/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1742\. Maximum Number of Balls in a Box diff --git a/src/main/java/g1701_1800/s1743_restore_the_array_from_adjacent_pairs/readme.md b/src/main/java/g1701_1800/s1743_restore_the_array_from_adjacent_pairs/readme.md index a2bea05b..6a80cdb5 100644 --- a/src/main/java/g1701_1800/s1743_restore_the_array_from_adjacent_pairs/readme.md +++ b/src/main/java/g1701_1800/s1743_restore_the_array_from_adjacent_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1743\. Restore the Array From Adjacent Pairs diff --git a/src/main/java/g1701_1800/s1744_can_you_eat_your_favorite_candy_on_your_favorite_day/readme.md b/src/main/java/g1701_1800/s1744_can_you_eat_your_favorite_candy_on_your_favorite_day/readme.md index 6f4b7713..79c9f527 100644 --- a/src/main/java/g1701_1800/s1744_can_you_eat_your_favorite_candy_on_your_favorite_day/readme.md +++ b/src/main/java/g1701_1800/s1744_can_you_eat_your_favorite_candy_on_your_favorite_day/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1744\. Can You Eat Your Favorite Candy on Your Favorite Day? diff --git a/src/main/java/g1701_1800/s1745_palindrome_partitioning_iv/readme.md b/src/main/java/g1701_1800/s1745_palindrome_partitioning_iv/readme.md index a6a3e4ad..26ff2bec 100644 --- a/src/main/java/g1701_1800/s1745_palindrome_partitioning_iv/readme.md +++ b/src/main/java/g1701_1800/s1745_palindrome_partitioning_iv/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1745\. Palindrome Partitioning IV diff --git a/src/main/java/g1701_1800/s1748_sum_of_unique_elements/readme.md b/src/main/java/g1701_1800/s1748_sum_of_unique_elements/readme.md index 911c2efd..661c0e22 100644 --- a/src/main/java/g1701_1800/s1748_sum_of_unique_elements/readme.md +++ b/src/main/java/g1701_1800/s1748_sum_of_unique_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1748\. Sum of Unique Elements diff --git a/src/main/java/g1701_1800/s1749_maximum_absolute_sum_of_any_subarray/readme.md b/src/main/java/g1701_1800/s1749_maximum_absolute_sum_of_any_subarray/readme.md index 5933c0c9..898a96da 100644 --- a/src/main/java/g1701_1800/s1749_maximum_absolute_sum_of_any_subarray/readme.md +++ b/src/main/java/g1701_1800/s1749_maximum_absolute_sum_of_any_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1749\. Maximum Absolute Sum of Any Subarray diff --git a/src/main/java/g1701_1800/s1750_minimum_length_of_string_after_deleting_similar_ends/readme.md b/src/main/java/g1701_1800/s1750_minimum_length_of_string_after_deleting_similar_ends/readme.md index e321dfa7..aee0e616 100644 --- a/src/main/java/g1701_1800/s1750_minimum_length_of_string_after_deleting_similar_ends/readme.md +++ b/src/main/java/g1701_1800/s1750_minimum_length_of_string_after_deleting_similar_ends/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1750\. Minimum Length of String After Deleting Similar Ends diff --git a/src/main/java/g1701_1800/s1751_maximum_number_of_events_that_can_be_attended_ii/readme.md b/src/main/java/g1701_1800/s1751_maximum_number_of_events_that_can_be_attended_ii/readme.md index af6800c9..4ed5d470 100644 --- a/src/main/java/g1701_1800/s1751_maximum_number_of_events_that_can_be_attended_ii/readme.md +++ b/src/main/java/g1701_1800/s1751_maximum_number_of_events_that_can_be_attended_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1751\. Maximum Number of Events That Can Be Attended II diff --git a/src/main/java/g1701_1800/s1752_check_if_array_is_sorted_and_rotated/readme.md b/src/main/java/g1701_1800/s1752_check_if_array_is_sorted_and_rotated/readme.md index 5f78c6d1..e1569d0d 100644 --- a/src/main/java/g1701_1800/s1752_check_if_array_is_sorted_and_rotated/readme.md +++ b/src/main/java/g1701_1800/s1752_check_if_array_is_sorted_and_rotated/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1752\. Check if Array Is Sorted and Rotated diff --git a/src/main/java/g1701_1800/s1753_maximum_score_from_removing_stones/readme.md b/src/main/java/g1701_1800/s1753_maximum_score_from_removing_stones/readme.md index 22e1e00b..d46b0fd3 100644 --- a/src/main/java/g1701_1800/s1753_maximum_score_from_removing_stones/readme.md +++ b/src/main/java/g1701_1800/s1753_maximum_score_from_removing_stones/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1753\. Maximum Score From Removing Stones diff --git a/src/main/java/g1701_1800/s1754_largest_merge_of_two_strings/readme.md b/src/main/java/g1701_1800/s1754_largest_merge_of_two_strings/readme.md index 3a1e3e12..a02d438e 100644 --- a/src/main/java/g1701_1800/s1754_largest_merge_of_two_strings/readme.md +++ b/src/main/java/g1701_1800/s1754_largest_merge_of_two_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1754\. Largest Merge Of Two Strings diff --git a/src/main/java/g1701_1800/s1755_closest_subsequence_sum/readme.md b/src/main/java/g1701_1800/s1755_closest_subsequence_sum/readme.md index ea090d13..a9166544 100644 --- a/src/main/java/g1701_1800/s1755_closest_subsequence_sum/readme.md +++ b/src/main/java/g1701_1800/s1755_closest_subsequence_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1755\. Closest Subsequence Sum diff --git a/src/main/java/g1701_1800/s1757_recyclable_and_low_fat_products/readme.md b/src/main/java/g1701_1800/s1757_recyclable_and_low_fat_products/readme.md index b8a81fcd..9943d6be 100644 --- a/src/main/java/g1701_1800/s1757_recyclable_and_low_fat_products/readme.md +++ b/src/main/java/g1701_1800/s1757_recyclable_and_low_fat_products/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1757\. Recyclable and Low Fat Products diff --git a/src/main/java/g1701_1800/s1758_minimum_changes_to_make_alternating_binary_string/readme.md b/src/main/java/g1701_1800/s1758_minimum_changes_to_make_alternating_binary_string/readme.md index 1c94ebd6..65cf593c 100644 --- a/src/main/java/g1701_1800/s1758_minimum_changes_to_make_alternating_binary_string/readme.md +++ b/src/main/java/g1701_1800/s1758_minimum_changes_to_make_alternating_binary_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1758\. Minimum Changes To Make Alternating Binary String diff --git a/src/main/java/g1701_1800/s1759_count_number_of_homogenous_substrings/readme.md b/src/main/java/g1701_1800/s1759_count_number_of_homogenous_substrings/readme.md index 813bfb47..713f4cb9 100644 --- a/src/main/java/g1701_1800/s1759_count_number_of_homogenous_substrings/readme.md +++ b/src/main/java/g1701_1800/s1759_count_number_of_homogenous_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1759\. Count Number of Homogenous Substrings diff --git a/src/main/java/g1701_1800/s1760_minimum_limit_of_balls_in_a_bag/readme.md b/src/main/java/g1701_1800/s1760_minimum_limit_of_balls_in_a_bag/readme.md index 98d67e40..3fb6b614 100644 --- a/src/main/java/g1701_1800/s1760_minimum_limit_of_balls_in_a_bag/readme.md +++ b/src/main/java/g1701_1800/s1760_minimum_limit_of_balls_in_a_bag/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1760\. Minimum Limit of Balls in a Bag diff --git a/src/main/java/g1701_1800/s1761_minimum_degree_of_a_connected_trio_in_a_graph/readme.md b/src/main/java/g1701_1800/s1761_minimum_degree_of_a_connected_trio_in_a_graph/readme.md index 25d43f91..a6de0b3b 100644 --- a/src/main/java/g1701_1800/s1761_minimum_degree_of_a_connected_trio_in_a_graph/readme.md +++ b/src/main/java/g1701_1800/s1761_minimum_degree_of_a_connected_trio_in_a_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1761\. Minimum Degree of a Connected Trio in a Graph diff --git a/src/main/java/g1701_1800/s1763_longest_nice_substring/readme.md b/src/main/java/g1701_1800/s1763_longest_nice_substring/readme.md index f21bd421..418f0fbe 100644 --- a/src/main/java/g1701_1800/s1763_longest_nice_substring/readme.md +++ b/src/main/java/g1701_1800/s1763_longest_nice_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1763\. Longest Nice Substring diff --git a/src/main/java/g1701_1800/s1764_form_array_by_concatenating_subarrays_of_another_array/readme.md b/src/main/java/g1701_1800/s1764_form_array_by_concatenating_subarrays_of_another_array/readme.md index bfed647e..ff42f363 100644 --- a/src/main/java/g1701_1800/s1764_form_array_by_concatenating_subarrays_of_another_array/readme.md +++ b/src/main/java/g1701_1800/s1764_form_array_by_concatenating_subarrays_of_another_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1764\. Form Array by Concatenating Subarrays of Another Array diff --git a/src/main/java/g1701_1800/s1765_map_of_highest_peak/readme.md b/src/main/java/g1701_1800/s1765_map_of_highest_peak/readme.md index b0da8356..a420bff1 100644 --- a/src/main/java/g1701_1800/s1765_map_of_highest_peak/readme.md +++ b/src/main/java/g1701_1800/s1765_map_of_highest_peak/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1765\. Map of Highest Peak diff --git a/src/main/java/g1701_1800/s1766_tree_of_coprimes/readme.md b/src/main/java/g1701_1800/s1766_tree_of_coprimes/readme.md index e576d4ed..5f6d1a2c 100644 --- a/src/main/java/g1701_1800/s1766_tree_of_coprimes/readme.md +++ b/src/main/java/g1701_1800/s1766_tree_of_coprimes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1766\. Tree of Coprimes diff --git a/src/main/java/g1701_1800/s1768_merge_strings_alternately/readme.md b/src/main/java/g1701_1800/s1768_merge_strings_alternately/readme.md index f09555a9..88df92e7 100644 --- a/src/main/java/g1701_1800/s1768_merge_strings_alternately/readme.md +++ b/src/main/java/g1701_1800/s1768_merge_strings_alternately/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1768\. Merge Strings Alternately diff --git a/src/main/java/g1701_1800/s1769_minimum_number_of_operations_to_move_all_balls_to_each_box/readme.md b/src/main/java/g1701_1800/s1769_minimum_number_of_operations_to_move_all_balls_to_each_box/readme.md index 4902fc90..1cd023fd 100644 --- a/src/main/java/g1701_1800/s1769_minimum_number_of_operations_to_move_all_balls_to_each_box/readme.md +++ b/src/main/java/g1701_1800/s1769_minimum_number_of_operations_to_move_all_balls_to_each_box/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1769\. Minimum Number of Operations to Move All Balls to Each Box diff --git a/src/main/java/g1701_1800/s1770_maximum_score_from_performing_multiplication_operations/readme.md b/src/main/java/g1701_1800/s1770_maximum_score_from_performing_multiplication_operations/readme.md index 57d85ae8..a338af56 100644 --- a/src/main/java/g1701_1800/s1770_maximum_score_from_performing_multiplication_operations/readme.md +++ b/src/main/java/g1701_1800/s1770_maximum_score_from_performing_multiplication_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1770\. Maximum Score from Performing Multiplication Operations diff --git a/src/main/java/g1701_1800/s1771_maximize_palindrome_length_from_subsequences/readme.md b/src/main/java/g1701_1800/s1771_maximize_palindrome_length_from_subsequences/readme.md index 8021dc5e..1f3ac315 100644 --- a/src/main/java/g1701_1800/s1771_maximize_palindrome_length_from_subsequences/readme.md +++ b/src/main/java/g1701_1800/s1771_maximize_palindrome_length_from_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1771\. Maximize Palindrome Length From Subsequences diff --git a/src/main/java/g1701_1800/s1773_count_items_matching_a_rule/readme.md b/src/main/java/g1701_1800/s1773_count_items_matching_a_rule/readme.md index a2837e01..dfca5a03 100644 --- a/src/main/java/g1701_1800/s1773_count_items_matching_a_rule/readme.md +++ b/src/main/java/g1701_1800/s1773_count_items_matching_a_rule/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1773\. Count Items Matching a Rule diff --git a/src/main/java/g1701_1800/s1774_closest_dessert_cost/readme.md b/src/main/java/g1701_1800/s1774_closest_dessert_cost/readme.md index 316c511e..b5e33211 100644 --- a/src/main/java/g1701_1800/s1774_closest_dessert_cost/readme.md +++ b/src/main/java/g1701_1800/s1774_closest_dessert_cost/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1774\. Closest Dessert Cost diff --git a/src/main/java/g1701_1800/s1775_equal_sum_arrays_with_minimum_number_of_operations/readme.md b/src/main/java/g1701_1800/s1775_equal_sum_arrays_with_minimum_number_of_operations/readme.md index 98e23952..a293316f 100644 --- a/src/main/java/g1701_1800/s1775_equal_sum_arrays_with_minimum_number_of_operations/readme.md +++ b/src/main/java/g1701_1800/s1775_equal_sum_arrays_with_minimum_number_of_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1775\. Equal Sum Arrays With Minimum Number of Operations diff --git a/src/main/java/g1701_1800/s1776_car_fleet_ii/readme.md b/src/main/java/g1701_1800/s1776_car_fleet_ii/readme.md index 168eb283..1370106e 100644 --- a/src/main/java/g1701_1800/s1776_car_fleet_ii/readme.md +++ b/src/main/java/g1701_1800/s1776_car_fleet_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1776\. Car Fleet II diff --git a/src/main/java/g1701_1800/s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate/readme.md b/src/main/java/g1701_1800/s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate/readme.md index b2378fbf..753cac6f 100644 --- a/src/main/java/g1701_1800/s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate/readme.md +++ b/src/main/java/g1701_1800/s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1779\. Find Nearest Point That Has the Same X or Y Coordinate diff --git a/src/main/java/g1701_1800/s1780_check_if_number_is_a_sum_of_powers_of_three/readme.md b/src/main/java/g1701_1800/s1780_check_if_number_is_a_sum_of_powers_of_three/readme.md index 3d0f342e..8db56736 100644 --- a/src/main/java/g1701_1800/s1780_check_if_number_is_a_sum_of_powers_of_three/readme.md +++ b/src/main/java/g1701_1800/s1780_check_if_number_is_a_sum_of_powers_of_three/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1780\. Check if Number is a Sum of Powers of Three diff --git a/src/main/java/g1701_1800/s1781_sum_of_beauty_of_all_substrings/readme.md b/src/main/java/g1701_1800/s1781_sum_of_beauty_of_all_substrings/readme.md index ccde1c73..ad255336 100644 --- a/src/main/java/g1701_1800/s1781_sum_of_beauty_of_all_substrings/readme.md +++ b/src/main/java/g1701_1800/s1781_sum_of_beauty_of_all_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1781\. Sum of Beauty of All Substrings diff --git a/src/main/java/g1701_1800/s1782_count_pairs_of_nodes/readme.md b/src/main/java/g1701_1800/s1782_count_pairs_of_nodes/readme.md index 27a9bc52..af57d49e 100644 --- a/src/main/java/g1701_1800/s1782_count_pairs_of_nodes/readme.md +++ b/src/main/java/g1701_1800/s1782_count_pairs_of_nodes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1782\. Count Pairs Of Nodes diff --git a/src/main/java/g1701_1800/s1784_check_if_binary_string_has_at_most_one_segment_of_ones/readme.md b/src/main/java/g1701_1800/s1784_check_if_binary_string_has_at_most_one_segment_of_ones/readme.md index dee4feb6..be818adb 100644 --- a/src/main/java/g1701_1800/s1784_check_if_binary_string_has_at_most_one_segment_of_ones/readme.md +++ b/src/main/java/g1701_1800/s1784_check_if_binary_string_has_at_most_one_segment_of_ones/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1784\. Check if Binary String Has at Most One Segment of Ones diff --git a/src/main/java/g1701_1800/s1785_minimum_elements_to_add_to_form_a_given_sum/readme.md b/src/main/java/g1701_1800/s1785_minimum_elements_to_add_to_form_a_given_sum/readme.md index eee3c05c..97fae8d3 100644 --- a/src/main/java/g1701_1800/s1785_minimum_elements_to_add_to_form_a_given_sum/readme.md +++ b/src/main/java/g1701_1800/s1785_minimum_elements_to_add_to_form_a_given_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1785\. Minimum Elements to Add to Form a Given Sum diff --git a/src/main/java/g1701_1800/s1786_number_of_restricted_paths_from_first_to_last_node/readme.md b/src/main/java/g1701_1800/s1786_number_of_restricted_paths_from_first_to_last_node/readme.md index 4175c51e..d31530f7 100644 --- a/src/main/java/g1701_1800/s1786_number_of_restricted_paths_from_first_to_last_node/readme.md +++ b/src/main/java/g1701_1800/s1786_number_of_restricted_paths_from_first_to_last_node/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1786\. Number of Restricted Paths From First to Last Node diff --git a/src/main/java/g1701_1800/s1787_make_the_xor_of_all_segments_equal_to_zero/readme.md b/src/main/java/g1701_1800/s1787_make_the_xor_of_all_segments_equal_to_zero/readme.md index 0459f267..5dcd54b3 100644 --- a/src/main/java/g1701_1800/s1787_make_the_xor_of_all_segments_equal_to_zero/readme.md +++ b/src/main/java/g1701_1800/s1787_make_the_xor_of_all_segments_equal_to_zero/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1787\. Make the XOR of All Segments Equal to Zero diff --git a/src/main/java/g1701_1800/s1790_check_if_one_string_swap_can_make_strings_equal/readme.md b/src/main/java/g1701_1800/s1790_check_if_one_string_swap_can_make_strings_equal/readme.md index 945fb8c8..21b6e038 100644 --- a/src/main/java/g1701_1800/s1790_check_if_one_string_swap_can_make_strings_equal/readme.md +++ b/src/main/java/g1701_1800/s1790_check_if_one_string_swap_can_make_strings_equal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1790\. Check if One String Swap Can Make Strings Equal diff --git a/src/main/java/g1701_1800/s1791_find_center_of_star_graph/readme.md b/src/main/java/g1701_1800/s1791_find_center_of_star_graph/readme.md index a826e8a8..41448615 100644 --- a/src/main/java/g1701_1800/s1791_find_center_of_star_graph/readme.md +++ b/src/main/java/g1701_1800/s1791_find_center_of_star_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1791\. Find Center of Star Graph diff --git a/src/main/java/g1701_1800/s1792_maximum_average_pass_ratio/readme.md b/src/main/java/g1701_1800/s1792_maximum_average_pass_ratio/readme.md index 8efd2f63..779f5ea9 100644 --- a/src/main/java/g1701_1800/s1792_maximum_average_pass_ratio/readme.md +++ b/src/main/java/g1701_1800/s1792_maximum_average_pass_ratio/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1792\. Maximum Average Pass Ratio diff --git a/src/main/java/g1701_1800/s1793_maximum_score_of_a_good_subarray/readme.md b/src/main/java/g1701_1800/s1793_maximum_score_of_a_good_subarray/readme.md index ce3515e2..ee801ac6 100644 --- a/src/main/java/g1701_1800/s1793_maximum_score_of_a_good_subarray/readme.md +++ b/src/main/java/g1701_1800/s1793_maximum_score_of_a_good_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1793\. Maximum Score of a Good Subarray diff --git a/src/main/java/g1701_1800/s1795_rearrange_products_table/readme.md b/src/main/java/g1701_1800/s1795_rearrange_products_table/readme.md index 898a0fe5..246de41e 100644 --- a/src/main/java/g1701_1800/s1795_rearrange_products_table/readme.md +++ b/src/main/java/g1701_1800/s1795_rearrange_products_table/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1795\. Rearrange Products Table diff --git a/src/main/java/g1701_1800/s1796_second_largest_digit_in_a_string/readme.md b/src/main/java/g1701_1800/s1796_second_largest_digit_in_a_string/readme.md index bd863a1e..afbb9a59 100644 --- a/src/main/java/g1701_1800/s1796_second_largest_digit_in_a_string/readme.md +++ b/src/main/java/g1701_1800/s1796_second_largest_digit_in_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1796\. Second Largest Digit in a String diff --git a/src/main/java/g1701_1800/s1797_design_authentication_manager/readme.md b/src/main/java/g1701_1800/s1797_design_authentication_manager/readme.md index 3b3151ed..6dff004e 100644 --- a/src/main/java/g1701_1800/s1797_design_authentication_manager/readme.md +++ b/src/main/java/g1701_1800/s1797_design_authentication_manager/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1797\. Design Authentication Manager diff --git a/src/main/java/g1701_1800/s1798_maximum_number_of_consecutive_values_you_can_make/readme.md b/src/main/java/g1701_1800/s1798_maximum_number_of_consecutive_values_you_can_make/readme.md index d9a4eb1a..8fdf1d88 100644 --- a/src/main/java/g1701_1800/s1798_maximum_number_of_consecutive_values_you_can_make/readme.md +++ b/src/main/java/g1701_1800/s1798_maximum_number_of_consecutive_values_you_can_make/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1798\. Maximum Number of Consecutive Values You Can Make diff --git a/src/main/java/g1701_1800/s1799_maximize_score_after_n_operations/readme.md b/src/main/java/g1701_1800/s1799_maximize_score_after_n_operations/readme.md index 9d4918fd..a96393c4 100644 --- a/src/main/java/g1701_1800/s1799_maximize_score_after_n_operations/readme.md +++ b/src/main/java/g1701_1800/s1799_maximize_score_after_n_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1799\. Maximize Score After N Operations diff --git a/src/main/java/g1701_1800/s1800_maximum_ascending_subarray_sum/readme.md b/src/main/java/g1701_1800/s1800_maximum_ascending_subarray_sum/readme.md index db7acd3a..c012674b 100644 --- a/src/main/java/g1701_1800/s1800_maximum_ascending_subarray_sum/readme.md +++ b/src/main/java/g1701_1800/s1800_maximum_ascending_subarray_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1800\. Maximum Ascending Subarray Sum diff --git a/src/main/java/g1801_1900/s1801_number_of_orders_in_the_backlog/readme.md b/src/main/java/g1801_1900/s1801_number_of_orders_in_the_backlog/readme.md index ea4d66ca..954054f5 100644 --- a/src/main/java/g1801_1900/s1801_number_of_orders_in_the_backlog/readme.md +++ b/src/main/java/g1801_1900/s1801_number_of_orders_in_the_backlog/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1801\. Number of Orders in the Backlog diff --git a/src/main/java/g1801_1900/s1802_maximum_value_at_a_given_index_in_a_bounded_array/readme.md b/src/main/java/g1801_1900/s1802_maximum_value_at_a_given_index_in_a_bounded_array/readme.md index c7eeb1fc..ddcfda30 100644 --- a/src/main/java/g1801_1900/s1802_maximum_value_at_a_given_index_in_a_bounded_array/readme.md +++ b/src/main/java/g1801_1900/s1802_maximum_value_at_a_given_index_in_a_bounded_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1802\. Maximum Value at a Given Index in a Bounded Array diff --git a/src/main/java/g1801_1900/s1803_count_pairs_with_xor_in_a_range/readme.md b/src/main/java/g1801_1900/s1803_count_pairs_with_xor_in_a_range/readme.md index c1efbd1a..72435b9f 100644 --- a/src/main/java/g1801_1900/s1803_count_pairs_with_xor_in_a_range/readme.md +++ b/src/main/java/g1801_1900/s1803_count_pairs_with_xor_in_a_range/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1803\. Count Pairs With XOR in a Range diff --git a/src/main/java/g1801_1900/s1805_number_of_different_integers_in_a_string/readme.md b/src/main/java/g1801_1900/s1805_number_of_different_integers_in_a_string/readme.md index ff1a2444..b55d4450 100644 --- a/src/main/java/g1801_1900/s1805_number_of_different_integers_in_a_string/readme.md +++ b/src/main/java/g1801_1900/s1805_number_of_different_integers_in_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1805\. Number of Different Integers in a String diff --git a/src/main/java/g1801_1900/s1806_minimum_number_of_operations_to_reinitialize_a_permutation/readme.md b/src/main/java/g1801_1900/s1806_minimum_number_of_operations_to_reinitialize_a_permutation/readme.md index d71717fc..4c6b5ec2 100644 --- a/src/main/java/g1801_1900/s1806_minimum_number_of_operations_to_reinitialize_a_permutation/readme.md +++ b/src/main/java/g1801_1900/s1806_minimum_number_of_operations_to_reinitialize_a_permutation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1806\. Minimum Number of Operations to Reinitialize a Permutation diff --git a/src/main/java/g1801_1900/s1807_evaluate_the_bracket_pairs_of_a_string/readme.md b/src/main/java/g1801_1900/s1807_evaluate_the_bracket_pairs_of_a_string/readme.md index 7d32226e..fe900f3c 100644 --- a/src/main/java/g1801_1900/s1807_evaluate_the_bracket_pairs_of_a_string/readme.md +++ b/src/main/java/g1801_1900/s1807_evaluate_the_bracket_pairs_of_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1807\. Evaluate the Bracket Pairs of a String diff --git a/src/main/java/g1801_1900/s1808_maximize_number_of_nice_divisors/readme.md b/src/main/java/g1801_1900/s1808_maximize_number_of_nice_divisors/readme.md index e403527a..73191c4a 100644 --- a/src/main/java/g1801_1900/s1808_maximize_number_of_nice_divisors/readme.md +++ b/src/main/java/g1801_1900/s1808_maximize_number_of_nice_divisors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1808\. Maximize Number of Nice Divisors diff --git a/src/main/java/g1801_1900/s1812_determine_color_of_a_chessboard_square/readme.md b/src/main/java/g1801_1900/s1812_determine_color_of_a_chessboard_square/readme.md index 355bb819..0df48b90 100644 --- a/src/main/java/g1801_1900/s1812_determine_color_of_a_chessboard_square/readme.md +++ b/src/main/java/g1801_1900/s1812_determine_color_of_a_chessboard_square/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1812\. Determine Color of a Chessboard Square diff --git a/src/main/java/g1801_1900/s1813_sentence_similarity_iii/readme.md b/src/main/java/g1801_1900/s1813_sentence_similarity_iii/readme.md index 7bf2c89d..f5c98e7d 100644 --- a/src/main/java/g1801_1900/s1813_sentence_similarity_iii/readme.md +++ b/src/main/java/g1801_1900/s1813_sentence_similarity_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1813\. Sentence Similarity III diff --git a/src/main/java/g1801_1900/s1814_count_nice_pairs_in_an_array/readme.md b/src/main/java/g1801_1900/s1814_count_nice_pairs_in_an_array/readme.md index 0dcae34e..cac96b32 100644 --- a/src/main/java/g1801_1900/s1814_count_nice_pairs_in_an_array/readme.md +++ b/src/main/java/g1801_1900/s1814_count_nice_pairs_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1814\. Count Nice Pairs in an Array diff --git a/src/main/java/g1801_1900/s1815_maximum_number_of_groups_getting_fresh_donuts/readme.md b/src/main/java/g1801_1900/s1815_maximum_number_of_groups_getting_fresh_donuts/readme.md index c4841834..9e966b3c 100644 --- a/src/main/java/g1801_1900/s1815_maximum_number_of_groups_getting_fresh_donuts/readme.md +++ b/src/main/java/g1801_1900/s1815_maximum_number_of_groups_getting_fresh_donuts/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1815\. Maximum Number of Groups Getting Fresh Donuts diff --git a/src/main/java/g1801_1900/s1816_truncate_sentence/readme.md b/src/main/java/g1801_1900/s1816_truncate_sentence/readme.md index 2f603bc4..99635b96 100644 --- a/src/main/java/g1801_1900/s1816_truncate_sentence/readme.md +++ b/src/main/java/g1801_1900/s1816_truncate_sentence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1816\. Truncate Sentence diff --git a/src/main/java/g1801_1900/s1817_finding_the_users_active_minutes/readme.md b/src/main/java/g1801_1900/s1817_finding_the_users_active_minutes/readme.md index b7920618..28d8c63a 100644 --- a/src/main/java/g1801_1900/s1817_finding_the_users_active_minutes/readme.md +++ b/src/main/java/g1801_1900/s1817_finding_the_users_active_minutes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1817\. Finding the Users Active Minutes diff --git a/src/main/java/g1801_1900/s1818_minimum_absolute_sum_difference/readme.md b/src/main/java/g1801_1900/s1818_minimum_absolute_sum_difference/readme.md index af276547..a0def31c 100644 --- a/src/main/java/g1801_1900/s1818_minimum_absolute_sum_difference/readme.md +++ b/src/main/java/g1801_1900/s1818_minimum_absolute_sum_difference/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1818\. Minimum Absolute Sum Difference diff --git a/src/main/java/g1801_1900/s1819_number_of_different_subsequences_gcds/readme.md b/src/main/java/g1801_1900/s1819_number_of_different_subsequences_gcds/readme.md index 3f2ca4a7..57a7dd35 100644 --- a/src/main/java/g1801_1900/s1819_number_of_different_subsequences_gcds/readme.md +++ b/src/main/java/g1801_1900/s1819_number_of_different_subsequences_gcds/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1819\. Number of Different Subsequences GCDs diff --git a/src/main/java/g1801_1900/s1822_sign_of_the_product_of_an_array/readme.md b/src/main/java/g1801_1900/s1822_sign_of_the_product_of_an_array/readme.md index 2433cd3b..3892f6f5 100644 --- a/src/main/java/g1801_1900/s1822_sign_of_the_product_of_an_array/readme.md +++ b/src/main/java/g1801_1900/s1822_sign_of_the_product_of_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1822\. Sign of the Product of an Array diff --git a/src/main/java/g1801_1900/s1823_find_the_winner_of_the_circular_game/readme.md b/src/main/java/g1801_1900/s1823_find_the_winner_of_the_circular_game/readme.md index 3ca13550..50c65751 100644 --- a/src/main/java/g1801_1900/s1823_find_the_winner_of_the_circular_game/readme.md +++ b/src/main/java/g1801_1900/s1823_find_the_winner_of_the_circular_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1823\. Find the Winner of the Circular Game diff --git a/src/main/java/g1801_1900/s1824_minimum_sideway_jumps/readme.md b/src/main/java/g1801_1900/s1824_minimum_sideway_jumps/readme.md index 394a901e..d66ad109 100644 --- a/src/main/java/g1801_1900/s1824_minimum_sideway_jumps/readme.md +++ b/src/main/java/g1801_1900/s1824_minimum_sideway_jumps/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1824\. Minimum Sideway Jumps diff --git a/src/main/java/g1801_1900/s1825_finding_mk_average/readme.md b/src/main/java/g1801_1900/s1825_finding_mk_average/readme.md index 5dcb5355..f6f07ec5 100644 --- a/src/main/java/g1801_1900/s1825_finding_mk_average/readme.md +++ b/src/main/java/g1801_1900/s1825_finding_mk_average/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1825\. Finding MK Average diff --git a/src/main/java/g1801_1900/s1827_minimum_operations_to_make_the_array_increasing/readme.md b/src/main/java/g1801_1900/s1827_minimum_operations_to_make_the_array_increasing/readme.md index 298d1a8c..4b901361 100644 --- a/src/main/java/g1801_1900/s1827_minimum_operations_to_make_the_array_increasing/readme.md +++ b/src/main/java/g1801_1900/s1827_minimum_operations_to_make_the_array_increasing/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1827\. Minimum Operations to Make the Array Increasing diff --git a/src/main/java/g1801_1900/s1828_queries_on_number_of_points_inside_a_circle/readme.md b/src/main/java/g1801_1900/s1828_queries_on_number_of_points_inside_a_circle/readme.md index bf541e81..7314fd79 100644 --- a/src/main/java/g1801_1900/s1828_queries_on_number_of_points_inside_a_circle/readme.md +++ b/src/main/java/g1801_1900/s1828_queries_on_number_of_points_inside_a_circle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1828\. Queries on Number of Points Inside a Circle diff --git a/src/main/java/g1801_1900/s1829_maximum_xor_for_each_query/readme.md b/src/main/java/g1801_1900/s1829_maximum_xor_for_each_query/readme.md index c7e0663b..a662f77d 100644 --- a/src/main/java/g1801_1900/s1829_maximum_xor_for_each_query/readme.md +++ b/src/main/java/g1801_1900/s1829_maximum_xor_for_each_query/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1829\. Maximum XOR for Each Query diff --git a/src/main/java/g1801_1900/s1830_minimum_number_of_operations_to_make_string_sorted/readme.md b/src/main/java/g1801_1900/s1830_minimum_number_of_operations_to_make_string_sorted/readme.md index fb34695e..13101455 100644 --- a/src/main/java/g1801_1900/s1830_minimum_number_of_operations_to_make_string_sorted/readme.md +++ b/src/main/java/g1801_1900/s1830_minimum_number_of_operations_to_make_string_sorted/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1830\. Minimum Number of Operations to Make String Sorted diff --git a/src/main/java/g1801_1900/s1832_check_if_the_sentence_is_pangram/readme.md b/src/main/java/g1801_1900/s1832_check_if_the_sentence_is_pangram/readme.md index 6407dddc..25dcde55 100644 --- a/src/main/java/g1801_1900/s1832_check_if_the_sentence_is_pangram/readme.md +++ b/src/main/java/g1801_1900/s1832_check_if_the_sentence_is_pangram/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1832\. Check if the Sentence Is Pangram diff --git a/src/main/java/g1801_1900/s1833_maximum_ice_cream_bars/readme.md b/src/main/java/g1801_1900/s1833_maximum_ice_cream_bars/readme.md index 0c5b667d..2c92f35c 100644 --- a/src/main/java/g1801_1900/s1833_maximum_ice_cream_bars/readme.md +++ b/src/main/java/g1801_1900/s1833_maximum_ice_cream_bars/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1833\. Maximum Ice Cream Bars diff --git a/src/main/java/g1801_1900/s1834_single_threaded_cpu/readme.md b/src/main/java/g1801_1900/s1834_single_threaded_cpu/readme.md index e307cc7c..aab11eb3 100644 --- a/src/main/java/g1801_1900/s1834_single_threaded_cpu/readme.md +++ b/src/main/java/g1801_1900/s1834_single_threaded_cpu/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1834\. Single-Threaded CPU diff --git a/src/main/java/g1801_1900/s1835_find_xor_sum_of_all_pairs_bitwise_and/readme.md b/src/main/java/g1801_1900/s1835_find_xor_sum_of_all_pairs_bitwise_and/readme.md index 29a1c76a..ea29b445 100644 --- a/src/main/java/g1801_1900/s1835_find_xor_sum_of_all_pairs_bitwise_and/readme.md +++ b/src/main/java/g1801_1900/s1835_find_xor_sum_of_all_pairs_bitwise_and/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1835\. Find XOR Sum of All Pairs Bitwise AND diff --git a/src/main/java/g1801_1900/s1837_sum_of_digits_in_base_k/readme.md b/src/main/java/g1801_1900/s1837_sum_of_digits_in_base_k/readme.md index a078ad5e..c100b775 100644 --- a/src/main/java/g1801_1900/s1837_sum_of_digits_in_base_k/readme.md +++ b/src/main/java/g1801_1900/s1837_sum_of_digits_in_base_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1837\. Sum of Digits in Base K diff --git a/src/main/java/g1801_1900/s1838_frequency_of_the_most_frequent_element/readme.md b/src/main/java/g1801_1900/s1838_frequency_of_the_most_frequent_element/readme.md index 5c8f3540..25e2616c 100644 --- a/src/main/java/g1801_1900/s1838_frequency_of_the_most_frequent_element/readme.md +++ b/src/main/java/g1801_1900/s1838_frequency_of_the_most_frequent_element/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1838\. Frequency of the Most Frequent Element diff --git a/src/main/java/g1801_1900/s1839_longest_substring_of_all_vowels_in_order/readme.md b/src/main/java/g1801_1900/s1839_longest_substring_of_all_vowels_in_order/readme.md index e247891e..7c47ddc8 100644 --- a/src/main/java/g1801_1900/s1839_longest_substring_of_all_vowels_in_order/readme.md +++ b/src/main/java/g1801_1900/s1839_longest_substring_of_all_vowels_in_order/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1839\. Longest Substring Of All Vowels in Order diff --git a/src/main/java/g1801_1900/s1840_maximum_building_height/readme.md b/src/main/java/g1801_1900/s1840_maximum_building_height/readme.md index 8d19d494..9c974224 100644 --- a/src/main/java/g1801_1900/s1840_maximum_building_height/readme.md +++ b/src/main/java/g1801_1900/s1840_maximum_building_height/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1840\. Maximum Building Height diff --git a/src/main/java/g1801_1900/s1844_replace_all_digits_with_characters/readme.md b/src/main/java/g1801_1900/s1844_replace_all_digits_with_characters/readme.md index 87d38d81..03853652 100644 --- a/src/main/java/g1801_1900/s1844_replace_all_digits_with_characters/readme.md +++ b/src/main/java/g1801_1900/s1844_replace_all_digits_with_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1844\. Replace All Digits with Characters diff --git a/src/main/java/g1801_1900/s1845_seat_reservation_manager/readme.md b/src/main/java/g1801_1900/s1845_seat_reservation_manager/readme.md index ef35ad5d..d29ba532 100644 --- a/src/main/java/g1801_1900/s1845_seat_reservation_manager/readme.md +++ b/src/main/java/g1801_1900/s1845_seat_reservation_manager/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1845\. Seat Reservation Manager diff --git a/src/main/java/g1801_1900/s1846_maximum_element_after_decreasing_and_rearranging/readme.md b/src/main/java/g1801_1900/s1846_maximum_element_after_decreasing_and_rearranging/readme.md index a6f097e4..8bf7b3e3 100644 --- a/src/main/java/g1801_1900/s1846_maximum_element_after_decreasing_and_rearranging/readme.md +++ b/src/main/java/g1801_1900/s1846_maximum_element_after_decreasing_and_rearranging/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1846\. Maximum Element After Decreasing and Rearranging diff --git a/src/main/java/g1801_1900/s1847_closest_room/readme.md b/src/main/java/g1801_1900/s1847_closest_room/readme.md index 445e0ba3..a05ad20f 100644 --- a/src/main/java/g1801_1900/s1847_closest_room/readme.md +++ b/src/main/java/g1801_1900/s1847_closest_room/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1847\. Closest Room diff --git a/src/main/java/g1801_1900/s1848_minimum_distance_to_the_target_element/readme.md b/src/main/java/g1801_1900/s1848_minimum_distance_to_the_target_element/readme.md index 75ce2f27..237db90b 100644 --- a/src/main/java/g1801_1900/s1848_minimum_distance_to_the_target_element/readme.md +++ b/src/main/java/g1801_1900/s1848_minimum_distance_to_the_target_element/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1848\. Minimum Distance to the Target Element diff --git a/src/main/java/g1801_1900/s1849_splitting_a_string_into_descending_consecutive_values/readme.md b/src/main/java/g1801_1900/s1849_splitting_a_string_into_descending_consecutive_values/readme.md index e8461901..c6b243b1 100644 --- a/src/main/java/g1801_1900/s1849_splitting_a_string_into_descending_consecutive_values/readme.md +++ b/src/main/java/g1801_1900/s1849_splitting_a_string_into_descending_consecutive_values/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1849\. Splitting a String Into Descending Consecutive Values diff --git a/src/main/java/g1801_1900/s1850_minimum_adjacent_swaps_to_reach_the_kth_smallest_number/readme.md b/src/main/java/g1801_1900/s1850_minimum_adjacent_swaps_to_reach_the_kth_smallest_number/readme.md index 48e91911..e6225416 100644 --- a/src/main/java/g1801_1900/s1850_minimum_adjacent_swaps_to_reach_the_kth_smallest_number/readme.md +++ b/src/main/java/g1801_1900/s1850_minimum_adjacent_swaps_to_reach_the_kth_smallest_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1850\. Minimum Adjacent Swaps to Reach the Kth Smallest Number diff --git a/src/main/java/g1801_1900/s1851_minimum_interval_to_include_each_query/readme.md b/src/main/java/g1801_1900/s1851_minimum_interval_to_include_each_query/readme.md index 3b13450c..e95321af 100644 --- a/src/main/java/g1801_1900/s1851_minimum_interval_to_include_each_query/readme.md +++ b/src/main/java/g1801_1900/s1851_minimum_interval_to_include_each_query/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1851\. Minimum Interval to Include Each Query diff --git a/src/main/java/g1801_1900/s1854_maximum_population_year/readme.md b/src/main/java/g1801_1900/s1854_maximum_population_year/readme.md index 3c49533f..ed786823 100644 --- a/src/main/java/g1801_1900/s1854_maximum_population_year/readme.md +++ b/src/main/java/g1801_1900/s1854_maximum_population_year/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1854\. Maximum Population Year diff --git a/src/main/java/g1801_1900/s1855_maximum_distance_between_a_pair_of_values/readme.md b/src/main/java/g1801_1900/s1855_maximum_distance_between_a_pair_of_values/readme.md index 0f899209..852dafb1 100644 --- a/src/main/java/g1801_1900/s1855_maximum_distance_between_a_pair_of_values/readme.md +++ b/src/main/java/g1801_1900/s1855_maximum_distance_between_a_pair_of_values/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1855\. Maximum Distance Between a Pair of Values diff --git a/src/main/java/g1801_1900/s1856_maximum_subarray_min_product/readme.md b/src/main/java/g1801_1900/s1856_maximum_subarray_min_product/readme.md index a1b09390..09f4ff86 100644 --- a/src/main/java/g1801_1900/s1856_maximum_subarray_min_product/readme.md +++ b/src/main/java/g1801_1900/s1856_maximum_subarray_min_product/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1856\. Maximum Subarray Min-Product diff --git a/src/main/java/g1801_1900/s1857_largest_color_value_in_a_directed_graph/readme.md b/src/main/java/g1801_1900/s1857_largest_color_value_in_a_directed_graph/readme.md index 79024b6f..46e72d77 100644 --- a/src/main/java/g1801_1900/s1857_largest_color_value_in_a_directed_graph/readme.md +++ b/src/main/java/g1801_1900/s1857_largest_color_value_in_a_directed_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1857\. Largest Color Value in a Directed Graph diff --git a/src/main/java/g1801_1900/s1859_sorting_the_sentence/readme.md b/src/main/java/g1801_1900/s1859_sorting_the_sentence/readme.md index f15f2f4e..c066eb54 100644 --- a/src/main/java/g1801_1900/s1859_sorting_the_sentence/readme.md +++ b/src/main/java/g1801_1900/s1859_sorting_the_sentence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1859\. Sorting the Sentence diff --git a/src/main/java/g1801_1900/s1860_incremental_memory_leak/readme.md b/src/main/java/g1801_1900/s1860_incremental_memory_leak/readme.md index 50bd63df..f5610e51 100644 --- a/src/main/java/g1801_1900/s1860_incremental_memory_leak/readme.md +++ b/src/main/java/g1801_1900/s1860_incremental_memory_leak/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1860\. Incremental Memory Leak diff --git a/src/main/java/g1801_1900/s1861_rotating_the_box/readme.md b/src/main/java/g1801_1900/s1861_rotating_the_box/readme.md index c0d59638..5034a472 100644 --- a/src/main/java/g1801_1900/s1861_rotating_the_box/readme.md +++ b/src/main/java/g1801_1900/s1861_rotating_the_box/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1861\. Rotating the Box diff --git a/src/main/java/g1801_1900/s1862_sum_of_floored_pairs/readme.md b/src/main/java/g1801_1900/s1862_sum_of_floored_pairs/readme.md index 91258c43..663f60a2 100644 --- a/src/main/java/g1801_1900/s1862_sum_of_floored_pairs/readme.md +++ b/src/main/java/g1801_1900/s1862_sum_of_floored_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1862\. Sum of Floored Pairs diff --git a/src/main/java/g1801_1900/s1863_sum_of_all_subset_xor_totals/readme.md b/src/main/java/g1801_1900/s1863_sum_of_all_subset_xor_totals/readme.md index 33cd6f89..a95490cf 100644 --- a/src/main/java/g1801_1900/s1863_sum_of_all_subset_xor_totals/readme.md +++ b/src/main/java/g1801_1900/s1863_sum_of_all_subset_xor_totals/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1863\. Sum of All Subset XOR Totals diff --git a/src/main/java/g1801_1900/s1864_minimum_number_of_swaps_to_make_the_binary_string_alternating/readme.md b/src/main/java/g1801_1900/s1864_minimum_number_of_swaps_to_make_the_binary_string_alternating/readme.md index 6e10a656..977237a0 100644 --- a/src/main/java/g1801_1900/s1864_minimum_number_of_swaps_to_make_the_binary_string_alternating/readme.md +++ b/src/main/java/g1801_1900/s1864_minimum_number_of_swaps_to_make_the_binary_string_alternating/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1864\. Minimum Number of Swaps to Make the Binary String Alternating diff --git a/src/main/java/g1801_1900/s1865_finding_pairs_with_a_certain_sum/readme.md b/src/main/java/g1801_1900/s1865_finding_pairs_with_a_certain_sum/readme.md index 2f7c1fb6..c7840bae 100644 --- a/src/main/java/g1801_1900/s1865_finding_pairs_with_a_certain_sum/readme.md +++ b/src/main/java/g1801_1900/s1865_finding_pairs_with_a_certain_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1865\. Finding Pairs With a Certain Sum diff --git a/src/main/java/g1801_1900/s1866_number_of_ways_to_rearrange_sticks_with_k_sticks_visible/readme.md b/src/main/java/g1801_1900/s1866_number_of_ways_to_rearrange_sticks_with_k_sticks_visible/readme.md index 8c73b4ce..e72f8620 100644 --- a/src/main/java/g1801_1900/s1866_number_of_ways_to_rearrange_sticks_with_k_sticks_visible/readme.md +++ b/src/main/java/g1801_1900/s1866_number_of_ways_to_rearrange_sticks_with_k_sticks_visible/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1866\. Number of Ways to Rearrange Sticks With K Sticks Visible diff --git a/src/main/java/g1801_1900/s1869_longer_contiguous_segments_of_ones_than_zeros/readme.md b/src/main/java/g1801_1900/s1869_longer_contiguous_segments_of_ones_than_zeros/readme.md index 1e357330..35ff510d 100644 --- a/src/main/java/g1801_1900/s1869_longer_contiguous_segments_of_ones_than_zeros/readme.md +++ b/src/main/java/g1801_1900/s1869_longer_contiguous_segments_of_ones_than_zeros/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1869\. Longer Contiguous Segments of Ones than Zeros diff --git a/src/main/java/g1801_1900/s1870_minimum_speed_to_arrive_on_time/readme.md b/src/main/java/g1801_1900/s1870_minimum_speed_to_arrive_on_time/readme.md index e9b6ac7f..7aac2965 100644 --- a/src/main/java/g1801_1900/s1870_minimum_speed_to_arrive_on_time/readme.md +++ b/src/main/java/g1801_1900/s1870_minimum_speed_to_arrive_on_time/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1870\. Minimum Speed to Arrive on Time diff --git a/src/main/java/g1801_1900/s1871_jump_game_vii/readme.md b/src/main/java/g1801_1900/s1871_jump_game_vii/readme.md index 833d37f2..fdf19273 100644 --- a/src/main/java/g1801_1900/s1871_jump_game_vii/readme.md +++ b/src/main/java/g1801_1900/s1871_jump_game_vii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1871\. Jump Game VII diff --git a/src/main/java/g1801_1900/s1872_stone_game_viii/readme.md b/src/main/java/g1801_1900/s1872_stone_game_viii/readme.md index 9fb4f515..17a47e95 100644 --- a/src/main/java/g1801_1900/s1872_stone_game_viii/readme.md +++ b/src/main/java/g1801_1900/s1872_stone_game_viii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1872\. Stone Game VIII diff --git a/src/main/java/g1801_1900/s1873_calculate_special_bonus/readme.md b/src/main/java/g1801_1900/s1873_calculate_special_bonus/readme.md index 77546d21..0b2b9d73 100644 --- a/src/main/java/g1801_1900/s1873_calculate_special_bonus/readme.md +++ b/src/main/java/g1801_1900/s1873_calculate_special_bonus/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1873\. Calculate Special Bonus diff --git a/src/main/java/g1801_1900/s1876_substrings_of_size_three_with_distinct_characters/readme.md b/src/main/java/g1801_1900/s1876_substrings_of_size_three_with_distinct_characters/readme.md index 0a42dcf7..e79f2f92 100644 --- a/src/main/java/g1801_1900/s1876_substrings_of_size_three_with_distinct_characters/readme.md +++ b/src/main/java/g1801_1900/s1876_substrings_of_size_three_with_distinct_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1876\. Substrings of Size Three with Distinct Characters diff --git a/src/main/java/g1801_1900/s1877_minimize_maximum_pair_sum_in_array/readme.md b/src/main/java/g1801_1900/s1877_minimize_maximum_pair_sum_in_array/readme.md index 9a944673..193035c7 100644 --- a/src/main/java/g1801_1900/s1877_minimize_maximum_pair_sum_in_array/readme.md +++ b/src/main/java/g1801_1900/s1877_minimize_maximum_pair_sum_in_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1877\. Minimize Maximum Pair Sum in Array diff --git a/src/main/java/g1801_1900/s1878_get_biggest_three_rhombus_sums_in_a_grid/readme.md b/src/main/java/g1801_1900/s1878_get_biggest_three_rhombus_sums_in_a_grid/readme.md index 580116a3..5a0d121e 100644 --- a/src/main/java/g1801_1900/s1878_get_biggest_three_rhombus_sums_in_a_grid/readme.md +++ b/src/main/java/g1801_1900/s1878_get_biggest_three_rhombus_sums_in_a_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1878\. Get Biggest Three Rhombus Sums in a Grid diff --git a/src/main/java/g1801_1900/s1879_minimum_xor_sum_of_two_arrays/readme.md b/src/main/java/g1801_1900/s1879_minimum_xor_sum_of_two_arrays/readme.md index 0a497973..36c4899e 100644 --- a/src/main/java/g1801_1900/s1879_minimum_xor_sum_of_two_arrays/readme.md +++ b/src/main/java/g1801_1900/s1879_minimum_xor_sum_of_two_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1879\. Minimum XOR Sum of Two Arrays diff --git a/src/main/java/g1801_1900/s1880_check_if_word_equals_summation_of_two_words/readme.md b/src/main/java/g1801_1900/s1880_check_if_word_equals_summation_of_two_words/readme.md index b6438f37..5a841ad1 100644 --- a/src/main/java/g1801_1900/s1880_check_if_word_equals_summation_of_two_words/readme.md +++ b/src/main/java/g1801_1900/s1880_check_if_word_equals_summation_of_two_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1880\. Check if Word Equals Summation of Two Words diff --git a/src/main/java/g1801_1900/s1881_maximum_value_after_insertion/readme.md b/src/main/java/g1801_1900/s1881_maximum_value_after_insertion/readme.md index 44972b94..fbb43ddf 100644 --- a/src/main/java/g1801_1900/s1881_maximum_value_after_insertion/readme.md +++ b/src/main/java/g1801_1900/s1881_maximum_value_after_insertion/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1881\. Maximum Value after Insertion diff --git a/src/main/java/g1801_1900/s1882_process_tasks_using_servers/readme.md b/src/main/java/g1801_1900/s1882_process_tasks_using_servers/readme.md index f561d43a..440bbea8 100644 --- a/src/main/java/g1801_1900/s1882_process_tasks_using_servers/readme.md +++ b/src/main/java/g1801_1900/s1882_process_tasks_using_servers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1882\. Process Tasks Using Servers diff --git a/src/main/java/g1801_1900/s1883_minimum_skips_to_arrive_at_meeting_on_time/readme.md b/src/main/java/g1801_1900/s1883_minimum_skips_to_arrive_at_meeting_on_time/readme.md index 1db67087..34ba2564 100644 --- a/src/main/java/g1801_1900/s1883_minimum_skips_to_arrive_at_meeting_on_time/readme.md +++ b/src/main/java/g1801_1900/s1883_minimum_skips_to_arrive_at_meeting_on_time/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1883\. Minimum Skips to Arrive at Meeting On Time diff --git a/src/main/java/g1801_1900/s1884_egg_drop_with_2_eggs_and_n_floors/readme.md b/src/main/java/g1801_1900/s1884_egg_drop_with_2_eggs_and_n_floors/readme.md index 075b63da..3778fc7e 100644 --- a/src/main/java/g1801_1900/s1884_egg_drop_with_2_eggs_and_n_floors/readme.md +++ b/src/main/java/g1801_1900/s1884_egg_drop_with_2_eggs_and_n_floors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1884\. Egg Drop With 2 Eggs and N Floors diff --git a/src/main/java/g1801_1900/s1886_determine_whether_matrix_can_be_obtained_by_rotation/readme.md b/src/main/java/g1801_1900/s1886_determine_whether_matrix_can_be_obtained_by_rotation/readme.md index 4da6b0fe..3694e185 100644 --- a/src/main/java/g1801_1900/s1886_determine_whether_matrix_can_be_obtained_by_rotation/readme.md +++ b/src/main/java/g1801_1900/s1886_determine_whether_matrix_can_be_obtained_by_rotation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1886\. Determine Whether Matrix Can Be Obtained By Rotation diff --git a/src/main/java/g1801_1900/s1887_reduction_operations_to_make_the_array_elements_equal/readme.md b/src/main/java/g1801_1900/s1887_reduction_operations_to_make_the_array_elements_equal/readme.md index f62ec4b5..ca4a49cd 100644 --- a/src/main/java/g1801_1900/s1887_reduction_operations_to_make_the_array_elements_equal/readme.md +++ b/src/main/java/g1801_1900/s1887_reduction_operations_to_make_the_array_elements_equal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1887\. Reduction Operations to Make the Array Elements Equal diff --git a/src/main/java/g1801_1900/s1888_minimum_number_of_flips_to_make_the_binary_string_alternating/readme.md b/src/main/java/g1801_1900/s1888_minimum_number_of_flips_to_make_the_binary_string_alternating/readme.md index 6446a168..61ffde65 100644 --- a/src/main/java/g1801_1900/s1888_minimum_number_of_flips_to_make_the_binary_string_alternating/readme.md +++ b/src/main/java/g1801_1900/s1888_minimum_number_of_flips_to_make_the_binary_string_alternating/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1888\. Minimum Number of Flips to Make the Binary String Alternating diff --git a/src/main/java/g1801_1900/s1889_minimum_space_wasted_from_packaging/readme.md b/src/main/java/g1801_1900/s1889_minimum_space_wasted_from_packaging/readme.md index 14f3da7e..bdd7df28 100644 --- a/src/main/java/g1801_1900/s1889_minimum_space_wasted_from_packaging/readme.md +++ b/src/main/java/g1801_1900/s1889_minimum_space_wasted_from_packaging/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1889\. Minimum Space Wasted From Packaging diff --git a/src/main/java/g1801_1900/s1890_the_latest_login_in_2020/readme.md b/src/main/java/g1801_1900/s1890_the_latest_login_in_2020/readme.md index e2f038c1..2cd76e9b 100644 --- a/src/main/java/g1801_1900/s1890_the_latest_login_in_2020/readme.md +++ b/src/main/java/g1801_1900/s1890_the_latest_login_in_2020/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1890\. The Latest Login in 2020 diff --git a/src/main/java/g1801_1900/s1893_check_if_all_the_integers_in_a_range_are_covered/readme.md b/src/main/java/g1801_1900/s1893_check_if_all_the_integers_in_a_range_are_covered/readme.md index b8c8dfff..24532775 100644 --- a/src/main/java/g1801_1900/s1893_check_if_all_the_integers_in_a_range_are_covered/readme.md +++ b/src/main/java/g1801_1900/s1893_check_if_all_the_integers_in_a_range_are_covered/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1893\. Check if All the Integers in a Range Are Covered diff --git a/src/main/java/g1801_1900/s1894_find_the_student_that_will_replace_the_chalk/readme.md b/src/main/java/g1801_1900/s1894_find_the_student_that_will_replace_the_chalk/readme.md index d14c4ec4..06b80517 100644 --- a/src/main/java/g1801_1900/s1894_find_the_student_that_will_replace_the_chalk/readme.md +++ b/src/main/java/g1801_1900/s1894_find_the_student_that_will_replace_the_chalk/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1894\. Find the Student that Will Replace the Chalk diff --git a/src/main/java/g1801_1900/s1895_largest_magic_square/readme.md b/src/main/java/g1801_1900/s1895_largest_magic_square/readme.md index 3c6de344..6e904557 100644 --- a/src/main/java/g1801_1900/s1895_largest_magic_square/readme.md +++ b/src/main/java/g1801_1900/s1895_largest_magic_square/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1895\. Largest Magic Square diff --git a/src/main/java/g1801_1900/s1896_minimum_cost_to_change_the_final_value_of_expression/readme.md b/src/main/java/g1801_1900/s1896_minimum_cost_to_change_the_final_value_of_expression/readme.md index 213294c3..6abb5ada 100644 --- a/src/main/java/g1801_1900/s1896_minimum_cost_to_change_the_final_value_of_expression/readme.md +++ b/src/main/java/g1801_1900/s1896_minimum_cost_to_change_the_final_value_of_expression/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1896\. Minimum Cost to Change the Final Value of Expression diff --git a/src/main/java/g1801_1900/s1897_redistribute_characters_to_make_all_strings_equal/readme.md b/src/main/java/g1801_1900/s1897_redistribute_characters_to_make_all_strings_equal/readme.md index 5ab68e9a..66d019a5 100644 --- a/src/main/java/g1801_1900/s1897_redistribute_characters_to_make_all_strings_equal/readme.md +++ b/src/main/java/g1801_1900/s1897_redistribute_characters_to_make_all_strings_equal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1897\. Redistribute Characters to Make All Strings Equal diff --git a/src/main/java/g1801_1900/s1898_maximum_number_of_removable_characters/readme.md b/src/main/java/g1801_1900/s1898_maximum_number_of_removable_characters/readme.md index ab37bc5e..4c3a079f 100644 --- a/src/main/java/g1801_1900/s1898_maximum_number_of_removable_characters/readme.md +++ b/src/main/java/g1801_1900/s1898_maximum_number_of_removable_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1898\. Maximum Number of Removable Characters diff --git a/src/main/java/g1801_1900/s1899_merge_triplets_to_form_target_triplet/readme.md b/src/main/java/g1801_1900/s1899_merge_triplets_to_form_target_triplet/readme.md index aed5bf31..83c742c0 100644 --- a/src/main/java/g1801_1900/s1899_merge_triplets_to_form_target_triplet/readme.md +++ b/src/main/java/g1801_1900/s1899_merge_triplets_to_form_target_triplet/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1899\. Merge Triplets to Form Target Triplet diff --git a/src/main/java/g1801_1900/s1900_the_earliest_and_latest_rounds_where_players_compete/readme.md b/src/main/java/g1801_1900/s1900_the_earliest_and_latest_rounds_where_players_compete/readme.md index 22bf22da..07de492e 100644 --- a/src/main/java/g1801_1900/s1900_the_earliest_and_latest_rounds_where_players_compete/readme.md +++ b/src/main/java/g1801_1900/s1900_the_earliest_and_latest_rounds_where_players_compete/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1900\. The Earliest and Latest Rounds Where Players Compete diff --git a/src/main/java/g1901_2000/s1901_find_a_peak_element_ii/readme.md b/src/main/java/g1901_2000/s1901_find_a_peak_element_ii/readme.md index 505cbfdb..46c21c23 100644 --- a/src/main/java/g1901_2000/s1901_find_a_peak_element_ii/readme.md +++ b/src/main/java/g1901_2000/s1901_find_a_peak_element_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1901\. Find a Peak Element II diff --git a/src/main/java/g1901_2000/s1903_largest_odd_number_in_string/readme.md b/src/main/java/g1901_2000/s1903_largest_odd_number_in_string/readme.md index cd077b0c..d55bf234 100644 --- a/src/main/java/g1901_2000/s1903_largest_odd_number_in_string/readme.md +++ b/src/main/java/g1901_2000/s1903_largest_odd_number_in_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1903\. Largest Odd Number in String diff --git a/src/main/java/g1901_2000/s1904_the_number_of_full_rounds_you_have_played/readme.md b/src/main/java/g1901_2000/s1904_the_number_of_full_rounds_you_have_played/readme.md index 8cced1cb..6585e472 100644 --- a/src/main/java/g1901_2000/s1904_the_number_of_full_rounds_you_have_played/readme.md +++ b/src/main/java/g1901_2000/s1904_the_number_of_full_rounds_you_have_played/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1904\. The Number of Full Rounds You Have Played diff --git a/src/main/java/g1901_2000/s1905_count_sub_islands/readme.md b/src/main/java/g1901_2000/s1905_count_sub_islands/readme.md index 4c46a44a..8e0119f8 100644 --- a/src/main/java/g1901_2000/s1905_count_sub_islands/readme.md +++ b/src/main/java/g1901_2000/s1905_count_sub_islands/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1905\. Count Sub Islands diff --git a/src/main/java/g1901_2000/s1906_minimum_absolute_difference_queries/readme.md b/src/main/java/g1901_2000/s1906_minimum_absolute_difference_queries/readme.md index 279b402d..1831869f 100644 --- a/src/main/java/g1901_2000/s1906_minimum_absolute_difference_queries/readme.md +++ b/src/main/java/g1901_2000/s1906_minimum_absolute_difference_queries/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1906\. Minimum Absolute Difference Queries diff --git a/src/main/java/g1901_2000/s1909_remove_one_element_to_make_the_array_strictly_increasing/readme.md b/src/main/java/g1901_2000/s1909_remove_one_element_to_make_the_array_strictly_increasing/readme.md index 72046a40..9979c2d5 100644 --- a/src/main/java/g1901_2000/s1909_remove_one_element_to_make_the_array_strictly_increasing/readme.md +++ b/src/main/java/g1901_2000/s1909_remove_one_element_to_make_the_array_strictly_increasing/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1909\. Remove One Element to Make the Array Strictly Increasing diff --git a/src/main/java/g1901_2000/s1910_remove_all_occurrences_of_a_substring/readme.md b/src/main/java/g1901_2000/s1910_remove_all_occurrences_of_a_substring/readme.md index c923cbaa..2c4e7bd4 100644 --- a/src/main/java/g1901_2000/s1910_remove_all_occurrences_of_a_substring/readme.md +++ b/src/main/java/g1901_2000/s1910_remove_all_occurrences_of_a_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1910\. Remove All Occurrences of a Substring diff --git a/src/main/java/g1901_2000/s1911_maximum_alternating_subsequence_sum/readme.md b/src/main/java/g1901_2000/s1911_maximum_alternating_subsequence_sum/readme.md index 8e52e39e..f422cdc4 100644 --- a/src/main/java/g1901_2000/s1911_maximum_alternating_subsequence_sum/readme.md +++ b/src/main/java/g1901_2000/s1911_maximum_alternating_subsequence_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1911\. Maximum Alternating Subsequence Sum diff --git a/src/main/java/g1901_2000/s1912_design_movie_rental_system/readme.md b/src/main/java/g1901_2000/s1912_design_movie_rental_system/readme.md index a2105854..4ee7d0e9 100644 --- a/src/main/java/g1901_2000/s1912_design_movie_rental_system/readme.md +++ b/src/main/java/g1901_2000/s1912_design_movie_rental_system/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1912\. Design Movie Rental System diff --git a/src/main/java/g1901_2000/s1913_maximum_product_difference_between_two_pairs/readme.md b/src/main/java/g1901_2000/s1913_maximum_product_difference_between_two_pairs/readme.md index 8fc50f5f..0f6e7ed2 100644 --- a/src/main/java/g1901_2000/s1913_maximum_product_difference_between_two_pairs/readme.md +++ b/src/main/java/g1901_2000/s1913_maximum_product_difference_between_two_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1913\. Maximum Product Difference Between Two Pairs diff --git a/src/main/java/g1901_2000/s1914_cyclically_rotating_a_grid/readme.md b/src/main/java/g1901_2000/s1914_cyclically_rotating_a_grid/readme.md index 9401c9d8..52cf34e4 100644 --- a/src/main/java/g1901_2000/s1914_cyclically_rotating_a_grid/readme.md +++ b/src/main/java/g1901_2000/s1914_cyclically_rotating_a_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1914\. Cyclically Rotating a Grid diff --git a/src/main/java/g1901_2000/s1915_number_of_wonderful_substrings/readme.md b/src/main/java/g1901_2000/s1915_number_of_wonderful_substrings/readme.md index 5e6b19d8..0e5e45e8 100644 --- a/src/main/java/g1901_2000/s1915_number_of_wonderful_substrings/readme.md +++ b/src/main/java/g1901_2000/s1915_number_of_wonderful_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1915\. Number of Wonderful Substrings diff --git a/src/main/java/g1901_2000/s1916_count_ways_to_build_rooms_in_an_ant_colony/readme.md b/src/main/java/g1901_2000/s1916_count_ways_to_build_rooms_in_an_ant_colony/readme.md index 62ed09da..82f429e7 100644 --- a/src/main/java/g1901_2000/s1916_count_ways_to_build_rooms_in_an_ant_colony/readme.md +++ b/src/main/java/g1901_2000/s1916_count_ways_to_build_rooms_in_an_ant_colony/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1916\. Count Ways to Build Rooms in an Ant Colony diff --git a/src/main/java/g1901_2000/s1920_build_array_from_permutation/readme.md b/src/main/java/g1901_2000/s1920_build_array_from_permutation/readme.md index fdd64abf..fbc8c175 100644 --- a/src/main/java/g1901_2000/s1920_build_array_from_permutation/readme.md +++ b/src/main/java/g1901_2000/s1920_build_array_from_permutation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1920\. Build Array from Permutation diff --git a/src/main/java/g1901_2000/s1921_eliminate_maximum_number_of_monsters/readme.md b/src/main/java/g1901_2000/s1921_eliminate_maximum_number_of_monsters/readme.md index 5c7ddd26..1f04cac9 100644 --- a/src/main/java/g1901_2000/s1921_eliminate_maximum_number_of_monsters/readme.md +++ b/src/main/java/g1901_2000/s1921_eliminate_maximum_number_of_monsters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1921\. Eliminate Maximum Number of Monsters diff --git a/src/main/java/g1901_2000/s1922_count_good_numbers/readme.md b/src/main/java/g1901_2000/s1922_count_good_numbers/readme.md index d03ef15c..c4d890d2 100644 --- a/src/main/java/g1901_2000/s1922_count_good_numbers/readme.md +++ b/src/main/java/g1901_2000/s1922_count_good_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1922\. Count Good Numbers diff --git a/src/main/java/g1901_2000/s1923_longest_common_subpath/readme.md b/src/main/java/g1901_2000/s1923_longest_common_subpath/readme.md index d1b35e52..3c6cabc1 100644 --- a/src/main/java/g1901_2000/s1923_longest_common_subpath/readme.md +++ b/src/main/java/g1901_2000/s1923_longest_common_subpath/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1923\. Longest Common Subpath diff --git a/src/main/java/g1901_2000/s1925_count_square_sum_triples/readme.md b/src/main/java/g1901_2000/s1925_count_square_sum_triples/readme.md index 5b91f5e6..d87421f9 100644 --- a/src/main/java/g1901_2000/s1925_count_square_sum_triples/readme.md +++ b/src/main/java/g1901_2000/s1925_count_square_sum_triples/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1925\. Count Square Sum Triples diff --git a/src/main/java/g1901_2000/s1926_nearest_exit_from_entrance_in_maze/readme.md b/src/main/java/g1901_2000/s1926_nearest_exit_from_entrance_in_maze/readme.md index 0d79bd4c..b830bd18 100644 --- a/src/main/java/g1901_2000/s1926_nearest_exit_from_entrance_in_maze/readme.md +++ b/src/main/java/g1901_2000/s1926_nearest_exit_from_entrance_in_maze/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1926\. Nearest Exit from Entrance in Maze diff --git a/src/main/java/g1901_2000/s1927_sum_game/readme.md b/src/main/java/g1901_2000/s1927_sum_game/readme.md index a6c1551f..4dc59927 100644 --- a/src/main/java/g1901_2000/s1927_sum_game/readme.md +++ b/src/main/java/g1901_2000/s1927_sum_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1927\. Sum Game diff --git a/src/main/java/g1901_2000/s1928_minimum_cost_to_reach_destination_in_time/readme.md b/src/main/java/g1901_2000/s1928_minimum_cost_to_reach_destination_in_time/readme.md index efdc6aab..a43f129f 100644 --- a/src/main/java/g1901_2000/s1928_minimum_cost_to_reach_destination_in_time/readme.md +++ b/src/main/java/g1901_2000/s1928_minimum_cost_to_reach_destination_in_time/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1928\. Minimum Cost to Reach Destination in Time diff --git a/src/main/java/g1901_2000/s1929_concatenation_of_array/readme.md b/src/main/java/g1901_2000/s1929_concatenation_of_array/readme.md index a3a8dc35..d6d163e4 100644 --- a/src/main/java/g1901_2000/s1929_concatenation_of_array/readme.md +++ b/src/main/java/g1901_2000/s1929_concatenation_of_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1929\. Concatenation of Array diff --git a/src/main/java/g1901_2000/s1930_unique_length_3_palindromic_subsequences/readme.md b/src/main/java/g1901_2000/s1930_unique_length_3_palindromic_subsequences/readme.md index 0bcb2a6c..abf3d4ae 100644 --- a/src/main/java/g1901_2000/s1930_unique_length_3_palindromic_subsequences/readme.md +++ b/src/main/java/g1901_2000/s1930_unique_length_3_palindromic_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1930\. Unique Length-3 Palindromic Subsequences diff --git a/src/main/java/g1901_2000/s1931_painting_a_grid_with_three_different_colors/readme.md b/src/main/java/g1901_2000/s1931_painting_a_grid_with_three_different_colors/readme.md index 9695d7ee..c0235738 100644 --- a/src/main/java/g1901_2000/s1931_painting_a_grid_with_three_different_colors/readme.md +++ b/src/main/java/g1901_2000/s1931_painting_a_grid_with_three_different_colors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1931\. Painting a Grid With Three Different Colors diff --git a/src/main/java/g1901_2000/s1932_merge_bsts_to_create_single_bst/readme.md b/src/main/java/g1901_2000/s1932_merge_bsts_to_create_single_bst/readme.md index bcca875b..6c1f4124 100644 --- a/src/main/java/g1901_2000/s1932_merge_bsts_to_create_single_bst/readme.md +++ b/src/main/java/g1901_2000/s1932_merge_bsts_to_create_single_bst/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1932\. Merge BSTs to Create Single BST diff --git a/src/main/java/g1901_2000/s1935_maximum_number_of_words_you_can_type/readme.md b/src/main/java/g1901_2000/s1935_maximum_number_of_words_you_can_type/readme.md index ea140320..1dd5f04f 100644 --- a/src/main/java/g1901_2000/s1935_maximum_number_of_words_you_can_type/readme.md +++ b/src/main/java/g1901_2000/s1935_maximum_number_of_words_you_can_type/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1935\. Maximum Number of Words You Can Type diff --git a/src/main/java/g1901_2000/s1936_add_minimum_number_of_rungs/readme.md b/src/main/java/g1901_2000/s1936_add_minimum_number_of_rungs/readme.md index 306c441a..19b8e5ce 100644 --- a/src/main/java/g1901_2000/s1936_add_minimum_number_of_rungs/readme.md +++ b/src/main/java/g1901_2000/s1936_add_minimum_number_of_rungs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1936\. Add Minimum Number of Rungs diff --git a/src/main/java/g1901_2000/s1937_maximum_number_of_points_with_cost/readme.md b/src/main/java/g1901_2000/s1937_maximum_number_of_points_with_cost/readme.md index fd785469..a3cd5efc 100644 --- a/src/main/java/g1901_2000/s1937_maximum_number_of_points_with_cost/readme.md +++ b/src/main/java/g1901_2000/s1937_maximum_number_of_points_with_cost/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1937\. Maximum Number of Points with Cost diff --git a/src/main/java/g1901_2000/s1938_maximum_genetic_difference_query/readme.md b/src/main/java/g1901_2000/s1938_maximum_genetic_difference_query/readme.md index f6a21061..85fb68f4 100644 --- a/src/main/java/g1901_2000/s1938_maximum_genetic_difference_query/readme.md +++ b/src/main/java/g1901_2000/s1938_maximum_genetic_difference_query/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1938\. Maximum Genetic Difference Query diff --git a/src/main/java/g1901_2000/s1941_check_if_all_characters_have_equal_number_of_occurrences/readme.md b/src/main/java/g1901_2000/s1941_check_if_all_characters_have_equal_number_of_occurrences/readme.md index 9f842935..feccc5e7 100644 --- a/src/main/java/g1901_2000/s1941_check_if_all_characters_have_equal_number_of_occurrences/readme.md +++ b/src/main/java/g1901_2000/s1941_check_if_all_characters_have_equal_number_of_occurrences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1941\. Check if All Characters Have Equal Number of Occurrences diff --git a/src/main/java/g1901_2000/s1942_the_number_of_the_smallest_unoccupied_chair/readme.md b/src/main/java/g1901_2000/s1942_the_number_of_the_smallest_unoccupied_chair/readme.md index 65bca465..6b355646 100644 --- a/src/main/java/g1901_2000/s1942_the_number_of_the_smallest_unoccupied_chair/readme.md +++ b/src/main/java/g1901_2000/s1942_the_number_of_the_smallest_unoccupied_chair/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1942\. The Number of the Smallest Unoccupied Chair diff --git a/src/main/java/g1901_2000/s1943_describe_the_painting/readme.md b/src/main/java/g1901_2000/s1943_describe_the_painting/readme.md index 85afe075..d565562b 100644 --- a/src/main/java/g1901_2000/s1943_describe_the_painting/readme.md +++ b/src/main/java/g1901_2000/s1943_describe_the_painting/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1943\. Describe the Painting diff --git a/src/main/java/g1901_2000/s1944_number_of_visible_people_in_a_queue/readme.md b/src/main/java/g1901_2000/s1944_number_of_visible_people_in_a_queue/readme.md index 7e65e743..ab27ab3f 100644 --- a/src/main/java/g1901_2000/s1944_number_of_visible_people_in_a_queue/readme.md +++ b/src/main/java/g1901_2000/s1944_number_of_visible_people_in_a_queue/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1944\. Number of Visible People in a Queue diff --git a/src/main/java/g1901_2000/s1945_sum_of_digits_of_string_after_convert/readme.md b/src/main/java/g1901_2000/s1945_sum_of_digits_of_string_after_convert/readme.md index d45f4408..680f06e5 100644 --- a/src/main/java/g1901_2000/s1945_sum_of_digits_of_string_after_convert/readme.md +++ b/src/main/java/g1901_2000/s1945_sum_of_digits_of_string_after_convert/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1945\. Sum of Digits of String After Convert diff --git a/src/main/java/g1901_2000/s1946_largest_number_after_mutating_substring/readme.md b/src/main/java/g1901_2000/s1946_largest_number_after_mutating_substring/readme.md index 0405489b..a5d30e41 100644 --- a/src/main/java/g1901_2000/s1946_largest_number_after_mutating_substring/readme.md +++ b/src/main/java/g1901_2000/s1946_largest_number_after_mutating_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1946\. Largest Number After Mutating Substring diff --git a/src/main/java/g1901_2000/s1947_maximum_compatibility_score_sum/readme.md b/src/main/java/g1901_2000/s1947_maximum_compatibility_score_sum/readme.md index ae68b2d6..c3c2f6e0 100644 --- a/src/main/java/g1901_2000/s1947_maximum_compatibility_score_sum/readme.md +++ b/src/main/java/g1901_2000/s1947_maximum_compatibility_score_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1947\. Maximum Compatibility Score Sum diff --git a/src/main/java/g1901_2000/s1948_delete_duplicate_folders_in_system/readme.md b/src/main/java/g1901_2000/s1948_delete_duplicate_folders_in_system/readme.md index 0267c65d..fee5d3a6 100644 --- a/src/main/java/g1901_2000/s1948_delete_duplicate_folders_in_system/readme.md +++ b/src/main/java/g1901_2000/s1948_delete_duplicate_folders_in_system/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1948\. Delete Duplicate Folders in System diff --git a/src/main/java/g1901_2000/s1952_three_divisors/readme.md b/src/main/java/g1901_2000/s1952_three_divisors/readme.md index 5d09c90d..bfb58f95 100644 --- a/src/main/java/g1901_2000/s1952_three_divisors/readme.md +++ b/src/main/java/g1901_2000/s1952_three_divisors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1952\. Three Divisors diff --git a/src/main/java/g1901_2000/s1953_maximum_number_of_weeks_for_which_you_can_work/readme.md b/src/main/java/g1901_2000/s1953_maximum_number_of_weeks_for_which_you_can_work/readme.md index 23e1a395..4361daf9 100644 --- a/src/main/java/g1901_2000/s1953_maximum_number_of_weeks_for_which_you_can_work/readme.md +++ b/src/main/java/g1901_2000/s1953_maximum_number_of_weeks_for_which_you_can_work/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1953\. Maximum Number of Weeks for Which You Can Work diff --git a/src/main/java/g1901_2000/s1954_minimum_garden_perimeter_to_collect_enough_apples/readme.md b/src/main/java/g1901_2000/s1954_minimum_garden_perimeter_to_collect_enough_apples/readme.md index 17e95aea..2ea34bea 100644 --- a/src/main/java/g1901_2000/s1954_minimum_garden_perimeter_to_collect_enough_apples/readme.md +++ b/src/main/java/g1901_2000/s1954_minimum_garden_perimeter_to_collect_enough_apples/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1954\. Minimum Garden Perimeter to Collect Enough Apples diff --git a/src/main/java/g1901_2000/s1955_count_number_of_special_subsequences/readme.md b/src/main/java/g1901_2000/s1955_count_number_of_special_subsequences/readme.md index 310cafae..8f904028 100644 --- a/src/main/java/g1901_2000/s1955_count_number_of_special_subsequences/readme.md +++ b/src/main/java/g1901_2000/s1955_count_number_of_special_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1955\. Count Number of Special Subsequences diff --git a/src/main/java/g1901_2000/s1957_delete_characters_to_make_fancy_string/readme.md b/src/main/java/g1901_2000/s1957_delete_characters_to_make_fancy_string/readme.md index 4e8c1dc8..1adb8b41 100644 --- a/src/main/java/g1901_2000/s1957_delete_characters_to_make_fancy_string/readme.md +++ b/src/main/java/g1901_2000/s1957_delete_characters_to_make_fancy_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1957\. Delete Characters to Make Fancy String diff --git a/src/main/java/g1901_2000/s1958_check_if_move_is_legal/readme.md b/src/main/java/g1901_2000/s1958_check_if_move_is_legal/readme.md index 28b7eef1..d932dd7d 100644 --- a/src/main/java/g1901_2000/s1958_check_if_move_is_legal/readme.md +++ b/src/main/java/g1901_2000/s1958_check_if_move_is_legal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1958\. Check if Move is Legal diff --git a/src/main/java/g1901_2000/s1959_minimum_total_space_wasted_with_k_resizing_operations/readme.md b/src/main/java/g1901_2000/s1959_minimum_total_space_wasted_with_k_resizing_operations/readme.md index 79d268f3..7c943a90 100644 --- a/src/main/java/g1901_2000/s1959_minimum_total_space_wasted_with_k_resizing_operations/readme.md +++ b/src/main/java/g1901_2000/s1959_minimum_total_space_wasted_with_k_resizing_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1959\. Minimum Total Space Wasted With K Resizing Operations diff --git a/src/main/java/g1901_2000/s1960_maximum_product_of_the_length_of_two_palindromic_substrings/readme.md b/src/main/java/g1901_2000/s1960_maximum_product_of_the_length_of_two_palindromic_substrings/readme.md index c00e3945..0a69adb6 100644 --- a/src/main/java/g1901_2000/s1960_maximum_product_of_the_length_of_two_palindromic_substrings/readme.md +++ b/src/main/java/g1901_2000/s1960_maximum_product_of_the_length_of_two_palindromic_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1960\. Maximum Product of the Length of Two Palindromic Substrings diff --git a/src/main/java/g1901_2000/s1961_check_if_string_is_a_prefix_of_array/readme.md b/src/main/java/g1901_2000/s1961_check_if_string_is_a_prefix_of_array/readme.md index 421bb55f..050e7059 100644 --- a/src/main/java/g1901_2000/s1961_check_if_string_is_a_prefix_of_array/readme.md +++ b/src/main/java/g1901_2000/s1961_check_if_string_is_a_prefix_of_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1961\. Check If String Is a Prefix of Array diff --git a/src/main/java/g1901_2000/s1962_remove_stones_to_minimize_the_total/readme.md b/src/main/java/g1901_2000/s1962_remove_stones_to_minimize_the_total/readme.md index 2b7ffd8d..62328fa8 100644 --- a/src/main/java/g1901_2000/s1962_remove_stones_to_minimize_the_total/readme.md +++ b/src/main/java/g1901_2000/s1962_remove_stones_to_minimize_the_total/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1962\. Remove Stones to Minimize the Total diff --git a/src/main/java/g1901_2000/s1963_minimum_number_of_swaps_to_make_the_string_balanced/readme.md b/src/main/java/g1901_2000/s1963_minimum_number_of_swaps_to_make_the_string_balanced/readme.md index 0b4ad6fc..f451a248 100644 --- a/src/main/java/g1901_2000/s1963_minimum_number_of_swaps_to_make_the_string_balanced/readme.md +++ b/src/main/java/g1901_2000/s1963_minimum_number_of_swaps_to_make_the_string_balanced/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1963\. Minimum Number of Swaps to Make the String Balanced diff --git a/src/main/java/g1901_2000/s1964_find_the_longest_valid_obstacle_course_at_each_position/readme.md b/src/main/java/g1901_2000/s1964_find_the_longest_valid_obstacle_course_at_each_position/readme.md index db123b85..6e769563 100644 --- a/src/main/java/g1901_2000/s1964_find_the_longest_valid_obstacle_course_at_each_position/readme.md +++ b/src/main/java/g1901_2000/s1964_find_the_longest_valid_obstacle_course_at_each_position/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1964\. Find the Longest Valid Obstacle Course at Each Position diff --git a/src/main/java/g1901_2000/s1965_employees_with_missing_information/readme.md b/src/main/java/g1901_2000/s1965_employees_with_missing_information/readme.md index 1eb12b9d..e92ee054 100644 --- a/src/main/java/g1901_2000/s1965_employees_with_missing_information/readme.md +++ b/src/main/java/g1901_2000/s1965_employees_with_missing_information/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1965\. Employees With Missing Information diff --git a/src/main/java/g1901_2000/s1967_number_of_strings_that_appear_as_substrings_in_word/readme.md b/src/main/java/g1901_2000/s1967_number_of_strings_that_appear_as_substrings_in_word/readme.md index d8b2a7e5..3cb6aa8e 100644 --- a/src/main/java/g1901_2000/s1967_number_of_strings_that_appear_as_substrings_in_word/readme.md +++ b/src/main/java/g1901_2000/s1967_number_of_strings_that_appear_as_substrings_in_word/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1967\. Number of Strings That Appear as Substrings in Word diff --git a/src/main/java/g1901_2000/s1968_array_with_elements_not_equal_to_average_of_neighbors/readme.md b/src/main/java/g1901_2000/s1968_array_with_elements_not_equal_to_average_of_neighbors/readme.md index 300f80d5..2f12d843 100644 --- a/src/main/java/g1901_2000/s1968_array_with_elements_not_equal_to_average_of_neighbors/readme.md +++ b/src/main/java/g1901_2000/s1968_array_with_elements_not_equal_to_average_of_neighbors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1968\. Array With Elements Not Equal to Average of Neighbors diff --git a/src/main/java/g1901_2000/s1969_minimum_non_zero_product_of_the_array_elements/readme.md b/src/main/java/g1901_2000/s1969_minimum_non_zero_product_of_the_array_elements/readme.md index f8678743..5c720215 100644 --- a/src/main/java/g1901_2000/s1969_minimum_non_zero_product_of_the_array_elements/readme.md +++ b/src/main/java/g1901_2000/s1969_minimum_non_zero_product_of_the_array_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1969\. Minimum Non-Zero Product of the Array Elements diff --git a/src/main/java/g1901_2000/s1970_last_day_where_you_can_still_cross/readme.md b/src/main/java/g1901_2000/s1970_last_day_where_you_can_still_cross/readme.md index 68144d15..61add9ca 100644 --- a/src/main/java/g1901_2000/s1970_last_day_where_you_can_still_cross/readme.md +++ b/src/main/java/g1901_2000/s1970_last_day_where_you_can_still_cross/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1970\. Last Day Where You Can Still Cross diff --git a/src/main/java/g1901_2000/s1971_find_if_path_exists_in_graph/readme.md b/src/main/java/g1901_2000/s1971_find_if_path_exists_in_graph/readme.md index 1ffe428f..5e48e38f 100644 --- a/src/main/java/g1901_2000/s1971_find_if_path_exists_in_graph/readme.md +++ b/src/main/java/g1901_2000/s1971_find_if_path_exists_in_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1971\. Find if Path Exists in Graph diff --git a/src/main/java/g1901_2000/s1974_minimum_time_to_type_word_using_special_typewriter/readme.md b/src/main/java/g1901_2000/s1974_minimum_time_to_type_word_using_special_typewriter/readme.md index be909f39..162d549d 100644 --- a/src/main/java/g1901_2000/s1974_minimum_time_to_type_word_using_special_typewriter/readme.md +++ b/src/main/java/g1901_2000/s1974_minimum_time_to_type_word_using_special_typewriter/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1974\. Minimum Time to Type Word Using Special Typewriter diff --git a/src/main/java/g1901_2000/s1975_maximum_matrix_sum/readme.md b/src/main/java/g1901_2000/s1975_maximum_matrix_sum/readme.md index 7e10a682..f5ad1932 100644 --- a/src/main/java/g1901_2000/s1975_maximum_matrix_sum/readme.md +++ b/src/main/java/g1901_2000/s1975_maximum_matrix_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1975\. Maximum Matrix Sum diff --git a/src/main/java/g1901_2000/s1976_number_of_ways_to_arrive_at_destination/readme.md b/src/main/java/g1901_2000/s1976_number_of_ways_to_arrive_at_destination/readme.md index 486ceb2c..9d882c8e 100644 --- a/src/main/java/g1901_2000/s1976_number_of_ways_to_arrive_at_destination/readme.md +++ b/src/main/java/g1901_2000/s1976_number_of_ways_to_arrive_at_destination/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1976\. Number of Ways to Arrive at Destination diff --git a/src/main/java/g1901_2000/s1977_number_of_ways_to_separate_numbers/readme.md b/src/main/java/g1901_2000/s1977_number_of_ways_to_separate_numbers/readme.md index 0ca13be3..f69c60ac 100644 --- a/src/main/java/g1901_2000/s1977_number_of_ways_to_separate_numbers/readme.md +++ b/src/main/java/g1901_2000/s1977_number_of_ways_to_separate_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1977\. Number of Ways to Separate Numbers diff --git a/src/main/java/g1901_2000/s1979_find_greatest_common_divisor_of_array/readme.md b/src/main/java/g1901_2000/s1979_find_greatest_common_divisor_of_array/readme.md index d446638f..eea558bb 100644 --- a/src/main/java/g1901_2000/s1979_find_greatest_common_divisor_of_array/readme.md +++ b/src/main/java/g1901_2000/s1979_find_greatest_common_divisor_of_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1979\. Find Greatest Common Divisor of Array diff --git a/src/main/java/g1901_2000/s1980_find_unique_binary_string/readme.md b/src/main/java/g1901_2000/s1980_find_unique_binary_string/readme.md index d1f886f8..6c7f9f80 100644 --- a/src/main/java/g1901_2000/s1980_find_unique_binary_string/readme.md +++ b/src/main/java/g1901_2000/s1980_find_unique_binary_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1980\. Find Unique Binary String diff --git a/src/main/java/g1901_2000/s1981_minimize_the_difference_between_target_and_chosen_elements/readme.md b/src/main/java/g1901_2000/s1981_minimize_the_difference_between_target_and_chosen_elements/readme.md index 928d3d12..66ad20e0 100644 --- a/src/main/java/g1901_2000/s1981_minimize_the_difference_between_target_and_chosen_elements/readme.md +++ b/src/main/java/g1901_2000/s1981_minimize_the_difference_between_target_and_chosen_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1981\. Minimize the Difference Between Target and Chosen Elements diff --git a/src/main/java/g1901_2000/s1982_find_array_given_subset_sums/readme.md b/src/main/java/g1901_2000/s1982_find_array_given_subset_sums/readme.md index 801406cb..b8b3469e 100644 --- a/src/main/java/g1901_2000/s1982_find_array_given_subset_sums/readme.md +++ b/src/main/java/g1901_2000/s1982_find_array_given_subset_sums/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1982\. Find Array Given Subset Sums diff --git a/src/main/java/g1901_2000/s1984_minimum_difference_between_highest_and_lowest_of_k_scores/readme.md b/src/main/java/g1901_2000/s1984_minimum_difference_between_highest_and_lowest_of_k_scores/readme.md index db36aa3c..48287db5 100644 --- a/src/main/java/g1901_2000/s1984_minimum_difference_between_highest_and_lowest_of_k_scores/readme.md +++ b/src/main/java/g1901_2000/s1984_minimum_difference_between_highest_and_lowest_of_k_scores/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1984\. Minimum Difference Between Highest and Lowest of K Scores diff --git a/src/main/java/g1901_2000/s1985_find_the_kth_largest_integer_in_the_array/readme.md b/src/main/java/g1901_2000/s1985_find_the_kth_largest_integer_in_the_array/readme.md index aa4caa28..16c4e806 100644 --- a/src/main/java/g1901_2000/s1985_find_the_kth_largest_integer_in_the_array/readme.md +++ b/src/main/java/g1901_2000/s1985_find_the_kth_largest_integer_in_the_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1985\. Find the Kth Largest Integer in the Array diff --git a/src/main/java/g1901_2000/s1986_minimum_number_of_work_sessions_to_finish_the_tasks/readme.md b/src/main/java/g1901_2000/s1986_minimum_number_of_work_sessions_to_finish_the_tasks/readme.md index 4634772f..c77abe7d 100644 --- a/src/main/java/g1901_2000/s1986_minimum_number_of_work_sessions_to_finish_the_tasks/readme.md +++ b/src/main/java/g1901_2000/s1986_minimum_number_of_work_sessions_to_finish_the_tasks/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1986\. Minimum Number of Work Sessions to Finish the Tasks diff --git a/src/main/java/g1901_2000/s1987_number_of_unique_good_subsequences/readme.md b/src/main/java/g1901_2000/s1987_number_of_unique_good_subsequences/readme.md index 904fce5d..ab225956 100644 --- a/src/main/java/g1901_2000/s1987_number_of_unique_good_subsequences/readme.md +++ b/src/main/java/g1901_2000/s1987_number_of_unique_good_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1987\. Number of Unique Good Subsequences diff --git a/src/main/java/g1901_2000/s1991_find_the_middle_index_in_array/readme.md b/src/main/java/g1901_2000/s1991_find_the_middle_index_in_array/readme.md index 38b238a9..95d387f4 100644 --- a/src/main/java/g1901_2000/s1991_find_the_middle_index_in_array/readme.md +++ b/src/main/java/g1901_2000/s1991_find_the_middle_index_in_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1991\. Find the Middle Index in Array diff --git a/src/main/java/g1901_2000/s1992_find_all_groups_of_farmland/readme.md b/src/main/java/g1901_2000/s1992_find_all_groups_of_farmland/readme.md index c4b92484..43984fe0 100644 --- a/src/main/java/g1901_2000/s1992_find_all_groups_of_farmland/readme.md +++ b/src/main/java/g1901_2000/s1992_find_all_groups_of_farmland/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1992\. Find All Groups of Farmland diff --git a/src/main/java/g1901_2000/s1993_operations_on_tree/readme.md b/src/main/java/g1901_2000/s1993_operations_on_tree/readme.md index 32cfdf6d..9a012c78 100644 --- a/src/main/java/g1901_2000/s1993_operations_on_tree/readme.md +++ b/src/main/java/g1901_2000/s1993_operations_on_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1993\. Operations on Tree diff --git a/src/main/java/g1901_2000/s1994_the_number_of_good_subsets/readme.md b/src/main/java/g1901_2000/s1994_the_number_of_good_subsets/readme.md index f69473ae..93a9dd6c 100644 --- a/src/main/java/g1901_2000/s1994_the_number_of_good_subsets/readme.md +++ b/src/main/java/g1901_2000/s1994_the_number_of_good_subsets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1994\. The Number of Good Subsets diff --git a/src/main/java/g1901_2000/s1995_count_special_quadruplets/readme.md b/src/main/java/g1901_2000/s1995_count_special_quadruplets/readme.md index e200a87e..45dedbdb 100644 --- a/src/main/java/g1901_2000/s1995_count_special_quadruplets/readme.md +++ b/src/main/java/g1901_2000/s1995_count_special_quadruplets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1995\. Count Special Quadruplets diff --git a/src/main/java/g1901_2000/s1996_the_number_of_weak_characters_in_the_game/readme.md b/src/main/java/g1901_2000/s1996_the_number_of_weak_characters_in_the_game/readme.md index 3866e9c5..11a0c941 100644 --- a/src/main/java/g1901_2000/s1996_the_number_of_weak_characters_in_the_game/readme.md +++ b/src/main/java/g1901_2000/s1996_the_number_of_weak_characters_in_the_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1996\. The Number of Weak Characters in the Game diff --git a/src/main/java/g1901_2000/s1997_first_day_where_you_have_been_in_all_the_rooms/readme.md b/src/main/java/g1901_2000/s1997_first_day_where_you_have_been_in_all_the_rooms/readme.md index 35512458..94a21578 100644 --- a/src/main/java/g1901_2000/s1997_first_day_where_you_have_been_in_all_the_rooms/readme.md +++ b/src/main/java/g1901_2000/s1997_first_day_where_you_have_been_in_all_the_rooms/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1997\. First Day Where You Have Been in All the Rooms diff --git a/src/main/java/g1901_2000/s1998_gcd_sort_of_an_array/readme.md b/src/main/java/g1901_2000/s1998_gcd_sort_of_an_array/readme.md index 7a14b33d..97cb2699 100644 --- a/src/main/java/g1901_2000/s1998_gcd_sort_of_an_array/readme.md +++ b/src/main/java/g1901_2000/s1998_gcd_sort_of_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 1998\. GCD Sort of an Array diff --git a/src/main/java/g1901_2000/s2000_reverse_prefix_of_word/readme.md b/src/main/java/g1901_2000/s2000_reverse_prefix_of_word/readme.md index 9493f632..6963d1a2 100644 --- a/src/main/java/g1901_2000/s2000_reverse_prefix_of_word/readme.md +++ b/src/main/java/g1901_2000/s2000_reverse_prefix_of_word/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2000\. Reverse Prefix of Word diff --git a/src/main/java/g2001_2100/s2001_number_of_pairs_of_interchangeable_rectangles/readme.md b/src/main/java/g2001_2100/s2001_number_of_pairs_of_interchangeable_rectangles/readme.md index 2d8560b6..d89c86f8 100644 --- a/src/main/java/g2001_2100/s2001_number_of_pairs_of_interchangeable_rectangles/readme.md +++ b/src/main/java/g2001_2100/s2001_number_of_pairs_of_interchangeable_rectangles/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2001\. Number of Pairs of Interchangeable Rectangles diff --git a/src/main/java/g2001_2100/s2002_maximum_product_of_the_length_of_two_palindromic_subsequences/readme.md b/src/main/java/g2001_2100/s2002_maximum_product_of_the_length_of_two_palindromic_subsequences/readme.md index 60420275..f00eee17 100644 --- a/src/main/java/g2001_2100/s2002_maximum_product_of_the_length_of_two_palindromic_subsequences/readme.md +++ b/src/main/java/g2001_2100/s2002_maximum_product_of_the_length_of_two_palindromic_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2002\. Maximum Product of the Length of Two Palindromic Subsequences diff --git a/src/main/java/g2001_2100/s2003_smallest_missing_genetic_value_in_each_subtree/readme.md b/src/main/java/g2001_2100/s2003_smallest_missing_genetic_value_in_each_subtree/readme.md index 51810fec..fa6cd416 100644 --- a/src/main/java/g2001_2100/s2003_smallest_missing_genetic_value_in_each_subtree/readme.md +++ b/src/main/java/g2001_2100/s2003_smallest_missing_genetic_value_in_each_subtree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2003\. Smallest Missing Genetic Value in Each Subtree diff --git a/src/main/java/g2001_2100/s2006_count_number_of_pairs_with_absolute_difference_k/readme.md b/src/main/java/g2001_2100/s2006_count_number_of_pairs_with_absolute_difference_k/readme.md index d576950b..6703ad92 100644 --- a/src/main/java/g2001_2100/s2006_count_number_of_pairs_with_absolute_difference_k/readme.md +++ b/src/main/java/g2001_2100/s2006_count_number_of_pairs_with_absolute_difference_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2006\. Count Number of Pairs With Absolute Difference K diff --git a/src/main/java/g2001_2100/s2007_find_original_array_from_doubled_array/readme.md b/src/main/java/g2001_2100/s2007_find_original_array_from_doubled_array/readme.md index 817ef81a..c91f1801 100644 --- a/src/main/java/g2001_2100/s2007_find_original_array_from_doubled_array/readme.md +++ b/src/main/java/g2001_2100/s2007_find_original_array_from_doubled_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2007\. Find Original Array From Doubled Array diff --git a/src/main/java/g2001_2100/s2008_maximum_earnings_from_taxi/readme.md b/src/main/java/g2001_2100/s2008_maximum_earnings_from_taxi/readme.md index 1e7fd181..a4d15b6c 100644 --- a/src/main/java/g2001_2100/s2008_maximum_earnings_from_taxi/readme.md +++ b/src/main/java/g2001_2100/s2008_maximum_earnings_from_taxi/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2008\. Maximum Earnings From Taxi diff --git a/src/main/java/g2001_2100/s2009_minimum_number_of_operations_to_make_array_continuous/readme.md b/src/main/java/g2001_2100/s2009_minimum_number_of_operations_to_make_array_continuous/readme.md index 5dc27819..8254c4ea 100644 --- a/src/main/java/g2001_2100/s2009_minimum_number_of_operations_to_make_array_continuous/readme.md +++ b/src/main/java/g2001_2100/s2009_minimum_number_of_operations_to_make_array_continuous/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2009\. Minimum Number of Operations to Make Array Continuous diff --git a/src/main/java/g2001_2100/s2011_final_value_of_variable_after_performing_operations/readme.md b/src/main/java/g2001_2100/s2011_final_value_of_variable_after_performing_operations/readme.md index be2c87cc..ca333b0d 100644 --- a/src/main/java/g2001_2100/s2011_final_value_of_variable_after_performing_operations/readme.md +++ b/src/main/java/g2001_2100/s2011_final_value_of_variable_after_performing_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2011\. Final Value of Variable After Performing Operations diff --git a/src/main/java/g2001_2100/s2012_sum_of_beauty_in_the_array/readme.md b/src/main/java/g2001_2100/s2012_sum_of_beauty_in_the_array/readme.md index 80733543..389e8418 100644 --- a/src/main/java/g2001_2100/s2012_sum_of_beauty_in_the_array/readme.md +++ b/src/main/java/g2001_2100/s2012_sum_of_beauty_in_the_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2012\. Sum of Beauty in the Array diff --git a/src/main/java/g2001_2100/s2013_detect_squares/readme.md b/src/main/java/g2001_2100/s2013_detect_squares/readme.md index e2e43be7..3793a182 100644 --- a/src/main/java/g2001_2100/s2013_detect_squares/readme.md +++ b/src/main/java/g2001_2100/s2013_detect_squares/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2013\. Detect Squares diff --git a/src/main/java/g2001_2100/s2014_longest_subsequence_repeated_k_times/readme.md b/src/main/java/g2001_2100/s2014_longest_subsequence_repeated_k_times/readme.md index 9bb75355..71cdc9a3 100644 --- a/src/main/java/g2001_2100/s2014_longest_subsequence_repeated_k_times/readme.md +++ b/src/main/java/g2001_2100/s2014_longest_subsequence_repeated_k_times/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2014\. Longest Subsequence Repeated k Times diff --git a/src/main/java/g2001_2100/s2016_maximum_difference_between_increasing_elements/readme.md b/src/main/java/g2001_2100/s2016_maximum_difference_between_increasing_elements/readme.md index f8dd1cc6..b999b35c 100644 --- a/src/main/java/g2001_2100/s2016_maximum_difference_between_increasing_elements/readme.md +++ b/src/main/java/g2001_2100/s2016_maximum_difference_between_increasing_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2016\. Maximum Difference Between Increasing Elements diff --git a/src/main/java/g2001_2100/s2017_grid_game/readme.md b/src/main/java/g2001_2100/s2017_grid_game/readme.md index 7ae94148..57121660 100644 --- a/src/main/java/g2001_2100/s2017_grid_game/readme.md +++ b/src/main/java/g2001_2100/s2017_grid_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2017\. Grid Game diff --git a/src/main/java/g2001_2100/s2018_check_if_word_can_be_placed_in_crossword/readme.md b/src/main/java/g2001_2100/s2018_check_if_word_can_be_placed_in_crossword/readme.md index 7bdf77ce..0bb6f232 100644 --- a/src/main/java/g2001_2100/s2018_check_if_word_can_be_placed_in_crossword/readme.md +++ b/src/main/java/g2001_2100/s2018_check_if_word_can_be_placed_in_crossword/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2018\. Check if Word Can Be Placed In Crossword diff --git a/src/main/java/g2001_2100/s2019_the_score_of_students_solving_math_expression/readme.md b/src/main/java/g2001_2100/s2019_the_score_of_students_solving_math_expression/readme.md index bcc0eed8..031fc3e8 100644 --- a/src/main/java/g2001_2100/s2019_the_score_of_students_solving_math_expression/readme.md +++ b/src/main/java/g2001_2100/s2019_the_score_of_students_solving_math_expression/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2019\. The Score of Students Solving Math Expression diff --git a/src/main/java/g2001_2100/s2022_convert_1d_array_into_2d_array/readme.md b/src/main/java/g2001_2100/s2022_convert_1d_array_into_2d_array/readme.md index 3d04b56b..5b7e4867 100644 --- a/src/main/java/g2001_2100/s2022_convert_1d_array_into_2d_array/readme.md +++ b/src/main/java/g2001_2100/s2022_convert_1d_array_into_2d_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2022\. Convert 1D Array Into 2D Array diff --git a/src/main/java/g2001_2100/s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target/readme.md b/src/main/java/g2001_2100/s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target/readme.md index 07e72919..1dd1e7d2 100644 --- a/src/main/java/g2001_2100/s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target/readme.md +++ b/src/main/java/g2001_2100/s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2023\. Number of Pairs of Strings With Concatenation Equal to Target diff --git a/src/main/java/g2001_2100/s2024_maximize_the_confusion_of_an_exam/readme.md b/src/main/java/g2001_2100/s2024_maximize_the_confusion_of_an_exam/readme.md index fe4859b5..c0aa9dce 100644 --- a/src/main/java/g2001_2100/s2024_maximize_the_confusion_of_an_exam/readme.md +++ b/src/main/java/g2001_2100/s2024_maximize_the_confusion_of_an_exam/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2024\. Maximize the Confusion of an Exam diff --git a/src/main/java/g2001_2100/s2025_maximum_number_of_ways_to_partition_an_array/readme.md b/src/main/java/g2001_2100/s2025_maximum_number_of_ways_to_partition_an_array/readme.md index 295a1dd3..706b5c7d 100644 --- a/src/main/java/g2001_2100/s2025_maximum_number_of_ways_to_partition_an_array/readme.md +++ b/src/main/java/g2001_2100/s2025_maximum_number_of_ways_to_partition_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2025\. Maximum Number of Ways to Partition an Array diff --git a/src/main/java/g2001_2100/s2027_minimum_moves_to_convert_string/readme.md b/src/main/java/g2001_2100/s2027_minimum_moves_to_convert_string/readme.md index cfbda6dd..3a0fbdbc 100644 --- a/src/main/java/g2001_2100/s2027_minimum_moves_to_convert_string/readme.md +++ b/src/main/java/g2001_2100/s2027_minimum_moves_to_convert_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2027\. Minimum Moves to Convert String diff --git a/src/main/java/g2001_2100/s2028_find_missing_observations/readme.md b/src/main/java/g2001_2100/s2028_find_missing_observations/readme.md index b7ec4ee0..8e5aa103 100644 --- a/src/main/java/g2001_2100/s2028_find_missing_observations/readme.md +++ b/src/main/java/g2001_2100/s2028_find_missing_observations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2028\. Find Missing Observations diff --git a/src/main/java/g2001_2100/s2029_stone_game_ix/readme.md b/src/main/java/g2001_2100/s2029_stone_game_ix/readme.md index 687ff5fc..9ab71b2d 100644 --- a/src/main/java/g2001_2100/s2029_stone_game_ix/readme.md +++ b/src/main/java/g2001_2100/s2029_stone_game_ix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2029\. Stone Game IX diff --git a/src/main/java/g2001_2100/s2030_smallest_k_length_subsequence_with_occurrences_of_a_letter/readme.md b/src/main/java/g2001_2100/s2030_smallest_k_length_subsequence_with_occurrences_of_a_letter/readme.md index 322fcb85..20713241 100644 --- a/src/main/java/g2001_2100/s2030_smallest_k_length_subsequence_with_occurrences_of_a_letter/readme.md +++ b/src/main/java/g2001_2100/s2030_smallest_k_length_subsequence_with_occurrences_of_a_letter/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2030\. Smallest K-Length Subsequence With Occurrences of a Letter diff --git a/src/main/java/g2001_2100/s2032_two_out_of_three/readme.md b/src/main/java/g2001_2100/s2032_two_out_of_three/readme.md index f05d6b27..2ae16aa4 100644 --- a/src/main/java/g2001_2100/s2032_two_out_of_three/readme.md +++ b/src/main/java/g2001_2100/s2032_two_out_of_three/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2032\. Two Out of Three diff --git a/src/main/java/g2001_2100/s2033_minimum_operations_to_make_a_uni_value_grid/readme.md b/src/main/java/g2001_2100/s2033_minimum_operations_to_make_a_uni_value_grid/readme.md index cf5619e6..180d4f9f 100644 --- a/src/main/java/g2001_2100/s2033_minimum_operations_to_make_a_uni_value_grid/readme.md +++ b/src/main/java/g2001_2100/s2033_minimum_operations_to_make_a_uni_value_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2033\. Minimum Operations to Make a Uni-Value Grid diff --git a/src/main/java/g2001_2100/s2034_stock_price_fluctuation/readme.md b/src/main/java/g2001_2100/s2034_stock_price_fluctuation/readme.md index ae56a356..807236d9 100644 --- a/src/main/java/g2001_2100/s2034_stock_price_fluctuation/readme.md +++ b/src/main/java/g2001_2100/s2034_stock_price_fluctuation/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2034\. Stock Price Fluctuation diff --git a/src/main/java/g2001_2100/s2035_partition_array_into_two_arrays_to_minimize_sum_difference/readme.md b/src/main/java/g2001_2100/s2035_partition_array_into_two_arrays_to_minimize_sum_difference/readme.md index 3cfc26ce..095d07cb 100644 --- a/src/main/java/g2001_2100/s2035_partition_array_into_two_arrays_to_minimize_sum_difference/readme.md +++ b/src/main/java/g2001_2100/s2035_partition_array_into_two_arrays_to_minimize_sum_difference/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2035\. Partition Array Into Two Arrays to Minimize Sum Difference diff --git a/src/main/java/g2001_2100/s2037_minimum_number_of_moves_to_seat_everyone/readme.md b/src/main/java/g2001_2100/s2037_minimum_number_of_moves_to_seat_everyone/readme.md index b42c6e91..1631265f 100644 --- a/src/main/java/g2001_2100/s2037_minimum_number_of_moves_to_seat_everyone/readme.md +++ b/src/main/java/g2001_2100/s2037_minimum_number_of_moves_to_seat_everyone/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2037\. Minimum Number of Moves to Seat Everyone diff --git a/src/main/java/g2001_2100/s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color/readme.md b/src/main/java/g2001_2100/s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color/readme.md index 7e205fb6..a0eeea1b 100644 --- a/src/main/java/g2001_2100/s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color/readme.md +++ b/src/main/java/g2001_2100/s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2038\. Remove Colored Pieces if Both Neighbors are the Same Color diff --git a/src/main/java/g2001_2100/s2039_the_time_when_the_network_becomes_idle/readme.md b/src/main/java/g2001_2100/s2039_the_time_when_the_network_becomes_idle/readme.md index cf5f58e6..bf4612e9 100644 --- a/src/main/java/g2001_2100/s2039_the_time_when_the_network_becomes_idle/readme.md +++ b/src/main/java/g2001_2100/s2039_the_time_when_the_network_becomes_idle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2039\. The Time When the Network Becomes Idle diff --git a/src/main/java/g2001_2100/s2040_kth_smallest_product_of_two_sorted_arrays/readme.md b/src/main/java/g2001_2100/s2040_kth_smallest_product_of_two_sorted_arrays/readme.md index 6ca07f00..eff51387 100644 --- a/src/main/java/g2001_2100/s2040_kth_smallest_product_of_two_sorted_arrays/readme.md +++ b/src/main/java/g2001_2100/s2040_kth_smallest_product_of_two_sorted_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2040\. Kth Smallest Product of Two Sorted Arrays diff --git a/src/main/java/g2001_2100/s2042_check_if_numbers_are_ascending_in_a_sentence/readme.md b/src/main/java/g2001_2100/s2042_check_if_numbers_are_ascending_in_a_sentence/readme.md index a377d660..34d05a14 100644 --- a/src/main/java/g2001_2100/s2042_check_if_numbers_are_ascending_in_a_sentence/readme.md +++ b/src/main/java/g2001_2100/s2042_check_if_numbers_are_ascending_in_a_sentence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2042\. Check if Numbers Are Ascending in a Sentence diff --git a/src/main/java/g2001_2100/s2043_simple_bank_system/readme.md b/src/main/java/g2001_2100/s2043_simple_bank_system/readme.md index a3314a09..c8ff4fa7 100644 --- a/src/main/java/g2001_2100/s2043_simple_bank_system/readme.md +++ b/src/main/java/g2001_2100/s2043_simple_bank_system/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2043\. Simple Bank System diff --git a/src/main/java/g2001_2100/s2044_count_number_of_maximum_bitwise_or_subsets/readme.md b/src/main/java/g2001_2100/s2044_count_number_of_maximum_bitwise_or_subsets/readme.md index b454a539..2e765f59 100644 --- a/src/main/java/g2001_2100/s2044_count_number_of_maximum_bitwise_or_subsets/readme.md +++ b/src/main/java/g2001_2100/s2044_count_number_of_maximum_bitwise_or_subsets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2044\. Count Number of Maximum Bitwise-OR Subsets diff --git a/src/main/java/g2001_2100/s2045_second_minimum_time_to_reach_destination/readme.md b/src/main/java/g2001_2100/s2045_second_minimum_time_to_reach_destination/readme.md index 4efd4889..a43d076d 100644 --- a/src/main/java/g2001_2100/s2045_second_minimum_time_to_reach_destination/readme.md +++ b/src/main/java/g2001_2100/s2045_second_minimum_time_to_reach_destination/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2045\. Second Minimum Time to Reach Destination diff --git a/src/main/java/g2001_2100/s2047_number_of_valid_words_in_a_sentence/readme.md b/src/main/java/g2001_2100/s2047_number_of_valid_words_in_a_sentence/readme.md index 0e0b01bf..328f7a06 100644 --- a/src/main/java/g2001_2100/s2047_number_of_valid_words_in_a_sentence/readme.md +++ b/src/main/java/g2001_2100/s2047_number_of_valid_words_in_a_sentence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2047\. Number of Valid Words in a Sentence diff --git a/src/main/java/g2001_2100/s2048_next_greater_numerically_balanced_number/readme.md b/src/main/java/g2001_2100/s2048_next_greater_numerically_balanced_number/readme.md index e6b602c4..3d9179c0 100644 --- a/src/main/java/g2001_2100/s2048_next_greater_numerically_balanced_number/readme.md +++ b/src/main/java/g2001_2100/s2048_next_greater_numerically_balanced_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2048\. Next Greater Numerically Balanced Number diff --git a/src/main/java/g2001_2100/s2049_count_nodes_with_the_highest_score/readme.md b/src/main/java/g2001_2100/s2049_count_nodes_with_the_highest_score/readme.md index 3a24a516..c2a846c0 100644 --- a/src/main/java/g2001_2100/s2049_count_nodes_with_the_highest_score/readme.md +++ b/src/main/java/g2001_2100/s2049_count_nodes_with_the_highest_score/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2049\. Count Nodes With the Highest Score diff --git a/src/main/java/g2001_2100/s2050_parallel_courses_iii/readme.md b/src/main/java/g2001_2100/s2050_parallel_courses_iii/readme.md index 1e045164..c7802bb2 100644 --- a/src/main/java/g2001_2100/s2050_parallel_courses_iii/readme.md +++ b/src/main/java/g2001_2100/s2050_parallel_courses_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2050\. Parallel Courses III diff --git a/src/main/java/g2001_2100/s2053_kth_distinct_string_in_an_array/readme.md b/src/main/java/g2001_2100/s2053_kth_distinct_string_in_an_array/readme.md index 89e38d8b..a57236c9 100644 --- a/src/main/java/g2001_2100/s2053_kth_distinct_string_in_an_array/readme.md +++ b/src/main/java/g2001_2100/s2053_kth_distinct_string_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2053\. Kth Distinct String in an Array diff --git a/src/main/java/g2001_2100/s2054_two_best_non_overlapping_events/readme.md b/src/main/java/g2001_2100/s2054_two_best_non_overlapping_events/readme.md index f4decbb3..1ef148b8 100644 --- a/src/main/java/g2001_2100/s2054_two_best_non_overlapping_events/readme.md +++ b/src/main/java/g2001_2100/s2054_two_best_non_overlapping_events/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2054\. Two Best Non-Overlapping Events diff --git a/src/main/java/g2001_2100/s2055_plates_between_candles/readme.md b/src/main/java/g2001_2100/s2055_plates_between_candles/readme.md index 34663fc5..6e6cc836 100644 --- a/src/main/java/g2001_2100/s2055_plates_between_candles/readme.md +++ b/src/main/java/g2001_2100/s2055_plates_between_candles/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2055\. Plates Between Candles diff --git a/src/main/java/g2001_2100/s2056_number_of_valid_move_combinations_on_chessboard/readme.md b/src/main/java/g2001_2100/s2056_number_of_valid_move_combinations_on_chessboard/readme.md index 33532610..ddd9d583 100644 --- a/src/main/java/g2001_2100/s2056_number_of_valid_move_combinations_on_chessboard/readme.md +++ b/src/main/java/g2001_2100/s2056_number_of_valid_move_combinations_on_chessboard/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2056\. Number of Valid Move Combinations On Chessboard diff --git a/src/main/java/g2001_2100/s2057_smallest_index_with_equal_value/readme.md b/src/main/java/g2001_2100/s2057_smallest_index_with_equal_value/readme.md index c952515e..43e8fb48 100644 --- a/src/main/java/g2001_2100/s2057_smallest_index_with_equal_value/readme.md +++ b/src/main/java/g2001_2100/s2057_smallest_index_with_equal_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2057\. Smallest Index With Equal Value diff --git a/src/main/java/g2001_2100/s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points/readme.md b/src/main/java/g2001_2100/s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points/readme.md index 453651d5..9cf0eac3 100644 --- a/src/main/java/g2001_2100/s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points/readme.md +++ b/src/main/java/g2001_2100/s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2058\. Find the Minimum and Maximum Number of Nodes Between Critical Points diff --git a/src/main/java/g2001_2100/s2059_minimum_operations_to_convert_number/readme.md b/src/main/java/g2001_2100/s2059_minimum_operations_to_convert_number/readme.md index d71b6825..f48d4799 100644 --- a/src/main/java/g2001_2100/s2059_minimum_operations_to_convert_number/readme.md +++ b/src/main/java/g2001_2100/s2059_minimum_operations_to_convert_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2059\. Minimum Operations to Convert Number diff --git a/src/main/java/g2001_2100/s2060_check_if_an_original_string_exists_given_two_encoded_strings/readme.md b/src/main/java/g2001_2100/s2060_check_if_an_original_string_exists_given_two_encoded_strings/readme.md index 66509a61..22fd4289 100644 --- a/src/main/java/g2001_2100/s2060_check_if_an_original_string_exists_given_two_encoded_strings/readme.md +++ b/src/main/java/g2001_2100/s2060_check_if_an_original_string_exists_given_two_encoded_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2060\. Check if an Original String Exists Given Two Encoded Strings diff --git a/src/main/java/g2001_2100/s2062_count_vowel_substrings_of_a_string/readme.md b/src/main/java/g2001_2100/s2062_count_vowel_substrings_of_a_string/readme.md index f11f866c..8c547cf6 100644 --- a/src/main/java/g2001_2100/s2062_count_vowel_substrings_of_a_string/readme.md +++ b/src/main/java/g2001_2100/s2062_count_vowel_substrings_of_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2062\. Count Vowel Substrings of a String diff --git a/src/main/java/g2001_2100/s2063_vowels_of_all_substrings/readme.md b/src/main/java/g2001_2100/s2063_vowels_of_all_substrings/readme.md index 78568f7a..d1f9a268 100644 --- a/src/main/java/g2001_2100/s2063_vowels_of_all_substrings/readme.md +++ b/src/main/java/g2001_2100/s2063_vowels_of_all_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2063\. Vowels of All Substrings diff --git a/src/main/java/g2001_2100/s2064_minimized_maximum_of_products_distributed_to_any_store/readme.md b/src/main/java/g2001_2100/s2064_minimized_maximum_of_products_distributed_to_any_store/readme.md index bc3f6787..27551ffa 100644 --- a/src/main/java/g2001_2100/s2064_minimized_maximum_of_products_distributed_to_any_store/readme.md +++ b/src/main/java/g2001_2100/s2064_minimized_maximum_of_products_distributed_to_any_store/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2064\. Minimized Maximum of Products Distributed to Any Store diff --git a/src/main/java/g2001_2100/s2065_maximum_path_quality_of_a_graph/readme.md b/src/main/java/g2001_2100/s2065_maximum_path_quality_of_a_graph/readme.md index 56c012ba..71f956f1 100644 --- a/src/main/java/g2001_2100/s2065_maximum_path_quality_of_a_graph/readme.md +++ b/src/main/java/g2001_2100/s2065_maximum_path_quality_of_a_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2065\. Maximum Path Quality of a Graph diff --git a/src/main/java/g2001_2100/s2068_check_whether_two_strings_are_almost_equivalent/readme.md b/src/main/java/g2001_2100/s2068_check_whether_two_strings_are_almost_equivalent/readme.md index 3d00b468..ad7e5e37 100644 --- a/src/main/java/g2001_2100/s2068_check_whether_two_strings_are_almost_equivalent/readme.md +++ b/src/main/java/g2001_2100/s2068_check_whether_two_strings_are_almost_equivalent/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2068\. Check Whether Two Strings are Almost Equivalent diff --git a/src/main/java/g2001_2100/s2069_walking_robot_simulation_ii/readme.md b/src/main/java/g2001_2100/s2069_walking_robot_simulation_ii/readme.md index ce7563e5..620964b7 100644 --- a/src/main/java/g2001_2100/s2069_walking_robot_simulation_ii/readme.md +++ b/src/main/java/g2001_2100/s2069_walking_robot_simulation_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2069\. Walking Robot Simulation II diff --git a/src/main/java/g2001_2100/s2070_most_beautiful_item_for_each_query/readme.md b/src/main/java/g2001_2100/s2070_most_beautiful_item_for_each_query/readme.md index ce8e9ff0..e05222d6 100644 --- a/src/main/java/g2001_2100/s2070_most_beautiful_item_for_each_query/readme.md +++ b/src/main/java/g2001_2100/s2070_most_beautiful_item_for_each_query/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2070\. Most Beautiful Item for Each Query diff --git a/src/main/java/g2001_2100/s2071_maximum_number_of_tasks_you_can_assign/readme.md b/src/main/java/g2001_2100/s2071_maximum_number_of_tasks_you_can_assign/readme.md index 9753323e..c6219556 100644 --- a/src/main/java/g2001_2100/s2071_maximum_number_of_tasks_you_can_assign/readme.md +++ b/src/main/java/g2001_2100/s2071_maximum_number_of_tasks_you_can_assign/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2071\. Maximum Number of Tasks You Can Assign diff --git a/src/main/java/g2001_2100/s2073_time_needed_to_buy_tickets/readme.md b/src/main/java/g2001_2100/s2073_time_needed_to_buy_tickets/readme.md index f6d21644..235db473 100644 --- a/src/main/java/g2001_2100/s2073_time_needed_to_buy_tickets/readme.md +++ b/src/main/java/g2001_2100/s2073_time_needed_to_buy_tickets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2073\. Time Needed to Buy Tickets diff --git a/src/main/java/g2001_2100/s2074_reverse_nodes_in_even_length_groups/readme.md b/src/main/java/g2001_2100/s2074_reverse_nodes_in_even_length_groups/readme.md index 08751227..d29d223e 100644 --- a/src/main/java/g2001_2100/s2074_reverse_nodes_in_even_length_groups/readme.md +++ b/src/main/java/g2001_2100/s2074_reverse_nodes_in_even_length_groups/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2074\. Reverse Nodes in Even Length Groups diff --git a/src/main/java/g2001_2100/s2075_decode_the_slanted_ciphertext/readme.md b/src/main/java/g2001_2100/s2075_decode_the_slanted_ciphertext/readme.md index 10290658..f4a20762 100644 --- a/src/main/java/g2001_2100/s2075_decode_the_slanted_ciphertext/readme.md +++ b/src/main/java/g2001_2100/s2075_decode_the_slanted_ciphertext/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2075\. Decode the Slanted Ciphertext diff --git a/src/main/java/g2001_2100/s2076_process_restricted_friend_requests/readme.md b/src/main/java/g2001_2100/s2076_process_restricted_friend_requests/readme.md index 5460b894..99eec713 100644 --- a/src/main/java/g2001_2100/s2076_process_restricted_friend_requests/readme.md +++ b/src/main/java/g2001_2100/s2076_process_restricted_friend_requests/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2076\. Process Restricted Friend Requests diff --git a/src/main/java/g2001_2100/s2078_two_furthest_houses_with_different_colors/readme.md b/src/main/java/g2001_2100/s2078_two_furthest_houses_with_different_colors/readme.md index f62431aa..e043ce6e 100644 --- a/src/main/java/g2001_2100/s2078_two_furthest_houses_with_different_colors/readme.md +++ b/src/main/java/g2001_2100/s2078_two_furthest_houses_with_different_colors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2078\. Two Furthest Houses With Different Colors diff --git a/src/main/java/g2001_2100/s2079_watering_plants/readme.md b/src/main/java/g2001_2100/s2079_watering_plants/readme.md index 6360eba3..b6023049 100644 --- a/src/main/java/g2001_2100/s2079_watering_plants/readme.md +++ b/src/main/java/g2001_2100/s2079_watering_plants/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2079\. Watering Plants diff --git a/src/main/java/g2001_2100/s2080_range_frequency_queries/readme.md b/src/main/java/g2001_2100/s2080_range_frequency_queries/readme.md index be2141c8..2dacc2cf 100644 --- a/src/main/java/g2001_2100/s2080_range_frequency_queries/readme.md +++ b/src/main/java/g2001_2100/s2080_range_frequency_queries/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2080\. Range Frequency Queries diff --git a/src/main/java/g2001_2100/s2081_sum_of_k_mirror_numbers/readme.md b/src/main/java/g2001_2100/s2081_sum_of_k_mirror_numbers/readme.md index 317a3327..5c90ddfb 100644 --- a/src/main/java/g2001_2100/s2081_sum_of_k_mirror_numbers/readme.md +++ b/src/main/java/g2001_2100/s2081_sum_of_k_mirror_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2081\. Sum of k-Mirror Numbers diff --git a/src/main/java/g2001_2100/s2085_count_common_words_with_one_occurrence/readme.md b/src/main/java/g2001_2100/s2085_count_common_words_with_one_occurrence/readme.md index ed316009..fb21f578 100644 --- a/src/main/java/g2001_2100/s2085_count_common_words_with_one_occurrence/readme.md +++ b/src/main/java/g2001_2100/s2085_count_common_words_with_one_occurrence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2085\. Count Common Words With One Occurrence diff --git a/src/main/java/g2001_2100/s2086_minimum_number_of_buckets_required_to_collect_rainwater_from_houses/readme.md b/src/main/java/g2001_2100/s2086_minimum_number_of_buckets_required_to_collect_rainwater_from_houses/readme.md index ce2e552a..c0119626 100644 --- a/src/main/java/g2001_2100/s2086_minimum_number_of_buckets_required_to_collect_rainwater_from_houses/readme.md +++ b/src/main/java/g2001_2100/s2086_minimum_number_of_buckets_required_to_collect_rainwater_from_houses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2086\. Minimum Number of Buckets Required to Collect Rainwater from Houses diff --git a/src/main/java/g2001_2100/s2087_minimum_cost_homecoming_of_a_robot_in_a_grid/readme.md b/src/main/java/g2001_2100/s2087_minimum_cost_homecoming_of_a_robot_in_a_grid/readme.md index 58978aad..ba86b4e2 100644 --- a/src/main/java/g2001_2100/s2087_minimum_cost_homecoming_of_a_robot_in_a_grid/readme.md +++ b/src/main/java/g2001_2100/s2087_minimum_cost_homecoming_of_a_robot_in_a_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2087\. Minimum Cost Homecoming of a Robot in a Grid diff --git a/src/main/java/g2001_2100/s2088_count_fertile_pyramids_in_a_land/readme.md b/src/main/java/g2001_2100/s2088_count_fertile_pyramids_in_a_land/readme.md index 9b062b41..328a5011 100644 --- a/src/main/java/g2001_2100/s2088_count_fertile_pyramids_in_a_land/readme.md +++ b/src/main/java/g2001_2100/s2088_count_fertile_pyramids_in_a_land/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2088\. Count Fertile Pyramids in a Land diff --git a/src/main/java/g2001_2100/s2089_find_target_indices_after_sorting_array/readme.md b/src/main/java/g2001_2100/s2089_find_target_indices_after_sorting_array/readme.md index 3501e6ef..cc0bcbf9 100644 --- a/src/main/java/g2001_2100/s2089_find_target_indices_after_sorting_array/readme.md +++ b/src/main/java/g2001_2100/s2089_find_target_indices_after_sorting_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2089\. Find Target Indices After Sorting Array diff --git a/src/main/java/g2001_2100/s2090_k_radius_subarray_averages/readme.md b/src/main/java/g2001_2100/s2090_k_radius_subarray_averages/readme.md index 11e371ae..4bc2bc29 100644 --- a/src/main/java/g2001_2100/s2090_k_radius_subarray_averages/readme.md +++ b/src/main/java/g2001_2100/s2090_k_radius_subarray_averages/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2090\. K Radius Subarray Averages diff --git a/src/main/java/g2001_2100/s2091_removing_minimum_and_maximum_from_array/readme.md b/src/main/java/g2001_2100/s2091_removing_minimum_and_maximum_from_array/readme.md index d0cd20ae..9f1e2013 100644 --- a/src/main/java/g2001_2100/s2091_removing_minimum_and_maximum_from_array/readme.md +++ b/src/main/java/g2001_2100/s2091_removing_minimum_and_maximum_from_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2091\. Removing Minimum and Maximum From Array diff --git a/src/main/java/g2001_2100/s2092_find_all_people_with_secret/readme.md b/src/main/java/g2001_2100/s2092_find_all_people_with_secret/readme.md index 467267aa..63763778 100644 --- a/src/main/java/g2001_2100/s2092_find_all_people_with_secret/readme.md +++ b/src/main/java/g2001_2100/s2092_find_all_people_with_secret/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2092\. Find All People With Secret diff --git a/src/main/java/g2001_2100/s2094_finding_3_digit_even_numbers/readme.md b/src/main/java/g2001_2100/s2094_finding_3_digit_even_numbers/readme.md index 90ec9aae..7ad6acea 100644 --- a/src/main/java/g2001_2100/s2094_finding_3_digit_even_numbers/readme.md +++ b/src/main/java/g2001_2100/s2094_finding_3_digit_even_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2094\. Finding 3-Digit Even Numbers diff --git a/src/main/java/g2001_2100/s2095_delete_the_middle_node_of_a_linked_list/readme.md b/src/main/java/g2001_2100/s2095_delete_the_middle_node_of_a_linked_list/readme.md index 3540a73c..0b5b5c18 100644 --- a/src/main/java/g2001_2100/s2095_delete_the_middle_node_of_a_linked_list/readme.md +++ b/src/main/java/g2001_2100/s2095_delete_the_middle_node_of_a_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2095\. Delete the Middle Node of a Linked List diff --git a/src/main/java/g2001_2100/s2096_step_by_step_directions_from_a_binary_tree_node_to_another/readme.md b/src/main/java/g2001_2100/s2096_step_by_step_directions_from_a_binary_tree_node_to_another/readme.md index 3d0cfc72..233c8d75 100644 --- a/src/main/java/g2001_2100/s2096_step_by_step_directions_from_a_binary_tree_node_to_another/readme.md +++ b/src/main/java/g2001_2100/s2096_step_by_step_directions_from_a_binary_tree_node_to_another/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2096\. Step-By-Step Directions From a Binary Tree Node to Another diff --git a/src/main/java/g2001_2100/s2097_valid_arrangement_of_pairs/readme.md b/src/main/java/g2001_2100/s2097_valid_arrangement_of_pairs/readme.md index d74cbf87..10fa993c 100644 --- a/src/main/java/g2001_2100/s2097_valid_arrangement_of_pairs/readme.md +++ b/src/main/java/g2001_2100/s2097_valid_arrangement_of_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2097\. Valid Arrangement of Pairs diff --git a/src/main/java/g2001_2100/s2099_find_subsequence_of_length_k_with_the_largest_sum/readme.md b/src/main/java/g2001_2100/s2099_find_subsequence_of_length_k_with_the_largest_sum/readme.md index 5629f819..848d5ac2 100644 --- a/src/main/java/g2001_2100/s2099_find_subsequence_of_length_k_with_the_largest_sum/readme.md +++ b/src/main/java/g2001_2100/s2099_find_subsequence_of_length_k_with_the_largest_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2099\. Find Subsequence of Length K With the Largest Sum diff --git a/src/main/java/g2001_2100/s2100_find_good_days_to_rob_the_bank/readme.md b/src/main/java/g2001_2100/s2100_find_good_days_to_rob_the_bank/readme.md index dacfa60a..3c608a74 100644 --- a/src/main/java/g2001_2100/s2100_find_good_days_to_rob_the_bank/readme.md +++ b/src/main/java/g2001_2100/s2100_find_good_days_to_rob_the_bank/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2100\. Find Good Days to Rob the Bank diff --git a/src/main/java/g2101_2200/s2101_detonate_the_maximum_bombs/readme.md b/src/main/java/g2101_2200/s2101_detonate_the_maximum_bombs/readme.md index b770fe07..d5cadb27 100644 --- a/src/main/java/g2101_2200/s2101_detonate_the_maximum_bombs/readme.md +++ b/src/main/java/g2101_2200/s2101_detonate_the_maximum_bombs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2101\. Detonate the Maximum Bombs diff --git a/src/main/java/g2101_2200/s2102_sequentially_ordinal_rank_tracker/readme.md b/src/main/java/g2101_2200/s2102_sequentially_ordinal_rank_tracker/readme.md index cb435230..89e7c02b 100644 --- a/src/main/java/g2101_2200/s2102_sequentially_ordinal_rank_tracker/readme.md +++ b/src/main/java/g2101_2200/s2102_sequentially_ordinal_rank_tracker/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2102\. Sequentially Ordinal Rank Tracker diff --git a/src/main/java/g2101_2200/s2103_rings_and_rods/readme.md b/src/main/java/g2101_2200/s2103_rings_and_rods/readme.md index 014e0869..8a6e3350 100644 --- a/src/main/java/g2101_2200/s2103_rings_and_rods/readme.md +++ b/src/main/java/g2101_2200/s2103_rings_and_rods/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2103\. Rings and Rods diff --git a/src/main/java/g2101_2200/s2104_sum_of_subarray_ranges/readme.md b/src/main/java/g2101_2200/s2104_sum_of_subarray_ranges/readme.md index 16e13d7b..20168eac 100644 --- a/src/main/java/g2101_2200/s2104_sum_of_subarray_ranges/readme.md +++ b/src/main/java/g2101_2200/s2104_sum_of_subarray_ranges/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2104\. Sum of Subarray Ranges diff --git a/src/main/java/g2101_2200/s2105_watering_plants_ii/readme.md b/src/main/java/g2101_2200/s2105_watering_plants_ii/readme.md index 756bec5f..7da789a5 100644 --- a/src/main/java/g2101_2200/s2105_watering_plants_ii/readme.md +++ b/src/main/java/g2101_2200/s2105_watering_plants_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2105\. Watering Plants II diff --git a/src/main/java/g2101_2200/s2106_maximum_fruits_harvested_after_at_most_k_steps/readme.md b/src/main/java/g2101_2200/s2106_maximum_fruits_harvested_after_at_most_k_steps/readme.md index d58d6b23..eeeafaae 100644 --- a/src/main/java/g2101_2200/s2106_maximum_fruits_harvested_after_at_most_k_steps/readme.md +++ b/src/main/java/g2101_2200/s2106_maximum_fruits_harvested_after_at_most_k_steps/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2106\. Maximum Fruits Harvested After at Most K Steps diff --git a/src/main/java/g2101_2200/s2108_find_first_palindromic_string_in_the_array/readme.md b/src/main/java/g2101_2200/s2108_find_first_palindromic_string_in_the_array/readme.md index 2b61d94a..a18135d8 100644 --- a/src/main/java/g2101_2200/s2108_find_first_palindromic_string_in_the_array/readme.md +++ b/src/main/java/g2101_2200/s2108_find_first_palindromic_string_in_the_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2108\. Find First Palindromic String in the Array diff --git a/src/main/java/g2101_2200/s2109_adding_spaces_to_a_string/readme.md b/src/main/java/g2101_2200/s2109_adding_spaces_to_a_string/readme.md index 8349450a..d65ef790 100644 --- a/src/main/java/g2101_2200/s2109_adding_spaces_to_a_string/readme.md +++ b/src/main/java/g2101_2200/s2109_adding_spaces_to_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2109\. Adding Spaces to a String diff --git a/src/main/java/g2101_2200/s2110_number_of_smooth_descent_periods_of_a_stock/readme.md b/src/main/java/g2101_2200/s2110_number_of_smooth_descent_periods_of_a_stock/readme.md index ecd06e79..d75ff8aa 100644 --- a/src/main/java/g2101_2200/s2110_number_of_smooth_descent_periods_of_a_stock/readme.md +++ b/src/main/java/g2101_2200/s2110_number_of_smooth_descent_periods_of_a_stock/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2110\. Number of Smooth Descent Periods of a Stock diff --git a/src/main/java/g2101_2200/s2111_minimum_operations_to_make_the_array_k_increasing/readme.md b/src/main/java/g2101_2200/s2111_minimum_operations_to_make_the_array_k_increasing/readme.md index 9d5c52ec..d528020e 100644 --- a/src/main/java/g2101_2200/s2111_minimum_operations_to_make_the_array_k_increasing/readme.md +++ b/src/main/java/g2101_2200/s2111_minimum_operations_to_make_the_array_k_increasing/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2111\. Minimum Operations to Make the Array K-Increasing diff --git a/src/main/java/g2101_2200/s2114_maximum_number_of_words_found_in_sentences/readme.md b/src/main/java/g2101_2200/s2114_maximum_number_of_words_found_in_sentences/readme.md index b2edf97d..8a6e4df6 100644 --- a/src/main/java/g2101_2200/s2114_maximum_number_of_words_found_in_sentences/readme.md +++ b/src/main/java/g2101_2200/s2114_maximum_number_of_words_found_in_sentences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2114\. Maximum Number of Words Found in Sentences diff --git a/src/main/java/g2101_2200/s2115_find_all_possible_recipes_from_given_supplies/readme.md b/src/main/java/g2101_2200/s2115_find_all_possible_recipes_from_given_supplies/readme.md index 6859629d..93268905 100644 --- a/src/main/java/g2101_2200/s2115_find_all_possible_recipes_from_given_supplies/readme.md +++ b/src/main/java/g2101_2200/s2115_find_all_possible_recipes_from_given_supplies/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2115\. Find All Possible Recipes from Given Supplies diff --git a/src/main/java/g2101_2200/s2116_check_if_a_parentheses_string_can_be_valid/readme.md b/src/main/java/g2101_2200/s2116_check_if_a_parentheses_string_can_be_valid/readme.md index f06ab806..91821113 100644 --- a/src/main/java/g2101_2200/s2116_check_if_a_parentheses_string_can_be_valid/readme.md +++ b/src/main/java/g2101_2200/s2116_check_if_a_parentheses_string_can_be_valid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2116\. Check if a Parentheses String Can Be Valid diff --git a/src/main/java/g2101_2200/s2117_abbreviating_the_product_of_a_range/readme.md b/src/main/java/g2101_2200/s2117_abbreviating_the_product_of_a_range/readme.md index 949fa130..b2bc7f52 100644 --- a/src/main/java/g2101_2200/s2117_abbreviating_the_product_of_a_range/readme.md +++ b/src/main/java/g2101_2200/s2117_abbreviating_the_product_of_a_range/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2117\. Abbreviating the Product of a Range diff --git a/src/main/java/g2101_2200/s2119_a_number_after_a_double_reversal/readme.md b/src/main/java/g2101_2200/s2119_a_number_after_a_double_reversal/readme.md index d19e5268..458f065f 100644 --- a/src/main/java/g2101_2200/s2119_a_number_after_a_double_reversal/readme.md +++ b/src/main/java/g2101_2200/s2119_a_number_after_a_double_reversal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2119\. A Number After a Double Reversal diff --git a/src/main/java/g2101_2200/s2120_execution_of_all_suffix_instructions_staying_in_a_grid/readme.md b/src/main/java/g2101_2200/s2120_execution_of_all_suffix_instructions_staying_in_a_grid/readme.md index 204800ed..cb0b1813 100644 --- a/src/main/java/g2101_2200/s2120_execution_of_all_suffix_instructions_staying_in_a_grid/readme.md +++ b/src/main/java/g2101_2200/s2120_execution_of_all_suffix_instructions_staying_in_a_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2120\. Execution of All Suffix Instructions Staying in a Grid diff --git a/src/main/java/g2101_2200/s2121_intervals_between_identical_elements/readme.md b/src/main/java/g2101_2200/s2121_intervals_between_identical_elements/readme.md index 9ffdcf31..79b72ba2 100644 --- a/src/main/java/g2101_2200/s2121_intervals_between_identical_elements/readme.md +++ b/src/main/java/g2101_2200/s2121_intervals_between_identical_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2121\. Intervals Between Identical Elements diff --git a/src/main/java/g2101_2200/s2122_recover_the_original_array/readme.md b/src/main/java/g2101_2200/s2122_recover_the_original_array/readme.md index 496a940d..5d4a2620 100644 --- a/src/main/java/g2101_2200/s2122_recover_the_original_array/readme.md +++ b/src/main/java/g2101_2200/s2122_recover_the_original_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2122\. Recover the Original Array diff --git a/src/main/java/g2101_2200/s2124_check_if_all_as_appears_before_all_bs/readme.md b/src/main/java/g2101_2200/s2124_check_if_all_as_appears_before_all_bs/readme.md index c575a78a..0b2a93a8 100644 --- a/src/main/java/g2101_2200/s2124_check_if_all_as_appears_before_all_bs/readme.md +++ b/src/main/java/g2101_2200/s2124_check_if_all_as_appears_before_all_bs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2124\. Check if All A's Appears Before All B's diff --git a/src/main/java/g2101_2200/s2125_number_of_laser_beams_in_a_bank/readme.md b/src/main/java/g2101_2200/s2125_number_of_laser_beams_in_a_bank/readme.md index 454a20b7..335a4dd4 100644 --- a/src/main/java/g2101_2200/s2125_number_of_laser_beams_in_a_bank/readme.md +++ b/src/main/java/g2101_2200/s2125_number_of_laser_beams_in_a_bank/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2125\. Number of Laser Beams in a Bank diff --git a/src/main/java/g2101_2200/s2126_destroying_asteroids/readme.md b/src/main/java/g2101_2200/s2126_destroying_asteroids/readme.md index 3fa1c39c..c9533b28 100644 --- a/src/main/java/g2101_2200/s2126_destroying_asteroids/readme.md +++ b/src/main/java/g2101_2200/s2126_destroying_asteroids/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2126\. Destroying Asteroids diff --git a/src/main/java/g2101_2200/s2127_maximum_employees_to_be_invited_to_a_meeting/readme.md b/src/main/java/g2101_2200/s2127_maximum_employees_to_be_invited_to_a_meeting/readme.md index b1361afa..f51bdcbb 100644 --- a/src/main/java/g2101_2200/s2127_maximum_employees_to_be_invited_to_a_meeting/readme.md +++ b/src/main/java/g2101_2200/s2127_maximum_employees_to_be_invited_to_a_meeting/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2127\. Maximum Employees to Be Invited to a Meeting diff --git a/src/main/java/g2101_2200/s2129_capitalize_the_title/readme.md b/src/main/java/g2101_2200/s2129_capitalize_the_title/readme.md index 47b4d3bf..00efa644 100644 --- a/src/main/java/g2101_2200/s2129_capitalize_the_title/readme.md +++ b/src/main/java/g2101_2200/s2129_capitalize_the_title/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2129\. Capitalize the Title diff --git a/src/main/java/g2101_2200/s2130_maximum_twin_sum_of_a_linked_list/readme.md b/src/main/java/g2101_2200/s2130_maximum_twin_sum_of_a_linked_list/readme.md index 5bb05d0b..88347da5 100644 --- a/src/main/java/g2101_2200/s2130_maximum_twin_sum_of_a_linked_list/readme.md +++ b/src/main/java/g2101_2200/s2130_maximum_twin_sum_of_a_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2130\. Maximum Twin Sum of a Linked List diff --git a/src/main/java/g2101_2200/s2131_longest_palindrome_by_concatenating_two_letter_words/readme.md b/src/main/java/g2101_2200/s2131_longest_palindrome_by_concatenating_two_letter_words/readme.md index e9f51112..015c11b3 100644 --- a/src/main/java/g2101_2200/s2131_longest_palindrome_by_concatenating_two_letter_words/readme.md +++ b/src/main/java/g2101_2200/s2131_longest_palindrome_by_concatenating_two_letter_words/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2131\. Longest Palindrome by Concatenating Two Letter Words diff --git a/src/main/java/g2101_2200/s2132_stamping_the_grid/readme.md b/src/main/java/g2101_2200/s2132_stamping_the_grid/readme.md index 24914b59..8dee8683 100644 --- a/src/main/java/g2101_2200/s2132_stamping_the_grid/readme.md +++ b/src/main/java/g2101_2200/s2132_stamping_the_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2132\. Stamping the Grid diff --git a/src/main/java/g2101_2200/s2133_check_if_every_row_and_column_contains_all_numbers/readme.md b/src/main/java/g2101_2200/s2133_check_if_every_row_and_column_contains_all_numbers/readme.md index 8ed9a388..dcdb0844 100644 --- a/src/main/java/g2101_2200/s2133_check_if_every_row_and_column_contains_all_numbers/readme.md +++ b/src/main/java/g2101_2200/s2133_check_if_every_row_and_column_contains_all_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2133\. Check if Every Row and Column Contains All Numbers diff --git a/src/main/java/g2101_2200/s2134_minimum_swaps_to_group_all_1s_together_ii/readme.md b/src/main/java/g2101_2200/s2134_minimum_swaps_to_group_all_1s_together_ii/readme.md index 7348ec29..c9d19271 100644 --- a/src/main/java/g2101_2200/s2134_minimum_swaps_to_group_all_1s_together_ii/readme.md +++ b/src/main/java/g2101_2200/s2134_minimum_swaps_to_group_all_1s_together_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2134\. Minimum Swaps to Group All 1's Together II diff --git a/src/main/java/g2101_2200/s2135_count_words_obtained_after_adding_a_letter/readme.md b/src/main/java/g2101_2200/s2135_count_words_obtained_after_adding_a_letter/readme.md index 95580b0f..0c5e72ec 100644 --- a/src/main/java/g2101_2200/s2135_count_words_obtained_after_adding_a_letter/readme.md +++ b/src/main/java/g2101_2200/s2135_count_words_obtained_after_adding_a_letter/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2135\. Count Words Obtained After Adding a Letter diff --git a/src/main/java/g2101_2200/s2136_earliest_possible_day_of_full_bloom/readme.md b/src/main/java/g2101_2200/s2136_earliest_possible_day_of_full_bloom/readme.md index dd449eee..2603b0a4 100644 --- a/src/main/java/g2101_2200/s2136_earliest_possible_day_of_full_bloom/readme.md +++ b/src/main/java/g2101_2200/s2136_earliest_possible_day_of_full_bloom/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2136\. Earliest Possible Day of Full Bloom diff --git a/src/main/java/g2101_2200/s2138_divide_a_string_into_groups_of_size_k/readme.md b/src/main/java/g2101_2200/s2138_divide_a_string_into_groups_of_size_k/readme.md index 0384aad5..7a9acc35 100644 --- a/src/main/java/g2101_2200/s2138_divide_a_string_into_groups_of_size_k/readme.md +++ b/src/main/java/g2101_2200/s2138_divide_a_string_into_groups_of_size_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2138\. Divide a String Into Groups of Size k diff --git a/src/main/java/g2101_2200/s2139_minimum_moves_to_reach_target_score/readme.md b/src/main/java/g2101_2200/s2139_minimum_moves_to_reach_target_score/readme.md index b379e9a3..5e8758f3 100644 --- a/src/main/java/g2101_2200/s2139_minimum_moves_to_reach_target_score/readme.md +++ b/src/main/java/g2101_2200/s2139_minimum_moves_to_reach_target_score/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2139\. Minimum Moves to Reach Target Score diff --git a/src/main/java/g2101_2200/s2140_solving_questions_with_brainpower/readme.md b/src/main/java/g2101_2200/s2140_solving_questions_with_brainpower/readme.md index fc4f12f3..00904b79 100644 --- a/src/main/java/g2101_2200/s2140_solving_questions_with_brainpower/readme.md +++ b/src/main/java/g2101_2200/s2140_solving_questions_with_brainpower/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2140\. Solving Questions With Brainpower diff --git a/src/main/java/g2101_2200/s2141_maximum_running_time_of_n_computers/readme.md b/src/main/java/g2101_2200/s2141_maximum_running_time_of_n_computers/readme.md index bb347996..1713c404 100644 --- a/src/main/java/g2101_2200/s2141_maximum_running_time_of_n_computers/readme.md +++ b/src/main/java/g2101_2200/s2141_maximum_running_time_of_n_computers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2141\. Maximum Running Time of N Computers diff --git a/src/main/java/g2101_2200/s2144_minimum_cost_of_buying_candies_with_discount/readme.md b/src/main/java/g2101_2200/s2144_minimum_cost_of_buying_candies_with_discount/readme.md index 9cd28e8d..5f1a6f22 100644 --- a/src/main/java/g2101_2200/s2144_minimum_cost_of_buying_candies_with_discount/readme.md +++ b/src/main/java/g2101_2200/s2144_minimum_cost_of_buying_candies_with_discount/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2144\. Minimum Cost of Buying Candies With Discount diff --git a/src/main/java/g2101_2200/s2145_count_the_hidden_sequences/readme.md b/src/main/java/g2101_2200/s2145_count_the_hidden_sequences/readme.md index b7f6e98f..fca92348 100644 --- a/src/main/java/g2101_2200/s2145_count_the_hidden_sequences/readme.md +++ b/src/main/java/g2101_2200/s2145_count_the_hidden_sequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2145\. Count the Hidden Sequences diff --git a/src/main/java/g2101_2200/s2146_k_highest_ranked_items_within_a_price_range/readme.md b/src/main/java/g2101_2200/s2146_k_highest_ranked_items_within_a_price_range/readme.md index 7e65cc50..e9dd7933 100644 --- a/src/main/java/g2101_2200/s2146_k_highest_ranked_items_within_a_price_range/readme.md +++ b/src/main/java/g2101_2200/s2146_k_highest_ranked_items_within_a_price_range/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2146\. K Highest Ranked Items Within a Price Range diff --git a/src/main/java/g2101_2200/s2147_number_of_ways_to_divide_a_long_corridor/readme.md b/src/main/java/g2101_2200/s2147_number_of_ways_to_divide_a_long_corridor/readme.md index d6d0f92d..7adfd34e 100644 --- a/src/main/java/g2101_2200/s2147_number_of_ways_to_divide_a_long_corridor/readme.md +++ b/src/main/java/g2101_2200/s2147_number_of_ways_to_divide_a_long_corridor/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2147\. Number of Ways to Divide a Long Corridor diff --git a/src/main/java/g2101_2200/s2148_count_elements_with_strictly_smaller_and_greater_elements/readme.md b/src/main/java/g2101_2200/s2148_count_elements_with_strictly_smaller_and_greater_elements/readme.md index 2112819e..3f41596f 100644 --- a/src/main/java/g2101_2200/s2148_count_elements_with_strictly_smaller_and_greater_elements/readme.md +++ b/src/main/java/g2101_2200/s2148_count_elements_with_strictly_smaller_and_greater_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2148\. Count Elements With Strictly Smaller and Greater Elements diff --git a/src/main/java/g2101_2200/s2149_rearrange_array_elements_by_sign/readme.md b/src/main/java/g2101_2200/s2149_rearrange_array_elements_by_sign/readme.md index 3bf1c751..ddf7eb9a 100644 --- a/src/main/java/g2101_2200/s2149_rearrange_array_elements_by_sign/readme.md +++ b/src/main/java/g2101_2200/s2149_rearrange_array_elements_by_sign/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2149\. Rearrange Array Elements by Sign diff --git a/src/main/java/g2101_2200/s2150_find_all_lonely_numbers_in_the_array/readme.md b/src/main/java/g2101_2200/s2150_find_all_lonely_numbers_in_the_array/readme.md index b1ad3d5b..8cdebee6 100644 --- a/src/main/java/g2101_2200/s2150_find_all_lonely_numbers_in_the_array/readme.md +++ b/src/main/java/g2101_2200/s2150_find_all_lonely_numbers_in_the_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2150\. Find All Lonely Numbers in the Array diff --git a/src/main/java/g2101_2200/s2151_maximum_good_people_based_on_statements/readme.md b/src/main/java/g2101_2200/s2151_maximum_good_people_based_on_statements/readme.md index db51594f..709770f6 100644 --- a/src/main/java/g2101_2200/s2151_maximum_good_people_based_on_statements/readme.md +++ b/src/main/java/g2101_2200/s2151_maximum_good_people_based_on_statements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2151\. Maximum Good People Based on Statements diff --git a/src/main/java/g2101_2200/s2154_keep_multiplying_found_values_by_two/readme.md b/src/main/java/g2101_2200/s2154_keep_multiplying_found_values_by_two/readme.md index 659b0682..c6c5cde6 100644 --- a/src/main/java/g2101_2200/s2154_keep_multiplying_found_values_by_two/readme.md +++ b/src/main/java/g2101_2200/s2154_keep_multiplying_found_values_by_two/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2154\. Keep Multiplying Found Values by Two diff --git a/src/main/java/g2101_2200/s2155_all_divisions_with_the_highest_score_of_a_binary_array/readme.md b/src/main/java/g2101_2200/s2155_all_divisions_with_the_highest_score_of_a_binary_array/readme.md index 06a06a07..c11c2117 100644 --- a/src/main/java/g2101_2200/s2155_all_divisions_with_the_highest_score_of_a_binary_array/readme.md +++ b/src/main/java/g2101_2200/s2155_all_divisions_with_the_highest_score_of_a_binary_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2155\. All Divisions With the Highest Score of a Binary Array diff --git a/src/main/java/g2101_2200/s2156_find_substring_with_given_hash_value/readme.md b/src/main/java/g2101_2200/s2156_find_substring_with_given_hash_value/readme.md index 20b46dd9..df6c6eae 100644 --- a/src/main/java/g2101_2200/s2156_find_substring_with_given_hash_value/readme.md +++ b/src/main/java/g2101_2200/s2156_find_substring_with_given_hash_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2156\. Find Substring With Given Hash Value diff --git a/src/main/java/g2101_2200/s2157_groups_of_strings/readme.md b/src/main/java/g2101_2200/s2157_groups_of_strings/readme.md index 3fcd7ee5..f6c54ccd 100644 --- a/src/main/java/g2101_2200/s2157_groups_of_strings/readme.md +++ b/src/main/java/g2101_2200/s2157_groups_of_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2157\. Groups of Strings diff --git a/src/main/java/g2101_2200/s2160_minimum_sum_of_four_digit_number_after_splitting_digits/readme.md b/src/main/java/g2101_2200/s2160_minimum_sum_of_four_digit_number_after_splitting_digits/readme.md index 85b77937..c4f396a9 100644 --- a/src/main/java/g2101_2200/s2160_minimum_sum_of_four_digit_number_after_splitting_digits/readme.md +++ b/src/main/java/g2101_2200/s2160_minimum_sum_of_four_digit_number_after_splitting_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2160\. Minimum Sum of Four Digit Number After Splitting Digits diff --git a/src/main/java/g2101_2200/s2161_partition_array_according_to_given_pivot/readme.md b/src/main/java/g2101_2200/s2161_partition_array_according_to_given_pivot/readme.md index 2a1c9657..88f2ca50 100644 --- a/src/main/java/g2101_2200/s2161_partition_array_according_to_given_pivot/readme.md +++ b/src/main/java/g2101_2200/s2161_partition_array_according_to_given_pivot/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2161\. Partition Array According to Given Pivot diff --git a/src/main/java/g2101_2200/s2162_minimum_cost_to_set_cooking_time/readme.md b/src/main/java/g2101_2200/s2162_minimum_cost_to_set_cooking_time/readme.md index bbe7d816..c9f1be9d 100644 --- a/src/main/java/g2101_2200/s2162_minimum_cost_to_set_cooking_time/readme.md +++ b/src/main/java/g2101_2200/s2162_minimum_cost_to_set_cooking_time/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2162\. Minimum Cost to Set Cooking Time diff --git a/src/main/java/g2101_2200/s2163_minimum_difference_in_sums_after_removal_of_elements/readme.md b/src/main/java/g2101_2200/s2163_minimum_difference_in_sums_after_removal_of_elements/readme.md index e25b8fab..16313965 100644 --- a/src/main/java/g2101_2200/s2163_minimum_difference_in_sums_after_removal_of_elements/readme.md +++ b/src/main/java/g2101_2200/s2163_minimum_difference_in_sums_after_removal_of_elements/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2163\. Minimum Difference in Sums After Removal of Elements diff --git a/src/main/java/g2101_2200/s2164_sort_even_and_odd_indices_independently/readme.md b/src/main/java/g2101_2200/s2164_sort_even_and_odd_indices_independently/readme.md index d7b6bffe..49cdb42d 100644 --- a/src/main/java/g2101_2200/s2164_sort_even_and_odd_indices_independently/readme.md +++ b/src/main/java/g2101_2200/s2164_sort_even_and_odd_indices_independently/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2164\. Sort Even and Odd Indices Independently diff --git a/src/main/java/g2101_2200/s2165_smallest_value_of_the_rearranged_number/readme.md b/src/main/java/g2101_2200/s2165_smallest_value_of_the_rearranged_number/readme.md index 98fdc1ea..3359a059 100644 --- a/src/main/java/g2101_2200/s2165_smallest_value_of_the_rearranged_number/readme.md +++ b/src/main/java/g2101_2200/s2165_smallest_value_of_the_rearranged_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2165\. Smallest Value of the Rearranged Number diff --git a/src/main/java/g2101_2200/s2166_design_bitset/readme.md b/src/main/java/g2101_2200/s2166_design_bitset/readme.md index 53d9b36d..ab447a7d 100644 --- a/src/main/java/g2101_2200/s2166_design_bitset/readme.md +++ b/src/main/java/g2101_2200/s2166_design_bitset/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2166\. Design Bitset diff --git a/src/main/java/g2101_2200/s2167_minimum_time_to_remove_all_cars_containing_illegal_goods/readme.md b/src/main/java/g2101_2200/s2167_minimum_time_to_remove_all_cars_containing_illegal_goods/readme.md index f1c08689..db688066 100644 --- a/src/main/java/g2101_2200/s2167_minimum_time_to_remove_all_cars_containing_illegal_goods/readme.md +++ b/src/main/java/g2101_2200/s2167_minimum_time_to_remove_all_cars_containing_illegal_goods/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2167\. Minimum Time to Remove All Cars Containing Illegal Goods diff --git a/src/main/java/g2101_2200/s2169_count_operations_to_obtain_zero/readme.md b/src/main/java/g2101_2200/s2169_count_operations_to_obtain_zero/readme.md index 6a93f2fa..3448d9a0 100644 --- a/src/main/java/g2101_2200/s2169_count_operations_to_obtain_zero/readme.md +++ b/src/main/java/g2101_2200/s2169_count_operations_to_obtain_zero/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2169\. Count Operations to Obtain Zero diff --git a/src/main/java/g2101_2200/s2170_minimum_operations_to_make_the_array_alternating/readme.md b/src/main/java/g2101_2200/s2170_minimum_operations_to_make_the_array_alternating/readme.md index 86e41836..c7cc4080 100644 --- a/src/main/java/g2101_2200/s2170_minimum_operations_to_make_the_array_alternating/readme.md +++ b/src/main/java/g2101_2200/s2170_minimum_operations_to_make_the_array_alternating/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2170\. Minimum Operations to Make the Array Alternating diff --git a/src/main/java/g2101_2200/s2171_removing_minimum_number_of_magic_beans/readme.md b/src/main/java/g2101_2200/s2171_removing_minimum_number_of_magic_beans/readme.md index c6ed547b..13c47d4d 100644 --- a/src/main/java/g2101_2200/s2171_removing_minimum_number_of_magic_beans/readme.md +++ b/src/main/java/g2101_2200/s2171_removing_minimum_number_of_magic_beans/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2171\. Removing Minimum Number of Magic Beans diff --git a/src/main/java/g2101_2200/s2172_maximum_and_sum_of_array/readme.md b/src/main/java/g2101_2200/s2172_maximum_and_sum_of_array/readme.md index cab19679..ace757b1 100644 --- a/src/main/java/g2101_2200/s2172_maximum_and_sum_of_array/readme.md +++ b/src/main/java/g2101_2200/s2172_maximum_and_sum_of_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2172\. Maximum AND Sum of Array diff --git a/src/main/java/g2101_2200/s2176_count_equal_and_divisible_pairs_in_an_array/readme.md b/src/main/java/g2101_2200/s2176_count_equal_and_divisible_pairs_in_an_array/readme.md index 09e9b27b..4874f6da 100644 --- a/src/main/java/g2101_2200/s2176_count_equal_and_divisible_pairs_in_an_array/readme.md +++ b/src/main/java/g2101_2200/s2176_count_equal_and_divisible_pairs_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2176\. Count Equal and Divisible Pairs in an Array diff --git a/src/main/java/g2101_2200/s2177_find_three_consecutive_integers_that_sum_to_a_given_number/readme.md b/src/main/java/g2101_2200/s2177_find_three_consecutive_integers_that_sum_to_a_given_number/readme.md index adbb3f47..22c0e692 100644 --- a/src/main/java/g2101_2200/s2177_find_three_consecutive_integers_that_sum_to_a_given_number/readme.md +++ b/src/main/java/g2101_2200/s2177_find_three_consecutive_integers_that_sum_to_a_given_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2177\. Find Three Consecutive Integers That Sum to a Given Number diff --git a/src/main/java/g2101_2200/s2178_maximum_split_of_positive_even_integers/readme.md b/src/main/java/g2101_2200/s2178_maximum_split_of_positive_even_integers/readme.md index f8c034a2..87789116 100644 --- a/src/main/java/g2101_2200/s2178_maximum_split_of_positive_even_integers/readme.md +++ b/src/main/java/g2101_2200/s2178_maximum_split_of_positive_even_integers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2178\. Maximum Split of Positive Even Integers diff --git a/src/main/java/g2101_2200/s2179_count_good_triplets_in_an_array/readme.md b/src/main/java/g2101_2200/s2179_count_good_triplets_in_an_array/readme.md index 42c465cf..4cc55467 100644 --- a/src/main/java/g2101_2200/s2179_count_good_triplets_in_an_array/readme.md +++ b/src/main/java/g2101_2200/s2179_count_good_triplets_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2179\. Count Good Triplets in an Array diff --git a/src/main/java/g2101_2200/s2180_count_integers_with_even_digit_sum/readme.md b/src/main/java/g2101_2200/s2180_count_integers_with_even_digit_sum/readme.md index 7aa7a5b9..bda307e3 100644 --- a/src/main/java/g2101_2200/s2180_count_integers_with_even_digit_sum/readme.md +++ b/src/main/java/g2101_2200/s2180_count_integers_with_even_digit_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2180\. Count Integers With Even Digit Sum diff --git a/src/main/java/g2101_2200/s2181_merge_nodes_in_between_zeros/readme.md b/src/main/java/g2101_2200/s2181_merge_nodes_in_between_zeros/readme.md index 3e21e075..609b53a2 100644 --- a/src/main/java/g2101_2200/s2181_merge_nodes_in_between_zeros/readme.md +++ b/src/main/java/g2101_2200/s2181_merge_nodes_in_between_zeros/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2181\. Merge Nodes in Between Zeros diff --git a/src/main/java/g2101_2200/s2182_construct_string_with_repeat_limit/readme.md b/src/main/java/g2101_2200/s2182_construct_string_with_repeat_limit/readme.md index 13259460..10de6bcc 100644 --- a/src/main/java/g2101_2200/s2182_construct_string_with_repeat_limit/readme.md +++ b/src/main/java/g2101_2200/s2182_construct_string_with_repeat_limit/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2182\. Construct String With Repeat Limit diff --git a/src/main/java/g2101_2200/s2183_count_array_pairs_divisible_by_k/readme.md b/src/main/java/g2101_2200/s2183_count_array_pairs_divisible_by_k/readme.md index 98dd0b8a..b7e1dd12 100644 --- a/src/main/java/g2101_2200/s2183_count_array_pairs_divisible_by_k/readme.md +++ b/src/main/java/g2101_2200/s2183_count_array_pairs_divisible_by_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2183\. Count Array Pairs Divisible by K diff --git a/src/main/java/g2101_2200/s2185_counting_words_with_a_given_prefix/readme.md b/src/main/java/g2101_2200/s2185_counting_words_with_a_given_prefix/readme.md index 266591a2..68547890 100644 --- a/src/main/java/g2101_2200/s2185_counting_words_with_a_given_prefix/readme.md +++ b/src/main/java/g2101_2200/s2185_counting_words_with_a_given_prefix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2185\. Counting Words With a Given Prefix diff --git a/src/main/java/g2101_2200/s2186_minimum_number_of_steps_to_make_two_strings_anagram_ii/readme.md b/src/main/java/g2101_2200/s2186_minimum_number_of_steps_to_make_two_strings_anagram_ii/readme.md index 639341d4..a0512a1d 100644 --- a/src/main/java/g2101_2200/s2186_minimum_number_of_steps_to_make_two_strings_anagram_ii/readme.md +++ b/src/main/java/g2101_2200/s2186_minimum_number_of_steps_to_make_two_strings_anagram_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2186\. Minimum Number of Steps to Make Two Strings Anagram II diff --git a/src/main/java/g2101_2200/s2187_minimum_time_to_complete_trips/readme.md b/src/main/java/g2101_2200/s2187_minimum_time_to_complete_trips/readme.md index fc7c908f..79616354 100644 --- a/src/main/java/g2101_2200/s2187_minimum_time_to_complete_trips/readme.md +++ b/src/main/java/g2101_2200/s2187_minimum_time_to_complete_trips/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2187\. Minimum Time to Complete Trips diff --git a/src/main/java/g2101_2200/s2188_minimum_time_to_finish_the_race/readme.md b/src/main/java/g2101_2200/s2188_minimum_time_to_finish_the_race/readme.md index 41200200..914a9bec 100644 --- a/src/main/java/g2101_2200/s2188_minimum_time_to_finish_the_race/readme.md +++ b/src/main/java/g2101_2200/s2188_minimum_time_to_finish_the_race/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2188\. Minimum Time to Finish the Race diff --git a/src/main/java/g2101_2200/s2190_most_frequent_number_following_key_in_an_array/readme.md b/src/main/java/g2101_2200/s2190_most_frequent_number_following_key_in_an_array/readme.md index bb6ef427..01bc05ab 100644 --- a/src/main/java/g2101_2200/s2190_most_frequent_number_following_key_in_an_array/readme.md +++ b/src/main/java/g2101_2200/s2190_most_frequent_number_following_key_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2190\. Most Frequent Number Following Key In an Array diff --git a/src/main/java/g2101_2200/s2191_sort_the_jumbled_numbers/readme.md b/src/main/java/g2101_2200/s2191_sort_the_jumbled_numbers/readme.md index 06bd522e..7a60913c 100644 --- a/src/main/java/g2101_2200/s2191_sort_the_jumbled_numbers/readme.md +++ b/src/main/java/g2101_2200/s2191_sort_the_jumbled_numbers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2191\. Sort the Jumbled Numbers diff --git a/src/main/java/g2101_2200/s2192_all_ancestors_of_a_node_in_a_directed_acyclic_graph/readme.md b/src/main/java/g2101_2200/s2192_all_ancestors_of_a_node_in_a_directed_acyclic_graph/readme.md index 9e82cfcb..d5371bfe 100644 --- a/src/main/java/g2101_2200/s2192_all_ancestors_of_a_node_in_a_directed_acyclic_graph/readme.md +++ b/src/main/java/g2101_2200/s2192_all_ancestors_of_a_node_in_a_directed_acyclic_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2192\. All Ancestors of a Node in a Directed Acyclic Graph diff --git a/src/main/java/g2101_2200/s2193_minimum_number_of_moves_to_make_palindrome/readme.md b/src/main/java/g2101_2200/s2193_minimum_number_of_moves_to_make_palindrome/readme.md index a0ac7979..ccd01170 100644 --- a/src/main/java/g2101_2200/s2193_minimum_number_of_moves_to_make_palindrome/readme.md +++ b/src/main/java/g2101_2200/s2193_minimum_number_of_moves_to_make_palindrome/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2193\. Minimum Number of Moves to Make Palindrome diff --git a/src/main/java/g2101_2200/s2194_cells_in_a_range_on_an_excel_sheet/readme.md b/src/main/java/g2101_2200/s2194_cells_in_a_range_on_an_excel_sheet/readme.md index 01e94b6c..540f4104 100644 --- a/src/main/java/g2101_2200/s2194_cells_in_a_range_on_an_excel_sheet/readme.md +++ b/src/main/java/g2101_2200/s2194_cells_in_a_range_on_an_excel_sheet/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2194\. Cells in a Range on an Excel Sheet diff --git a/src/main/java/g2101_2200/s2195_append_k_integers_with_minimal_sum/readme.md b/src/main/java/g2101_2200/s2195_append_k_integers_with_minimal_sum/readme.md index bcc563af..dc02e895 100644 --- a/src/main/java/g2101_2200/s2195_append_k_integers_with_minimal_sum/readme.md +++ b/src/main/java/g2101_2200/s2195_append_k_integers_with_minimal_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2195\. Append K Integers With Minimal Sum diff --git a/src/main/java/g2101_2200/s2196_create_binary_tree_from_descriptions/readme.md b/src/main/java/g2101_2200/s2196_create_binary_tree_from_descriptions/readme.md index 3edcb367..1d644f68 100644 --- a/src/main/java/g2101_2200/s2196_create_binary_tree_from_descriptions/readme.md +++ b/src/main/java/g2101_2200/s2196_create_binary_tree_from_descriptions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2196\. Create Binary Tree From Descriptions diff --git a/src/main/java/g2101_2200/s2197_replace_non_coprime_numbers_in_array/readme.md b/src/main/java/g2101_2200/s2197_replace_non_coprime_numbers_in_array/readme.md index fa12cdb0..88f1b0ce 100644 --- a/src/main/java/g2101_2200/s2197_replace_non_coprime_numbers_in_array/readme.md +++ b/src/main/java/g2101_2200/s2197_replace_non_coprime_numbers_in_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2197\. Replace Non-Coprime Numbers in Array diff --git a/src/main/java/g2101_2200/s2200_find_all_k_distant_indices_in_an_array/readme.md b/src/main/java/g2101_2200/s2200_find_all_k_distant_indices_in_an_array/readme.md index c6ac93b1..535050fb 100644 --- a/src/main/java/g2101_2200/s2200_find_all_k_distant_indices_in_an_array/readme.md +++ b/src/main/java/g2101_2200/s2200_find_all_k_distant_indices_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2200\. Find All K-Distant Indices in an Array diff --git a/src/main/java/g2201_2300/s2201_count_artifacts_that_can_be_extracted/readme.md b/src/main/java/g2201_2300/s2201_count_artifacts_that_can_be_extracted/readme.md index b0adb1d3..129361ed 100644 --- a/src/main/java/g2201_2300/s2201_count_artifacts_that_can_be_extracted/readme.md +++ b/src/main/java/g2201_2300/s2201_count_artifacts_that_can_be_extracted/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2201\. Count Artifacts That Can Be Extracted diff --git a/src/main/java/g2201_2300/s2202_maximize_the_topmost_element_after_k_moves/readme.md b/src/main/java/g2201_2300/s2202_maximize_the_topmost_element_after_k_moves/readme.md index d92fe699..3b6d3c2f 100644 --- a/src/main/java/g2201_2300/s2202_maximize_the_topmost_element_after_k_moves/readme.md +++ b/src/main/java/g2201_2300/s2202_maximize_the_topmost_element_after_k_moves/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2202\. Maximize the Topmost Element After K Moves diff --git a/src/main/java/g2201_2300/s2203_minimum_weighted_subgraph_with_the_required_paths/readme.md b/src/main/java/g2201_2300/s2203_minimum_weighted_subgraph_with_the_required_paths/readme.md index 5dbd8c23..f5e5582a 100644 --- a/src/main/java/g2201_2300/s2203_minimum_weighted_subgraph_with_the_required_paths/readme.md +++ b/src/main/java/g2201_2300/s2203_minimum_weighted_subgraph_with_the_required_paths/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2203\. Minimum Weighted Subgraph With the Required Paths diff --git a/src/main/java/g2201_2300/s2206_divide_array_into_equal_pairs/readme.md b/src/main/java/g2201_2300/s2206_divide_array_into_equal_pairs/readme.md index 693807c5..6e233984 100644 --- a/src/main/java/g2201_2300/s2206_divide_array_into_equal_pairs/readme.md +++ b/src/main/java/g2201_2300/s2206_divide_array_into_equal_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2206\. Divide Array Into Equal Pairs diff --git a/src/main/java/g2201_2300/s2207_maximize_number_of_subsequences_in_a_string/readme.md b/src/main/java/g2201_2300/s2207_maximize_number_of_subsequences_in_a_string/readme.md index 9210faf5..50d9cba4 100644 --- a/src/main/java/g2201_2300/s2207_maximize_number_of_subsequences_in_a_string/readme.md +++ b/src/main/java/g2201_2300/s2207_maximize_number_of_subsequences_in_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2207\. Maximize Number of Subsequences in a String diff --git a/src/main/java/g2201_2300/s2208_minimum_operations_to_halve_array_sum/readme.md b/src/main/java/g2201_2300/s2208_minimum_operations_to_halve_array_sum/readme.md index d4417835..3ee24609 100644 --- a/src/main/java/g2201_2300/s2208_minimum_operations_to_halve_array_sum/readme.md +++ b/src/main/java/g2201_2300/s2208_minimum_operations_to_halve_array_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2208\. Minimum Operations to Halve Array Sum diff --git a/src/main/java/g2201_2300/s2209_minimum_white_tiles_after_covering_with_carpets/readme.md b/src/main/java/g2201_2300/s2209_minimum_white_tiles_after_covering_with_carpets/readme.md index 31d7d71d..b2f60d30 100644 --- a/src/main/java/g2201_2300/s2209_minimum_white_tiles_after_covering_with_carpets/readme.md +++ b/src/main/java/g2201_2300/s2209_minimum_white_tiles_after_covering_with_carpets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2209\. Minimum White Tiles After Covering With Carpets diff --git a/src/main/java/g2201_2300/s2210_count_hills_and_valleys_in_an_array/readme.md b/src/main/java/g2201_2300/s2210_count_hills_and_valleys_in_an_array/readme.md index 2e1078aa..7ee5fd92 100644 --- a/src/main/java/g2201_2300/s2210_count_hills_and_valleys_in_an_array/readme.md +++ b/src/main/java/g2201_2300/s2210_count_hills_and_valleys_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2210\. Count Hills and Valleys in an Array diff --git a/src/main/java/g2201_2300/s2211_count_collisions_on_a_road/readme.md b/src/main/java/g2201_2300/s2211_count_collisions_on_a_road/readme.md index e02aa92b..78a9426f 100644 --- a/src/main/java/g2201_2300/s2211_count_collisions_on_a_road/readme.md +++ b/src/main/java/g2201_2300/s2211_count_collisions_on_a_road/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2211\. Count Collisions on a Road diff --git a/src/main/java/g2201_2300/s2212_maximum_points_in_an_archery_competition/readme.md b/src/main/java/g2201_2300/s2212_maximum_points_in_an_archery_competition/readme.md index cc460b5d..4d831a07 100644 --- a/src/main/java/g2201_2300/s2212_maximum_points_in_an_archery_competition/readme.md +++ b/src/main/java/g2201_2300/s2212_maximum_points_in_an_archery_competition/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2212\. Maximum Points in an Archery Competition diff --git a/src/main/java/g2201_2300/s2213_longest_substring_of_one_repeating_character/readme.md b/src/main/java/g2201_2300/s2213_longest_substring_of_one_repeating_character/readme.md index fb16c8e9..3b6d0396 100644 --- a/src/main/java/g2201_2300/s2213_longest_substring_of_one_repeating_character/readme.md +++ b/src/main/java/g2201_2300/s2213_longest_substring_of_one_repeating_character/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2213\. Longest Substring of One Repeating Character diff --git a/src/main/java/g2201_2300/s2215_find_the_difference_of_two_arrays/readme.md b/src/main/java/g2201_2300/s2215_find_the_difference_of_two_arrays/readme.md index c1a4eb7c..11445dff 100644 --- a/src/main/java/g2201_2300/s2215_find_the_difference_of_two_arrays/readme.md +++ b/src/main/java/g2201_2300/s2215_find_the_difference_of_two_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2215\. Find the Difference of Two Arrays diff --git a/src/main/java/g2201_2300/s2216_minimum_deletions_to_make_array_beautiful/readme.md b/src/main/java/g2201_2300/s2216_minimum_deletions_to_make_array_beautiful/readme.md index ebf3fde8..7dd20842 100644 --- a/src/main/java/g2201_2300/s2216_minimum_deletions_to_make_array_beautiful/readme.md +++ b/src/main/java/g2201_2300/s2216_minimum_deletions_to_make_array_beautiful/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2216\. Minimum Deletions to Make Array Beautiful diff --git a/src/main/java/g2201_2300/s2217_find_palindrome_with_fixed_length/readme.md b/src/main/java/g2201_2300/s2217_find_palindrome_with_fixed_length/readme.md index 5250b88b..d75cb587 100644 --- a/src/main/java/g2201_2300/s2217_find_palindrome_with_fixed_length/readme.md +++ b/src/main/java/g2201_2300/s2217_find_palindrome_with_fixed_length/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2217\. Find Palindrome With Fixed Length diff --git a/src/main/java/g2201_2300/s2218_maximum_value_of_k_coins_from_piles/readme.md b/src/main/java/g2201_2300/s2218_maximum_value_of_k_coins_from_piles/readme.md index eaea5d4d..29f7e28b 100644 --- a/src/main/java/g2201_2300/s2218_maximum_value_of_k_coins_from_piles/readme.md +++ b/src/main/java/g2201_2300/s2218_maximum_value_of_k_coins_from_piles/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2218\. Maximum Value of K Coins From Piles diff --git a/src/main/java/g2201_2300/s2220_minimum_bit_flips_to_convert_number/readme.md b/src/main/java/g2201_2300/s2220_minimum_bit_flips_to_convert_number/readme.md index 976cc8ce..24467a69 100644 --- a/src/main/java/g2201_2300/s2220_minimum_bit_flips_to_convert_number/readme.md +++ b/src/main/java/g2201_2300/s2220_minimum_bit_flips_to_convert_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2220\. Minimum Bit Flips to Convert Number diff --git a/src/main/java/g2201_2300/s2221_find_triangular_sum_of_an_array/readme.md b/src/main/java/g2201_2300/s2221_find_triangular_sum_of_an_array/readme.md index c06d7c0e..51a2e680 100644 --- a/src/main/java/g2201_2300/s2221_find_triangular_sum_of_an_array/readme.md +++ b/src/main/java/g2201_2300/s2221_find_triangular_sum_of_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2221\. Find Triangular Sum of an Array diff --git a/src/main/java/g2201_2300/s2222_number_of_ways_to_select_buildings/readme.md b/src/main/java/g2201_2300/s2222_number_of_ways_to_select_buildings/readme.md index 729c5fdc..fb8082f9 100644 --- a/src/main/java/g2201_2300/s2222_number_of_ways_to_select_buildings/readme.md +++ b/src/main/java/g2201_2300/s2222_number_of_ways_to_select_buildings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2222\. Number of Ways to Select Buildings diff --git a/src/main/java/g2201_2300/s2223_sum_of_scores_of_built_strings/readme.md b/src/main/java/g2201_2300/s2223_sum_of_scores_of_built_strings/readme.md index d296f199..91920aa6 100644 --- a/src/main/java/g2201_2300/s2223_sum_of_scores_of_built_strings/readme.md +++ b/src/main/java/g2201_2300/s2223_sum_of_scores_of_built_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2223\. Sum of Scores of Built Strings diff --git a/src/main/java/g2201_2300/s2224_minimum_number_of_operations_to_convert_time/readme.md b/src/main/java/g2201_2300/s2224_minimum_number_of_operations_to_convert_time/readme.md index 864f7c35..8f524dad 100644 --- a/src/main/java/g2201_2300/s2224_minimum_number_of_operations_to_convert_time/readme.md +++ b/src/main/java/g2201_2300/s2224_minimum_number_of_operations_to_convert_time/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2224\. Minimum Number of Operations to Convert Time diff --git a/src/main/java/g2201_2300/s2225_find_players_with_zero_or_one_losses/readme.md b/src/main/java/g2201_2300/s2225_find_players_with_zero_or_one_losses/readme.md index a1618e03..06f9551a 100644 --- a/src/main/java/g2201_2300/s2225_find_players_with_zero_or_one_losses/readme.md +++ b/src/main/java/g2201_2300/s2225_find_players_with_zero_or_one_losses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2225\. Find Players With Zero or One Losses diff --git a/src/main/java/g2201_2300/s2226_maximum_candies_allocated_to_k_children/readme.md b/src/main/java/g2201_2300/s2226_maximum_candies_allocated_to_k_children/readme.md index 05841122..c5f0d305 100644 --- a/src/main/java/g2201_2300/s2226_maximum_candies_allocated_to_k_children/readme.md +++ b/src/main/java/g2201_2300/s2226_maximum_candies_allocated_to_k_children/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2226\. Maximum Candies Allocated to K Children diff --git a/src/main/java/g2201_2300/s2227_encrypt_and_decrypt_strings/readme.md b/src/main/java/g2201_2300/s2227_encrypt_and_decrypt_strings/readme.md index 43a1bc0e..8a8a74d8 100644 --- a/src/main/java/g2201_2300/s2227_encrypt_and_decrypt_strings/readme.md +++ b/src/main/java/g2201_2300/s2227_encrypt_and_decrypt_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2227\. Encrypt and Decrypt Strings diff --git a/src/main/java/g2201_2300/s2231_largest_number_after_digit_swaps_by_parity/readme.md b/src/main/java/g2201_2300/s2231_largest_number_after_digit_swaps_by_parity/readme.md index 0ef28b94..8e922cc9 100644 --- a/src/main/java/g2201_2300/s2231_largest_number_after_digit_swaps_by_parity/readme.md +++ b/src/main/java/g2201_2300/s2231_largest_number_after_digit_swaps_by_parity/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2231\. Largest Number After Digit Swaps by Parity diff --git a/src/main/java/g2201_2300/s2232_minimize_result_by_adding_parentheses_to_expression/readme.md b/src/main/java/g2201_2300/s2232_minimize_result_by_adding_parentheses_to_expression/readme.md index 120374df..8337fd5f 100644 --- a/src/main/java/g2201_2300/s2232_minimize_result_by_adding_parentheses_to_expression/readme.md +++ b/src/main/java/g2201_2300/s2232_minimize_result_by_adding_parentheses_to_expression/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2232\. Minimize Result by Adding Parentheses to Expression diff --git a/src/main/java/g2201_2300/s2233_maximum_product_after_k_increments/readme.md b/src/main/java/g2201_2300/s2233_maximum_product_after_k_increments/readme.md index 1f96ba0c..5835eac1 100644 --- a/src/main/java/g2201_2300/s2233_maximum_product_after_k_increments/readme.md +++ b/src/main/java/g2201_2300/s2233_maximum_product_after_k_increments/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2233\. Maximum Product After K Increments diff --git a/src/main/java/g2201_2300/s2234_maximum_total_beauty_of_the_gardens/readme.md b/src/main/java/g2201_2300/s2234_maximum_total_beauty_of_the_gardens/readme.md index 34ffc329..f5842b26 100644 --- a/src/main/java/g2201_2300/s2234_maximum_total_beauty_of_the_gardens/readme.md +++ b/src/main/java/g2201_2300/s2234_maximum_total_beauty_of_the_gardens/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2234\. Maximum Total Beauty of the Gardens diff --git a/src/main/java/g2201_2300/s2235_add_two_integers/readme.md b/src/main/java/g2201_2300/s2235_add_two_integers/readme.md index 8ff45349..9c0c20c4 100644 --- a/src/main/java/g2201_2300/s2235_add_two_integers/readme.md +++ b/src/main/java/g2201_2300/s2235_add_two_integers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2235\. Add Two Integers diff --git a/src/main/java/g2201_2300/s2236_root_equals_sum_of_children/readme.md b/src/main/java/g2201_2300/s2236_root_equals_sum_of_children/readme.md index 32d76d64..388be8e5 100644 --- a/src/main/java/g2201_2300/s2236_root_equals_sum_of_children/readme.md +++ b/src/main/java/g2201_2300/s2236_root_equals_sum_of_children/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2236\. Root Equals Sum of Children diff --git a/src/main/java/g2201_2300/s2239_find_closest_number_to_zero/readme.md b/src/main/java/g2201_2300/s2239_find_closest_number_to_zero/readme.md index 042a9b61..88d2e6d1 100644 --- a/src/main/java/g2201_2300/s2239_find_closest_number_to_zero/readme.md +++ b/src/main/java/g2201_2300/s2239_find_closest_number_to_zero/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2239\. Find Closest Number to Zero diff --git a/src/main/java/g2201_2300/s2240_number_of_ways_to_buy_pens_and_pencils/readme.md b/src/main/java/g2201_2300/s2240_number_of_ways_to_buy_pens_and_pencils/readme.md index 03c564d4..32bcfc34 100644 --- a/src/main/java/g2201_2300/s2240_number_of_ways_to_buy_pens_and_pencils/readme.md +++ b/src/main/java/g2201_2300/s2240_number_of_ways_to_buy_pens_and_pencils/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2240\. Number of Ways to Buy Pens and Pencils diff --git a/src/main/java/g2201_2300/s2241_design_an_atm_machine/readme.md b/src/main/java/g2201_2300/s2241_design_an_atm_machine/readme.md index ac7b22ea..88cceab8 100644 --- a/src/main/java/g2201_2300/s2241_design_an_atm_machine/readme.md +++ b/src/main/java/g2201_2300/s2241_design_an_atm_machine/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2241\. Design an ATM Machine diff --git a/src/main/java/g2201_2300/s2242_maximum_score_of_a_node_sequence/readme.md b/src/main/java/g2201_2300/s2242_maximum_score_of_a_node_sequence/readme.md index ce9c206f..fb541409 100644 --- a/src/main/java/g2201_2300/s2242_maximum_score_of_a_node_sequence/readme.md +++ b/src/main/java/g2201_2300/s2242_maximum_score_of_a_node_sequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2242\. Maximum Score of a Node Sequence diff --git a/src/main/java/g2201_2300/s2243_calculate_digit_sum_of_a_string/readme.md b/src/main/java/g2201_2300/s2243_calculate_digit_sum_of_a_string/readme.md index e6112d9f..0acf7a78 100644 --- a/src/main/java/g2201_2300/s2243_calculate_digit_sum_of_a_string/readme.md +++ b/src/main/java/g2201_2300/s2243_calculate_digit_sum_of_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2243\. Calculate Digit Sum of a String diff --git a/src/main/java/g2201_2300/s2244_minimum_rounds_to_complete_all_tasks/readme.md b/src/main/java/g2201_2300/s2244_minimum_rounds_to_complete_all_tasks/readme.md index 612dca44..b1e50b29 100644 --- a/src/main/java/g2201_2300/s2244_minimum_rounds_to_complete_all_tasks/readme.md +++ b/src/main/java/g2201_2300/s2244_minimum_rounds_to_complete_all_tasks/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2244\. Minimum Rounds to Complete All Tasks diff --git a/src/main/java/g2201_2300/s2245_maximum_trailing_zeros_in_a_cornered_path/readme.md b/src/main/java/g2201_2300/s2245_maximum_trailing_zeros_in_a_cornered_path/readme.md index 724aa1f2..6a632215 100644 --- a/src/main/java/g2201_2300/s2245_maximum_trailing_zeros_in_a_cornered_path/readme.md +++ b/src/main/java/g2201_2300/s2245_maximum_trailing_zeros_in_a_cornered_path/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2245\. Maximum Trailing Zeros in a Cornered Path diff --git a/src/main/java/g2201_2300/s2246_longest_path_with_different_adjacent_characters/readme.md b/src/main/java/g2201_2300/s2246_longest_path_with_different_adjacent_characters/readme.md index a17fd95e..a5615f03 100644 --- a/src/main/java/g2201_2300/s2246_longest_path_with_different_adjacent_characters/readme.md +++ b/src/main/java/g2201_2300/s2246_longest_path_with_different_adjacent_characters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2246\. Longest Path With Different Adjacent Characters diff --git a/src/main/java/g2201_2300/s2248_intersection_of_multiple_arrays/readme.md b/src/main/java/g2201_2300/s2248_intersection_of_multiple_arrays/readme.md index 0fa790c4..35cff6a8 100644 --- a/src/main/java/g2201_2300/s2248_intersection_of_multiple_arrays/readme.md +++ b/src/main/java/g2201_2300/s2248_intersection_of_multiple_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2248\. Intersection of Multiple Arrays diff --git a/src/main/java/g2201_2300/s2249_count_lattice_points_inside_a_circle/readme.md b/src/main/java/g2201_2300/s2249_count_lattice_points_inside_a_circle/readme.md index 34e3219a..1124f54c 100644 --- a/src/main/java/g2201_2300/s2249_count_lattice_points_inside_a_circle/readme.md +++ b/src/main/java/g2201_2300/s2249_count_lattice_points_inside_a_circle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2249\. Count Lattice Points Inside a Circle diff --git a/src/main/java/g2201_2300/s2250_count_number_of_rectangles_containing_each_point/readme.md b/src/main/java/g2201_2300/s2250_count_number_of_rectangles_containing_each_point/readme.md index 6f04f640..872a1efb 100644 --- a/src/main/java/g2201_2300/s2250_count_number_of_rectangles_containing_each_point/readme.md +++ b/src/main/java/g2201_2300/s2250_count_number_of_rectangles_containing_each_point/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2250\. Count Number of Rectangles Containing Each Point diff --git a/src/main/java/g2201_2300/s2251_number_of_flowers_in_full_bloom/readme.md b/src/main/java/g2201_2300/s2251_number_of_flowers_in_full_bloom/readme.md index 7baade62..e768d5f2 100644 --- a/src/main/java/g2201_2300/s2251_number_of_flowers_in_full_bloom/readme.md +++ b/src/main/java/g2201_2300/s2251_number_of_flowers_in_full_bloom/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2251\. Number of Flowers in Full Bloom diff --git a/src/main/java/g2201_2300/s2255_count_prefixes_of_a_given_string/readme.md b/src/main/java/g2201_2300/s2255_count_prefixes_of_a_given_string/readme.md index e5108a88..69b70809 100644 --- a/src/main/java/g2201_2300/s2255_count_prefixes_of_a_given_string/readme.md +++ b/src/main/java/g2201_2300/s2255_count_prefixes_of_a_given_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2255\. Count Prefixes of a Given String diff --git a/src/main/java/g2201_2300/s2256_minimum_average_difference/readme.md b/src/main/java/g2201_2300/s2256_minimum_average_difference/readme.md index 96c8464c..5d7e784f 100644 --- a/src/main/java/g2201_2300/s2256_minimum_average_difference/readme.md +++ b/src/main/java/g2201_2300/s2256_minimum_average_difference/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2256\. Minimum Average Difference diff --git a/src/main/java/g2201_2300/s2257_count_unguarded_cells_in_the_grid/readme.md b/src/main/java/g2201_2300/s2257_count_unguarded_cells_in_the_grid/readme.md index cd2af272..70567e6d 100644 --- a/src/main/java/g2201_2300/s2257_count_unguarded_cells_in_the_grid/readme.md +++ b/src/main/java/g2201_2300/s2257_count_unguarded_cells_in_the_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2257\. Count Unguarded Cells in the Grid diff --git a/src/main/java/g2201_2300/s2258_escape_the_spreading_fire/readme.md b/src/main/java/g2201_2300/s2258_escape_the_spreading_fire/readme.md index ddd69bba..71439a6f 100644 --- a/src/main/java/g2201_2300/s2258_escape_the_spreading_fire/readme.md +++ b/src/main/java/g2201_2300/s2258_escape_the_spreading_fire/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2258\. Escape the Spreading Fire diff --git a/src/main/java/g2201_2300/s2259_remove_digit_from_number_to_maximize_result/readme.md b/src/main/java/g2201_2300/s2259_remove_digit_from_number_to_maximize_result/readme.md index 6ea82d45..a8f159e7 100644 --- a/src/main/java/g2201_2300/s2259_remove_digit_from_number_to_maximize_result/readme.md +++ b/src/main/java/g2201_2300/s2259_remove_digit_from_number_to_maximize_result/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2259\. Remove Digit From Number to Maximize Result diff --git a/src/main/java/g2201_2300/s2260_minimum_consecutive_cards_to_pick_up/readme.md b/src/main/java/g2201_2300/s2260_minimum_consecutive_cards_to_pick_up/readme.md index e35aef59..0edd6d8b 100644 --- a/src/main/java/g2201_2300/s2260_minimum_consecutive_cards_to_pick_up/readme.md +++ b/src/main/java/g2201_2300/s2260_minimum_consecutive_cards_to_pick_up/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2260\. Minimum Consecutive Cards to Pick Up diff --git a/src/main/java/g2201_2300/s2261_k_divisible_elements_subarrays/readme.md b/src/main/java/g2201_2300/s2261_k_divisible_elements_subarrays/readme.md index 25a4b16d..936b7f74 100644 --- a/src/main/java/g2201_2300/s2261_k_divisible_elements_subarrays/readme.md +++ b/src/main/java/g2201_2300/s2261_k_divisible_elements_subarrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2261\. K Divisible Elements Subarrays diff --git a/src/main/java/g2201_2300/s2262_total_appeal_of_a_string/readme.md b/src/main/java/g2201_2300/s2262_total_appeal_of_a_string/readme.md index bccabb75..6955f8ba 100644 --- a/src/main/java/g2201_2300/s2262_total_appeal_of_a_string/readme.md +++ b/src/main/java/g2201_2300/s2262_total_appeal_of_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2262\. Total Appeal of A String diff --git a/src/main/java/g2201_2300/s2264_largest_3_same_digit_number_in_string/readme.md b/src/main/java/g2201_2300/s2264_largest_3_same_digit_number_in_string/readme.md index 741bbe17..57152f5b 100644 --- a/src/main/java/g2201_2300/s2264_largest_3_same_digit_number_in_string/readme.md +++ b/src/main/java/g2201_2300/s2264_largest_3_same_digit_number_in_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2264\. Largest 3-Same-Digit Number in String diff --git a/src/main/java/g2201_2300/s2265_count_nodes_equal_to_average_of_subtree/readme.md b/src/main/java/g2201_2300/s2265_count_nodes_equal_to_average_of_subtree/readme.md index 1a606d40..692e51cc 100644 --- a/src/main/java/g2201_2300/s2265_count_nodes_equal_to_average_of_subtree/readme.md +++ b/src/main/java/g2201_2300/s2265_count_nodes_equal_to_average_of_subtree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2265\. Count Nodes Equal to Average of Subtree diff --git a/src/main/java/g2201_2300/s2266_count_number_of_texts/readme.md b/src/main/java/g2201_2300/s2266_count_number_of_texts/readme.md index bc5a170e..7d7e6064 100644 --- a/src/main/java/g2201_2300/s2266_count_number_of_texts/readme.md +++ b/src/main/java/g2201_2300/s2266_count_number_of_texts/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2266\. Count Number of Texts diff --git a/src/main/java/g2201_2300/s2267_check_if_there_is_a_valid_parentheses_string_path/readme.md b/src/main/java/g2201_2300/s2267_check_if_there_is_a_valid_parentheses_string_path/readme.md index 16fc9764..1f03559a 100644 --- a/src/main/java/g2201_2300/s2267_check_if_there_is_a_valid_parentheses_string_path/readme.md +++ b/src/main/java/g2201_2300/s2267_check_if_there_is_a_valid_parentheses_string_path/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2267\. Check if There Is a Valid Parentheses String Path diff --git a/src/main/java/g2201_2300/s2269_find_the_k_beauty_of_a_number/readme.md b/src/main/java/g2201_2300/s2269_find_the_k_beauty_of_a_number/readme.md index 337dcad1..dfe64a5b 100644 --- a/src/main/java/g2201_2300/s2269_find_the_k_beauty_of_a_number/readme.md +++ b/src/main/java/g2201_2300/s2269_find_the_k_beauty_of_a_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2269\. Find the K-Beauty of a Number diff --git a/src/main/java/g2201_2300/s2270_number_of_ways_to_split_array/readme.md b/src/main/java/g2201_2300/s2270_number_of_ways_to_split_array/readme.md index 0341322d..36791b38 100644 --- a/src/main/java/g2201_2300/s2270_number_of_ways_to_split_array/readme.md +++ b/src/main/java/g2201_2300/s2270_number_of_ways_to_split_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2270\. Number of Ways to Split Array diff --git a/src/main/java/g2201_2300/s2271_maximum_white_tiles_covered_by_a_carpet/readme.md b/src/main/java/g2201_2300/s2271_maximum_white_tiles_covered_by_a_carpet/readme.md index e79e75de..7f6d859d 100644 --- a/src/main/java/g2201_2300/s2271_maximum_white_tiles_covered_by_a_carpet/readme.md +++ b/src/main/java/g2201_2300/s2271_maximum_white_tiles_covered_by_a_carpet/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2271\. Maximum White Tiles Covered by a Carpet diff --git a/src/main/java/g2201_2300/s2272_substring_with_largest_variance/readme.md b/src/main/java/g2201_2300/s2272_substring_with_largest_variance/readme.md index ff287ba5..b81da6cd 100644 --- a/src/main/java/g2201_2300/s2272_substring_with_largest_variance/readme.md +++ b/src/main/java/g2201_2300/s2272_substring_with_largest_variance/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2272\. Substring With Largest Variance diff --git a/src/main/java/g2201_2300/s2273_find_resultant_array_after_removing_anagrams/readme.md b/src/main/java/g2201_2300/s2273_find_resultant_array_after_removing_anagrams/readme.md index e03f2241..677e9b0f 100644 --- a/src/main/java/g2201_2300/s2273_find_resultant_array_after_removing_anagrams/readme.md +++ b/src/main/java/g2201_2300/s2273_find_resultant_array_after_removing_anagrams/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2273\. Find Resultant Array After Removing Anagrams diff --git a/src/main/java/g2201_2300/s2274_maximum_consecutive_floors_without_special_floors/readme.md b/src/main/java/g2201_2300/s2274_maximum_consecutive_floors_without_special_floors/readme.md index d5ff5ef8..9e279050 100644 --- a/src/main/java/g2201_2300/s2274_maximum_consecutive_floors_without_special_floors/readme.md +++ b/src/main/java/g2201_2300/s2274_maximum_consecutive_floors_without_special_floors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2274\. Maximum Consecutive Floors Without Special Floors diff --git a/src/main/java/g2201_2300/s2275_largest_combination_with_bitwise_and_greater_than_zero/readme.md b/src/main/java/g2201_2300/s2275_largest_combination_with_bitwise_and_greater_than_zero/readme.md index 47903732..dd1cd3cb 100644 --- a/src/main/java/g2201_2300/s2275_largest_combination_with_bitwise_and_greater_than_zero/readme.md +++ b/src/main/java/g2201_2300/s2275_largest_combination_with_bitwise_and_greater_than_zero/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2275\. Largest Combination With Bitwise AND Greater Than Zero diff --git a/src/main/java/g2201_2300/s2276_count_integers_in_intervals/readme.md b/src/main/java/g2201_2300/s2276_count_integers_in_intervals/readme.md index 96229026..86b9851a 100644 --- a/src/main/java/g2201_2300/s2276_count_integers_in_intervals/readme.md +++ b/src/main/java/g2201_2300/s2276_count_integers_in_intervals/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2276\. Count Integers in Intervals diff --git a/src/main/java/g2201_2300/s2278_percentage_of_letter_in_string/readme.md b/src/main/java/g2201_2300/s2278_percentage_of_letter_in_string/readme.md index 1791b57c..5f478293 100644 --- a/src/main/java/g2201_2300/s2278_percentage_of_letter_in_string/readme.md +++ b/src/main/java/g2201_2300/s2278_percentage_of_letter_in_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2278\. Percentage of Letter in String diff --git a/src/main/java/g2201_2300/s2279_maximum_bags_with_full_capacity_of_rocks/readme.md b/src/main/java/g2201_2300/s2279_maximum_bags_with_full_capacity_of_rocks/readme.md index 901bb816..e386ef4f 100644 --- a/src/main/java/g2201_2300/s2279_maximum_bags_with_full_capacity_of_rocks/readme.md +++ b/src/main/java/g2201_2300/s2279_maximum_bags_with_full_capacity_of_rocks/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2279\. Maximum Bags With Full Capacity of Rocks diff --git a/src/main/java/g2201_2300/s2280_minimum_lines_to_represent_a_line_chart/readme.md b/src/main/java/g2201_2300/s2280_minimum_lines_to_represent_a_line_chart/readme.md index c2653978..de37477d 100644 --- a/src/main/java/g2201_2300/s2280_minimum_lines_to_represent_a_line_chart/readme.md +++ b/src/main/java/g2201_2300/s2280_minimum_lines_to_represent_a_line_chart/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2280\. Minimum Lines to Represent a Line Chart diff --git a/src/main/java/g2201_2300/s2281_sum_of_total_strength_of_wizards/readme.md b/src/main/java/g2201_2300/s2281_sum_of_total_strength_of_wizards/readme.md index bce190d0..fdd93b73 100644 --- a/src/main/java/g2201_2300/s2281_sum_of_total_strength_of_wizards/readme.md +++ b/src/main/java/g2201_2300/s2281_sum_of_total_strength_of_wizards/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2281\. Sum of Total Strength of Wizards diff --git a/src/main/java/g2201_2300/s2283_check_if_number_has_equal_digit_count_and_digit_value/readme.md b/src/main/java/g2201_2300/s2283_check_if_number_has_equal_digit_count_and_digit_value/readme.md index 1e0a578b..976ad20d 100644 --- a/src/main/java/g2201_2300/s2283_check_if_number_has_equal_digit_count_and_digit_value/readme.md +++ b/src/main/java/g2201_2300/s2283_check_if_number_has_equal_digit_count_and_digit_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2283\. Check if Number Has Equal Digit Count and Digit Value diff --git a/src/main/java/g2201_2300/s2284_sender_with_largest_word_count/readme.md b/src/main/java/g2201_2300/s2284_sender_with_largest_word_count/readme.md index e483031c..b9626a7a 100644 --- a/src/main/java/g2201_2300/s2284_sender_with_largest_word_count/readme.md +++ b/src/main/java/g2201_2300/s2284_sender_with_largest_word_count/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2284\. Sender With Largest Word Count diff --git a/src/main/java/g2201_2300/s2285_maximum_total_importance_of_roads/readme.md b/src/main/java/g2201_2300/s2285_maximum_total_importance_of_roads/readme.md index f0093531..9436447e 100644 --- a/src/main/java/g2201_2300/s2285_maximum_total_importance_of_roads/readme.md +++ b/src/main/java/g2201_2300/s2285_maximum_total_importance_of_roads/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2285\. Maximum Total Importance of Roads diff --git a/src/main/java/g2201_2300/s2286_booking_concert_tickets_in_groups/readme.md b/src/main/java/g2201_2300/s2286_booking_concert_tickets_in_groups/readme.md index 053a7c47..1e2ea3d5 100644 --- a/src/main/java/g2201_2300/s2286_booking_concert_tickets_in_groups/readme.md +++ b/src/main/java/g2201_2300/s2286_booking_concert_tickets_in_groups/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2286\. Booking Concert Tickets in Groups diff --git a/src/main/java/g2201_2300/s2287_rearrange_characters_to_make_target_string/readme.md b/src/main/java/g2201_2300/s2287_rearrange_characters_to_make_target_string/readme.md index 40b782e5..d10556a5 100644 --- a/src/main/java/g2201_2300/s2287_rearrange_characters_to_make_target_string/readme.md +++ b/src/main/java/g2201_2300/s2287_rearrange_characters_to_make_target_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2287\. Rearrange Characters to Make Target String diff --git a/src/main/java/g2201_2300/s2288_apply_discount_to_prices/readme.md b/src/main/java/g2201_2300/s2288_apply_discount_to_prices/readme.md index 5be0446d..26a1ffc9 100644 --- a/src/main/java/g2201_2300/s2288_apply_discount_to_prices/readme.md +++ b/src/main/java/g2201_2300/s2288_apply_discount_to_prices/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2288\. Apply Discount to Prices diff --git a/src/main/java/g2201_2300/s2289_steps_to_make_array_non_decreasing/readme.md b/src/main/java/g2201_2300/s2289_steps_to_make_array_non_decreasing/readme.md index 988bb3b0..b1e0abf8 100644 --- a/src/main/java/g2201_2300/s2289_steps_to_make_array_non_decreasing/readme.md +++ b/src/main/java/g2201_2300/s2289_steps_to_make_array_non_decreasing/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2289\. Steps to Make Array Non-decreasing diff --git a/src/main/java/g2201_2300/s2290_minimum_obstacle_removal_to_reach_corner/readme.md b/src/main/java/g2201_2300/s2290_minimum_obstacle_removal_to_reach_corner/readme.md index 0913d459..072721fe 100644 --- a/src/main/java/g2201_2300/s2290_minimum_obstacle_removal_to_reach_corner/readme.md +++ b/src/main/java/g2201_2300/s2290_minimum_obstacle_removal_to_reach_corner/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2290\. Minimum Obstacle Removal to Reach Corner diff --git a/src/main/java/g2201_2300/s2293_min_max_game/readme.md b/src/main/java/g2201_2300/s2293_min_max_game/readme.md index 62bc7f01..6278ff68 100644 --- a/src/main/java/g2201_2300/s2293_min_max_game/readme.md +++ b/src/main/java/g2201_2300/s2293_min_max_game/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2293\. Min Max Game diff --git a/src/main/java/g2201_2300/s2294_partition_array_such_that_maximum_difference_is_k/readme.md b/src/main/java/g2201_2300/s2294_partition_array_such_that_maximum_difference_is_k/readme.md index ed1bf3c8..23cb4124 100644 --- a/src/main/java/g2201_2300/s2294_partition_array_such_that_maximum_difference_is_k/readme.md +++ b/src/main/java/g2201_2300/s2294_partition_array_such_that_maximum_difference_is_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2294\. Partition Array Such That Maximum Difference Is K diff --git a/src/main/java/g2201_2300/s2295_replace_elements_in_an_array/readme.md b/src/main/java/g2201_2300/s2295_replace_elements_in_an_array/readme.md index 1077762f..f2ebddb1 100644 --- a/src/main/java/g2201_2300/s2295_replace_elements_in_an_array/readme.md +++ b/src/main/java/g2201_2300/s2295_replace_elements_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2295\. Replace Elements in an Array diff --git a/src/main/java/g2201_2300/s2296_design_a_text_editor/readme.md b/src/main/java/g2201_2300/s2296_design_a_text_editor/readme.md index 082c84af..87dea06d 100644 --- a/src/main/java/g2201_2300/s2296_design_a_text_editor/readme.md +++ b/src/main/java/g2201_2300/s2296_design_a_text_editor/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2296\. Design a Text Editor diff --git a/src/main/java/g2201_2300/s2299_strong_password_checker_ii/readme.md b/src/main/java/g2201_2300/s2299_strong_password_checker_ii/readme.md index 4b07a491..5a48dfa6 100644 --- a/src/main/java/g2201_2300/s2299_strong_password_checker_ii/readme.md +++ b/src/main/java/g2201_2300/s2299_strong_password_checker_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2299\. Strong Password Checker II diff --git a/src/main/java/g2201_2300/s2300_successful_pairs_of_spells_and_potions/readme.md b/src/main/java/g2201_2300/s2300_successful_pairs_of_spells_and_potions/readme.md index 91a904fc..76608cb9 100644 --- a/src/main/java/g2201_2300/s2300_successful_pairs_of_spells_and_potions/readme.md +++ b/src/main/java/g2201_2300/s2300_successful_pairs_of_spells_and_potions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2300\. Successful Pairs of Spells and Potions diff --git a/src/main/java/g2301_2400/s2301_match_substring_after_replacement/readme.md b/src/main/java/g2301_2400/s2301_match_substring_after_replacement/readme.md index a193bf30..83a3e58b 100644 --- a/src/main/java/g2301_2400/s2301_match_substring_after_replacement/readme.md +++ b/src/main/java/g2301_2400/s2301_match_substring_after_replacement/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2301\. Match Substring After Replacement diff --git a/src/main/java/g2301_2400/s2302_count_subarrays_with_score_less_than_k/readme.md b/src/main/java/g2301_2400/s2302_count_subarrays_with_score_less_than_k/readme.md index 1d9b64d9..dc113cc2 100644 --- a/src/main/java/g2301_2400/s2302_count_subarrays_with_score_less_than_k/readme.md +++ b/src/main/java/g2301_2400/s2302_count_subarrays_with_score_less_than_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2302\. Count Subarrays With Score Less Than K diff --git a/src/main/java/g2301_2400/s2303_calculate_amount_paid_in_taxes/readme.md b/src/main/java/g2301_2400/s2303_calculate_amount_paid_in_taxes/readme.md index ce0ec86a..f3dd9f68 100644 --- a/src/main/java/g2301_2400/s2303_calculate_amount_paid_in_taxes/readme.md +++ b/src/main/java/g2301_2400/s2303_calculate_amount_paid_in_taxes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2303\. Calculate Amount Paid in Taxes diff --git a/src/main/java/g2301_2400/s2304_minimum_path_cost_in_a_grid/readme.md b/src/main/java/g2301_2400/s2304_minimum_path_cost_in_a_grid/readme.md index 99221a5f..a52f973d 100644 --- a/src/main/java/g2301_2400/s2304_minimum_path_cost_in_a_grid/readme.md +++ b/src/main/java/g2301_2400/s2304_minimum_path_cost_in_a_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2304\. Minimum Path Cost in a Grid diff --git a/src/main/java/g2301_2400/s2305_fair_distribution_of_cookies/readme.md b/src/main/java/g2301_2400/s2305_fair_distribution_of_cookies/readme.md index 2ef3b9f7..238cc75e 100644 --- a/src/main/java/g2301_2400/s2305_fair_distribution_of_cookies/readme.md +++ b/src/main/java/g2301_2400/s2305_fair_distribution_of_cookies/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2305\. Fair Distribution of Cookies diff --git a/src/main/java/g2301_2400/s2306_naming_a_company/readme.md b/src/main/java/g2301_2400/s2306_naming_a_company/readme.md index 44e577a5..c81b7d6f 100644 --- a/src/main/java/g2301_2400/s2306_naming_a_company/readme.md +++ b/src/main/java/g2301_2400/s2306_naming_a_company/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2306\. Naming a Company diff --git a/src/main/java/g2301_2400/s2309_greatest_english_letter_in_upper_and_lower_case/readme.md b/src/main/java/g2301_2400/s2309_greatest_english_letter_in_upper_and_lower_case/readme.md index 9229d573..54094a67 100644 --- a/src/main/java/g2301_2400/s2309_greatest_english_letter_in_upper_and_lower_case/readme.md +++ b/src/main/java/g2301_2400/s2309_greatest_english_letter_in_upper_and_lower_case/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2309\. Greatest English Letter in Upper and Lower Case diff --git a/src/main/java/g2301_2400/s2310_sum_of_numbers_with_units_digit_k/readme.md b/src/main/java/g2301_2400/s2310_sum_of_numbers_with_units_digit_k/readme.md index fe2820eb..dce18082 100644 --- a/src/main/java/g2301_2400/s2310_sum_of_numbers_with_units_digit_k/readme.md +++ b/src/main/java/g2301_2400/s2310_sum_of_numbers_with_units_digit_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2310\. Sum of Numbers With Units Digit K diff --git a/src/main/java/g2301_2400/s2311_longest_binary_subsequence_less_than_or_equal_to_k/readme.md b/src/main/java/g2301_2400/s2311_longest_binary_subsequence_less_than_or_equal_to_k/readme.md index c56c2ba8..7d849ce0 100644 --- a/src/main/java/g2301_2400/s2311_longest_binary_subsequence_less_than_or_equal_to_k/readme.md +++ b/src/main/java/g2301_2400/s2311_longest_binary_subsequence_less_than_or_equal_to_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2311\. Longest Binary Subsequence Less Than or Equal to K diff --git a/src/main/java/g2301_2400/s2312_selling_pieces_of_wood/readme.md b/src/main/java/g2301_2400/s2312_selling_pieces_of_wood/readme.md index 159842ed..3da5dc6e 100644 --- a/src/main/java/g2301_2400/s2312_selling_pieces_of_wood/readme.md +++ b/src/main/java/g2301_2400/s2312_selling_pieces_of_wood/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2312\. Selling Pieces of Wood diff --git a/src/main/java/g2301_2400/s2315_count_asterisks/readme.md b/src/main/java/g2301_2400/s2315_count_asterisks/readme.md index dbcdab69..101d1af1 100644 --- a/src/main/java/g2301_2400/s2315_count_asterisks/readme.md +++ b/src/main/java/g2301_2400/s2315_count_asterisks/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2315\. Count Asterisks diff --git a/src/main/java/g2301_2400/s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph/readme.md b/src/main/java/g2301_2400/s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph/readme.md index ff67607f..7a44755a 100644 --- a/src/main/java/g2301_2400/s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph/readme.md +++ b/src/main/java/g2301_2400/s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2316\. Count Unreachable Pairs of Nodes in an Undirected Graph diff --git a/src/main/java/g2301_2400/s2317_maximum_xor_after_operations/readme.md b/src/main/java/g2301_2400/s2317_maximum_xor_after_operations/readme.md index c1e6f4ae..77676895 100644 --- a/src/main/java/g2301_2400/s2317_maximum_xor_after_operations/readme.md +++ b/src/main/java/g2301_2400/s2317_maximum_xor_after_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2317\. Maximum XOR After Operations diff --git a/src/main/java/g2301_2400/s2318_number_of_distinct_roll_sequences/readme.md b/src/main/java/g2301_2400/s2318_number_of_distinct_roll_sequences/readme.md index 92bf08b3..dc7a3114 100644 --- a/src/main/java/g2301_2400/s2318_number_of_distinct_roll_sequences/readme.md +++ b/src/main/java/g2301_2400/s2318_number_of_distinct_roll_sequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2318\. Number of Distinct Roll Sequences diff --git a/src/main/java/g2301_2400/s2319_check_if_matrix_is_x_matrix/readme.md b/src/main/java/g2301_2400/s2319_check_if_matrix_is_x_matrix/readme.md index d427c536..e3a7d5ea 100644 --- a/src/main/java/g2301_2400/s2319_check_if_matrix_is_x_matrix/readme.md +++ b/src/main/java/g2301_2400/s2319_check_if_matrix_is_x_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2319\. Check if Matrix Is X-Matrix diff --git a/src/main/java/g2301_2400/s2320_count_number_of_ways_to_place_houses/readme.md b/src/main/java/g2301_2400/s2320_count_number_of_ways_to_place_houses/readme.md index 7626ca63..a0cf9438 100644 --- a/src/main/java/g2301_2400/s2320_count_number_of_ways_to_place_houses/readme.md +++ b/src/main/java/g2301_2400/s2320_count_number_of_ways_to_place_houses/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2320\. Count Number of Ways to Place Houses diff --git a/src/main/java/g2301_2400/s2321_maximum_score_of_spliced_array/readme.md b/src/main/java/g2301_2400/s2321_maximum_score_of_spliced_array/readme.md index 39c95f65..169c68fc 100644 --- a/src/main/java/g2301_2400/s2321_maximum_score_of_spliced_array/readme.md +++ b/src/main/java/g2301_2400/s2321_maximum_score_of_spliced_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2321\. Maximum Score Of Spliced Array diff --git a/src/main/java/g2301_2400/s2322_minimum_score_after_removals_on_a_tree/readme.md b/src/main/java/g2301_2400/s2322_minimum_score_after_removals_on_a_tree/readme.md index 35933dd4..5c498ee9 100644 --- a/src/main/java/g2301_2400/s2322_minimum_score_after_removals_on_a_tree/readme.md +++ b/src/main/java/g2301_2400/s2322_minimum_score_after_removals_on_a_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2322\. Minimum Score After Removals on a Tree diff --git a/src/main/java/g2301_2400/s2325_decode_the_message/readme.md b/src/main/java/g2301_2400/s2325_decode_the_message/readme.md index f7e75939..ada30e39 100644 --- a/src/main/java/g2301_2400/s2325_decode_the_message/readme.md +++ b/src/main/java/g2301_2400/s2325_decode_the_message/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2325\. Decode the Message diff --git a/src/main/java/g2301_2400/s2326_spiral_matrix_iv/readme.md b/src/main/java/g2301_2400/s2326_spiral_matrix_iv/readme.md index 9a9293d3..df6e4cb4 100644 --- a/src/main/java/g2301_2400/s2326_spiral_matrix_iv/readme.md +++ b/src/main/java/g2301_2400/s2326_spiral_matrix_iv/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2326\. Spiral Matrix IV diff --git a/src/main/java/g2301_2400/s2327_number_of_people_aware_of_a_secret/readme.md b/src/main/java/g2301_2400/s2327_number_of_people_aware_of_a_secret/readme.md index b98fd5fd..4723735f 100644 --- a/src/main/java/g2301_2400/s2327_number_of_people_aware_of_a_secret/readme.md +++ b/src/main/java/g2301_2400/s2327_number_of_people_aware_of_a_secret/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2327\. Number of People Aware of a Secret diff --git a/src/main/java/g2301_2400/s2328_number_of_increasing_paths_in_a_grid/readme.md b/src/main/java/g2301_2400/s2328_number_of_increasing_paths_in_a_grid/readme.md index ee0127ac..ff16a97b 100644 --- a/src/main/java/g2301_2400/s2328_number_of_increasing_paths_in_a_grid/readme.md +++ b/src/main/java/g2301_2400/s2328_number_of_increasing_paths_in_a_grid/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2328\. Number of Increasing Paths in a Grid diff --git a/src/main/java/g2301_2400/s2331_evaluate_boolean_binary_tree/readme.md b/src/main/java/g2301_2400/s2331_evaluate_boolean_binary_tree/readme.md index 1a8dbdd9..fb24e566 100644 --- a/src/main/java/g2301_2400/s2331_evaluate_boolean_binary_tree/readme.md +++ b/src/main/java/g2301_2400/s2331_evaluate_boolean_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2331\. Evaluate Boolean Binary Tree diff --git a/src/main/java/g2301_2400/s2332_the_latest_time_to_catch_a_bus/readme.md b/src/main/java/g2301_2400/s2332_the_latest_time_to_catch_a_bus/readme.md index 73ef293a..0f3b2712 100644 --- a/src/main/java/g2301_2400/s2332_the_latest_time_to_catch_a_bus/readme.md +++ b/src/main/java/g2301_2400/s2332_the_latest_time_to_catch_a_bus/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2332\. The Latest Time to Catch a Bus diff --git a/src/main/java/g2301_2400/s2333_minimum_sum_of_squared_difference/readme.md b/src/main/java/g2301_2400/s2333_minimum_sum_of_squared_difference/readme.md index 0bff2e03..ea8bb507 100644 --- a/src/main/java/g2301_2400/s2333_minimum_sum_of_squared_difference/readme.md +++ b/src/main/java/g2301_2400/s2333_minimum_sum_of_squared_difference/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2333\. Minimum Sum of Squared Difference diff --git a/src/main/java/g2301_2400/s2334_subarray_with_elements_greater_than_varying_threshold/readme.md b/src/main/java/g2301_2400/s2334_subarray_with_elements_greater_than_varying_threshold/readme.md index 85e3a472..f7178ad7 100644 --- a/src/main/java/g2301_2400/s2334_subarray_with_elements_greater_than_varying_threshold/readme.md +++ b/src/main/java/g2301_2400/s2334_subarray_with_elements_greater_than_varying_threshold/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2334\. Subarray With Elements Greater Than Varying Threshold diff --git a/src/main/java/g2301_2400/s2335_minimum_amount_of_time_to_fill_cups/readme.md b/src/main/java/g2301_2400/s2335_minimum_amount_of_time_to_fill_cups/readme.md index 53173fd6..e50ab400 100644 --- a/src/main/java/g2301_2400/s2335_minimum_amount_of_time_to_fill_cups/readme.md +++ b/src/main/java/g2301_2400/s2335_minimum_amount_of_time_to_fill_cups/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2335\. Minimum Amount of Time to Fill Cups diff --git a/src/main/java/g2301_2400/s2336_smallest_number_in_infinite_set/readme.md b/src/main/java/g2301_2400/s2336_smallest_number_in_infinite_set/readme.md index daba6ae3..efc68888 100644 --- a/src/main/java/g2301_2400/s2336_smallest_number_in_infinite_set/readme.md +++ b/src/main/java/g2301_2400/s2336_smallest_number_in_infinite_set/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2336\. Smallest Number in Infinite Set diff --git a/src/main/java/g2301_2400/s2337_move_pieces_to_obtain_a_string/readme.md b/src/main/java/g2301_2400/s2337_move_pieces_to_obtain_a_string/readme.md index ae7953bf..0818185f 100644 --- a/src/main/java/g2301_2400/s2337_move_pieces_to_obtain_a_string/readme.md +++ b/src/main/java/g2301_2400/s2337_move_pieces_to_obtain_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2337\. Move Pieces to Obtain a String diff --git a/src/main/java/g2301_2400/s2338_count_the_number_of_ideal_arrays/readme.md b/src/main/java/g2301_2400/s2338_count_the_number_of_ideal_arrays/readme.md index af55edcb..b37fb9c9 100644 --- a/src/main/java/g2301_2400/s2338_count_the_number_of_ideal_arrays/readme.md +++ b/src/main/java/g2301_2400/s2338_count_the_number_of_ideal_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2338\. Count the Number of Ideal Arrays diff --git a/src/main/java/g2301_2400/s2341_maximum_number_of_pairs_in_array/readme.md b/src/main/java/g2301_2400/s2341_maximum_number_of_pairs_in_array/readme.md index f5f599df..94b7e52b 100644 --- a/src/main/java/g2301_2400/s2341_maximum_number_of_pairs_in_array/readme.md +++ b/src/main/java/g2301_2400/s2341_maximum_number_of_pairs_in_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2341\. Maximum Number of Pairs in Array diff --git a/src/main/java/g2301_2400/s2342_max_sum_of_a_pair_with_equal_sum_of_digits/readme.md b/src/main/java/g2301_2400/s2342_max_sum_of_a_pair_with_equal_sum_of_digits/readme.md index 26240269..1408194e 100644 --- a/src/main/java/g2301_2400/s2342_max_sum_of_a_pair_with_equal_sum_of_digits/readme.md +++ b/src/main/java/g2301_2400/s2342_max_sum_of_a_pair_with_equal_sum_of_digits/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2342\. Max Sum of a Pair With Equal Sum of Digits diff --git a/src/main/java/g2301_2400/s2343_query_kth_smallest_trimmed_number/readme.md b/src/main/java/g2301_2400/s2343_query_kth_smallest_trimmed_number/readme.md index dde43e27..2bbad133 100644 --- a/src/main/java/g2301_2400/s2343_query_kth_smallest_trimmed_number/readme.md +++ b/src/main/java/g2301_2400/s2343_query_kth_smallest_trimmed_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2343\. Query Kth Smallest Trimmed Number diff --git a/src/main/java/g2301_2400/s2344_minimum_deletions_to_make_array_divisible/readme.md b/src/main/java/g2301_2400/s2344_minimum_deletions_to_make_array_divisible/readme.md index d748c800..ee1e7540 100644 --- a/src/main/java/g2301_2400/s2344_minimum_deletions_to_make_array_divisible/readme.md +++ b/src/main/java/g2301_2400/s2344_minimum_deletions_to_make_array_divisible/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2344\. Minimum Deletions to Make Array Divisible diff --git a/src/main/java/g2301_2400/s2347_best_poker_hand/readme.md b/src/main/java/g2301_2400/s2347_best_poker_hand/readme.md index 29c51102..336c7fe2 100644 --- a/src/main/java/g2301_2400/s2347_best_poker_hand/readme.md +++ b/src/main/java/g2301_2400/s2347_best_poker_hand/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2347\. Best Poker Hand diff --git a/src/main/java/g2301_2400/s2348_number_of_zero_filled_subarrays/readme.md b/src/main/java/g2301_2400/s2348_number_of_zero_filled_subarrays/readme.md index 79b20b81..28163d43 100644 --- a/src/main/java/g2301_2400/s2348_number_of_zero_filled_subarrays/readme.md +++ b/src/main/java/g2301_2400/s2348_number_of_zero_filled_subarrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2348\. Number of Zero-Filled Subarrays diff --git a/src/main/java/g2301_2400/s2349_design_a_number_container_system/readme.md b/src/main/java/g2301_2400/s2349_design_a_number_container_system/readme.md index 7c8d0c95..73aaaee8 100644 --- a/src/main/java/g2301_2400/s2349_design_a_number_container_system/readme.md +++ b/src/main/java/g2301_2400/s2349_design_a_number_container_system/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2349\. Design a Number Container System diff --git a/src/main/java/g2301_2400/s2350_shortest_impossible_sequence_of_rolls/readme.md b/src/main/java/g2301_2400/s2350_shortest_impossible_sequence_of_rolls/readme.md index abfccc13..6f89c830 100644 --- a/src/main/java/g2301_2400/s2350_shortest_impossible_sequence_of_rolls/readme.md +++ b/src/main/java/g2301_2400/s2350_shortest_impossible_sequence_of_rolls/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2350\. Shortest Impossible Sequence of Rolls diff --git a/src/main/java/g2301_2400/s2351_first_letter_to_appear_twice/readme.md b/src/main/java/g2301_2400/s2351_first_letter_to_appear_twice/readme.md index 21be2d34..83864065 100644 --- a/src/main/java/g2301_2400/s2351_first_letter_to_appear_twice/readme.md +++ b/src/main/java/g2301_2400/s2351_first_letter_to_appear_twice/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2351\. First Letter to Appear Twice diff --git a/src/main/java/g2301_2400/s2352_equal_row_and_column_pairs/readme.md b/src/main/java/g2301_2400/s2352_equal_row_and_column_pairs/readme.md index dfa14b8e..542c7a8e 100644 --- a/src/main/java/g2301_2400/s2352_equal_row_and_column_pairs/readme.md +++ b/src/main/java/g2301_2400/s2352_equal_row_and_column_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2352\. Equal Row and Column Pairs diff --git a/src/main/java/g2301_2400/s2353_design_a_food_rating_system/readme.md b/src/main/java/g2301_2400/s2353_design_a_food_rating_system/readme.md index 7b83bcb4..6bea3924 100644 --- a/src/main/java/g2301_2400/s2353_design_a_food_rating_system/readme.md +++ b/src/main/java/g2301_2400/s2353_design_a_food_rating_system/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2353\. Design a Food Rating System diff --git a/src/main/java/g2301_2400/s2354_number_of_excellent_pairs/readme.md b/src/main/java/g2301_2400/s2354_number_of_excellent_pairs/readme.md index 9a5e625f..8648d8b1 100644 --- a/src/main/java/g2301_2400/s2354_number_of_excellent_pairs/readme.md +++ b/src/main/java/g2301_2400/s2354_number_of_excellent_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2354\. Number of Excellent Pairs diff --git a/src/main/java/g2301_2400/s2357_make_array_zero_by_subtracting_equal_amounts/readme.md b/src/main/java/g2301_2400/s2357_make_array_zero_by_subtracting_equal_amounts/readme.md index 20d6cd2d..39696836 100644 --- a/src/main/java/g2301_2400/s2357_make_array_zero_by_subtracting_equal_amounts/readme.md +++ b/src/main/java/g2301_2400/s2357_make_array_zero_by_subtracting_equal_amounts/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2357\. Make Array Zero by Subtracting Equal Amounts diff --git a/src/main/java/g2301_2400/s2358_maximum_number_of_groups_entering_a_competition/readme.md b/src/main/java/g2301_2400/s2358_maximum_number_of_groups_entering_a_competition/readme.md index 4148b510..fecf8893 100644 --- a/src/main/java/g2301_2400/s2358_maximum_number_of_groups_entering_a_competition/readme.md +++ b/src/main/java/g2301_2400/s2358_maximum_number_of_groups_entering_a_competition/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2358\. Maximum Number of Groups Entering a Competition diff --git a/src/main/java/g2301_2400/s2359_find_closest_node_to_given_two_nodes/readme.md b/src/main/java/g2301_2400/s2359_find_closest_node_to_given_two_nodes/readme.md index 1922c48d..f06bd9eb 100644 --- a/src/main/java/g2301_2400/s2359_find_closest_node_to_given_two_nodes/readme.md +++ b/src/main/java/g2301_2400/s2359_find_closest_node_to_given_two_nodes/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2359\. Find Closest Node to Given Two Nodes diff --git a/src/main/java/g2301_2400/s2360_longest_cycle_in_a_graph/readme.md b/src/main/java/g2301_2400/s2360_longest_cycle_in_a_graph/readme.md index c520e203..00652ae9 100644 --- a/src/main/java/g2301_2400/s2360_longest_cycle_in_a_graph/readme.md +++ b/src/main/java/g2301_2400/s2360_longest_cycle_in_a_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2360\. Longest Cycle in a Graph diff --git a/src/main/java/g2301_2400/s2363_merge_similar_items/readme.md b/src/main/java/g2301_2400/s2363_merge_similar_items/readme.md index 3285705e..d8261411 100644 --- a/src/main/java/g2301_2400/s2363_merge_similar_items/readme.md +++ b/src/main/java/g2301_2400/s2363_merge_similar_items/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2363\. Merge Similar Items diff --git a/src/main/java/g2301_2400/s2364_count_number_of_bad_pairs/readme.md b/src/main/java/g2301_2400/s2364_count_number_of_bad_pairs/readme.md index c45ba321..f6ab95b3 100644 --- a/src/main/java/g2301_2400/s2364_count_number_of_bad_pairs/readme.md +++ b/src/main/java/g2301_2400/s2364_count_number_of_bad_pairs/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2364\. Count Number of Bad Pairs diff --git a/src/main/java/g2301_2400/s2365_task_scheduler_ii/readme.md b/src/main/java/g2301_2400/s2365_task_scheduler_ii/readme.md index 25da8e82..32394e5f 100644 --- a/src/main/java/g2301_2400/s2365_task_scheduler_ii/readme.md +++ b/src/main/java/g2301_2400/s2365_task_scheduler_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2365\. Task Scheduler II diff --git a/src/main/java/g2301_2400/s2366_minimum_replacements_to_sort_the_array/readme.md b/src/main/java/g2301_2400/s2366_minimum_replacements_to_sort_the_array/readme.md index 260d4506..4df00ffa 100644 --- a/src/main/java/g2301_2400/s2366_minimum_replacements_to_sort_the_array/readme.md +++ b/src/main/java/g2301_2400/s2366_minimum_replacements_to_sort_the_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2366\. Minimum Replacements to Sort the Array diff --git a/src/main/java/g2301_2400/s2367_number_of_arithmetic_triplets/readme.md b/src/main/java/g2301_2400/s2367_number_of_arithmetic_triplets/readme.md index 1d650cf9..0542916b 100644 --- a/src/main/java/g2301_2400/s2367_number_of_arithmetic_triplets/readme.md +++ b/src/main/java/g2301_2400/s2367_number_of_arithmetic_triplets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2367\. Number of Arithmetic Triplets diff --git a/src/main/java/g2301_2400/s2368_reachable_nodes_with_restrictions/readme.md b/src/main/java/g2301_2400/s2368_reachable_nodes_with_restrictions/readme.md index 6d532ef6..1dd5bd99 100644 --- a/src/main/java/g2301_2400/s2368_reachable_nodes_with_restrictions/readme.md +++ b/src/main/java/g2301_2400/s2368_reachable_nodes_with_restrictions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2368\. Reachable Nodes With Restrictions diff --git a/src/main/java/g2301_2400/s2369_check_if_there_is_a_valid_partition_for_the_array/readme.md b/src/main/java/g2301_2400/s2369_check_if_there_is_a_valid_partition_for_the_array/readme.md index d0a3148d..b3508b1b 100644 --- a/src/main/java/g2301_2400/s2369_check_if_there_is_a_valid_partition_for_the_array/readme.md +++ b/src/main/java/g2301_2400/s2369_check_if_there_is_a_valid_partition_for_the_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2369\. Check if There is a Valid Partition For The Array diff --git a/src/main/java/g2301_2400/s2370_longest_ideal_subsequence/readme.md b/src/main/java/g2301_2400/s2370_longest_ideal_subsequence/readme.md index 2e6c75b8..7156422a 100644 --- a/src/main/java/g2301_2400/s2370_longest_ideal_subsequence/readme.md +++ b/src/main/java/g2301_2400/s2370_longest_ideal_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2370\. Longest Ideal Subsequence diff --git a/src/main/java/g2301_2400/s2373_largest_local_values_in_a_matrix/readme.md b/src/main/java/g2301_2400/s2373_largest_local_values_in_a_matrix/readme.md index 87324d61..486b8c8e 100644 --- a/src/main/java/g2301_2400/s2373_largest_local_values_in_a_matrix/readme.md +++ b/src/main/java/g2301_2400/s2373_largest_local_values_in_a_matrix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2373\. Largest Local Values in a Matrix diff --git a/src/main/java/g2301_2400/s2374_node_with_highest_edge_score/readme.md b/src/main/java/g2301_2400/s2374_node_with_highest_edge_score/readme.md index fdb7081e..5906aef7 100644 --- a/src/main/java/g2301_2400/s2374_node_with_highest_edge_score/readme.md +++ b/src/main/java/g2301_2400/s2374_node_with_highest_edge_score/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2374\. Node With Highest Edge Score diff --git a/src/main/java/g2301_2400/s2375_construct_smallest_number_from_di_string/readme.md b/src/main/java/g2301_2400/s2375_construct_smallest_number_from_di_string/readme.md index 36c83a2b..acf92360 100644 --- a/src/main/java/g2301_2400/s2375_construct_smallest_number_from_di_string/readme.md +++ b/src/main/java/g2301_2400/s2375_construct_smallest_number_from_di_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2375\. Construct Smallest Number From DI String diff --git a/src/main/java/g2301_2400/s2376_count_special_integers/readme.md b/src/main/java/g2301_2400/s2376_count_special_integers/readme.md index 72359250..e418f659 100644 --- a/src/main/java/g2301_2400/s2376_count_special_integers/readme.md +++ b/src/main/java/g2301_2400/s2376_count_special_integers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2376\. Count Special Integers diff --git a/src/main/java/g2301_2400/s2379_minimum_recolors_to_get_k_consecutive_black_blocks/readme.md b/src/main/java/g2301_2400/s2379_minimum_recolors_to_get_k_consecutive_black_blocks/readme.md index 29ae2692..76b8cf42 100644 --- a/src/main/java/g2301_2400/s2379_minimum_recolors_to_get_k_consecutive_black_blocks/readme.md +++ b/src/main/java/g2301_2400/s2379_minimum_recolors_to_get_k_consecutive_black_blocks/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2379\. Minimum Recolors to Get K Consecutive Black Blocks diff --git a/src/main/java/g2301_2400/s2380_time_needed_to_rearrange_a_binary_string/readme.md b/src/main/java/g2301_2400/s2380_time_needed_to_rearrange_a_binary_string/readme.md index f62a5087..327ac7e8 100644 --- a/src/main/java/g2301_2400/s2380_time_needed_to_rearrange_a_binary_string/readme.md +++ b/src/main/java/g2301_2400/s2380_time_needed_to_rearrange_a_binary_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2380\. Time Needed to Rearrange a Binary String diff --git a/src/main/java/g2301_2400/s2381_shifting_letters_ii/readme.md b/src/main/java/g2301_2400/s2381_shifting_letters_ii/readme.md index c8f8aa4a..ca788402 100644 --- a/src/main/java/g2301_2400/s2381_shifting_letters_ii/readme.md +++ b/src/main/java/g2301_2400/s2381_shifting_letters_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2381\. Shifting Letters II diff --git a/src/main/java/g2301_2400/s2382_maximum_segment_sum_after_removals/readme.md b/src/main/java/g2301_2400/s2382_maximum_segment_sum_after_removals/readme.md index 0f335095..8f017f6e 100644 --- a/src/main/java/g2301_2400/s2382_maximum_segment_sum_after_removals/readme.md +++ b/src/main/java/g2301_2400/s2382_maximum_segment_sum_after_removals/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2382\. Maximum Segment Sum After Removals diff --git a/src/main/java/g2301_2400/s2383_minimum_hours_of_training_to_win_a_competition/readme.md b/src/main/java/g2301_2400/s2383_minimum_hours_of_training_to_win_a_competition/readme.md index 8eb47ec7..eec2da2d 100644 --- a/src/main/java/g2301_2400/s2383_minimum_hours_of_training_to_win_a_competition/readme.md +++ b/src/main/java/g2301_2400/s2383_minimum_hours_of_training_to_win_a_competition/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2383\. Minimum Hours of Training to Win a Competition diff --git a/src/main/java/g2301_2400/s2384_largest_palindromic_number/readme.md b/src/main/java/g2301_2400/s2384_largest_palindromic_number/readme.md index b443c28d..c5c9fb36 100644 --- a/src/main/java/g2301_2400/s2384_largest_palindromic_number/readme.md +++ b/src/main/java/g2301_2400/s2384_largest_palindromic_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2384\. Largest Palindromic Number diff --git a/src/main/java/g2301_2400/s2385_amount_of_time_for_binary_tree_to_be_infected/readme.md b/src/main/java/g2301_2400/s2385_amount_of_time_for_binary_tree_to_be_infected/readme.md index 9085935e..f05f0612 100644 --- a/src/main/java/g2301_2400/s2385_amount_of_time_for_binary_tree_to_be_infected/readme.md +++ b/src/main/java/g2301_2400/s2385_amount_of_time_for_binary_tree_to_be_infected/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2385\. Amount of Time for Binary Tree to Be Infected diff --git a/src/main/java/g2301_2400/s2386_find_the_k_sum_of_an_array/readme.md b/src/main/java/g2301_2400/s2386_find_the_k_sum_of_an_array/readme.md index 8a182536..db6924e3 100644 --- a/src/main/java/g2301_2400/s2386_find_the_k_sum_of_an_array/readme.md +++ b/src/main/java/g2301_2400/s2386_find_the_k_sum_of_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2386\. Find the K-Sum of an Array diff --git a/src/main/java/g2301_2400/s2389_longest_subsequence_with_limited_sum/readme.md b/src/main/java/g2301_2400/s2389_longest_subsequence_with_limited_sum/readme.md index e31d24f9..19011f14 100644 --- a/src/main/java/g2301_2400/s2389_longest_subsequence_with_limited_sum/readme.md +++ b/src/main/java/g2301_2400/s2389_longest_subsequence_with_limited_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2389\. Longest Subsequence With Limited Sum diff --git a/src/main/java/g2301_2400/s2390_removing_stars_from_a_string/readme.md b/src/main/java/g2301_2400/s2390_removing_stars_from_a_string/readme.md index 00232e8e..276baacc 100644 --- a/src/main/java/g2301_2400/s2390_removing_stars_from_a_string/readme.md +++ b/src/main/java/g2301_2400/s2390_removing_stars_from_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2390\. Removing Stars From a String diff --git a/src/main/java/g2301_2400/s2391_minimum_amount_of_time_to_collect_garbage/readme.md b/src/main/java/g2301_2400/s2391_minimum_amount_of_time_to_collect_garbage/readme.md index a7866ae7..dc553cb8 100644 --- a/src/main/java/g2301_2400/s2391_minimum_amount_of_time_to_collect_garbage/readme.md +++ b/src/main/java/g2301_2400/s2391_minimum_amount_of_time_to_collect_garbage/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2391\. Minimum Amount of Time to Collect Garbage diff --git a/src/main/java/g2301_2400/s2392_build_a_matrix_with_conditions/readme.md b/src/main/java/g2301_2400/s2392_build_a_matrix_with_conditions/readme.md index 8c23ad5d..4fbe87ee 100644 --- a/src/main/java/g2301_2400/s2392_build_a_matrix_with_conditions/readme.md +++ b/src/main/java/g2301_2400/s2392_build_a_matrix_with_conditions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2392\. Build a Matrix With Conditions diff --git a/src/main/java/g2301_2400/s2395_find_subarrays_with_equal_sum/readme.md b/src/main/java/g2301_2400/s2395_find_subarrays_with_equal_sum/readme.md index 7b651930..97b04a38 100644 --- a/src/main/java/g2301_2400/s2395_find_subarrays_with_equal_sum/readme.md +++ b/src/main/java/g2301_2400/s2395_find_subarrays_with_equal_sum/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2395\. Find Subarrays With Equal Sum diff --git a/src/main/java/g2301_2400/s2396_strictly_palindromic_number/readme.md b/src/main/java/g2301_2400/s2396_strictly_palindromic_number/readme.md index 6649f3ed..39530b79 100644 --- a/src/main/java/g2301_2400/s2396_strictly_palindromic_number/readme.md +++ b/src/main/java/g2301_2400/s2396_strictly_palindromic_number/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2396\. Strictly Palindromic Number diff --git a/src/main/java/g2301_2400/s2397_maximum_rows_covered_by_columns/readme.md b/src/main/java/g2301_2400/s2397_maximum_rows_covered_by_columns/readme.md index fe8874a6..62a8ec4d 100644 --- a/src/main/java/g2301_2400/s2397_maximum_rows_covered_by_columns/readme.md +++ b/src/main/java/g2301_2400/s2397_maximum_rows_covered_by_columns/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2397\. Maximum Rows Covered by Columns diff --git a/src/main/java/g2301_2400/s2398_maximum_number_of_robots_within_budget/readme.md b/src/main/java/g2301_2400/s2398_maximum_number_of_robots_within_budget/readme.md index 7f5f5e36..940cfce9 100644 --- a/src/main/java/g2301_2400/s2398_maximum_number_of_robots_within_budget/readme.md +++ b/src/main/java/g2301_2400/s2398_maximum_number_of_robots_within_budget/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2398\. Maximum Number of Robots Within Budget diff --git a/src/main/java/g2301_2400/s2399_check_distances_between_same_letters/readme.md b/src/main/java/g2301_2400/s2399_check_distances_between_same_letters/readme.md index ac400b12..7e96bcea 100644 --- a/src/main/java/g2301_2400/s2399_check_distances_between_same_letters/readme.md +++ b/src/main/java/g2301_2400/s2399_check_distances_between_same_letters/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2399\. Check Distances Between Same Letters diff --git a/src/main/java/g2301_2400/s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps/readme.md b/src/main/java/g2301_2400/s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps/readme.md index c920efc0..cc6162f5 100644 --- a/src/main/java/g2301_2400/s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps/readme.md +++ b/src/main/java/g2301_2400/s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2400\. Number of Ways to Reach a Position After Exactly k Steps diff --git a/src/main/java/g2401_2500/s2401_longest_nice_subarray/readme.md b/src/main/java/g2401_2500/s2401_longest_nice_subarray/readme.md index 12d71071..76702065 100644 --- a/src/main/java/g2401_2500/s2401_longest_nice_subarray/readme.md +++ b/src/main/java/g2401_2500/s2401_longest_nice_subarray/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2401\. Longest Nice Subarray diff --git a/src/main/java/g2401_2500/s2402_meeting_rooms_iii/readme.md b/src/main/java/g2401_2500/s2402_meeting_rooms_iii/readme.md index 64c08ef1..bb4f8acb 100644 --- a/src/main/java/g2401_2500/s2402_meeting_rooms_iii/readme.md +++ b/src/main/java/g2401_2500/s2402_meeting_rooms_iii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2402\. Meeting Rooms III diff --git a/src/main/java/g2401_2500/s2404_most_frequent_even_element/readme.md b/src/main/java/g2401_2500/s2404_most_frequent_even_element/readme.md index 3da6ec3e..d55b9bcb 100644 --- a/src/main/java/g2401_2500/s2404_most_frequent_even_element/readme.md +++ b/src/main/java/g2401_2500/s2404_most_frequent_even_element/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2404\. Most Frequent Even Element diff --git a/src/main/java/g2401_2500/s2405_optimal_partition_of_string/readme.md b/src/main/java/g2401_2500/s2405_optimal_partition_of_string/readme.md index 17ea3ace..d1b98ab1 100644 --- a/src/main/java/g2401_2500/s2405_optimal_partition_of_string/readme.md +++ b/src/main/java/g2401_2500/s2405_optimal_partition_of_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2405\. Optimal Partition of String diff --git a/src/main/java/g2401_2500/s2406_divide_intervals_into_minimum_number_of_groups/readme.md b/src/main/java/g2401_2500/s2406_divide_intervals_into_minimum_number_of_groups/readme.md index 0f97ad25..e716e4b3 100644 --- a/src/main/java/g2401_2500/s2406_divide_intervals_into_minimum_number_of_groups/readme.md +++ b/src/main/java/g2401_2500/s2406_divide_intervals_into_minimum_number_of_groups/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2406\. Divide Intervals Into Minimum Number of Groups diff --git a/src/main/java/g2401_2500/s2407_longest_increasing_subsequence_ii/readme.md b/src/main/java/g2401_2500/s2407_longest_increasing_subsequence_ii/readme.md index 30234419..33506876 100644 --- a/src/main/java/g2401_2500/s2407_longest_increasing_subsequence_ii/readme.md +++ b/src/main/java/g2401_2500/s2407_longest_increasing_subsequence_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2407\. Longest Increasing Subsequence II diff --git a/src/main/java/g2401_2500/s2409_count_days_spent_together/readme.md b/src/main/java/g2401_2500/s2409_count_days_spent_together/readme.md index 1016731a..22dbfe3c 100644 --- a/src/main/java/g2401_2500/s2409_count_days_spent_together/readme.md +++ b/src/main/java/g2401_2500/s2409_count_days_spent_together/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2409\. Count Days Spent Together diff --git a/src/main/java/g2401_2500/s2410_maximum_matching_of_players_with_trainers/readme.md b/src/main/java/g2401_2500/s2410_maximum_matching_of_players_with_trainers/readme.md index 707b547d..b61a1d7a 100644 --- a/src/main/java/g2401_2500/s2410_maximum_matching_of_players_with_trainers/readme.md +++ b/src/main/java/g2401_2500/s2410_maximum_matching_of_players_with_trainers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2410\. Maximum Matching of Players With Trainers diff --git a/src/main/java/g2401_2500/s2411_smallest_subarrays_with_maximum_bitwise_or/readme.md b/src/main/java/g2401_2500/s2411_smallest_subarrays_with_maximum_bitwise_or/readme.md index acce7a1a..985c64b5 100644 --- a/src/main/java/g2401_2500/s2411_smallest_subarrays_with_maximum_bitwise_or/readme.md +++ b/src/main/java/g2401_2500/s2411_smallest_subarrays_with_maximum_bitwise_or/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2411\. Smallest Subarrays With Maximum Bitwise OR diff --git a/src/main/java/g2401_2500/s2412_minimum_money_required_before_transactions/readme.md b/src/main/java/g2401_2500/s2412_minimum_money_required_before_transactions/readme.md index 79ed278b..6c291f34 100644 --- a/src/main/java/g2401_2500/s2412_minimum_money_required_before_transactions/readme.md +++ b/src/main/java/g2401_2500/s2412_minimum_money_required_before_transactions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2412\. Minimum Money Required Before Transactions diff --git a/src/main/java/g2401_2500/s2413_smallest_even_multiple/readme.md b/src/main/java/g2401_2500/s2413_smallest_even_multiple/readme.md index 7dd4d35b..5bd03c06 100644 --- a/src/main/java/g2401_2500/s2413_smallest_even_multiple/readme.md +++ b/src/main/java/g2401_2500/s2413_smallest_even_multiple/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2413\. Smallest Even Multiple diff --git a/src/main/java/g2401_2500/s2414_length_of_the_longest_alphabetical_continuous_substring/readme.md b/src/main/java/g2401_2500/s2414_length_of_the_longest_alphabetical_continuous_substring/readme.md index da86fa54..aadd1ee5 100644 --- a/src/main/java/g2401_2500/s2414_length_of_the_longest_alphabetical_continuous_substring/readme.md +++ b/src/main/java/g2401_2500/s2414_length_of_the_longest_alphabetical_continuous_substring/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2414\. Length of the Longest Alphabetical Continuous Substring diff --git a/src/main/java/g2401_2500/s2415_reverse_odd_levels_of_binary_tree/readme.md b/src/main/java/g2401_2500/s2415_reverse_odd_levels_of_binary_tree/readme.md index 7160c8bb..11ea1ad8 100644 --- a/src/main/java/g2401_2500/s2415_reverse_odd_levels_of_binary_tree/readme.md +++ b/src/main/java/g2401_2500/s2415_reverse_odd_levels_of_binary_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2415\. Reverse Odd Levels of Binary Tree diff --git a/src/main/java/g2401_2500/s2416_sum_of_prefix_scores_of_strings/readme.md b/src/main/java/g2401_2500/s2416_sum_of_prefix_scores_of_strings/readme.md index 6c1e6070..bbfe1c33 100644 --- a/src/main/java/g2401_2500/s2416_sum_of_prefix_scores_of_strings/readme.md +++ b/src/main/java/g2401_2500/s2416_sum_of_prefix_scores_of_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2416\. Sum of Prefix Scores of Strings diff --git a/src/main/java/g2401_2500/s2418_sort_the_people/readme.md b/src/main/java/g2401_2500/s2418_sort_the_people/readme.md index 6e932b94..85ccc8f2 100644 --- a/src/main/java/g2401_2500/s2418_sort_the_people/readme.md +++ b/src/main/java/g2401_2500/s2418_sort_the_people/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2418\. Sort the People diff --git a/src/main/java/g2401_2500/s2419_longest_subarray_with_maximum_bitwise_and/readme.md b/src/main/java/g2401_2500/s2419_longest_subarray_with_maximum_bitwise_and/readme.md index 1fdfbdea..d0c90135 100644 --- a/src/main/java/g2401_2500/s2419_longest_subarray_with_maximum_bitwise_and/readme.md +++ b/src/main/java/g2401_2500/s2419_longest_subarray_with_maximum_bitwise_and/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2419\. Longest Subarray With Maximum Bitwise AND diff --git a/src/main/java/g2401_2500/s2420_find_all_good_indices/readme.md b/src/main/java/g2401_2500/s2420_find_all_good_indices/readme.md index 2a689367..06f9730c 100644 --- a/src/main/java/g2401_2500/s2420_find_all_good_indices/readme.md +++ b/src/main/java/g2401_2500/s2420_find_all_good_indices/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2420\. Find All Good Indices diff --git a/src/main/java/g2401_2500/s2421_number_of_good_paths/readme.md b/src/main/java/g2401_2500/s2421_number_of_good_paths/readme.md index d6a60c58..71ed318e 100644 --- a/src/main/java/g2401_2500/s2421_number_of_good_paths/readme.md +++ b/src/main/java/g2401_2500/s2421_number_of_good_paths/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2421\. Number of Good Paths diff --git a/src/main/java/g2401_2500/s2423_remove_letter_to_equalize_frequency/readme.md b/src/main/java/g2401_2500/s2423_remove_letter_to_equalize_frequency/readme.md index ff823789..05e2a796 100644 --- a/src/main/java/g2401_2500/s2423_remove_letter_to_equalize_frequency/readme.md +++ b/src/main/java/g2401_2500/s2423_remove_letter_to_equalize_frequency/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2423\. Remove Letter To Equalize Frequency diff --git a/src/main/java/g2401_2500/s2424_longest_uploaded_prefix/readme.md b/src/main/java/g2401_2500/s2424_longest_uploaded_prefix/readme.md index 2b2b7417..17dd4286 100644 --- a/src/main/java/g2401_2500/s2424_longest_uploaded_prefix/readme.md +++ b/src/main/java/g2401_2500/s2424_longest_uploaded_prefix/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2424\. Longest Uploaded Prefix diff --git a/src/main/java/g2401_2500/s2425_bitwise_xor_of_all_pairings/readme.md b/src/main/java/g2401_2500/s2425_bitwise_xor_of_all_pairings/readme.md index 2320ecf5..965d451d 100644 --- a/src/main/java/g2401_2500/s2425_bitwise_xor_of_all_pairings/readme.md +++ b/src/main/java/g2401_2500/s2425_bitwise_xor_of_all_pairings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2425\. Bitwise XOR of All Pairings diff --git a/src/main/java/g2401_2500/s2426_number_of_pairs_satisfying_inequality/readme.md b/src/main/java/g2401_2500/s2426_number_of_pairs_satisfying_inequality/readme.md index 3cd64272..991d5682 100644 --- a/src/main/java/g2401_2500/s2426_number_of_pairs_satisfying_inequality/readme.md +++ b/src/main/java/g2401_2500/s2426_number_of_pairs_satisfying_inequality/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2426\. Number of Pairs Satisfying Inequality diff --git a/src/main/java/g2401_2500/s2427_number_of_common_factors/readme.md b/src/main/java/g2401_2500/s2427_number_of_common_factors/readme.md index f93ee4fd..882989d2 100644 --- a/src/main/java/g2401_2500/s2427_number_of_common_factors/readme.md +++ b/src/main/java/g2401_2500/s2427_number_of_common_factors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2427\. Number of Common Factors diff --git a/src/main/java/g2401_2500/s2428_maximum_sum_of_an_hourglass/readme.md b/src/main/java/g2401_2500/s2428_maximum_sum_of_an_hourglass/readme.md index fa8f2943..562c1ed8 100644 --- a/src/main/java/g2401_2500/s2428_maximum_sum_of_an_hourglass/readme.md +++ b/src/main/java/g2401_2500/s2428_maximum_sum_of_an_hourglass/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2428\. Maximum Sum of an Hourglass diff --git a/src/main/java/g2401_2500/s2429_minimize_xor/readme.md b/src/main/java/g2401_2500/s2429_minimize_xor/readme.md index 8419e0ea..d685fa14 100644 --- a/src/main/java/g2401_2500/s2429_minimize_xor/readme.md +++ b/src/main/java/g2401_2500/s2429_minimize_xor/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2429\. Minimize XOR diff --git a/src/main/java/g2401_2500/s2430_maximum_deletions_on_a_string/readme.md b/src/main/java/g2401_2500/s2430_maximum_deletions_on_a_string/readme.md index 7aa15b5d..ff98bc89 100644 --- a/src/main/java/g2401_2500/s2430_maximum_deletions_on_a_string/readme.md +++ b/src/main/java/g2401_2500/s2430_maximum_deletions_on_a_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2430\. Maximum Deletions on a String diff --git a/src/main/java/g2401_2500/s2432_the_employee_that_worked_on_the_longest_task/readme.md b/src/main/java/g2401_2500/s2432_the_employee_that_worked_on_the_longest_task/readme.md index e857e90a..5f72ff9c 100644 --- a/src/main/java/g2401_2500/s2432_the_employee_that_worked_on_the_longest_task/readme.md +++ b/src/main/java/g2401_2500/s2432_the_employee_that_worked_on_the_longest_task/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2432\. The Employee That Worked on the Longest Task diff --git a/src/main/java/g2401_2500/s2433_find_the_original_array_of_prefix_xor/readme.md b/src/main/java/g2401_2500/s2433_find_the_original_array_of_prefix_xor/readme.md index 0fbfa9fd..6bfa5d87 100644 --- a/src/main/java/g2401_2500/s2433_find_the_original_array_of_prefix_xor/readme.md +++ b/src/main/java/g2401_2500/s2433_find_the_original_array_of_prefix_xor/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2433\. Find The Original Array of Prefix Xor diff --git a/src/main/java/g2401_2500/s2434_using_a_robot_to_print_the_lexicographically_smallest_string/readme.md b/src/main/java/g2401_2500/s2434_using_a_robot_to_print_the_lexicographically_smallest_string/readme.md index 5861c89d..2ae95f14 100644 --- a/src/main/java/g2401_2500/s2434_using_a_robot_to_print_the_lexicographically_smallest_string/readme.md +++ b/src/main/java/g2401_2500/s2434_using_a_robot_to_print_the_lexicographically_smallest_string/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2434\. Using a Robot to Print the Lexicographically Smallest String diff --git a/src/main/java/g2401_2500/s2435_paths_in_matrix_whose_sum_is_divisible_by_k/readme.md b/src/main/java/g2401_2500/s2435_paths_in_matrix_whose_sum_is_divisible_by_k/readme.md index 0dd9c7b1..0aa27956 100644 --- a/src/main/java/g2401_2500/s2435_paths_in_matrix_whose_sum_is_divisible_by_k/readme.md +++ b/src/main/java/g2401_2500/s2435_paths_in_matrix_whose_sum_is_divisible_by_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2435\. Paths in Matrix Whose Sum Is Divisible by K diff --git a/src/main/java/g2401_2500/s2437_number_of_valid_clock_times/readme.md b/src/main/java/g2401_2500/s2437_number_of_valid_clock_times/readme.md index ed3fa5d3..7ff87fc9 100644 --- a/src/main/java/g2401_2500/s2437_number_of_valid_clock_times/readme.md +++ b/src/main/java/g2401_2500/s2437_number_of_valid_clock_times/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2437\. Number of Valid Clock Times diff --git a/src/main/java/g2401_2500/s2438_range_product_queries_of_powers/readme.md b/src/main/java/g2401_2500/s2438_range_product_queries_of_powers/readme.md index b4239e9a..5121fcc4 100644 --- a/src/main/java/g2401_2500/s2438_range_product_queries_of_powers/readme.md +++ b/src/main/java/g2401_2500/s2438_range_product_queries_of_powers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2438\. Range Product Queries of Powers diff --git a/src/main/java/g2401_2500/s2439_minimize_maximum_of_array/readme.md b/src/main/java/g2401_2500/s2439_minimize_maximum_of_array/readme.md index c88d30fa..bdb5b012 100644 --- a/src/main/java/g2401_2500/s2439_minimize_maximum_of_array/readme.md +++ b/src/main/java/g2401_2500/s2439_minimize_maximum_of_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2439\. Minimize Maximum of Array diff --git a/src/main/java/g2401_2500/s2440_create_components_with_same_value/readme.md b/src/main/java/g2401_2500/s2440_create_components_with_same_value/readme.md index a7364590..8fdaa8db 100644 --- a/src/main/java/g2401_2500/s2440_create_components_with_same_value/readme.md +++ b/src/main/java/g2401_2500/s2440_create_components_with_same_value/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2440\. Create Components With Same Value diff --git a/src/main/java/g2401_2500/s2441_largest_positive_integer_that_exists_with_its_negative/readme.md b/src/main/java/g2401_2500/s2441_largest_positive_integer_that_exists_with_its_negative/readme.md index faa6e527..49e73130 100644 --- a/src/main/java/g2401_2500/s2441_largest_positive_integer_that_exists_with_its_negative/readme.md +++ b/src/main/java/g2401_2500/s2441_largest_positive_integer_that_exists_with_its_negative/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2441\. Largest Positive Integer That Exists With Its Negative diff --git a/src/main/java/g2401_2500/s2442_count_number_of_distinct_integers_after_reverse_operations/readme.md b/src/main/java/g2401_2500/s2442_count_number_of_distinct_integers_after_reverse_operations/readme.md index 401a641c..6a6abcb0 100644 --- a/src/main/java/g2401_2500/s2442_count_number_of_distinct_integers_after_reverse_operations/readme.md +++ b/src/main/java/g2401_2500/s2442_count_number_of_distinct_integers_after_reverse_operations/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2442\. Count Number of Distinct Integers After Reverse Operations diff --git a/src/main/java/g2401_2500/s2443_sum_of_number_and_its_reverse/readme.md b/src/main/java/g2401_2500/s2443_sum_of_number_and_its_reverse/readme.md index c4780749..0dfa0707 100644 --- a/src/main/java/g2401_2500/s2443_sum_of_number_and_its_reverse/readme.md +++ b/src/main/java/g2401_2500/s2443_sum_of_number_and_its_reverse/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2443\. Sum of Number and Its Reverse diff --git a/src/main/java/g2401_2500/s2444_count_subarrays_with_fixed_bounds/readme.md b/src/main/java/g2401_2500/s2444_count_subarrays_with_fixed_bounds/readme.md index a858c3ca..435357e4 100644 --- a/src/main/java/g2401_2500/s2444_count_subarrays_with_fixed_bounds/readme.md +++ b/src/main/java/g2401_2500/s2444_count_subarrays_with_fixed_bounds/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2444\. Count Subarrays With Fixed Bounds diff --git a/src/main/java/g2401_2500/s2446_determine_if_two_events_have_conflict/readme.md b/src/main/java/g2401_2500/s2446_determine_if_two_events_have_conflict/readme.md index 719af54c..94d700dd 100644 --- a/src/main/java/g2401_2500/s2446_determine_if_two_events_have_conflict/readme.md +++ b/src/main/java/g2401_2500/s2446_determine_if_two_events_have_conflict/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2446\. Determine if Two Events Have Conflict diff --git a/src/main/java/g2401_2500/s2447_number_of_subarrays_with_gcd_equal_to_k/readme.md b/src/main/java/g2401_2500/s2447_number_of_subarrays_with_gcd_equal_to_k/readme.md index 5c20f491..c6d9fb37 100644 --- a/src/main/java/g2401_2500/s2447_number_of_subarrays_with_gcd_equal_to_k/readme.md +++ b/src/main/java/g2401_2500/s2447_number_of_subarrays_with_gcd_equal_to_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2447\. Number of Subarrays With GCD Equal to K diff --git a/src/main/java/g2401_2500/s2448_minimum_cost_to_make_array_equal/readme.md b/src/main/java/g2401_2500/s2448_minimum_cost_to_make_array_equal/readme.md index 2139c783..4462f76b 100644 --- a/src/main/java/g2401_2500/s2448_minimum_cost_to_make_array_equal/readme.md +++ b/src/main/java/g2401_2500/s2448_minimum_cost_to_make_array_equal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2448\. Minimum Cost to Make Array Equal diff --git a/src/main/java/g2401_2500/s2449_minimum_number_of_operations_to_make_arrays_similar/readme.md b/src/main/java/g2401_2500/s2449_minimum_number_of_operations_to_make_arrays_similar/readme.md index a0af493d..f418ed7c 100644 --- a/src/main/java/g2401_2500/s2449_minimum_number_of_operations_to_make_arrays_similar/readme.md +++ b/src/main/java/g2401_2500/s2449_minimum_number_of_operations_to_make_arrays_similar/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2449\. Minimum Number of Operations to Make Arrays Similar diff --git a/src/main/java/g2401_2500/s2451_odd_string_difference/readme.md b/src/main/java/g2401_2500/s2451_odd_string_difference/readme.md index 25654f6a..6086a105 100644 --- a/src/main/java/g2401_2500/s2451_odd_string_difference/readme.md +++ b/src/main/java/g2401_2500/s2451_odd_string_difference/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2451\. Odd String Difference diff --git a/src/main/java/g2401_2500/s2452_words_within_two_edits_of_dictionary/readme.md b/src/main/java/g2401_2500/s2452_words_within_two_edits_of_dictionary/readme.md index f2efa948..2ae11c39 100644 --- a/src/main/java/g2401_2500/s2452_words_within_two_edits_of_dictionary/readme.md +++ b/src/main/java/g2401_2500/s2452_words_within_two_edits_of_dictionary/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2452\. Words Within Two Edits of Dictionary diff --git a/src/main/java/g2401_2500/s2453_destroy_sequential_targets/readme.md b/src/main/java/g2401_2500/s2453_destroy_sequential_targets/readme.md index 72de2bc4..35515221 100644 --- a/src/main/java/g2401_2500/s2453_destroy_sequential_targets/readme.md +++ b/src/main/java/g2401_2500/s2453_destroy_sequential_targets/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2453\. Destroy Sequential Targets diff --git a/src/main/java/g2401_2500/s2454_next_greater_element_iv/readme.md b/src/main/java/g2401_2500/s2454_next_greater_element_iv/readme.md index bf69f02b..816ee8b2 100644 --- a/src/main/java/g2401_2500/s2454_next_greater_element_iv/readme.md +++ b/src/main/java/g2401_2500/s2454_next_greater_element_iv/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2454\. Next Greater Element IV diff --git a/src/main/java/g2401_2500/s2455_average_value_of_even_numbers_that_are_divisible_by_three/readme.md b/src/main/java/g2401_2500/s2455_average_value_of_even_numbers_that_are_divisible_by_three/readme.md index 98896813..bd03c9c5 100644 --- a/src/main/java/g2401_2500/s2455_average_value_of_even_numbers_that_are_divisible_by_three/readme.md +++ b/src/main/java/g2401_2500/s2455_average_value_of_even_numbers_that_are_divisible_by_three/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2455\. Average Value of Even Numbers That Are Divisible by Three diff --git a/src/main/java/g2401_2500/s2456_most_popular_video_creator/readme.md b/src/main/java/g2401_2500/s2456_most_popular_video_creator/readme.md index da789e96..6a073ac7 100644 --- a/src/main/java/g2401_2500/s2456_most_popular_video_creator/readme.md +++ b/src/main/java/g2401_2500/s2456_most_popular_video_creator/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2456\. Most Popular Video Creator diff --git a/src/main/java/g2401_2500/s2457_minimum_addition_to_make_integer_beautiful/readme.md b/src/main/java/g2401_2500/s2457_minimum_addition_to_make_integer_beautiful/readme.md index 3f478dac..7e528d0a 100644 --- a/src/main/java/g2401_2500/s2457_minimum_addition_to_make_integer_beautiful/readme.md +++ b/src/main/java/g2401_2500/s2457_minimum_addition_to_make_integer_beautiful/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2457\. Minimum Addition to Make Integer Beautiful diff --git a/src/main/java/g2401_2500/s2458_height_of_binary_tree_after_subtree_removal_queries/readme.md b/src/main/java/g2401_2500/s2458_height_of_binary_tree_after_subtree_removal_queries/readme.md index 658cec88..d88bf320 100644 --- a/src/main/java/g2401_2500/s2458_height_of_binary_tree_after_subtree_removal_queries/readme.md +++ b/src/main/java/g2401_2500/s2458_height_of_binary_tree_after_subtree_removal_queries/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2458\. Height of Binary Tree After Subtree Removal Queries diff --git a/src/main/java/g2401_2500/s2460_apply_operations_to_an_array/readme.md b/src/main/java/g2401_2500/s2460_apply_operations_to_an_array/readme.md index 57e62ff9..e17705cb 100644 --- a/src/main/java/g2401_2500/s2460_apply_operations_to_an_array/readme.md +++ b/src/main/java/g2401_2500/s2460_apply_operations_to_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2460\. Apply Operations to an Array diff --git a/src/main/java/g2401_2500/s2461_maximum_sum_of_distinct_subarrays_with_length_k/readme.md b/src/main/java/g2401_2500/s2461_maximum_sum_of_distinct_subarrays_with_length_k/readme.md index 7124b531..f7c267ac 100644 --- a/src/main/java/g2401_2500/s2461_maximum_sum_of_distinct_subarrays_with_length_k/readme.md +++ b/src/main/java/g2401_2500/s2461_maximum_sum_of_distinct_subarrays_with_length_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2461\. Maximum Sum of Distinct Subarrays With Length K diff --git a/src/main/java/g2401_2500/s2462_total_cost_to_hire_k_workers/readme.md b/src/main/java/g2401_2500/s2462_total_cost_to_hire_k_workers/readme.md index cce97ea8..2770103f 100644 --- a/src/main/java/g2401_2500/s2462_total_cost_to_hire_k_workers/readme.md +++ b/src/main/java/g2401_2500/s2462_total_cost_to_hire_k_workers/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2462\. Total Cost to Hire K Workers diff --git a/src/main/java/g2401_2500/s2463_minimum_total_distance_traveled/readme.md b/src/main/java/g2401_2500/s2463_minimum_total_distance_traveled/readme.md index 51c95655..d3344049 100644 --- a/src/main/java/g2401_2500/s2463_minimum_total_distance_traveled/readme.md +++ b/src/main/java/g2401_2500/s2463_minimum_total_distance_traveled/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2463\. Minimum Total Distance Traveled diff --git a/src/main/java/g2401_2500/s2465_number_of_distinct_averages/readme.md b/src/main/java/g2401_2500/s2465_number_of_distinct_averages/readme.md index 7b2d5318..ee8a0171 100644 --- a/src/main/java/g2401_2500/s2465_number_of_distinct_averages/readme.md +++ b/src/main/java/g2401_2500/s2465_number_of_distinct_averages/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2465\. Number of Distinct Averages diff --git a/src/main/java/g2401_2500/s2466_count_ways_to_build_good_strings/readme.md b/src/main/java/g2401_2500/s2466_count_ways_to_build_good_strings/readme.md index 8512b127..ffe8c7c9 100644 --- a/src/main/java/g2401_2500/s2466_count_ways_to_build_good_strings/readme.md +++ b/src/main/java/g2401_2500/s2466_count_ways_to_build_good_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2466\. Count Ways To Build Good Strings diff --git a/src/main/java/g2401_2500/s2467_most_profitable_path_in_a_tree/readme.md b/src/main/java/g2401_2500/s2467_most_profitable_path_in_a_tree/readme.md index 71bc9402..40890483 100644 --- a/src/main/java/g2401_2500/s2467_most_profitable_path_in_a_tree/readme.md +++ b/src/main/java/g2401_2500/s2467_most_profitable_path_in_a_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2467\. Most Profitable Path in a Tree diff --git a/src/main/java/g2401_2500/s2468_split_message_based_on_limit/readme.md b/src/main/java/g2401_2500/s2468_split_message_based_on_limit/readme.md index a31e2754..fcaa8ff2 100644 --- a/src/main/java/g2401_2500/s2468_split_message_based_on_limit/readme.md +++ b/src/main/java/g2401_2500/s2468_split_message_based_on_limit/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2468\. Split Message Based on Limit diff --git a/src/main/java/g2401_2500/s2469_convert_the_temperature/readme.md b/src/main/java/g2401_2500/s2469_convert_the_temperature/readme.md index 1e7f8328..9f3dd678 100644 --- a/src/main/java/g2401_2500/s2469_convert_the_temperature/readme.md +++ b/src/main/java/g2401_2500/s2469_convert_the_temperature/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2469\. Convert the Temperature diff --git a/src/main/java/g2401_2500/s2470_number_of_subarrays_with_lcm_equal_to_k/readme.md b/src/main/java/g2401_2500/s2470_number_of_subarrays_with_lcm_equal_to_k/readme.md index 6b9136ee..7ff0ca8d 100644 --- a/src/main/java/g2401_2500/s2470_number_of_subarrays_with_lcm_equal_to_k/readme.md +++ b/src/main/java/g2401_2500/s2470_number_of_subarrays_with_lcm_equal_to_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2470\. Number of Subarrays With LCM Equal to K diff --git a/src/main/java/g2401_2500/s2471_minimum_number_of_operations_to_sort_a_binary_tree_by_level/readme.md b/src/main/java/g2401_2500/s2471_minimum_number_of_operations_to_sort_a_binary_tree_by_level/readme.md index a6d57db8..95d77467 100644 --- a/src/main/java/g2401_2500/s2471_minimum_number_of_operations_to_sort_a_binary_tree_by_level/readme.md +++ b/src/main/java/g2401_2500/s2471_minimum_number_of_operations_to_sort_a_binary_tree_by_level/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2471\. Minimum Number of Operations to Sort a Binary Tree by Level diff --git a/src/main/java/g2401_2500/s2472_maximum_number_of_non_overlapping_palindrome_substrings/readme.md b/src/main/java/g2401_2500/s2472_maximum_number_of_non_overlapping_palindrome_substrings/readme.md index 68fdf83a..55418e31 100644 --- a/src/main/java/g2401_2500/s2472_maximum_number_of_non_overlapping_palindrome_substrings/readme.md +++ b/src/main/java/g2401_2500/s2472_maximum_number_of_non_overlapping_palindrome_substrings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2472\. Maximum Number of Non-overlapping Palindrome Substrings diff --git a/src/main/java/g2401_2500/s2475_number_of_unequal_triplets_in_array/readme.md b/src/main/java/g2401_2500/s2475_number_of_unequal_triplets_in_array/readme.md index c9876a55..34460a93 100644 --- a/src/main/java/g2401_2500/s2475_number_of_unequal_triplets_in_array/readme.md +++ b/src/main/java/g2401_2500/s2475_number_of_unequal_triplets_in_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2475\. Number of Unequal Triplets in Array diff --git a/src/main/java/g2401_2500/s2476_closest_nodes_queries_in_a_binary_search_tree/readme.md b/src/main/java/g2401_2500/s2476_closest_nodes_queries_in_a_binary_search_tree/readme.md index 972cf191..3113baa9 100644 --- a/src/main/java/g2401_2500/s2476_closest_nodes_queries_in_a_binary_search_tree/readme.md +++ b/src/main/java/g2401_2500/s2476_closest_nodes_queries_in_a_binary_search_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2476\. Closest Nodes Queries in a Binary Search Tree diff --git a/src/main/java/g2401_2500/s2477_minimum_fuel_cost_to_report_to_the_capital/readme.md b/src/main/java/g2401_2500/s2477_minimum_fuel_cost_to_report_to_the_capital/readme.md index 05236e64..b7814e56 100644 --- a/src/main/java/g2401_2500/s2477_minimum_fuel_cost_to_report_to_the_capital/readme.md +++ b/src/main/java/g2401_2500/s2477_minimum_fuel_cost_to_report_to_the_capital/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2477\. Minimum Fuel Cost to Report to the Capital diff --git a/src/main/java/g2401_2500/s2478_number_of_beautiful_partitions/readme.md b/src/main/java/g2401_2500/s2478_number_of_beautiful_partitions/readme.md index 09c023b4..fec1e91d 100644 --- a/src/main/java/g2401_2500/s2478_number_of_beautiful_partitions/readme.md +++ b/src/main/java/g2401_2500/s2478_number_of_beautiful_partitions/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2478\. Number of Beautiful Partitions diff --git a/src/main/java/g2401_2500/s2481_minimum_cuts_to_divide_a_circle/readme.md b/src/main/java/g2401_2500/s2481_minimum_cuts_to_divide_a_circle/readme.md index 3915ff20..2c8b06df 100644 --- a/src/main/java/g2401_2500/s2481_minimum_cuts_to_divide_a_circle/readme.md +++ b/src/main/java/g2401_2500/s2481_minimum_cuts_to_divide_a_circle/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2481\. Minimum Cuts to Divide a Circle diff --git a/src/main/java/g2401_2500/s2482_difference_between_ones_and_zeros_in_row_and_column/readme.md b/src/main/java/g2401_2500/s2482_difference_between_ones_and_zeros_in_row_and_column/readme.md index 27435f6b..489d125e 100644 --- a/src/main/java/g2401_2500/s2482_difference_between_ones_and_zeros_in_row_and_column/readme.md +++ b/src/main/java/g2401_2500/s2482_difference_between_ones_and_zeros_in_row_and_column/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2482\. Difference Between Ones and Zeros in Row and Column diff --git a/src/main/java/g2401_2500/s2483_minimum_penalty_for_a_shop/readme.md b/src/main/java/g2401_2500/s2483_minimum_penalty_for_a_shop/readme.md index 7765fd9b..317d3877 100644 --- a/src/main/java/g2401_2500/s2483_minimum_penalty_for_a_shop/readme.md +++ b/src/main/java/g2401_2500/s2483_minimum_penalty_for_a_shop/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2483\. Minimum Penalty for a Shop diff --git a/src/main/java/g2401_2500/s2484_count_palindromic_subsequences/readme.md b/src/main/java/g2401_2500/s2484_count_palindromic_subsequences/readme.md index 0e6ddd48..fba2a1ae 100644 --- a/src/main/java/g2401_2500/s2484_count_palindromic_subsequences/readme.md +++ b/src/main/java/g2401_2500/s2484_count_palindromic_subsequences/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2484\. Count Palindromic Subsequences diff --git a/src/main/java/g2401_2500/s2485_find_the_pivot_integer/readme.md b/src/main/java/g2401_2500/s2485_find_the_pivot_integer/readme.md index fa003220..be034159 100644 --- a/src/main/java/g2401_2500/s2485_find_the_pivot_integer/readme.md +++ b/src/main/java/g2401_2500/s2485_find_the_pivot_integer/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2485\. Find the Pivot Integer diff --git a/src/main/java/g2401_2500/s2486_append_characters_to_string_to_make_subsequence/readme.md b/src/main/java/g2401_2500/s2486_append_characters_to_string_to_make_subsequence/readme.md index ec7cb5ed..e148a396 100644 --- a/src/main/java/g2401_2500/s2486_append_characters_to_string_to_make_subsequence/readme.md +++ b/src/main/java/g2401_2500/s2486_append_characters_to_string_to_make_subsequence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2486\. Append Characters to String to Make Subsequence diff --git a/src/main/java/g2401_2500/s2487_remove_nodes_from_linked_list/readme.md b/src/main/java/g2401_2500/s2487_remove_nodes_from_linked_list/readme.md index 33cdf09c..968ebc59 100644 --- a/src/main/java/g2401_2500/s2487_remove_nodes_from_linked_list/readme.md +++ b/src/main/java/g2401_2500/s2487_remove_nodes_from_linked_list/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2487\. Remove Nodes From Linked List diff --git a/src/main/java/g2401_2500/s2488_count_subarrays_with_median_k/readme.md b/src/main/java/g2401_2500/s2488_count_subarrays_with_median_k/readme.md index 745179a4..1e596806 100644 --- a/src/main/java/g2401_2500/s2488_count_subarrays_with_median_k/readme.md +++ b/src/main/java/g2401_2500/s2488_count_subarrays_with_median_k/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2488\. Count Subarrays With Median K diff --git a/src/main/java/g2401_2500/s2490_circular_sentence/readme.md b/src/main/java/g2401_2500/s2490_circular_sentence/readme.md index c21e9ea4..74139a18 100644 --- a/src/main/java/g2401_2500/s2490_circular_sentence/readme.md +++ b/src/main/java/g2401_2500/s2490_circular_sentence/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2490\. Circular Sentence diff --git a/src/main/java/g2401_2500/s2491_divide_players_into_teams_of_equal_skill/readme.md b/src/main/java/g2401_2500/s2491_divide_players_into_teams_of_equal_skill/readme.md index c18d9a58..f690c1ec 100644 --- a/src/main/java/g2401_2500/s2491_divide_players_into_teams_of_equal_skill/readme.md +++ b/src/main/java/g2401_2500/s2491_divide_players_into_teams_of_equal_skill/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2491\. Divide Players Into Teams of Equal Skill diff --git a/src/main/java/g2401_2500/s2492_minimum_score_of_a_path_between_two_cities/readme.md b/src/main/java/g2401_2500/s2492_minimum_score_of_a_path_between_two_cities/readme.md index 2a60e4dd..68255445 100644 --- a/src/main/java/g2401_2500/s2492_minimum_score_of_a_path_between_two_cities/readme.md +++ b/src/main/java/g2401_2500/s2492_minimum_score_of_a_path_between_two_cities/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2492\. Minimum Score of a Path Between Two Cities diff --git a/src/main/java/g2401_2500/s2493_divide_nodes_into_the_maximum_number_of_groups/readme.md b/src/main/java/g2401_2500/s2493_divide_nodes_into_the_maximum_number_of_groups/readme.md index a126b922..f9c25abb 100644 --- a/src/main/java/g2401_2500/s2493_divide_nodes_into_the_maximum_number_of_groups/readme.md +++ b/src/main/java/g2401_2500/s2493_divide_nodes_into_the_maximum_number_of_groups/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2493\. Divide Nodes Into the Maximum Number of Groups diff --git a/src/main/java/g2401_2500/s2496_maximum_value_of_a_string_in_an_array/readme.md b/src/main/java/g2401_2500/s2496_maximum_value_of_a_string_in_an_array/readme.md index 58616801..09916e13 100644 --- a/src/main/java/g2401_2500/s2496_maximum_value_of_a_string_in_an_array/readme.md +++ b/src/main/java/g2401_2500/s2496_maximum_value_of_a_string_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2496\. Maximum Value of a String in an Array diff --git a/src/main/java/g2401_2500/s2497_maximum_star_sum_of_a_graph/readme.md b/src/main/java/g2401_2500/s2497_maximum_star_sum_of_a_graph/readme.md index 21cae56c..d2253530 100644 --- a/src/main/java/g2401_2500/s2497_maximum_star_sum_of_a_graph/readme.md +++ b/src/main/java/g2401_2500/s2497_maximum_star_sum_of_a_graph/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2497\. Maximum Star Sum of a Graph diff --git a/src/main/java/g2401_2500/s2498_frog_jump_ii/readme.md b/src/main/java/g2401_2500/s2498_frog_jump_ii/readme.md index 14c1cf3e..dfa0b514 100644 --- a/src/main/java/g2401_2500/s2498_frog_jump_ii/readme.md +++ b/src/main/java/g2401_2500/s2498_frog_jump_ii/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2498\. Frog Jump II diff --git a/src/main/java/g2401_2500/s2499_minimum_total_cost_to_make_arrays_unequal/readme.md b/src/main/java/g2401_2500/s2499_minimum_total_cost_to_make_arrays_unequal/readme.md index c6bc29d4..1187225a 100644 --- a/src/main/java/g2401_2500/s2499_minimum_total_cost_to_make_arrays_unequal/readme.md +++ b/src/main/java/g2401_2500/s2499_minimum_total_cost_to_make_arrays_unequal/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2499\. Minimum Total Cost to Make Arrays Unequal diff --git a/src/main/java/g2401_2500/s2500_delete_greatest_value_in_each_row/readme.md b/src/main/java/g2401_2500/s2500_delete_greatest_value_in_each_row/readme.md index dd933984..ac6b5b23 100644 --- a/src/main/java/g2401_2500/s2500_delete_greatest_value_in_each_row/readme.md +++ b/src/main/java/g2401_2500/s2500_delete_greatest_value_in_each_row/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2500\. Delete Greatest Value in Each Row diff --git a/src/main/java/g2501_2600/s2501_longest_square_streak_in_an_array/readme.md b/src/main/java/g2501_2600/s2501_longest_square_streak_in_an_array/readme.md index 5518d115..826c8388 100644 --- a/src/main/java/g2501_2600/s2501_longest_square_streak_in_an_array/readme.md +++ b/src/main/java/g2501_2600/s2501_longest_square_streak_in_an_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2501\. Longest Square Streak in an Array diff --git a/src/main/java/g2501_2600/s2502_design_memory_allocator/readme.md b/src/main/java/g2501_2600/s2502_design_memory_allocator/readme.md index bab1259b..4d2bd1df 100644 --- a/src/main/java/g2501_2600/s2502_design_memory_allocator/readme.md +++ b/src/main/java/g2501_2600/s2502_design_memory_allocator/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2502\. Design Memory Allocator diff --git a/src/main/java/g2501_2600/s2503_maximum_number_of_points_from_grid_queries/readme.md b/src/main/java/g2501_2600/s2503_maximum_number_of_points_from_grid_queries/readme.md index 57bd657c..d1836d82 100644 --- a/src/main/java/g2501_2600/s2503_maximum_number_of_points_from_grid_queries/readme.md +++ b/src/main/java/g2501_2600/s2503_maximum_number_of_points_from_grid_queries/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2503\. Maximum Number of Points From Grid Queries diff --git a/src/main/java/g2501_2600/s2506_count_pairs_of_similar_strings/readme.md b/src/main/java/g2501_2600/s2506_count_pairs_of_similar_strings/readme.md index 9c5456a7..8c158981 100644 --- a/src/main/java/g2501_2600/s2506_count_pairs_of_similar_strings/readme.md +++ b/src/main/java/g2501_2600/s2506_count_pairs_of_similar_strings/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2506\. Count Pairs Of Similar Strings diff --git a/src/main/java/g2501_2600/s2507_smallest_value_after_replacing_with_sum_of_prime_factors/readme.md b/src/main/java/g2501_2600/s2507_smallest_value_after_replacing_with_sum_of_prime_factors/readme.md index bbf3575f..4e83cdf1 100644 --- a/src/main/java/g2501_2600/s2507_smallest_value_after_replacing_with_sum_of_prime_factors/readme.md +++ b/src/main/java/g2501_2600/s2507_smallest_value_after_replacing_with_sum_of_prime_factors/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2507\. Smallest Value After Replacing With Sum of Prime Factors diff --git a/src/main/java/g2501_2600/s2508_add_edges_to_make_degrees_of_all_nodes_even/readme.md b/src/main/java/g2501_2600/s2508_add_edges_to_make_degrees_of_all_nodes_even/readme.md index 37a65880..ff8d453b 100644 --- a/src/main/java/g2501_2600/s2508_add_edges_to_make_degrees_of_all_nodes_even/readme.md +++ b/src/main/java/g2501_2600/s2508_add_edges_to_make_degrees_of_all_nodes_even/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2508\. Add Edges to Make Degrees of All Nodes Even diff --git a/src/main/java/g2501_2600/s2509_cycle_length_queries_in_a_tree/readme.md b/src/main/java/g2501_2600/s2509_cycle_length_queries_in_a_tree/readme.md index 1415c7b6..99a8c172 100644 --- a/src/main/java/g2501_2600/s2509_cycle_length_queries_in_a_tree/readme.md +++ b/src/main/java/g2501_2600/s2509_cycle_length_queries_in_a_tree/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2509\. Cycle Length Queries in a Tree diff --git a/src/main/java/g2501_2600/s2511_maximum_enemy_forts_that_can_be_captured/readme.md b/src/main/java/g2501_2600/s2511_maximum_enemy_forts_that_can_be_captured/readme.md index 5263c475..186cf593 100644 --- a/src/main/java/g2501_2600/s2511_maximum_enemy_forts_that_can_be_captured/readme.md +++ b/src/main/java/g2501_2600/s2511_maximum_enemy_forts_that_can_be_captured/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2511\. Maximum Enemy Forts That Can Be Captured diff --git a/src/main/java/g2501_2600/s2512_reward_top_k_students/readme.md b/src/main/java/g2501_2600/s2512_reward_top_k_students/readme.md index 15e896db..83b29792 100644 --- a/src/main/java/g2501_2600/s2512_reward_top_k_students/readme.md +++ b/src/main/java/g2501_2600/s2512_reward_top_k_students/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2512\. Reward Top K Students diff --git a/src/main/java/g2501_2600/s2513_minimize_the_maximum_of_two_arrays/readme.md b/src/main/java/g2501_2600/s2513_minimize_the_maximum_of_two_arrays/readme.md index c7c308db..0c3e6653 100644 --- a/src/main/java/g2501_2600/s2513_minimize_the_maximum_of_two_arrays/readme.md +++ b/src/main/java/g2501_2600/s2513_minimize_the_maximum_of_two_arrays/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2513\. Minimize the Maximum of Two Arrays diff --git a/src/main/java/g2501_2600/s2514_count_anagrams/readme.md b/src/main/java/g2501_2600/s2514_count_anagrams/readme.md index 9453de52..b96a3ebe 100644 --- a/src/main/java/g2501_2600/s2514_count_anagrams/readme.md +++ b/src/main/java/g2501_2600/s2514_count_anagrams/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2514\. Count Anagrams diff --git a/src/main/java/g2501_2600/s2515_shortest_distance_to_target_string_in_a_circular_array/readme.md b/src/main/java/g2501_2600/s2515_shortest_distance_to_target_string_in_a_circular_array/readme.md index 1cb4736e..5746ac84 100644 --- a/src/main/java/g2501_2600/s2515_shortest_distance_to_target_string_in_a_circular_array/readme.md +++ b/src/main/java/g2501_2600/s2515_shortest_distance_to_target_string_in_a_circular_array/readme.md @@ -1,6 +1,5 @@ [![](https://img.shields.io/github/stars/javadev/LeetCode-in-Java?label=Stars&style=flat-square)](https://github.com/javadev/LeetCode-in-Java) [![](https://img.shields.io/github/forks/javadev/LeetCode-in-Java?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/javadev/LeetCode-in-Java/fork) -[![](https://img.shields.io/badge/-LeetCode%20in%20Kotlin-blue?style=flat-square)](https://github.com/javadev/LeetCode-in-Kotlin) ## 2515\. Shortest Distance to Target String in a Circular Array