File tree
123 files changed
+5014
-0
lines changed- src
- main/kotlin/g2101_2200
- s2101_detonate_the_maximum_bombs
- s2102_sequentially_ordinal_rank_tracker
- s2103_rings_and_rods
- s2104_sum_of_subarray_ranges
- s2105_watering_plants_ii
- s2106_maximum_fruits_harvested_after_at_most_k_steps
- s2108_find_first_palindromic_string_in_the_array
- s2109_adding_spaces_to_a_string
- s2110_number_of_smooth_descent_periods_of_a_stock
- s2111_minimum_operations_to_make_the_array_k_increasing
- s2114_maximum_number_of_words_found_in_sentences
- s2115_find_all_possible_recipes_from_given_supplies
- s2116_check_if_a_parentheses_string_can_be_valid
- s2117_abbreviating_the_product_of_a_range
- s2119_a_number_after_a_double_reversal
- s2120_execution_of_all_suffix_instructions_staying_in_a_grid
- s2121_intervals_between_identical_elements
- s2122_recover_the_original_array
- s2124_check_if_all_as_appears_before_all_bs
- s2125_number_of_laser_beams_in_a_bank
- s2126_destroying_asteroids
- s2127_maximum_employees_to_be_invited_to_a_meeting
- s2129_capitalize_the_title
- s2130_maximum_twin_sum_of_a_linked_list
- s2131_longest_palindrome_by_concatenating_two_letter_words
- s2132_stamping_the_grid
- s2133_check_if_every_row_and_column_contains_all_numbers
- s2134_minimum_swaps_to_group_all_1s_together_ii
- s2135_count_words_obtained_after_adding_a_letter
- s2136_earliest_possible_day_of_full_bloom
- s2138_divide_a_string_into_groups_of_size_k
- s2139_minimum_moves_to_reach_target_score
- s2140_solving_questions_with_brainpower
- s2141_maximum_running_time_of_n_computers
- s2144_minimum_cost_of_buying_candies_with_discount
- s2146_k_highest_ranked_items_within_a_price_range
- s2147_number_of_ways_to_divide_a_long_corridor
- s2148_count_elements_with_strictly_smaller_and_greater_elements
- s2149_rearrange_array_elements_by_sign
- s2150_find_all_lonely_numbers_in_the_array
- test/kotlin/g2101_2200
- s2101_detonate_the_maximum_bombs
- s2102_sequentially_ordinal_rank_tracker
- s2103_rings_and_rods
- s2104_sum_of_subarray_ranges
- s2105_watering_plants_ii
- s2106_maximum_fruits_harvested_after_at_most_k_steps
- s2108_find_first_palindromic_string_in_the_array
- s2109_adding_spaces_to_a_string
- s2110_number_of_smooth_descent_periods_of_a_stock
- s2111_minimum_operations_to_make_the_array_k_increasing
- s2114_maximum_number_of_words_found_in_sentences
- s2115_find_all_possible_recipes_from_given_supplies
- s2116_check_if_a_parentheses_string_can_be_valid
- s2117_abbreviating_the_product_of_a_range
- s2119_a_number_after_a_double_reversal
- s2120_execution_of_all_suffix_instructions_staying_in_a_grid
- s2121_intervals_between_identical_elements
- s2122_recover_the_original_array
- s2124_check_if_all_as_appears_before_all_bs
- s2125_number_of_laser_beams_in_a_bank
- s2126_destroying_asteroids
- s2127_maximum_employees_to_be_invited_to_a_meeting
- s2129_capitalize_the_title
- s2130_maximum_twin_sum_of_a_linked_list
- s2131_longest_palindrome_by_concatenating_two_letter_words
- s2132_stamping_the_grid
- s2133_check_if_every_row_and_column_contains_all_numbers
- s2134_minimum_swaps_to_group_all_1s_together_ii
- s2135_count_words_obtained_after_adding_a_letter
- s2136_earliest_possible_day_of_full_bloom
- s2138_divide_a_string_into_groups_of_size_k
- s2139_minimum_moves_to_reach_target_score
- s2140_solving_questions_with_brainpower
- s2141_maximum_running_time_of_n_computers
- s2144_minimum_cost_of_buying_candies_with_discount
- s2146_k_highest_ranked_items_within_a_price_range
- s2147_number_of_ways_to_divide_a_long_corridor
- s2148_count_elements_with_strictly_smaller_and_greater_elements
- s2149_rearrange_array_elements_by_sign
- s2150_find_all_lonely_numbers_in_the_array
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+5014
-0
lines changedLines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
Lines changed: 63 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
Lines changed: 52 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
Lines changed: 59 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
Lines changed: 63 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments