File tree
301 files changed
+117
-117
lines changed- src.save
- main/kotlin/g0801_0900
- s0801_minimum_swaps_to_make_sequences_increasing
- s0802_find_eventual_safe_states
- s0803_bricks_falling_when_hit
- s0804_unique_morse_code_words
- s0805_split_array_with_same_average
- s0806_number_of_lines_to_write_string
- s0807_max_increase_to_keep_city_skyline
- s0808_soup_servings
- s0809_expressive_words
- s0810_chalkboard_xor_game
- s0811_subdomain_visit_count
- s0812_largest_triangle_area
- s0813_largest_sum_of_averages
- s0814_binary_tree_pruning
- s0815_bus_routes
- s0816_ambiguous_coordinates
- s0817_linked_list_components
- s0818_race_car
- s0819_most_common_word
- s0820_short_encoding_of_words
- s0821_shortest_distance_to_a_character
- s0822_card_flipping_game
- s0823_binary_trees_with_factors
- s0824_goat_latin
- s0825_friends_of_appropriate_ages
- s0826_most_profit_assigning_work
- s0827_making_a_large_island
- s0828_count_unique_characters_of_all_substrings_of_a_given_string
- s0829_consecutive_numbers_sum
- s0830_positions_of_large_groups
- s0831_masking_personal_information
- s0832_flipping_an_image
- s0833_find_and_replace_in_string
- s0834_sum_of_distances_in_tree
- s0835_image_overlap
- s0836_rectangle_overlap
- s0837_new_21_game
- s0838_push_dominoes
- s0839_similar_string_groups
- s0840_magic_squares_in_grid
- s0841_keys_and_rooms
- s0842_split_array_into_fibonacci_sequence
- s0843_guess_the_word
- s0844_backspace_string_compare
- s0845_longest_mountain_in_array
- s0846_hand_of_straights
- s0847_shortest_path_visiting_all_nodes
- s0848_shifting_letters
- s0849_maximize_distance_to_closest_person
- s0850_rectangle_area_ii
- s0851_loud_and_rich
- s0852_peak_index_in_a_mountain_array
- s0853_car_fleet
- s0854_k_similar_strings
- s0855_exam_room
- s0856_score_of_parentheses
- s0857_minimum_cost_to_hire_k_workers
- s0858_mirror_reflection
- s0859_buddy_strings
- s0860_lemonade_change
- s0861_score_after_flipping_matrix
- s0862_shortest_subarray_with_sum_at_least_k
- s0863_all_nodes_distance_k_in_binary_tree
- s0864_shortest_path_to_get_all_keys
- s0865_smallest_subtree_with_all_the_deepest_nodes
- s0866_prime_palindrome
- s0867_transpose_matrix
- s0868_binary_gap
- s0869_reordered_power_of_2
- s0870_advantage_shuffle
- s0871_minimum_number_of_refueling_stops
- s0872_leaf_similar_trees
- s0873_length_of_longest_fibonacci_subsequence
- s0874_walking_robot_simulation
- s0875_koko_eating_bananas
- s0876_middle_of_the_linked_list
- s0877_stone_game
- s0878_nth_magical_number
- s0879_profitable_schemes
- s0880_decoded_string_at_index
- s0881_boats_to_save_people
- s0882_reachable_nodes_in_subdivided_graph
- s0883_projection_area_of_3d_shapes
- s0884_uncommon_words_from_two_sentences
- s0885_spiral_matrix_iii
- s0886_possible_bipartition
- s0887_super_egg_drop
- s0888_fair_candy_swap
- s0889_construct_binary_tree_from_preorder_and_postorder_traversal
- s0890_find_and_replace_pattern
- s0891_sum_of_subsequence_widths
- s0892_surface_area_of_3d_shapes
- s0893_groups_of_special_equivalent_strings
- s0894_all_possible_full_binary_trees
- s0895_maximum_frequency_stack
- s0896_monotonic_array
- s0897_increasing_order_search_tree
- s0898_bitwise_ors_of_subarrays
- s0899_orderly_queue
- s0900_rle_iterator
- test/kotlin/g0801_0900
- s0801_minimum_swaps_to_make_sequences_increasing
- s0802_find_eventual_safe_states
- s0803_bricks_falling_when_hit
- s0804_unique_morse_code_words
- s0805_split_array_with_same_average
- s0806_number_of_lines_to_write_string
- s0807_max_increase_to_keep_city_skyline
- s0808_soup_servings
- s0809_expressive_words
- s0810_chalkboard_xor_game
- s0811_subdomain_visit_count
- s0812_largest_triangle_area
- s0813_largest_sum_of_averages
- s0814_binary_tree_pruning
- s0815_bus_routes
- s0816_ambiguous_coordinates
- s0817_linked_list_components
- s0818_race_car
- s0819_most_common_word
- s0820_short_encoding_of_words
- s0821_shortest_distance_to_a_character
- s0822_card_flipping_game
- s0823_binary_trees_with_factors
- s0824_goat_latin
- s0825_friends_of_appropriate_ages
- s0826_most_profit_assigning_work
- s0827_making_a_large_island
- s0828_count_unique_characters_of_all_substrings_of_a_given_string
- s0829_consecutive_numbers_sum
- s0830_positions_of_large_groups
- s0831_masking_personal_information
- s0832_flipping_an_image
- s0833_find_and_replace_in_string
- s0834_sum_of_distances_in_tree
- s0835_image_overlap
- s0836_rectangle_overlap
- s0837_new_21_game
- s0838_push_dominoes
- s0839_similar_string_groups
- s0840_magic_squares_in_grid
- s0841_keys_and_rooms
- s0842_split_array_into_fibonacci_sequence
- s0843_guess_the_word
- s0844_backspace_string_compare
- s0845_longest_mountain_in_array
- s0846_hand_of_straights
- s0847_shortest_path_visiting_all_nodes
- s0848_shifting_letters
- s0849_maximize_distance_to_closest_person
- s0850_rectangle_area_ii
- s0851_loud_and_rich
- s0852_peak_index_in_a_mountain_array
- s0853_car_fleet
- s0854_k_similar_strings
- s0855_exam_room
- s0856_score_of_parentheses
- s0857_minimum_cost_to_hire_k_workers
- s0858_mirror_reflection
- s0859_buddy_strings
- s0860_lemonade_change
- s0861_score_after_flipping_matrix
- s0862_shortest_subarray_with_sum_at_least_k
- s0863_all_nodes_distance_k_in_binary_tree
- s0864_shortest_path_to_get_all_keys
- s0865_smallest_subtree_with_all_the_deepest_nodes
- s0866_prime_palindrome
- s0867_transpose_matrix
- s0868_binary_gap
- s0869_reordered_power_of_2
- s0870_advantage_shuffle
- s0871_minimum_number_of_refueling_stops
- s0872_leaf_similar_trees
- s0873_length_of_longest_fibonacci_subsequence
- s0874_walking_robot_simulation
- s0875_koko_eating_bananas
- s0876_middle_of_the_linked_list
- s0877_stone_game
- s0878_nth_magical_number
- s0879_profitable_schemes
- s0880_decoded_string_at_index
- s0881_boats_to_save_people
- s0882_reachable_nodes_in_subdivided_graph
- s0883_projection_area_of_3d_shapes
- s0884_uncommon_words_from_two_sentences
- s0885_spiral_matrix_iii
- s0886_possible_bipartition
- s0887_super_egg_drop
- s0888_fair_candy_swap
- s0889_construct_binary_tree_from_preorder_and_postorder_traversal
- s0890_find_and_replace_pattern
- s0891_sum_of_subsequence_widths
- s0892_surface_area_of_3d_shapes
- s0893_groups_of_special_equivalent_strings
- s0894_all_possible_full_binary_trees
- s0895_maximum_frequency_stack
- s0896_monotonic_array
- s0897_increasing_order_search_tree
- s0898_bitwise_ors_of_subarrays
- s0899_orderly_queue
- s0900_rle_iterator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
301 files changed
+117
-117
lines changed
0 commit comments