File tree
121 files changed
+4267
-0
lines changed- src
- main/kotlin/g2201_2300
- s2201_count_artifacts_that_can_be_extracted
- s2202_maximize_the_topmost_element_after_k_moves
- s2203_minimum_weighted_subgraph_with_the_required_paths
- s2206_divide_array_into_equal_pairs
- s2207_maximize_number_of_subsequences_in_a_string
- s2208_minimum_operations_to_halve_array_sum
- s2209_minimum_white_tiles_after_covering_with_carpets
- s2210_count_hills_and_valleys_in_an_array
- s2211_count_collisions_on_a_road
- s2212_maximum_points_in_an_archery_competition
- s2213_longest_substring_of_one_repeating_character
- s2215_find_the_difference_of_two_arrays
- s2216_minimum_deletions_to_make_array_beautiful
- s2217_find_palindrome_with_fixed_length
- s2218_maximum_value_of_k_coins_from_piles
- s2220_minimum_bit_flips_to_convert_number
- s2221_find_triangular_sum_of_an_array
- s2222_number_of_ways_to_select_buildings
- s2223_sum_of_scores_of_built_strings
- s2224_minimum_number_of_operations_to_convert_time
- s2225_find_players_with_zero_or_one_losses
- s2226_maximum_candies_allocated_to_k_children
- s2227_encrypt_and_decrypt_strings
- s2231_largest_number_after_digit_swaps_by_parity
- s2232_minimize_result_by_adding_parentheses_to_expression
- s2233_maximum_product_after_k_increments
- s2234_maximum_total_beauty_of_the_gardens
- s2235_add_two_integers
- s2236_root_equals_sum_of_children
- s2239_find_closest_number_to_zero
- s2240_number_of_ways_to_buy_pens_and_pencils
- s2241_design_an_atm_machine
- s2242_maximum_score_of_a_node_sequence
- s2243_calculate_digit_sum_of_a_string
- s2244_minimum_rounds_to_complete_all_tasks
- s2245_maximum_trailing_zeros_in_a_cornered_path
- s2246_longest_path_with_different_adjacent_characters
- s2248_intersection_of_multiple_arrays
- s2249_count_lattice_points_inside_a_circle
- s2250_count_number_of_rectangles_containing_each_point
- test/kotlin/g2201_2300
- s2201_count_artifacts_that_can_be_extracted
- s2202_maximize_the_topmost_element_after_k_moves
- s2203_minimum_weighted_subgraph_with_the_required_paths
- s2206_divide_array_into_equal_pairs
- s2207_maximize_number_of_subsequences_in_a_string
- s2208_minimum_operations_to_halve_array_sum
- s2209_minimum_white_tiles_after_covering_with_carpets
- s2210_count_hills_and_valleys_in_an_array
- s2211_count_collisions_on_a_road
- s2212_maximum_points_in_an_archery_competition
- s2213_longest_substring_of_one_repeating_character
- s2215_find_the_difference_of_two_arrays
- s2216_minimum_deletions_to_make_array_beautiful
- s2217_find_palindrome_with_fixed_length
- s2218_maximum_value_of_k_coins_from_piles
- s2220_minimum_bit_flips_to_convert_number
- s2221_find_triangular_sum_of_an_array
- s2222_number_of_ways_to_select_buildings
- s2223_sum_of_scores_of_built_strings
- s2224_minimum_number_of_operations_to_convert_time
- s2225_find_players_with_zero_or_one_losses
- s2226_maximum_candies_allocated_to_k_children
- s2227_encrypt_and_decrypt_strings
- s2231_largest_number_after_digit_swaps_by_parity
- s2232_minimize_result_by_adding_parentheses_to_expression
- s2233_maximum_product_after_k_increments
- s2234_maximum_total_beauty_of_the_gardens
- s2235_add_two_integers
- s2236_root_equals_sum_of_children
- s2239_find_closest_number_to_zero
- s2240_number_of_ways_to_buy_pens_and_pencils
- s2241_design_an_atm_machine
- s2242_maximum_score_of_a_node_sequence
- s2243_calculate_digit_sum_of_a_string
- s2244_minimum_rounds_to_complete_all_tasks
- s2245_maximum_trailing_zeros_in_a_cornered_path
- s2246_longest_path_with_different_adjacent_characters
- s2248_intersection_of_multiple_arrays
- s2249_count_lattice_points_inside_a_circle
- s2250_count_number_of_rectangles_containing_each_point
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
121 files changed
+4267
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1848 | 1848 | | |
1849 | 1849 | | |
1850 | 1850 | | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
1851 | 1891 | | |
1852 | 1892 | | |
1853 | 1893 | | |
| |||
Lines changed: 41 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 | + | |
Lines 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: 23 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 | + | |
Lines 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: 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: 43 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 | + | |
Lines changed: 19 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 | + | |
0 commit comments