leetcode-solutions

module
v0.0.0-...-0b278c3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2023 License: MIT

README

leetcode-solutions

My leetcode solutions

Directories

Path Synopsis
Easy
0001_Two_sum command
0013_Roman_to_integer command
https://leetcode.com/problems/roman-to-integer/
https://leetcode.com/problems/roman-to-integer/
0020_Valid_parentheses command
https://leetcode.com/problems/valid-parentheses/
https://leetcode.com/problems/valid-parentheses/
0026_Remove_duplicates_from_sorted_array command
https://leetcode.com/problems/remove-duplicates-from-sorted-array/
https://leetcode.com/problems/remove-duplicates-from-sorted-array/
0035_Search_insert_position command
https://leetcode.com/problems/search-insert-position/
https://leetcode.com/problems/search-insert-position/
0066_Plus_one command
0067_Add_binary command
https://leetcode.com/problems/add-binary/
https://leetcode.com/problems/add-binary/
0070_Climbing_stairs command
https://leetcode.com/problems/climbing-stairs/
https://leetcode.com/problems/climbing-stairs/
0088_Merge_sorted_array command
https://leetcode.com/problems/merge-sorted-array/
https://leetcode.com/problems/merge-sorted-array/
0094_Binary_tree_inorder_traversal command
https://leetcode.com/problems/binary-tree-inorder-traversal/
https://leetcode.com/problems/binary-tree-inorder-traversal/
0100_Same_tree command
https://leetcode.com/problems/same-tree/
https://leetcode.com/problems/same-tree/
0101_Symmetric_Tree command
https://leetcode.com/problems/symmetric-tree/
https://leetcode.com/problems/symmetric-tree/
0104_Maximum_depth_of_Binary_Tree command
https://leetcode.com/problems/maximum-depth-of-binary-tree/
https://leetcode.com/problems/maximum-depth-of-binary-tree/
0107_Binary_Tree_level_order_Traversal_II command
https://leetcode.com/problems/binary-tree-level-order-traversal-ii/
https://leetcode.com/problems/binary-tree-level-order-traversal-ii/
0108_Convert_sorted_array_to_binary_search_tree command
https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/
https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/
0111_Minimum_depth_of_binary_tree command
https://leetcode.com/problems/minimum-depth-of-binary-tree/
https://leetcode.com/problems/minimum-depth-of-binary-tree/
0112_Path_sum command
https://leetcode.com/problems/path-sum/
https://leetcode.com/problems/path-sum/
0118_Pascals_triangle command
https://leetcode.com/problems/pascals-triangle/
https://leetcode.com/problems/pascals-triangle/
0121_Best_time_to_buy_and_sell_stock command
https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
0125_Valid_palindrome command
https://leetcode.com/problems/valid-palindrome/
https://leetcode.com/problems/valid-palindrome/
0141_Linked_list_cycle command
https://leetcode.com/problems/linked-list-cycle/
https://leetcode.com/problems/linked-list-cycle/
0144_Binary_tree_preorder_traversal command
https://leetcode.com/problems/binary-tree-preorder-traversal/
https://leetcode.com/problems/binary-tree-preorder-traversal/
0160_Intersection_of_two_linked_lists command
https://leetcode.com/problems/intersection-of-two-linked-lists/
https://leetcode.com/problems/intersection-of-two-linked-lists/
0168_Excel_sheet_column_title command
https://leetcode.com/problems/excel-sheet-column-title/
https://leetcode.com/problems/excel-sheet-column-title/
0191_Number_of_1_bits command
https://leetcode.com/problems/number-of-1-bits/
https://leetcode.com/problems/number-of-1-bits/
0217_Contains_duplicate command
https://leetcode.com/problems/contains-duplicate/
https://leetcode.com/problems/contains-duplicate/
0219_Contains_duplicate_ii command
https://leetcode.com/problems/contains-duplicate-ii/
https://leetcode.com/problems/contains-duplicate-ii/
0225_Implement_stack_using_queues command
https://leetcode.com/problems/implement-stack-using-queues/
https://leetcode.com/problems/implement-stack-using-queues/
0226_Invert_binary_tree command
https://leetcode.com/problems/invert-binary-tree/
https://leetcode.com/problems/invert-binary-tree/
0228_Summary_ranges command
https://leetcode.com/problems/summary-ranges/
https://leetcode.com/problems/summary-ranges/
0232_Implement_queue_using_stacks command
https://leetcode.com/problems/implement-queue-using-stacks/
https://leetcode.com/problems/implement-queue-using-stacks/
0234_Palindrome_linked_list command
https://leetcode.com/problems/palindrome-linked-list/
https://leetcode.com/problems/palindrome-linked-list/
0235_Lowest_common_ancestor_of_a_binary_search_tree command
https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
0242_Valid_anagram command
https://leetcode.com/problems/valid-anagram/
https://leetcode.com/problems/valid-anagram/
0258_Add_digits command
https://leetcode.com/problems/add-digits/
https://leetcode.com/problems/add-digits/
0263_Ugly_number command
https://leetcode.com/problems/ugly-number/
https://leetcode.com/problems/ugly-number/
0268_Missing_number command
https://leetcode.com/problems/missing-number/
https://leetcode.com/problems/missing-number/
0290_Word_pattern command
https://leetcode.com/problems/word-pattern/
https://leetcode.com/problems/word-pattern/
0326_Power_of_three command
https://leetcode.com/problems/power-of-three/
https://leetcode.com/problems/power-of-three/
0338_Counting_bits command
https://leetcode.com/problems/counting-bits/
https://leetcode.com/problems/counting-bits/
0342_Power_of_four command
https://leetcode.com/problems/power-of-four/
https://leetcode.com/problems/power-of-four/
0345_Reverse_vowels_of_a_string command
https://leetcode.com/problems/reverse-vowels-of-a-string/
https://leetcode.com/problems/reverse-vowels-of-a-string/
0374_Guess_number_higher_or_lower command
https://leetcode.com/problems/guess-number-higher-or-lower/
https://leetcode.com/problems/guess-number-higher-or-lower/
0383_Ransom_note command
https://leetcode.com/problems/ransom-note/
https://leetcode.com/problems/ransom-note/
0387_First_unique_character_in_a_string command
https://leetcode.com/problems/first-unique-character-in-a-string/
https://leetcode.com/problems/first-unique-character-in-a-string/
0389_Find_the_difference command
https://leetcode.com/problems/find-the-difference/
https://leetcode.com/problems/find-the-difference/
0459_Repeated_substring_pattern command
https://leetcode.com/problems/repeated-substring-pattern/
https://leetcode.com/problems/repeated-substring-pattern/
0509_Fibonacci_number command
https://leetcode.com/problems/fibonacci-number/
https://leetcode.com/problems/fibonacci-number/
0520_Detect_capital command
https://leetcode.com/problems/detect-capital/
https://leetcode.com/problems/detect-capital/
0530_Minimum_absolute_difference_in_bst command
https://leetcode.com/problems/minimum-absolute-difference-in-bst/
https://leetcode.com/problems/minimum-absolute-difference-in-bst/
0543_Diameter_of_binary_tree command
https://leetcode.com/problems/diameter-of-binary-tree/
https://leetcode.com/problems/diameter-of-binary-tree/
0557_Reverse_words_in_a_string_iii command
https://leetcode.com/problems/reverse-words-in-a-string-iii/
https://leetcode.com/problems/reverse-words-in-a-string-iii/
0605_Can_place_flowers command
https://leetcode.com/problems/can-place-flowers/
https://leetcode.com/problems/can-place-flowers/
0606_Construct_string_from_binary_tree command
https://leetcode.com/problems/construct-string-from-binary-tree/
https://leetcode.com/problems/construct-string-from-binary-tree/
0637_Average_of_levels_in_binary_tree command
https://leetcode.com/problems/average-of-levels-in-binary-tree/
https://leetcode.com/problems/average-of-levels-in-binary-tree/
0645_Set_mismatch command
https://leetcode.com/problems/set-mismatch/
https://leetcode.com/problems/set-mismatch/
0653_Two_sum_iv_input_is_a_bst command
https://leetcode.com/problems/two-sum-iv-input-is-a-bst/
https://leetcode.com/problems/two-sum-iv-input-is-a-bst/
0680_Valid_palindrome_ii command
https://leetcode.com/problems/valid-palindrome-ii/
https://leetcode.com/problems/valid-palindrome-ii/
0682_Baseball_game command
https://leetcode.com/problems/baseball-game/
https://leetcode.com/problems/baseball-game/
0700_Search_in_a_binary_search_tree command
https://leetcode.com/problems/search-in-a-binary-search-tree/
https://leetcode.com/problems/search-in-a-binary-search-tree/
0703_kth_largest_element_in_a_stream command
https://leetcode.com/problems/kth-largest-element-in-a-stream/
https://leetcode.com/problems/kth-largest-element-in-a-stream/
0704_Binary_search command
https://leetcode.com/problems/binary-search/
https://leetcode.com/problems/binary-search/
0705_Design_hashset command
https://leetcode.com/problems/design-hashset/
https://leetcode.com/problems/design-hashset/
0706_Design_hashmap command
https://leetcode.com/problems/design-hashmap/
https://leetcode.com/problems/design-hashmap/
0744_Find_smallest_letter_greater_than_target command
https://leetcode.com/problems/find-smallest-letter-greater-than-target/
https://leetcode.com/problems/find-smallest-letter-greater-than-target/
0746_Min_cost_climbing_stairs command
https://leetcode.com/problems/min-cost-climbing-stairs/
https://leetcode.com/problems/min-cost-climbing-stairs/
0766_Toeplitz_matrix command
https://leetcode.com/problems/toeplitz-matrix/
https://leetcode.com/problems/toeplitz-matrix/
0783_Minimum_distance_between_bst_nodes command
https://leetcode.com/problems/minimum-distance-between-bst-nodes/
https://leetcode.com/problems/minimum-distance-between-bst-nodes/
0804_Unique_morse_code_words command
https://leetcode.com/problems/unique-morse-code-words/
https://leetcode.com/problems/unique-morse-code-words/
0844_Backspace_string_compare command
https://leetcode.com/problems/backspace-string-compare/
https://leetcode.com/problems/backspace-string-compare/
0859_Buddy_strings command
https://leetcode.com/problems/buddy-strings/
https://leetcode.com/problems/buddy-strings/
0867_Transpose_matrix command
https://leetcode.com/problems/transpose-matrix/
https://leetcode.com/problems/transpose-matrix/
0872_Leaf_similar_trees command
https://leetcode.com/problems/leaf-similar-trees/
https://leetcode.com/problems/leaf-similar-trees/
0876_Middle_of_the_linked_list command
https://leetcode.com/problems/middle-of-the-linked-list/
https://leetcode.com/problems/middle-of-the-linked-list/
0896_Monotonic_array command
https://leetcode.com/problems/monotonic-array/
https://leetcode.com/problems/monotonic-array/
0897_Increasing_order_search_tree command
https://leetcode.com/problems/increasing-order-search-tree/
https://leetcode.com/problems/increasing-order-search-tree/
0905_Sort_array_by_parity command
https://leetcode.com/problems/sort-array-by-parity/
https://leetcode.com/problems/sort-array-by-parity/
0938_Range_sum_of_bst command
https://leetcode.com/problems/range-sum-of-bst/
https://leetcode.com/problems/range-sum-of-bst/
0944_Delete_columns_to_make_sorted command
https://leetcode.com/problems/delete-columns-to-make-sorted/
https://leetcode.com/problems/delete-columns-to-make-sorted/
0953_Verifying_an_alien_dictionary command
https://leetcode.com/problems/verifying-an-alien-dictionary/
https://leetcode.com/problems/verifying-an-alien-dictionary/
0976_Largest_perimeter_triangle command
https://leetcode.com/problems/largest-perimeter-triangle/
https://leetcode.com/problems/largest-perimeter-triangle/
0989_Add_to_array_form_of_integer command
https://leetcode.com/problems/add-to-array-form-of-integer/
https://leetcode.com/problems/add-to-array-form-of-integer/
0997_Find_the_town_judge command
https://leetcode.com/problems/find-the-town-judge/
https://leetcode.com/problems/find-the-town-judge/
1046_Last_stone_weight command
https://leetcode.com/problems/last-stone-weight/
https://leetcode.com/problems/last-stone-weight/
1047_Remove_all_adjacent_duplicates_in_string command
https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string/
https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string/
1071_Greatest_common_divisor_of_strings command
https://leetcode.com/problems/greatest-common-divisor-of-strings/
https://leetcode.com/problems/greatest-common-divisor-of-strings/
1137_N_th_tribonacci_number command
https://leetcode.com/problems/n-th-tribonacci-number/
https://leetcode.com/problems/n-th-tribonacci-number/
1207_Unique_number_of_occurrences command
https://leetcode.com/problems/unique-number-of-occurrences/
https://leetcode.com/problems/unique-number-of-occurrences/
1232_Check_if_it_is_a_straight_line command
https://leetcode.com/problems/check-if-it-is-a-straight-line/
https://leetcode.com/problems/check-if-it-is-a-straight-line/
1260_Shift_2d_grid command
https://leetcode.com/problems/shift-2d-grid/
https://leetcode.com/problems/shift-2d-grid/
1323_Maximum_69_number command
https://leetcode.com/problems/maximum-69-number/
https://leetcode.com/problems/maximum-69-number/
1332_Remove_palindromic_subsequences command
https://leetcode.com/problems/remove-palindromic-subsequences/
https://leetcode.com/problems/remove-palindromic-subsequences/
1337_The_k_weakest_rows_in_a_matrix command
https://leetcode.com/problems/the-k-weakest-rows-in-a-matrix/description/?envType=daily-question&envId=2023-09-18
https://leetcode.com/problems/the-k-weakest-rows-in-a-matrix/description/?envType=daily-question&envId=2023-09-18
1342_Number_of_steps_to_reduce_a_number_to_zero command
https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zero/
https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zero/
1351_Count_negative_numbers_in_a_sorted_matrix command
https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/
https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/
1356_Sort_integers_by_the_number_of_1_Bits command
https://leetcode.com/problems/sort-integers-by-the-number-of-1-bits/
https://leetcode.com/problems/sort-integers-by-the-number-of-1-bits/
1365_How_many_numbers_are_smaller_than_the_current_number command
https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/
https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/
1431_Kids_with_the_greatest_number_of_candies command
https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/
https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/
1470_Shuffle_the_array command
https://leetcode.com/problems/shuffle-the-array/
https://leetcode.com/problems/shuffle-the-array/
1480_Running_sum_of_1d_array command
https://leetcode.com/problems/running-sum-of-1d-array/
https://leetcode.com/problems/running-sum-of-1d-array/
1491_Average_salary_excluding_the_minimum_and_maximum_salary command
https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary/
https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary/
1502_Can_make_arithmetic_progression_from_sequence command
https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence/
https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence/
1512_Number_of_good_pairs command
https://leetcode.com/problems/number-of-good-pairs/
https://leetcode.com/problems/number-of-good-pairs/
1523_Count_odd_numbers_in_an_interval_range command
https://leetcode.com/problems/count-odd-numbers-in-an-interval-range/
https://leetcode.com/problems/count-odd-numbers-in-an-interval-range/
1528_Shuffle_string command
https://leetcode.com/problems/shuffle-string/
https://leetcode.com/problems/shuffle-string/
1539_Kth_missing_positive_number command
https://leetcode.com/problems/kth-missing-positive-number/
https://leetcode.com/problems/kth-missing-positive-number/
1544_Make_the_string_great command
https://leetcode.com/problems/make-the-string-great/
https://leetcode.com/problems/make-the-string-great/
1572_Matrix_diagonal_sum command
https://leetcode.com/problems/matrix-diagonal-sum/
https://leetcode.com/problems/matrix-diagonal-sum/
1603_Design_parking_system command
https://leetcode.com/problems/design-parking-system/
https://leetcode.com/problems/design-parking-system/
1662_Check_if_two_string_arrays_are_equivalent command
https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/
https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/
1704_Determine_if_string_halves_are_alike command
https://leetcode.com/problems/determine-if-string-halves-are-alike/
https://leetcode.com/problems/determine-if-string-halves-are-alike/
1710_Maximum_units_on_a_truck command
https://leetcode.com/problems/maximum-units-on-a-truck/
https://leetcode.com/problems/maximum-units-on-a-truck/
1732_Find_the_highest_altitude command
https://leetcode.com/problems/find-the-highest-altitude/
https://leetcode.com/problems/find-the-highest-altitude/
1768_Merge_strings_alternately command
https://leetcode.com/problems/merge-strings-alternately/
https://leetcode.com/problems/merge-strings-alternately/
1822_Sign_of_the_product_of_an_array command
https://leetcode.com/problems/sign-of-the-product-of-an-array/
https://leetcode.com/problems/sign-of-the-product-of-an-array/
1832_Check_if_the_sentence_is_pangram command
https://leetcode.com/problems/check-if-the-sentence-is-pangram/
https://leetcode.com/problems/check-if-the-sentence-is-pangram/
1971_Find_if_path_exists_in_graph command
https://leetcode.com/problems/find-if-path-exists-in-graph/
https://leetcode.com/problems/find-if-path-exists-in-graph/
2215_Find_the_difference_of_two_arrays command
https://leetcode.com/problems/find-the-difference-of-two-arrays/
https://leetcode.com/problems/find-the-difference-of-two-arrays/
2269_Find_the_K_beauty_of_a_number command
https://leetcode.com/problems/find-the-k-beauty-of-a-number/
https://leetcode.com/problems/find-the-k-beauty-of-a-number/
2389_Longest_subsequence_with_limited_sum command
https://leetcode.com/problems/longest-subsequence-with-limited-sum/
https://leetcode.com/problems/longest-subsequence-with-limited-sum/
Hard
0023_Merge_K_Sorted_Lists command
https://leetcode.com/problems/merge-k-sorted-lists/
https://leetcode.com/problems/merge-k-sorted-lists/
0030_Substring_with_concatenation_of_all_words command
https://leetcode.com/problems/substring-with-concatenation-of-all-words/
https://leetcode.com/problems/substring-with-concatenation-of-all-words/
0032_Longest_valid_parentheses command
https://leetcode.com/problems/longest-valid-parentheses/
https://leetcode.com/problems/longest-valid-parentheses/
0037_Sudoku_solver command
https://leetcode.com/problems/sudoku-solver/
https://leetcode.com/problems/sudoku-solver/
0041_First_missing_positive command
https://leetcode.com/problems/first-missing-positive/
https://leetcode.com/problems/first-missing-positive/
0042_Trapping_rain_water command
https://leetcode.com/problems/trapping-rain-water/
https://leetcode.com/problems/trapping-rain-water/
0051_N_queens command
https://leetcode.com/problems/n-queens/
https://leetcode.com/problems/n-queens/
0052_N_queens_ii command
https://leetcode.com/problems/n-queens-ii/
https://leetcode.com/problems/n-queens-ii/
0072_Edit_distance command
https://leetcode.com/problems/edit-distance/
https://leetcode.com/problems/edit-distance/
0076_Minimum_window_substring command
https://leetcode.com/problems/minimum-window-substring/
https://leetcode.com/problems/minimum-window-substring/
0084_Largest_rectangle_in_histogram command
https://leetcode.com/problems/largest-rectangle-in-histogram/
https://leetcode.com/problems/largest-rectangle-in-histogram/
0124_Binary_tree_maximum_path_sum command
https://leetcode.com/problems/binary-tree-maximum-path-sum/
https://leetcode.com/problems/binary-tree-maximum-path-sum/
0126_Word_ladder_ii command
https://leetcode.com/problems/word-ladder-ii/
https://leetcode.com/problems/word-ladder-ii/
0135_Candy command
https://leetcode.com/problems/candy/
https://leetcode.com/problems/candy/
0149_Max_points_on_a_line command
https://leetcode.com/problems/max-points-on-a-line/
https://leetcode.com/problems/max-points-on-a-line/
0188_Best_time_to_buy_and_sell_stock_iv command
https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/
https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/
0212_Word_search_ii command
https://leetcode.com/problems/word-search-ii/
https://leetcode.com/problems/word-search-ii/
0218_The_skyline_problem command
https://leetcode.com/problems/the-skyline-problem/
https://leetcode.com/problems/the-skyline-problem/
0224_Basic_calculator command
https://leetcode.com/problems/basic-calculator/
https://leetcode.com/problems/basic-calculator/
0295_Find_median_from_data_stream command
https://leetcode.com/problems/find-median-from-data-stream/
https://leetcode.com/problems/find-median-from-data-stream/
0315_Count_of_smaller_numbers_after_self command
https://leetcode.com/problems/count-of-smaller-numbers-after-self/
https://leetcode.com/problems/count-of-smaller-numbers-after-self/
0329_Longest_increasing_path_in_a_matrix command
https://leetcode.com/problems/longest-increasing-path-in-a-matrix/
https://leetcode.com/problems/longest-increasing-path-in-a-matrix/
0336_Palindrome_pairs command
https://leetcode.com/problems/palindrome-pairs/
https://leetcode.com/problems/palindrome-pairs/
0352_Data_stream_as_disjoint_intervals command
https://leetcode.com/problems/data-stream-as-disjoint-intervals/
https://leetcode.com/problems/data-stream-as-disjoint-intervals/
0354_Russian_doll_envelopes command
https://leetcode.com/problems/russian-doll-envelopes/
https://leetcode.com/problems/russian-doll-envelopes/
0363_Max_sum_of_rectangle_no_larger_than_k command
https://leetcode.com/problems/max-sum-of-rectangle-no-larger-than-k/
https://leetcode.com/problems/max-sum-of-rectangle-no-larger-than-k/
0446_Arithmetic_slices_ii_subsequence command
https://leetcode.com/problems/arithmetic-slices-ii-subsequence/
https://leetcode.com/problems/arithmetic-slices-ii-subsequence/
0458_Poor_pigs command
https://leetcode.com/problems/poor-pigs/
https://leetcode.com/problems/poor-pigs/
0460_Lfu_cache command
https://leetcode.com/problems/lfu-cache/description/
https://leetcode.com/problems/lfu-cache/description/
0472_Concatenated_words command
https://leetcode.com/problems/concatenated-words/
https://leetcode.com/problems/concatenated-words/
0502_IPO command
https://leetcode.com/problems/ipo/
https://leetcode.com/problems/ipo/
0587_Erect_the_fence command
https://leetcode.com/problems/erect-the-fence/
https://leetcode.com/problems/erect-the-fence/
0629_K_inverse_pairs_array command
https://leetcode.com/problems/k-inverse-pairs-array/
https://leetcode.com/problems/k-inverse-pairs-array/
0630_course_schedule_iii command
https://leetcode.com/problems/course-schedule-iii/
https://leetcode.com/problems/course-schedule-iii/
0732_My_calendar_iii command
https://leetcode.com/problems/my-calendar-iii/
https://leetcode.com/problems/my-calendar-iii/
0745_Prefix_and_suffix_search command
https://leetcode.com/problems/prefix-and-suffix-search/
https://leetcode.com/problems/prefix-and-suffix-search/
0839_Similar_string_groups command
https://leetcode.com/problems/similar-string-groups/
https://leetcode.com/problems/similar-string-groups/
0871_Minimum_number_of_refueling_stops command
https://leetcode.com/problems/minimum-number-of-refueling-stops/
https://leetcode.com/problems/minimum-number-of-refueling-stops/
0879_Profitable_schemes command
https://leetcode.com/problems/profitable-schemes/
https://leetcode.com/problems/profitable-schemes/
0899_Orderly_queue command
https://leetcode.com/problems/orderly-queue/
https://leetcode.com/problems/orderly-queue/
0936_Stamping_the_sequence command
https://leetcode.com/problems/stamping-the-sequence/
https://leetcode.com/problems/stamping-the-sequence/
0968_Binary_tree_cameras command
https://leetcode.com/problems/binary-tree-cameras/
https://leetcode.com/problems/binary-tree-cameras/
0980_Unique_paths_iii command
https://leetcode.com/problems/unique-paths-iii/
https://leetcode.com/problems/unique-paths-iii/
0987_Vertical_order_traversal_of_a_binary_tree command
https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree/
https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree/
1074_Number_of_submatrices_that_sum_to_target command
https://leetcode.com/problems/number-of-submatrices-that-sum-to-target/
https://leetcode.com/problems/number-of-submatrices-that-sum-to-target/
1192_Critical_connections_in_a_network command
https://leetcode.com/problems/critical-connections-in-a-network/
https://leetcode.com/problems/critical-connections-in-a-network/
1220_Count_vowels_permutation command
https://leetcode.com/problems/count-vowels-permutation/
https://leetcode.com/problems/count-vowels-permutation/
1235_Maximum_profit_in_job_scheduling command
https://leetcode.com/problems/maximum-profit-in-job-scheduling/
https://leetcode.com/problems/maximum-profit-in-job-scheduling/
1293_Shortest_path_in_a_grid_with_obstacles_elimination command
https://leetcode.com/problems/shortest-path-in-a-grid-with-obstacles-elimination/
https://leetcode.com/problems/shortest-path-in-a-grid-with-obstacles-elimination/
1312_Minimum_insertion_steps_to_make_a_string_palindrome command
https://leetcode.com/problems/minimum-insertion-steps-to-make-a-string-palindrome/
https://leetcode.com/problems/minimum-insertion-steps-to-make-a-string-palindrome/
1335_Minimum_difficulty_of_a_job_schedule command
https://leetcode.com/problems/minimum-difficulty-of-a-job-schedule/
https://leetcode.com/problems/minimum-difficulty-of-a-job-schedule/
1345_Jump_game_iv command
https://leetcode.com/problems/jump-game-iv/
https://leetcode.com/problems/jump-game-iv/
1354_Construct_target_array_with_multiple_sums command
https://leetcode.com/problems/construct-target-array-with-multiple-sums/
https://leetcode.com/problems/construct-target-array-with-multiple-sums/
1383_Maximum_performance_of_a_team command
https://leetcode.com/problems/maximum-performance-of-a-team/
https://leetcode.com/problems/maximum-performance-of-a-team/
1402_Reducing_dishes command
https://leetcode.com/problems/reducing-dishes/
https://leetcode.com/problems/reducing-dishes/
1416_Restore_the_array command
https://leetcode.com/problems/restore-the-array/
https://leetcode.com/problems/restore-the-array/
1473_Paint_house_iii command
https://leetcode.com/problems/paint-house-iii/
https://leetcode.com/problems/paint-house-iii/
1531_String_compression_ii command
https://leetcode.com/problems/string-compression-ii/
https://leetcode.com/problems/string-compression-ii/
1579_Remove_max_number_of_edges_to_keep_graph_fully_traversable command
https://leetcode.com/problems/remove-max-number-of-edges-to-keep-graph-fully-traversable/
https://leetcode.com/problems/remove-max-number-of-edges-to-keep-graph-fully-traversable/
1639_Number_of_ways_to_form_a_target_string_given_a_dictionary command
https://leetcode.com/problems/number-of-ways-to-form-a-target-string-given-a-dictionary/
https://leetcode.com/problems/number-of-ways-to-form-a-target-string-given-a-dictionary/
1675_Minimize_deviation_in_array command
https://leetcode.com/problems/minimize-deviation-in-array/description/
https://leetcode.com/problems/minimize-deviation-in-array/description/
1697_Checking_existence_of_edge_length_limited_paths command
https://leetcode.com/problems/checking-existence-of-edge-length-limited-paths/
https://leetcode.com/problems/checking-existence-of-edge-length-limited-paths/
1799_Maximize_score_after_n_operations command
https://leetcode.com/problems/maximize-score-after-n-operations/
https://leetcode.com/problems/maximize-score-after-n-operations/
1857_Largest_color_value_in_a_directed_graph command
https://leetcode.com/problems/largest-color-value-in-a-directed-graph/
https://leetcode.com/problems/largest-color-value-in-a-directed-graph/
1964_Find_the_longest_valid_obstacle_course_at_each_position command
https://leetcode.com/problems/find-the-longest-valid-obstacle-course-at-each-position/
https://leetcode.com/problems/find-the-longest-valid-obstacle-course-at-each-position/
2136_Earliest_possible_day_of_full_bloom command
https://leetcode.com/problems/earliest-possible-day-of-full-bloom/
https://leetcode.com/problems/earliest-possible-day-of-full-bloom/
2218_Maximum_value_of_k_coins_from_piles command
https://leetcode.com/problems/maximum-value-of-k-coins-from-piles/
https://leetcode.com/problems/maximum-value-of-k-coins-from-piles/
2246_Longest_path_with_different_adjacent_characters command
https://leetcode.com/problems/longest-path-with-different-adjacent-characters/
https://leetcode.com/problems/longest-path-with-different-adjacent-characters/
2306_Naming_a_company command
https://leetcode.com/problems/naming-a-company/
https://leetcode.com/problems/naming-a-company/
2360_Longest_cycle_in_a_graph command
https://leetcode.com/problems/longest-cycle-in-a-graph/
https://leetcode.com/problems/longest-cycle-in-a-graph/
Medium
0003_Longest_substring_without_repeating_characters command
https://leetcode.com/problems/longest-substring-without-repeating-characters/
https://leetcode.com/problems/longest-substring-without-repeating-characters/
0005_Longest_palindromic_substring command
https://leetcode.com/problems/longest-palindromic-substring/
https://leetcode.com/problems/longest-palindromic-substring/
0006_Zigzag_conversion command
https://leetcode.com/problems/zigzag-conversion/
https://leetcode.com/problems/zigzag-conversion/
0011_Container_with_most_water command
https://leetcode.com/problems/container-with-most-water/
https://leetcode.com/problems/container-with-most-water/
0012_Integer_to_roman command
https://leetcode.com/problems/integer-to-roman/
https://leetcode.com/problems/integer-to-roman/
0015_3Sum command
0016_3Sum_closest command
https://leetcode.com/problems/3sum-closest/
https://leetcode.com/problems/3sum-closest/
0017_Letter_combinations_of_a_phone_number command
https://leetcode.com/problems/letter-combinations-of-a-phone-number/
https://leetcode.com/problems/letter-combinations-of-a-phone-number/
0018_4Sum command
0019_Remove_nth_node_from_end_of_list command
https://leetcode.com/problems/remove-nth-node-from-end-of-list/
https://leetcode.com/problems/remove-nth-node-from-end-of-list/
0024_Swap_nodes_in_pairs command
https://leetcode.com/problems/swap-nodes-in-pairs/
https://leetcode.com/problems/swap-nodes-in-pairs/
0028_Find_the_index_of_the_first_occurrence_in_a_string command
https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/
https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/
0029_Divide_two_integers command
https://leetcode.com/problems/divide-two-integers/
https://leetcode.com/problems/divide-two-integers/
0031_Next_permutation command
https://leetcode.com/problems/next-permutation/
https://leetcode.com/problems/next-permutation/
0033_Search_in_Rotated_Sorted_Array command
https://leetcode.com/problems/search-in-rotated-sorted-array/
https://leetcode.com/problems/search-in-rotated-sorted-array/
0034_Find_first_and_last_position_of_element_in_sorted_array command
https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/
https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/
0036_Valid_sudoku command
https://leetcode.com/problems/valid-sudoku/
https://leetcode.com/problems/valid-sudoku/
0038_Count_and_say command
https://leetcode.com/problems/count-and-say/
https://leetcode.com/problems/count-and-say/
0039_Combination_sum command
https://leetcode.com/problems/combination-sum/
https://leetcode.com/problems/combination-sum/
0045_Jump_Game_II command
https://leetcode.com/problems/jump-game-ii/
https://leetcode.com/problems/jump-game-ii/
0046_Permutations command
https://leetcode.com/problems/permutations/
https://leetcode.com/problems/permutations/
0047_Permutations_ii command
https://leetcode.com/problems/permutations-ii/
https://leetcode.com/problems/permutations-ii/
0048_Rotate_image command
https://leetcode.com/problems/rotate-image/
https://leetcode.com/problems/rotate-image/
0049_Group_anagrams command
https://leetcode.com/problems/group-anagrams/
https://leetcode.com/problems/group-anagrams/
0050_Powx_n command
https://leetcode.com/problems/powx-n/
https://leetcode.com/problems/powx-n/
0054_Spiral_matrix command
https://leetcode.com/problems/spiral-matrix/
https://leetcode.com/problems/spiral-matrix/
0055_Jump_Game command
https://leetcode.com/problems/jump-game/
https://leetcode.com/problems/jump-game/
0056_Merge_intervals command
https://leetcode.com/problems/merge-intervals/
https://leetcode.com/problems/merge-intervals/
0057_Insert_interval command
https://leetcode.com/problems/insert-interval/
https://leetcode.com/problems/insert-interval/
0059_Spiral_matrix_ii command
https://leetcode.com/problems/spiral-matrix-ii/
https://leetcode.com/problems/spiral-matrix-ii/
0061_Rotate_list command
https://leetcode.com/problems/rotate-list/
https://leetcode.com/problems/rotate-list/
0062_Unique_paths command
https://leetcode.com/problems/unique-paths/
https://leetcode.com/problems/unique-paths/
0063_Unique_paths_ii command
https://leetcode.com/problems/unique-paths-ii/
https://leetcode.com/problems/unique-paths-ii/
0064_Minimum_path_sum command
https://leetcode.com/problems/minimum-path-sum/
https://leetcode.com/problems/minimum-path-sum/
0071_Simplify_path command
https://leetcode.com/problems/simplify-path/
https://leetcode.com/problems/simplify-path/
0074_Search_a_2d_matrix command
https://leetcode.com/problems/search-a-2d-matrix/
https://leetcode.com/problems/search-a-2d-matrix/
0077_Combinations command
https://leetcode.com/problems/combinations/
https://leetcode.com/problems/combinations/
0079_Word_search command
https://leetcode.com/problems/word-search/
https://leetcode.com/problems/word-search/
0081_Search_in_rotated_sorted_array_ii command
https://leetcode.com/problems/search-in-rotated-sorted-array-ii/
https://leetcode.com/problems/search-in-rotated-sorted-array-ii/
0086_Partition_list command
https://leetcode.com/problems/partition-list/
https://leetcode.com/problems/partition-list/
0091_Decode_ways command
https://leetcode.com/problems/decode-ways/
https://leetcode.com/problems/decode-ways/
0092_Reverse_linked_list_ii command
https://leetcode.com/problems/reverse-linked-list-ii/
https://leetcode.com/problems/reverse-linked-list-ii/
0093_Restore_ip_addresses command
https://leetcode.com/problems/restore-ip-addresses/
https://leetcode.com/problems/restore-ip-addresses/
0097_Interleaving_string command
https://leetcode.com/problems/interleaving-string/
https://leetcode.com/problems/interleaving-string/
0098_Validate_binary_search_tree command
https://leetcode.com/problems/validate-binary-search-tree/
https://leetcode.com/problems/validate-binary-search-tree/
0099_Recover_binary_search_tree command
https://leetcode.com/problems/recover-binary-search-tree/
https://leetcode.com/problems/recover-binary-search-tree/
0102_Binary_tree_level_order_traversal command
https://leetcode.com/problems/binary-tree-level-order-traversal/
https://leetcode.com/problems/binary-tree-level-order-traversal/
0103_Binary_tree_zigzag_level_order_traversal command
https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/
https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/
0105_Construct_binary_tree_from_preorder_and_inorder_traversal command
https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
0106_Construct_binary_tree_from_inorder_and_postorder_traversal command
https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal/
https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal/
0109_Convert_sorted_list_to_binary_search_tree command
https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree/
https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree/
0113_Path_sum_ii command
https://leetcode.com/problems/path-sum-ii/
https://leetcode.com/problems/path-sum-ii/
0114_Flatten_binary_tree_to_linked_list command
https://leetcode.com/problems/flatten-binary-tree-to-linked-list/
https://leetcode.com/problems/flatten-binary-tree-to-linked-list/
0117_Populating_next_right_pointers_in_each_node_ii command
https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/
https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/
0120_Triangle command
https://leetcode.com/problems/triangle/
https://leetcode.com/problems/triangle/
0128_Longest_consecutive_sequence command
https://leetcode.com/problems/longest-consecutive-sequence/
https://leetcode.com/problems/longest-consecutive-sequence/
0129_Sum_root_to_leaf_numbers command
https://leetcode.com/problems/sum-root-to-leaf-numbers/
https://leetcode.com/problems/sum-root-to-leaf-numbers/
0131_Palindrome_partitioning command
https://leetcode.com/problems/palindrome-partitioning/
https://leetcode.com/problems/palindrome-partitioning/
0133_Clone_graph command
https://leetcode.com/problems/clone-graph/
https://leetcode.com/problems/clone-graph/
0134_Gas_station command
https://leetcode.com/problems/gas-station/
https://leetcode.com/problems/gas-station/
0137_Single_number_ii command
https://leetcode.com/problems/single-number-ii/
https://leetcode.com/problems/single-number-ii/
0138_Copy_list_with_random_pointer command
https://leetcode.com/problems/copy-list-with-random-pointer/
https://leetcode.com/problems/copy-list-with-random-pointer/
0139_Word_break command
https://leetcode.com/problems/word-break/
https://leetcode.com/problems/word-break/
0142_Linked_list_cycle_ii command
https://leetcode.com/problems/linked-list-cycle-ii/
https://leetcode.com/problems/linked-list-cycle-ii/
0146_LRU_Cache command
https://leetcode.com/problems/lru-cache/
https://leetcode.com/problems/lru-cache/
0150_Evaluate_reverse_polish_notation command
https://leetcode.com/problems/evaluate-reverse-polish-notation/
https://leetcode.com/problems/evaluate-reverse-polish-notation/
0151_Reverse_words_in_a_string command
https://leetcode.com/problems/reverse-words-in-a-string/
https://leetcode.com/problems/reverse-words-in-a-string/
0153_Find_minimum_in_Rotated_Sorted_Array command
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
0167_Two_sum_ii_input_array_is_sorted command
https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/
https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/
0173_Binary_search_tree_iterator command
https://leetcode.com/problems/binary-search-tree-iterator/
https://leetcode.com/problems/binary-search-tree-iterator/
0189_Rotate_array command
https://leetcode.com/problems/rotate-array/
https://leetcode.com/problems/rotate-array/
0198_House_robber command
https://leetcode.com/problems/house-robber/
https://leetcode.com/problems/house-robber/
0199_Binary_tree_right_side_view command
https://leetcode.com/problems/binary-tree-right-side-view/
https://leetcode.com/problems/binary-tree-right-side-view/
0200_Number_of_islands command
https://leetcode.com/problems/number-of-islands/
https://leetcode.com/problems/number-of-islands/
0207_Course_schedule command
https://leetcode.com/problems/course-schedule/
https://leetcode.com/problems/course-schedule/
0208_Implement_trie_prefix_tree command
https://leetcode.com/problems/implement-trie-prefix-tree/
https://leetcode.com/problems/implement-trie-prefix-tree/
0211_Design_add_and_search_words_data_structure command
https://leetcode.com/problems/design-add-and-search-words-data-structure/
https://leetcode.com/problems/design-add-and-search-words-data-structure/
0215_Kth_largest_element_in_an_array command
https://leetcode.com/problems/kth-largest-element-in-an-array/
https://leetcode.com/problems/kth-largest-element-in-an-array/
0216_Combination_sum_iii command
https://leetcode.com/problems/combination-sum-iii/
https://leetcode.com/problems/combination-sum-iii/
0221_Maximal_square command
https://leetcode.com/problems/maximal-square/
https://leetcode.com/problems/maximal-square/
0222_Count_complete_tree_nodes command
https://leetcode.com/problems/count-complete-tree-nodes/
https://leetcode.com/problems/count-complete-tree-nodes/
0223_rectangle_area command
https://leetcode.com/problems/rectangle-area/
https://leetcode.com/problems/rectangle-area/
0230_Kth_smallest_element_in_a_bst command
https://leetcode.com/problems/kth-smallest-element-in-a-bst/
https://leetcode.com/problems/kth-smallest-element-in-a-bst/
0236_Lowest_common_ancestor_of_a_binary_tree command
https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
0237_Delete_node_in_a_linked_list command
https://leetcode.com/problems/delete-node-in-a-linked-list/
https://leetcode.com/problems/delete-node-in-a-linked-list/
0238_Product_of_array_except_self command
https://leetcode.com/problems/product-of-array-except-self/
https://leetcode.com/problems/product-of-array-except-self/
0240_Search_a_2d_matrix_ii command
https://leetcode.com/problems/search-a-2d-matrix-ii/
https://leetcode.com/problems/search-a-2d-matrix-ii/
0279_Perfect_squares command
https://leetcode.com/problems/perfect-squares/
https://leetcode.com/problems/perfect-squares/
0284_Peeking_iterator command
https://leetcode.com/problems/peeking-iterator/ vim:fdm=marker:fmr={{{,}}}
https://leetcode.com/problems/peeking-iterator/ vim:fdm=marker:fmr={{{,}}}
0287_Find_the_duplicate_number command
https://leetcode.com/problems/find-the-duplicate-number/
https://leetcode.com/problems/find-the-duplicate-number/
0289_Game_of_life command
https://leetcode.com/problems/game-of-life/
https://leetcode.com/problems/game-of-life/
0300_Longest_increasing_subsequence command
https://leetcode.com/problems/longest-increasing-subsequence/
https://leetcode.com/problems/longest-increasing-subsequence/
0304_Range_sum_query_2d_immutable command
https://leetcode.com/problems/range-sum-query-2d-immutable/
https://leetcode.com/problems/range-sum-query-2d-immutable/
0307_Range_sum_query_mutable command
https://leetcode.com/problems/range-sum-query-mutable/
https://leetcode.com/problems/range-sum-query-mutable/
0309_Best_time_to_buy_and_sell_stock_with_cooldown command
https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/
https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/
0318_Maximum_product_of_word_lengths command
https://leetcode.com/problems/maximum-product-of-word-lengths/
https://leetcode.com/problems/maximum-product-of-word-lengths/
0319_Bulb_switcher command
https://leetcode.com/problems/bulb-switcher/
https://leetcode.com/problems/bulb-switcher/
0322_Coin_change command
https://leetcode.com/problems/coin-change/
https://leetcode.com/problems/coin-change/
0328_Odd_even_linked_list command
https://leetcode.com/problems/odd-even-linked-list/
https://leetcode.com/problems/odd-even-linked-list/
0334_Increasing_triplet_subsequence command
https://leetcode.com/problems/increasing-triplet-subsequence/
https://leetcode.com/problems/increasing-triplet-subsequence/
0341_Flatten_nested_list_iterator command
https://leetcode.com/problems/flatten-nested-list-iterator/
https://leetcode.com/problems/flatten-nested-list-iterator/
0347_Top_K_frequent_elements command
https://leetcode.com/problems/top-k-frequent-elements/
https://leetcode.com/problems/top-k-frequent-elements/
0376_Wiggle_subsequence command
https://leetcode.com/problems/wiggle-subsequence/
https://leetcode.com/problems/wiggle-subsequence/
0377_Combination_sum_iv command
https://leetcode.com/problems/combination-sum-iv/
https://leetcode.com/problems/combination-sum-iv/
0378_Kth_smallest_element_in_a_sorted_matrix command
https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix/
https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix/
0380_Insert_delete_getrandom_o1 command
https://leetcode.com/problems/insert-delete-getrandom-o1/
https://leetcode.com/problems/insert-delete-getrandom-o1/
0382_Linked_list_random_node command
https://leetcode.com/problems/linked-list-random-node/
https://leetcode.com/problems/linked-list-random-node/
0393_UTF_8_validation command
https://leetcode.com/problems/utf-8-validation/
https://leetcode.com/problems/utf-8-validation/
0399_Evaluate_division command
https://leetcode.com/problems/evaluate-division/
https://leetcode.com/problems/evaluate-division/
0402_Remove_k_digits command
https://leetcode.com/problems/remove-k-digits/
https://leetcode.com/problems/remove-k-digits/
0406_Queue_reconstruction_by_height command
https://leetcode.com/problems/queue-reconstruction-by-height/
https://leetcode.com/problems/queue-reconstruction-by-height/
0417_Pacific_atlantic_water_flow command
https://leetcode.com/problems/pacific-atlantic-water-flow/
https://leetcode.com/problems/pacific-atlantic-water-flow/
0427_Construct_quad_tree command
https://leetcode.com/problems/construct-quad-tree/
https://leetcode.com/problems/construct-quad-tree/
0429_N_ary_tree_level_order_traversal command
https://leetcode.com/problems/n-ary-tree-level-order-traversal/
https://leetcode.com/problems/n-ary-tree-level-order-traversal/
0433_Minimum_genetic_mutation command
https://leetcode.com/problems/minimum-genetic-mutation/
https://leetcode.com/problems/minimum-genetic-mutation/
0435_Non_overlapping_intervals command
https://leetcode.com/problems/non-overlapping-intervals/
https://leetcode.com/problems/non-overlapping-intervals/
0438_Find_all_anagrams_in_a_string command
https://leetcode.com/problems/find-all-anagrams-in-a-string/
https://leetcode.com/problems/find-all-anagrams-in-a-string/
0443_String_compression command
https://leetcode.com/problems/string-compression/
https://leetcode.com/problems/string-compression/
0451_Sort_characters_by_frequency command
https://leetcode.com/problems/sort-characters-by-frequency/
https://leetcode.com/problems/sort-characters-by-frequency/
0452_Minimum_number_of_arrows_to_burst_balloons command
https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/
https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/
0456_132_pattern command
https://leetcode.com/problems/132-pattern/
https://leetcode.com/problems/132-pattern/
0462_Minimum_moves_to_equal_array_elements_ii command
https://leetcode.com/problems/minimum-moves-to-equal-array-elements-ii/
https://leetcode.com/problems/minimum-moves-to-equal-array-elements-ii/
0473_Matchsticks_to_square command
https://leetcode.com/problems/matchsticks-to-square/
https://leetcode.com/problems/matchsticks-to-square/
0474_Ones_and_zeroes command
https://leetcode.com/problems/ones-and-zeroes/
https://leetcode.com/problems/ones-and-zeroes/
0491_Non_decreasing_subsequences command
https://leetcode.com/problems/non-decreasing-subsequences/
https://leetcode.com/problems/non-decreasing-subsequences/
0516_Longest_palindromic_subsequence command
https://leetcode.com/problems/longest-palindromic-subsequence/
https://leetcode.com/problems/longest-palindromic-subsequence/
0518_Coin_change_ii command
https://leetcode.com/problems/coin-change-ii/
https://leetcode.com/problems/coin-change-ii/
0523_Continuous_subarray_sum command
https://leetcode.com/problems/continuous-subarray-sum/
https://leetcode.com/problems/continuous-subarray-sum/
0525_Contiguous_array command
https://leetcode.com/problems/contiguous-array/
https://leetcode.com/problems/contiguous-array/
0535_Encode_and_Decode_tinyurl command
https://leetcode.com/problems/encode-and-decode-tinyurl/
https://leetcode.com/problems/encode-and-decode-tinyurl/
0538_Convert_bst_to_greater_tree command
https://leetcode.com/problems/convert-bst-to-greater-tree/
https://leetcode.com/problems/convert-bst-to-greater-tree/
0540_Single_element_in_a_sorted_array command
https://leetcode.com/problems/single-element-in-a-sorted-array/
https://leetcode.com/problems/single-element-in-a-sorted-array/
0547_Number_of_provinces command
https://leetcode.com/problems/number-of-provinces/
https://leetcode.com/problems/number-of-provinces/
0567_Permutation_in_string command
https://leetcode.com/problems/permutation-in-string/
https://leetcode.com/problems/permutation-in-string/
0576_Out_of_boundary_paths command
https://leetcode.com/problems/out-of-boundary-paths/
https://leetcode.com/problems/out-of-boundary-paths/
0581_Shortest_unsorted_continuous_subarray command
https://leetcode.com/problems/shortest-unsorted-continuous-subarray/
https://leetcode.com/problems/shortest-unsorted-continuous-subarray/
0583_Delete_operation_for_two_strings command
https://leetcode.com/problems/delete-operation-for-two-strings/
https://leetcode.com/problems/delete-operation-for-two-strings/
0609_Find_duplicate_file_in_system command
https://leetcode.com/problems/find-duplicate-file-in-system/
https://leetcode.com/problems/find-duplicate-file-in-system/
0622_Design_circular_queue command
https://leetcode.com/problems/design-circular-queue/
https://leetcode.com/problems/design-circular-queue/
0623_Add_one_row_to_tree command
https://leetcode.com/problems/add-one-row-to-tree/
https://leetcode.com/problems/add-one-row-to-tree/
0647_Palindromic_substrings command
https://leetcode.com/problems/palindromic-substrings/
https://leetcode.com/problems/palindromic-substrings/
0649_Dota2_senate command
https://leetcode.com/problems/dota2-senate/
https://leetcode.com/problems/dota2-senate/
0652_Find_duplicate_subtrees command
https://leetcode.com/problems/find-duplicate-subtrees/
https://leetcode.com/problems/find-duplicate-subtrees/
0658_Find_k_closest_elements command
https://leetcode.com/problems/find-k-closest-elements/
https://leetcode.com/problems/find-k-closest-elements/
0659_Split_array_into_consecutive_subsequences command
https://leetcode.com/problems/split-array-into-consecutive-subsequences/
https://leetcode.com/problems/split-array-into-consecutive-subsequences/
0662_Maximum_width_of_binary_tree command
https://leetcode.com/problems/maximum-width-of-binary-tree/
https://leetcode.com/problems/maximum-width-of-binary-tree/
0665_Non_decreasing_array command
https://leetcode.com/problems/non-decreasing-array/
https://leetcode.com/problems/non-decreasing-array/
0669_Trim_a_binary_search_tree command
https://leetcode.com/problems/trim-a-binary-search-tree/
https://leetcode.com/problems/trim-a-binary-search-tree/
0678_Valid_parenthesis_string command
https://leetcode.com/problems/valid-parenthesis-string/
https://leetcode.com/problems/valid-parenthesis-string/
0692_Top_k_frequent_words command
https://leetcode.com/problems/top-k-frequent-words/
https://leetcode.com/problems/top-k-frequent-words/
0695_Max_area_of_island command
https://leetcode.com/problems/max-area-of-island/
https://leetcode.com/problems/max-area-of-island/
0712_Minimum_ascii_delete_sum_for_two_strings command
https://leetcode.com/problems/minimum-ascii-delete-sum-for-two-strings/
https://leetcode.com/problems/minimum-ascii-delete-sum-for-two-strings/
0718_Maximum_length_of_repeated_subarray command
https://leetcode.com/problems/maximum-length-of-repeated-subarray/
https://leetcode.com/problems/maximum-length-of-repeated-subarray/
0725_Split_linked_list_in_parts command
https://leetcode.com/problems/split-linked-list-in-parts/
https://leetcode.com/problems/split-linked-list-in-parts/
0729_My_calendar_i command
https://leetcode.com/problems/my-calendar-i/
https://leetcode.com/problems/my-calendar-i/
0735_Asteroid_collision command
https://leetcode.com/problems/asteroid-collision/
https://leetcode.com/problems/asteroid-collision/
0739_Daily_temperatures command
https://leetcode.com/problems/daily-temperatures/
https://leetcode.com/problems/daily-temperatures/
0743_Network_delay_time command
https://leetcode.com/problems/network-delay-time/
https://leetcode.com/problems/network-delay-time/
0785_Is_graph_bipartite command
https://leetcode.com/problems/is-graph-bipartite/
https://leetcode.com/problems/is-graph-bipartite/
0787_Cheapest_flights_within_k_stops command
https://leetcode.com/problems/cheapest-flights-within-k-stops/
https://leetcode.com/problems/cheapest-flights-within-k-stops/
0790_Domino_and_tromino_tiling command
https://leetcode.com/problems/domino-and-tromino-tiling/
https://leetcode.com/problems/domino-and-tromino-tiling/
0792_Number_of_matching_subsequences command
https://leetcode.com/problems/number-of-matching-subsequences/
https://leetcode.com/problems/number-of-matching-subsequences/
0797_All_paths_from_source_to_target command
https://leetcode.com/problems/all-paths-from-source-to-target/
https://leetcode.com/problems/all-paths-from-source-to-target/
0814_Binary_tree_pruning command
https://leetcode.com/problems/binary-tree-pruning/
https://leetcode.com/problems/binary-tree-pruning/
0820_Short_encoding_of_words command
https://leetcode.com/problems/short-encoding-of-words/
https://leetcode.com/problems/short-encoding-of-words/
0823_Binary_trees_with_factors command
https://leetcode.com/problems/binary-trees-with-factors/
https://leetcode.com/problems/binary-trees-with-factors/
0835_Image_overlap command
https://leetcode.com/problems/image-overlap/
https://leetcode.com/problems/image-overlap/
0838_Push_dominoes command
https://leetcode.com/problems/push-dominoes/
https://leetcode.com/problems/push-dominoes/
0841_Keys_and_rooms command
https://leetcode.com/problems/keys-and-rooms/
https://leetcode.com/problems/keys-and-rooms/
0852_Peak_index_in_a_mountain_array command
https://leetcode.com/problems/peak-index-in-a-mountain-array/
https://leetcode.com/problems/peak-index-in-a-mountain-array/
0858_Mirror_reflection command
https://leetcode.com/problems/mirror-reflection/
https://leetcode.com/problems/mirror-reflection/
0869_Reordered_power_of_2 command
https://leetcode.com/problems/reordered-power-of-2/
https://leetcode.com/problems/reordered-power-of-2/
0875_Koko_eating_bananas command
https://leetcode.com/problems/koko-eating-bananas/
https://leetcode.com/problems/koko-eating-bananas/
0881_Boats_to_save_people command
https://leetcode.com/problems/boats-to-save-people/
https://leetcode.com/problems/boats-to-save-people/
0886_Possible_bipartition command
https://leetcode.com/problems/possible-bipartition/
https://leetcode.com/problems/possible-bipartition/
0890_Find_and_replace_pattern command
https://leetcode.com/problems/find-and-replace-pattern/
https://leetcode.com/problems/find-and-replace-pattern/
0901_Online_stock_span command
https://leetcode.com/problems/online-stock-span/
https://leetcode.com/problems/online-stock-span/
0904_Fruit_into_baskets command
https://leetcode.com/problems/fruit-into-baskets/
https://leetcode.com/problems/fruit-into-baskets/
0907_Sum_of_subarray_minimums command
https://leetcode.com/problems/sum-of-subarray-minimums/
https://leetcode.com/problems/sum-of-subarray-minimums/
0909_Snakes_and_ladders command
https://leetcode.com/problems/snakes-and-ladders/
https://leetcode.com/problems/snakes-and-ladders/
0912_Sort_an_array command
https://leetcode.com/problems/sort-an-array/
https://leetcode.com/problems/sort-an-array/
0916_Word_subsets command
https://leetcode.com/problems/word-subsets/
https://leetcode.com/problems/word-subsets/
0918_Maximum_sum_circular_subarray command
https://leetcode.com/problems/maximum-sum-circular-subarray/
https://leetcode.com/problems/maximum-sum-circular-subarray/
0923_3Sum_with_multiplicity command
https://leetcode.com/problems/3sum-with-multiplicity/
https://leetcode.com/problems/3sum-with-multiplicity/
0926_Flip_string_to_monotone_increasing command
https://leetcode.com/problems/flip-string-to-monotone-increasing/
https://leetcode.com/problems/flip-string-to-monotone-increasing/
0931_Minimum_falling_path_sum command
https://leetcode.com/problems/minimum-falling-path-sum/
https://leetcode.com/problems/minimum-falling-path-sum/
0934_Shortest_bridge command
https://leetcode.com/problems/shortest-bridge/
https://leetcode.com/problems/shortest-bridge/
0946_Validate_stack_sequences command
https://leetcode.com/problems/validate-stack-sequences/
https://leetcode.com/problems/validate-stack-sequences/
0947_Most_stones_removed_with_same_row_or_column command
https://leetcode.com/problems/most-stones-removed-with-same-row-or-column/
https://leetcode.com/problems/most-stones-removed-with-same-row-or-column/
0948_Bag_of_tokens command
https://leetcode.com/problems/bag-of-tokens/
https://leetcode.com/problems/bag-of-tokens/
0958_Check_completeness_of_a_binary_tree command
https://leetcode.com/problems/check-completeness-of-a-binary-tree/
https://leetcode.com/problems/check-completeness-of-a-binary-tree/
0967_Numbers_with_same_consecutive_differences command
https://leetcode.com/problems/numbers-with-same-consecutive-differences/
https://leetcode.com/problems/numbers-with-same-consecutive-differences/
0974_Subarray_sums_divisible_by_k command
https://leetcode.com/problems/subarray-sums-divisible-by-k/
https://leetcode.com/problems/subarray-sums-divisible-by-k/
0981_Time_based_key_value_store command
https://leetcode.com/problems/time-based-key-value-store/
https://leetcode.com/problems/time-based-key-value-store/
0983_Minimum_cost_for_tickets command
https://leetcode.com/problems/minimum-cost-for-tickets/
https://leetcode.com/problems/minimum-cost-for-tickets/
0985_Sum_of_even_numbers_after_queries command
https://leetcode.com/problems/sum-of-even-numbers-after-queries/
https://leetcode.com/problems/sum-of-even-numbers-after-queries/
0990_Satisfiability_of_equality_equations command
https://leetcode.com/problems/satisfiability-of-equality-equations/
https://leetcode.com/problems/satisfiability-of-equality-equations/
1011_Capacity_to_ship_packages_within_d_days command
https://leetcode.com/problems/capacity-to-ship-packages-within-d-days/
https://leetcode.com/problems/capacity-to-ship-packages-within-d-days/
1020_Number_of_enclaves command
https://leetcode.com/problems/number-of-enclaves/
https://leetcode.com/problems/number-of-enclaves/
1026_Maximum_difference_between_node_and_ancestor command
https://leetcode.com/problems/maximum-difference-between-node-and-ancestor/
https://leetcode.com/problems/maximum-difference-between-node-and-ancestor/
1035_Uncrossed_lines command
https://leetcode.com/problems/uncrossed-lines/
https://leetcode.com/problems/uncrossed-lines/
1048_Longest_string_chain command
https://leetcode.com/problems/longest-string-chain/
https://leetcode.com/problems/longest-string-chain/
1061_Lexicographically_smallest_equivalent_string command
https://leetcode.com/problems/lexicographically-smallest-equivalent-string/
https://leetcode.com/problems/lexicographically-smallest-equivalent-string/
1091_Shortest_path_in_binary_matrix command
https://leetcode.com/problems/shortest-path-in-binary-matrix/
https://leetcode.com/problems/shortest-path-in-binary-matrix/
1129_Shortest_path_with_alternating_colors command
https://leetcode.com/problems/shortest-path-with-alternating-colors/
https://leetcode.com/problems/shortest-path-with-alternating-colors/
1143_Longest_common_subsequence command
https://leetcode.com/problems/longest-common-subsequence/
https://leetcode.com/problems/longest-common-subsequence/
1146_Snapshot_array command
https://leetcode.com/problems/snapshot-array/
https://leetcode.com/problems/snapshot-array/
1155_Number_of_dice_rolls_with_target_sum command
https://leetcode.com/problems/number-of-dice-rolls-with-target-sum/
https://leetcode.com/problems/number-of-dice-rolls-with-target-sum/
1161_Maximum_level_sum_of_a_binary_tree command
https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree/
https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree/
1162_As_far_from_land_as_possible command
https://leetcode.com/problems/as-far-from-land-as-possible/
https://leetcode.com/problems/as-far-from-land-as-possible/
1202_Smallest_string_with_swaps command
https://leetcode.com/problems/smallest-string-with-swaps/solution/
https://leetcode.com/problems/smallest-string-with-swaps/solution/
1209_Remove_all_adjacent_duplicates_in_string_ii command
https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-ii/
https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-ii/
1239_Maximum_length_of_a_concatenated_string_with_unique_characters command
https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters/
https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters/
1254_Number_of_closed_islands command
https://leetcode.com/problems/number-of-closed-islands/
https://leetcode.com/problems/number-of-closed-islands/
1268_Search_suggestions_system command
https://leetcode.com/problems/search-suggestions-system/
https://leetcode.com/problems/search-suggestions-system/
1282_Group_the_people_given_the_group_size_they_belong_to command
https://leetcode.com/problems/group-the-people-given-the-group-size-they-belong-to/
https://leetcode.com/problems/group-the-people-given-the-group-size-they-belong-to/
1302_Deepest_leaves_sum command
https://leetcode.com/problems/deepest-leaves-sum/
https://leetcode.com/problems/deepest-leaves-sum/
1306_Jump_game_iii command
https://leetcode.com/problems/jump-game-iii/
https://leetcode.com/problems/jump-game-iii/
1318_Minimum_flips_to_make_a_or_b_equal_to_c command
https://leetcode.com/problems/minimum-flips-to-make-a-or-b-equal-to-c/
https://leetcode.com/problems/minimum-flips-to-make-a-or-b-equal-to-c/
1319_Number_of_operations_to_make_network_connected command
https://leetcode.com/problems/number-of-operations-to-make-network-connected/
https://leetcode.com/problems/number-of-operations-to-make-network-connected/
1328_Break_a_palindrome command
https://leetcode.com/problems/break-a-palindrome/
https://leetcode.com/problems/break-a-palindrome/
1329_Sort_the_matrix_diagonally command
https://leetcode.com/problems/sort-the-matrix-diagonally/
https://leetcode.com/problems/sort-the-matrix-diagonally/
1338_Reduce_array_size_to_the_half command
https://leetcode.com/problems/reduce-array-size-to-the-half/
https://leetcode.com/problems/reduce-array-size-to-the-half/
1339_Maximum_product_of_splitted_binary_tree command
https://leetcode.com/problems/maximum-product-of-splitted-binary-tree/
https://leetcode.com/problems/maximum-product-of-splitted-binary-tree/
1372_Longest_zigzag_path_in_a_binary_tree command
https://leetcode.com/problems/longest-zigzag-path-in-a-binary-tree/
https://leetcode.com/problems/longest-zigzag-path-in-a-binary-tree/
1376_Time_needed_to_inform_all_employees command
https://leetcode.com/problems/time-needed-to-inform-all-employees/
https://leetcode.com/problems/time-needed-to-inform-all-employees/
1396_Design_underground_system command
https://leetcode.com/problems/design-underground-system/
https://leetcode.com/problems/design-underground-system/
1423_Maximum_points_you_can_obtain_from_cards command
https://leetcode.com/problems/maximum-points-you-can-obtain-from-cards/
https://leetcode.com/problems/maximum-points-you-can-obtain-from-cards/
1448_Count_good_nodes_in_binary_tree command
https://leetcode.com/problems/count-good-nodes-in-binary-tree/
https://leetcode.com/problems/count-good-nodes-in-binary-tree/
1456_Maximum_number_of_vowels_in_a_substring_of_given_length command
https://leetcode.com/problems/maximum-number-of-vowels-in-a-substring-of-given-length/
https://leetcode.com/problems/maximum-number-of-vowels-in-a-substring-of-given-length/
1457_Pseudo_palindromic_paths_in_a_binary_tree command
https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree/
https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree/
1461_Check_if_a_string_contains_all_binary_codes_of_size_k command
https://leetcode.com/problems/check-if-a-string-contains-all-binary-codes-of-size-k/
https://leetcode.com/problems/check-if-a-string-contains-all-binary-codes-of-size-k/
1465_Maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts command
https://leetcode.com/problems/maximum-area-of-a-piece-of-cake-after-horizontal-and-vertical-cuts/
https://leetcode.com/problems/maximum-area-of-a-piece-of-cake-after-horizontal-and-vertical-cuts/
1466_Reorder_routes_to_make_all_paths_lead_to_the_city_zero command
https://leetcode.com/problems/reorder-routes-to-make-all-paths-lead-to-the-city-zero/
https://leetcode.com/problems/reorder-routes-to-make-all-paths-lead-to-the-city-zero/
1472_Design_browser_history command
https://leetcode.com/problems/design-browser-history/
https://leetcode.com/problems/design-browser-history/
1493_Longest_subarray_of_1s_after_deleting_one_element command
https://leetcode.com/problems/longest-subarray-of-1s-after-deleting-one-element/
https://leetcode.com/problems/longest-subarray-of-1s-after-deleting-one-element/
1498_Number_of_subsequences_that_satisfy_the_given_sum_condition command
https://leetcode.com/problems/number-of-subsequences-that-satisfy-the-given-sum-condition/
https://leetcode.com/problems/number-of-subsequences-that-satisfy-the-given-sum-condition/
1519_Number_of_nodes_in_the_sub_tree_with_the_same_label command
https://leetcode.com/problems/number-of-nodes-in-the-sub-tree-with-the-same-label/
https://leetcode.com/problems/number-of-nodes-in-the-sub-tree-with-the-same-label/
1557_Minimum_number_of_vertices_to_reach_all_nodes command
https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodes/
https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodes/
1578_Minimum_time_to_make_rope_colorful command
https://leetcode.com/problems/minimum-time-to-make-rope-colorful/
https://leetcode.com/problems/minimum-time-to-make-rope-colorful/
1584_Min_cost_to_connect_all_points command
https://leetcode.com/problems/min-cost-to-connect-all-points/
https://leetcode.com/problems/min-cost-to-connect-all-points/
1626_Best_team_with_no_conflicts command
https://leetcode.com/problems/best-team-with-no-conflicts/
https://leetcode.com/problems/best-team-with-no-conflicts/
1631_Path_with_minimum_effort command
https://leetcode.com/problems/path-with-minimum-effort/
https://leetcode.com/problems/path-with-minimum-effort/
1641_Count_sorted_vowel_strings command
https://leetcode.com/problems/count-sorted-vowel-strings/
https://leetcode.com/problems/count-sorted-vowel-strings/
1642_Furthest_building_you_can_reach command
https://leetcode.com/problems/furthest-building-you-can-reach/
https://leetcode.com/problems/furthest-building-you-can-reach/
1647_Minimum_deletions_to_make_character_frequencies_unique command
https://leetcode.com/problems/minimum-deletions-to-make-character-frequencies-unique/
https://leetcode.com/problems/minimum-deletions-to-make-character-frequencies-unique/
1657_Determine_if_two_strings_are_close command
https://leetcode.com/problems/determine-if-two-strings-are-close/
https://leetcode.com/problems/determine-if-two-strings-are-close/
1658_Minimum_operations_to_reduce_x_to_zero command
https://leetcode.com/problems/minimum-operations-to-reduce-x-to-zero/
https://leetcode.com/problems/minimum-operations-to-reduce-x-to-zero/
1679_Max_number_of_k_sum_pairs command
https://leetcode.com/problems/max-number-of-k-sum-pairs/
https://leetcode.com/problems/max-number-of-k-sum-pairs/
1680_Concatenation_of_consecutive_binary_numbers command
https://leetcode.com/problems/concatenation-of-consecutive-binary-numbers/
https://leetcode.com/problems/concatenation-of-consecutive-binary-numbers/
1689_Partitioning_into_minimum_number_of_deci_binary_numbers command
https://leetcode.com/problems/partitioning-into-minimum-number-of-deci-binary-numbers/
https://leetcode.com/problems/partitioning-into-minimum-number-of-deci-binary-numbers/
1695_Maximum_erasure_value command
https://leetcode.com/problems/maximum-erasure-value/
https://leetcode.com/problems/maximum-erasure-value/
1696_Jump_game_vi command
https://leetcode.com/problems/jump-game-vi/
https://leetcode.com/problems/jump-game-vi/
1706_Where_will_the_ball_fall command
https://leetcode.com/problems/where-will-the-ball-fall/
https://leetcode.com/problems/where-will-the-ball-fall/
1721_Swapping_nodes_in_a_linked_list command
https://leetcode.com/problems/swapping-nodes-in-a-linked-list/
https://leetcode.com/problems/swapping-nodes-in-a-linked-list/
1743_Restore_the_array_from_adjacent_pairs command
https://leetcode.com/problems/restore-the-array-from-adjacent-pairs/
https://leetcode.com/problems/restore-the-array-from-adjacent-pairs/
1770_Maximum_score_from_performing_multiplication_operations command
https://leetcode.com/problems/maximum-score-from-performing-multiplication-operations/
https://leetcode.com/problems/maximum-score-from-performing-multiplication-operations/
1833_Maximum_ice_cream_bars command
https://leetcode.com/problems/maximum-ice-cream-bars/
https://leetcode.com/problems/maximum-ice-cream-bars/
1834_Single_threaded_cpu command
https://leetcode.com/problems/single-threaded-cpu/
https://leetcode.com/problems/single-threaded-cpu/
1926_Nearest_exit_from_entrance_in_maze command
https://leetcode.com/problems/nearest-exit-from-entrance-in-maze/
https://leetcode.com/problems/nearest-exit-from-entrance-in-maze/
1930_Unique_length_3_palindromic_subsequences command
https://leetcode.com/problems/unique-length-3-palindromic-subsequences/
https://leetcode.com/problems/unique-length-3-palindromic-subsequences/
1962_Remove_stones_to_minimize_the_total command
https://leetcode.com/problems/remove-stones-to-minimize-the-total/
https://leetcode.com/problems/remove-stones-to-minimize-the-total/
1996_The_number_of_weak_characters_in_the_game command
https://leetcode.com/problems/the-number-of-weak-characters-in-the-game/
https://leetcode.com/problems/the-number-of-weak-characters-in-the-game/
2007_Find_original_array_from_doubled_array command
https://leetcode.com/problems/find-original-array-from-doubled-array/
https://leetcode.com/problems/find-original-array-from-doubled-array/
2038_Remove_colored_pieces_if_both_neighbors_are_the_same_color command
https://leetcode.com/problems/remove-colored-pieces-if-both-neighbors-are-the-same-color/
https://leetcode.com/problems/remove-colored-pieces-if-both-neighbors-are-the-same-color/
2090_K_radius_subarray_averages command
https://leetcode.com/problems/k-radius-subarray-averages/
https://leetcode.com/problems/k-radius-subarray-averages/
2095_Delete_the_middle_node_of_a_linked_list command
https://leetcode.com/problems/delete-the-middle-node-of-a-linked-list/
https://leetcode.com/problems/delete-the-middle-node-of-a-linked-list/
2101_Detonate_the_maximum_bombs command
https://leetcode.com/problems/detonate-the-maximum-bombs/
https://leetcode.com/problems/detonate-the-maximum-bombs/
2130_Maximum_twin_sum_of_a_linked_list command
https://leetcode.com/problems/maximum-twin-sum-of-a-linked-list/
https://leetcode.com/problems/maximum-twin-sum-of-a-linked-list/
2131_Longest_palindrome_by_concatenating_two_letter_words command
https: //leetcode.com/problems/longest-palindrome-by-concatenating-two-letter-words/
https: //leetcode.com/problems/longest-palindrome-by-concatenating-two-letter-words/
2140_Solving_questions_with_brainpower command
https://leetcode.com/problems/solving-questions-with-brainpower/
https://leetcode.com/problems/solving-questions-with-brainpower/
2187_Minimum_time_to_complete_trips command
https://leetcode.com/problems/minimum-time-to-complete-trips/
https://leetcode.com/problems/minimum-time-to-complete-trips/
2225_Find_players_with_zero_or_one_losses command
https://leetcode.com/problems/find-players-with-zero-or-one-losses/
https://leetcode.com/problems/find-players-with-zero-or-one-losses/
2244_Minimum_rounds_to_complete_all_tasks command
https://leetcode.com/problems/minimum-rounds-to-complete-all-tasks/
https://leetcode.com/problems/minimum-rounds-to-complete-all-tasks/
2256_Minimum_average_difference command
https://leetcode.com/problems/minimum-average-difference/
https://leetcode.com/problems/minimum-average-difference/
2270_Number_of_ways_to_split_array command
https://leetcode.com/problems/number-of-ways-to-split-array/
https://leetcode.com/problems/number-of-ways-to-split-array/
2279_Maximum_bags_with_full_capacity_of_rocks command
https://leetcode.com/problems/maximum-bags-with-full-capacity-of-rocks/
https://leetcode.com/problems/maximum-bags-with-full-capacity-of-rocks/
2300_Successful_pairs_of_spells_and_potions command
https://leetcode.com/problems/successful-pairs-of-spells-and-potions/
https://leetcode.com/problems/successful-pairs-of-spells-and-potions/
2305_Fair_distribution_of_cookies command
https://leetcode.com/problems/fair-distribution-of-cookies/
https://leetcode.com/problems/fair-distribution-of-cookies/
2316_Count_unreachable_pairs_of_nodes_in_an_undirected_graph command
https://leetcode.com/problems/count-unreachable-pairs-of-nodes-in-an-undirected-graph/
https://leetcode.com/problems/count-unreachable-pairs-of-nodes-in-an-undirected-graph/
2336_Smallest_number_in_infinite_set command
https://leetcode.com/problems/smallest-number-in-infinite-set/
https://leetcode.com/problems/smallest-number-in-infinite-set/
2348_Number_of_zero_filled_subarrays command
https://leetcode.com/problems/number-of-zero-filled-subarrays/
https://leetcode.com/problems/number-of-zero-filled-subarrays/
2352_Equal_row_and_column_pairs command
https://leetcode.com/problems/equal-row-and-column-pairs/
https://leetcode.com/problems/equal-row-and-column-pairs/
2359_Find_closest_node_to_given_two_nodes command
https://leetcode.com/problems/find-closest-node-to-given-two-nodes/
https://leetcode.com/problems/find-closest-node-to-given-two-nodes/
2390_Removing_stars_from_a_string command
https://leetcode.com/problems/removing-stars-from-a-string/
https://leetcode.com/problems/removing-stars-from-a-string/
2405_Optimal_partition_of_string command
https://leetcode.com/problems/optimal-partition-of-string/
https://leetcode.com/problems/optimal-partition-of-string/
2439_Minimize_maximum_of_array command
https://leetcode.com/problems/minimize-maximum-of-array/
https://leetcode.com/problems/minimize-maximum-of-array/
2466_Count_ways_to_build_good_strings command
https://leetcode.com/problems/cache-ways-to-build-good-strings/
https://leetcode.com/problems/cache-ways-to-build-good-strings/
2477_Minimum_fuel_cost_to_report_to_the_capital command
https://leetcode.com/problems/minimum-fuel-cost-to-report-to-the-capital/
https://leetcode.com/problems/minimum-fuel-cost-to-report-to-the-capital/
2483_Minimum_penalty_for_a_shop command
https://leetcode.com/problems/minimum-penalty-for-a-shop/
https://leetcode.com/problems/minimum-penalty-for-a-shop/
2492_Minimum_score_of_a_path_between_two_cities command
https://leetcode.com/problems/minimum-score-of-a-path-between-two-cities/
https://leetcode.com/problems/minimum-score-of-a-path-between-two-cities/
2542_Maximum_subsequence_score command
https://leetcode.com/problems/maximum-subsequence-score/
https://leetcode.com/problems/maximum-subsequence-score/
2785_Sort_vowels_in_a_string command
https://leetcode.com/problems/sort-vowels-in-a-string/
https://leetcode.com/problems/sort-vowels-in-a-string/
Minimum_time_to_collect_all_apples_in_a_tree command
https://leetcode.com/problems/minimum-time-to-collect-all-apples-in-a-tree/
https://leetcode.com/problems/minimum-time-to-collect-all-apples-in-a-tree/

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL