Commit 136b53f
File tree
248 files changed
+987
-987
lines changed- src.save/main/java
- g0001_0100
- s0001_two_sum
- s0002_add_two_numbers
- s0004_median_of_two_sorted_arrays
- s0008_string_to_integer_atoi
- s0011_container_with_most_water
- s0014_longest_common_prefix
- s0015_3sum
- s0016_3sum_closest
- s0017_letter_combinations_of_a_phone_number
- s0018_4sum
- s0019_remove_nth_node_from_end_of_list
- s0020_valid_parentheses
- s0021_merge_two_sorted_lists
- s0022_generate_parentheses
- s0023_merge_k_sorted_lists
- s0024_swap_nodes_in_pairs
- s0025_reverse_nodes_in_k_group
- s0026_remove_duplicates_from_sorted_array
- s0027_remove_element
- s0030_substring_with_concatenation_of_all_words
- s0031_next_permutation
- s0033_search_in_rotated_sorted_array
- s0034_find_first_and_last_position_of_element_in_sorted_array
- s0035_search_insert_position
- s0039_combination_sum
- s0040_combination_sum_ii
- s0041_first_missing_positive
- s0042_trapping_rain_water
- s0045_jump_game_ii
- s0046_permutations
- s0047_permutations_ii
- s0048_rotate_image
- s0049_group_anagrams
- s0051_n_queens
- s0053_maximum_subarray
- s0054_spiral_matrix
- s0055_jump_game
- s0056_merge_intervals
- s0057_insert_interval
- s0059_spiral_matrix_ii
- s0061_rotate_list
- s0063_unique_paths_ii
- s0064_minimum_path_sum
- s0066_plus_one
- s0068_text_justification
- s0073_set_matrix_zeroes
- s0074_search_a_2d_matrix
- s0075_sort_colors
- s0077_combinations
- s0078_subsets
- s0079_submissions
- s0080_remove_duplicates_from_sorted_array_ii
- s0081_search_in_rotated_sorted_array_ii
- s0082_remove_duplicates_from_sorted_list_ii
- s0083_remove_duplicates_from_sorted_list
- s0084_largest_rectangle_in_histogram
- s0085_maximal_rectangle
- s0086_partition_list
- s0088_merge_sorted_array
- s0089_gray_code
- s0090_subsets_ii
- s0092_reverse_linked_list_ii
- s0093_restore_ip_addresses
- s0094_binary_tree_inorder_traversal
- s0095_unique_binary_search_trees_ii
- s0098_validate_binary_search_tree
- s0099_recover_binary_search_tree
- s0100_same_tree
- g0101_0200
- s0101_symmetric_tree
- s0102_binary_tree_level_order_traversal
- s0103_binary_tree_zigzag_level_order_traversal
- s0104_maximum_depth_of_binary_tree
- s0105_construct_binary_tree_from_preorder_and_inorder_traversal
- s0106_construct_binary_tree_from_inorder_and_postorder_traversal
- s0107_binary_tree_level_order_traversal_ii
- s0108_convert_sorted_array_to_binary_search_tree
- s0109_convert_sorted_list_to_binary_search_tree
- s0110_balanced_binary_tree
- s0111_minimum_depth_of_binary_tree
- s0112_path_sum
- s0113_path_sum_ii
- s0114_flatten_binary_tree_to_linked_list
- s0116_populating_next_right_pointers_in_each_node
- s0117_populating_next_right_pointers_in_each_node_ii
- s0118_pascals_triangle
- s0119_pascals_triangle_ii
- s0120_triangle
- s0121_best_time_to_buy_and_sell_stock
- s0122_best_time_to_buy_and_sell_stock_ii
- s0123_best_time_to_buy_and_sell_stock_iii
- s0124_binary_tree_maximum_path_sum
- s0126_word_ladder_ii
- s0127_word_ladder
- s0128_longest_consecutive_sequence
- s0129_sum_root_to_leaf_numbers
- s0130_surrounded_regions
- s0131_palindrome_partitioning
- s0132_palindrome_partitioning_ii
- s0133_clone_graph
- s0134_gas_station
- s0135_candy
- s0136_single_number
- s0137_single_number_ii
- s0138_copy_list_with_random_pointer
- s0139_word_break
- s0140_word_break_ii
- s0141_linked_list_cycle
- s0142_linked_list_cycle_ii
- s0143_reorder_list
- s0144_binary_tree_preorder_traversal
- s0145_binary_tree_postorder_traversal
- s0146_lru_cache
- s0147_insertion_sort_list
- s0148_sort_list
- s0149_max_points_on_a_line
- s0150_evaluate_reverse_polish_notation
- s0152_maximum_product_subarray
- s0153_find_minimum_in_rotated_sorted_array
- s0154_find_minimum_in_rotated_sorted_array_ii
- s0155_min_stack
- s0160_intersection_of_two_linked_lists
- s0162_find_peak_element
- s0164_maximum_gap
- s0167_two_sum_ii_input_array_is_sorted
- s0169_majority_element
- s0173_binary_search_tree_iterator
- s0174_dungeon_game
- s0179_largest_number
- s0187_repeated_dna_sequences
- s0188_best_time_to_buy_and_sell_stock_iv
- s0189_rotate_array
- s0198_house_robber
- s0199_binary_tree_right_side_view
- g0201_0300
- s0203_remove_linked_list_elements
- s0206_reverse_linked_list
- s0207_course_schedule
- s0208_implement_trie_prefix_tree
- s0209_minimum_size_subarray_sum
- s0210_course_schedule_ii
- s0212_word_search_ii
- s0213_house_robber_ii
- s0215_kth_largest_element_in_an_array
- s0216_combination_sum_iii
- s0217_contains_duplicate
- s0218_the_skyline_problem
- s0219_contains_duplicate_ii
- s0220_contains_duplicate_iii
- s0221_maximal_square
- s0222_count_complete_tree_nodes
- s0225_implement_stack_using_queues
- s0226_invert_binary_tree
- s0228_summary_ranges
- s0229_majority_element_ii
- s0230_kth_smallest_element_in_a_bst
- s0234_palindrome_linked_list
- s0235_lowest_common_ancestor_of_a_binary_search_tree
- s0236_lowest_common_ancestor_of_a_binary_tree
- s0237_delete_node_in_a_linked_list
- s0238_product_of_array_except_self
- s0239_sliding_window_maximum
- s0240_search_a_2d_matrix_ii
- s0241_different_ways_to_add_parentheses
- s0257_binary_tree_paths
- s0260_single_number_iii
- s0264_ugly_number_ii
- s0268_missing_number
- s0274_h_index
- s0275_h_index_ii
- s0282_expression_add_operators
- s0283_move_zeroes
- s0284_peeking_iterator
- s0287_find_the_duplicate_number
- s0289_game_of_life
- s0295_find_median_from_data_stream
- s0297_serialize_and_deserialize_binary_tree
- s0300_longest_increasing_subsequence
- g0301_0400
- s0301_remove_invalid_parentheses
- s0303_range_sum_query_immutable
- s0304_range_sum_query_2d_immutable
- s0307_range_sum_query_mutable
- s0309_best_time_to_buy_and_sell_stock_with_cooldown
- s0310_minimum_height_trees
- s0312_burst_balloons
- s0313_super_ugly_number
- s0315_count_of_smaller_numbers_after_self
- s0318_maximum_product_of_word_lengths
- s0319_bulb_switcher
- s0321_create_maximum_number
- s0322_coin_change
- s0324_wiggle_sort_ii
- s0327_count_of_range_sum
- s0328_odd_even_linked_list
- s0329_longest_increasing_path_in_a_matrix
- s0330_patching_array
- s0332_reconstruct_itinerary
- s0334_increasing_triplet_subsequence
- s0335_self_crossing
- s0336_palindrome_pairs
- s0337_house_robber_iii
- s0338_counting_bits
- s0341_flatten_nested_list_iterator
- s0344_reverse_string
- s0347_top_k_frequent_elements
- s0349_intersection_of_two_arrays
- s0350_intersection_of_two_arrays_ii
- s0352_data_stream_as_disjoint_intervals
- s0354_russian_doll_envelopes
- s0363_max_sum_of_rectangle_no_larger_than_k
- s0368_largest_divisible_subset
- s0372_super_pow
- s0373_find_k_pairs_with_smallest_sums
- s0376_wiggle_subsequence
- s0377_combination_sum_iv
- s0378_kth_smallest_element_in_a_sorted_matrix
- s0380_insert_delete_getrandom_o1
- s0381_insert_delete_getrandom_o1_duplicates_allowed
- s0393_utf_8_validation
- s0394_decode_string
- src/main/java
- g0401_0500
- s0401_binary_watch
- s0403_frog_jump
- s0404_sum_of_left_leaves
- s0406_queue_reconstruction_by_height
- s0407_trapping_rain_water_ii
- s0410_split_array_largest_sum
- s0412_fizz_buzz
- s0413_arithmetic_slices
- s0414_third_maximum_number
- s0416_partition_equal_subset_sum
- s0417_pacific_atlantic_water_flow
- s0419_battleships_in_a_board
- s0421_maximum_xor_of_two_numbers_in_an_array
- s0427_construct_quad_tree
- s0436_find_right_interval
- s0437_path_sum_iii
- s0438_find_all_anagrams_in_a_string
- s0440_k_th_smallest_in_lexicographical_order
- s0443_string_compression
- s0448_find_all_numbers_disappeared_in_an_array
- s0460_lfu_cache
- s0494_target_sum
- g0501_0600
- s0543_diameter_of_binary_tree
- s0560_subarray_sum_equals_k
- g0601_0700/s0617_merge_two_binary_trees
- g0701_0800
- s0739_daily_temperatures
- s0763_partition_labels
- g0801_0900/s0864_shortest_path_to_get_all_keys
- g0901_1000/s0994_rotting_oranges
- g2001_2100/s2080_range_frequency_queries
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
248 files changed
+987
-987
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments