Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- abbreviateProduct(int, int) - Method in class g2101_2200.s2117_abbreviating_the_product_of_a_range.Solution
- accountsMerge(List<List<String>>) - Method in class g0701_0800.s0721_accounts_merge.Solution
- add(int) - Method in class g0701_0800.s0703_kth_largest_element_in_a_stream.KthLargest
- add(int) - Method in class g0701_0800.s0705_design_hashset.MyHashSet
- add(int) - Method in class g1201_1300.s1206_design_skiplist.Skiplist
- add(int) - Method in class g1301_1400.s1352_product_of_the_last_k_numbers.ProductOfNumbers
- add(int[]) - Method in class g2001_2100.s2013_detect_squares.DetectSquares
- add(int, int) - Method in class g1801_1900.s1865_finding_pairs_with_a_certain_sum.FindSumPairs
- add(int, int) - Method in class g2201_2300.s2276_count_integers_in_intervals.CountIntervals
- add(NestedInteger) - Method in class com_github_leetcode.NestedInteger
- add(String, int) - Method in class g2101_2200.s2102_sequentially_ordinal_rank_tracker.SORTracker
- addAll(int) - Method in class g1601_1700.s1622_fancy_sequence.Fancy
- addAtHead(int) - Method in class g0701_0800.s0707_design_linked_list.MyLinkedList
- addAtIndex(int, int) - Method in class g0701_0800.s0707_design_linked_list.MyLinkedList
- addAtTail(int) - Method in class g0701_0800.s0707_design_linked_list.MyLinkedList
- addBack(int) - Method in class g2301_2400.s2336_smallest_number_in_infinite_set.SmallestInfiniteSet
- addBinary(String, String) - Method in class g0001_0100.s0067_add_binary.Solution
- addCar(int) - Method in class g1601_1700.s1603_design_parking_system.ParkingSystem
- addDigits(int) - Method in class g0201_0300.s0258_add_digits.Solution
- addElement(int) - Method in class g1801_1900.s1825_finding_mk_average.MKAverage
- addNegabinary(int[], int[]) - Method in class g1001_1100.s1073_adding_two_negabinary_numbers.Solution
- addNum(int) - Method in class g0201_0300.s0295_find_median_from_data_stream.MedianFinder
- addNum(int) - Method in class g0301_0400.s0352_data_stream_as_disjoint_intervals.SummaryRanges
- addOneRow(TreeNode, int, int) - Method in class g0601_0700.s0623_add_one_row_to_tree.Solution
- addOperators(String, int) - Method in class g0201_0300.s0282_expression_add_operators.Solution
- addRange(int, int) - Method in class g0701_0800.s0715_range_module.RangeModule
- addRungs(int[], int) - Method in class g1901_2000.s1936_add_minimum_number_of_rungs.Solution
- addSpaces(String, int[]) - Method in class g2101_2200.s2109_adding_spaces_to_a_string.Solution
- addStrings(String, String) - Method in class g0401_0500.s0415_add_strings.Solution
- addText(String) - Method in class g2201_2300.s2296_design_a_text_editor.TextEditor
- addToArrayForm(int[], int) - Method in class g0901_1000.s0989_add_to_array_form_of_integer.Solution
- addTwoNumbers(ListNode, ListNode) - Method in class g0001_0100.s0002_add_two_numbers.Solution
- addTwoNumbers(ListNode, ListNode) - Method in class g0401_0500.s0445_add_two_numbers_ii.Solution
- addWord(Tree, String) - Static method in class g0201_0300.s0212_word_search_ii.Tree
- addWord(String) - Method in class g0201_0300.s0211_design_add_and_search_words_data_structure.WordDictionary
- advantageCount(int[], int[]) - Method in class g0801_0900.s0870_advantage_shuffle.Solution
- alertNames(String[], String[]) - Method in class g1601_1700.s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period.Solution
- all() - Method in class g2101_2200.s2166_design_bitset.Bitset
- allCellsDistOrder(int, int, int, int) - Method in class g1001_1100.s1030_matrix_cells_in_distance_order.Solution
- AllOne - Class in g0401_0500.s0432_all_oone_data_structure
- AllOne() - Constructor for class g0401_0500.s0432_all_oone_data_structure.AllOne
- allPathsSourceTarget(int[][]) - Method in class g0701_0800.s0797_all_paths_from_source_to_target.Solution
- alphabetBoardPath(String) - Method in class g1101_1200.s1138_alphabet_board_path.Solution
- ambiguousCoordinates(String) - Method in class g0801_0900.s0816_ambiguous_coordinates.Solution
- amountOfTime(TreeNode, int) - Method in class g2301_2400.s2385_amount_of_time_for_binary_tree_to_be_infected.Solution
- angleClock(int, int) - Method in class g1301_1400.s1344_angle_between_hands_of_a_clock.Solution
- answerQueries(int[], int[]) - Method in class g2301_2400.s2389_longest_subsequence_with_limited_sum.Solution
- appealSum(String) - Method in class g2201_2300.s2262_total_appeal_of_a_string.Solution
- append(int) - Method in class g1601_1700.s1622_fancy_sequence.Fancy
- applyOperations(int[]) - Method in class g2401_2500.s2460_apply_operations_to_an_array.Solution
- areAlmostEqual(String, String) - Method in class g1701_1800.s1790_check_if_one_string_swap_can_make_strings_equal.Solution
- areConnected(int, int, int[][]) - Method in class g1601_1700.s1627_graph_connectivity_with_threshold.Solution
- areNumbersAscending(String) - Method in class g2001_2100.s2042_check_if_numbers_are_ascending_in_a_sentence.Solution
- areOccurrencesEqual(String) - Method in class g1901_2000.s1941_check_if_all_characters_have_equal_number_of_occurrences.Solution
- areSentencesSimilar(String, String) - Method in class g1801_1900.s1813_sentence_similarity_iii.Solution
- arithmeticTriplets(int[], int) - Method in class g2301_2400.s2367_number_of_arithmetic_triplets.Solution
- arrangeCoins(int) - Method in class g0401_0500.s0441_arranging_coins.Solution
- arrangeWords(String) - Method in class g1401_1500.s1451_rearrange_words_in_a_sentence.Solution
- arrayChange(int[], int[][]) - Method in class g2201_2300.s2295_replace_elements_in_an_array.Solution
- arrayNesting(int[]) - Method in class g0501_0600.s0565_array_nesting.Solution
- arrayPairSum(int[]) - Method in class g0501_0600.s0561_array_partition_i.Solution
- arrayRankTransform(int[]) - Method in class g1301_1400.s1331_rank_transform_of_an_array.Solution
- arraySign(int[]) - Method in class g1801_1900.s1822_sign_of_the_product_of_an_array.Solution
- arrayStringsAreEqual(String[], String[]) - Method in class g1601_1700.s1662_check_if_two_string_arrays_are_equivalent.Solution
- assignTasks(int[], int[]) - Method in class g1801_1900.s1882_process_tasks_using_servers.Solution
- asteroidCollision(int[]) - Method in class g0701_0800.s0735_asteroid_collision.Solution
- asteroidsDestroyed(int, int[]) - Method in class g2101_2200.s2126_destroying_asteroids.Solution
- ATM - Class in g2201_2300.s2241_design_an_atm_machine
- ATM() - Constructor for class g2201_2300.s2241_design_an_atm_machine.ATM
- atMostNGivenDigitSet(String[], int) - Method in class g0901_1000.s0902_numbers_at_most_n_given_digit_set.Solution
- AuthenticationManager - Class in g1701_1800.s1797_design_authentication_manager
- AuthenticationManager(int) - Constructor for class g1701_1800.s1797_design_authentication_manager.AuthenticationManager
- average(int[]) - Method in class g1401_1500.s1491_average_salary_excluding_the_minimum_and_maximum_salary.Solution
- averageOfLevels(TreeNode) - Method in class g0601_0700.s0637_average_of_levels_in_binary_tree.Solution
- averageOfSubtree(TreeNode) - Method in class g2201_2300.s2265_count_nodes_equal_to_average_of_subtree.Solution
- averageValue(int[]) - Method in class g2401_2500.s2455_average_value_of_even_numbers_that_are_divisible_by_three.Solution
- averageWaitingTime(int[][]) - Method in class g1701_1800.s1701_average_waiting_time.Solution
- avoidFlood(int[]) - Method in class g1401_1500.s1488_avoid_flood_in_the_city.Solution
B
- back(int) - Method in class g1401_1500.s1472_design_browser_history.BrowserHistory
- backspaceCompare(String, String) - Method in class g0801_0900.s0844_backspace_string_compare.Solution
- bagOfTokensScore(int[], int) - Method in class g0901_1000.s0948_bag_of_tokens.Solution
- balance(PriorityQueue<Integer>, PriorityQueue<Integer>) - Method in class g0201_0300.s0295_find_median_from_data_stream.MedianFinder
- balanceBST(TreeNode) - Method in class g1301_1400.s1382_balance_a_binary_search_tree.Solution
- balancedString(String) - Method in class g1201_1300.s1234_replace_the_substring_for_balanced_string.Solution
- balancedStringSplit(String) - Method in class g1201_1300.s1221_split_a_string_in_balanced_strings.Solution
- Bank - Class in g2001_2100.s2043_simple_bank_system
- Bank(long[]) - Constructor for class g2001_2100.s2043_simple_bank_system.Bank
- bar(Runnable) - Method in class g1101_1200.s1115_print_foobar_alternately.FooBar
- baseNeg2(int) - Method in class g1001_1100.s1017_convert_to_base_2.Solution
- basicCalculatorIV(String, String[], int[]) - Method in class g0701_0800.s0770_basic_calculator_iv.Solution
- beautifulArray(int) - Method in class g0901_1000.s0932_beautiful_array.Solution
- beautySum(String) - Method in class g1701_1800.s1781_sum_of_beauty_of_all_substrings.Solution
- bestCoordinate(int[][], int) - Method in class g1601_1700.s1620_coordinate_with_maximum_network_quality.Solution
- bestHand(int[], char[]) - Method in class g2301_2400.s2347_best_poker_hand.Solution
- bestRotation(int[]) - Method in class g0701_0800.s0798_smallest_rotation_with_highest_score.Solution
- bestTeamScore(int[], int[]) - Method in class g1601_1700.s1626_best_team_with_no_conflicts.Solution
- bfs(int[][], int) - Method in class g0701_0800.s0778_swim_in_rising_water.Solution
- binaryGap(int) - Method in class g0801_0900.s0868_binary_gap.Solution
- binaryTreePaths(TreeNode) - Method in class g0201_0300.s0257_binary_tree_paths.Solution
- birth(String, String) - Method in class g1501_1600.s1600_throne_inheritance.ThroneInheritance
- Bitset - Class in g2101_2200.s2166_design_bitset
- Bitset(int) - Constructor for class g2101_2200.s2166_design_bitset.Bitset
- bitwiseComplement(int) - Method in class g1001_1100.s1009_complement_of_base_10_integer.Solution
- book(int, int) - Method in class g0701_0800.s0729_my_calendar_i.MyCalendar
- book(int, int) - Method in class g0701_0800.s0731_my_calendar_ii.MyCalendarTwo
- book(int, int) - Method in class g0701_0800.s0732_my_calendar_iii.MyCalendarThree
- BookMyShow - Class in g2201_2300.s2286_booking_concert_tickets_in_groups
- BookMyShow(int, int) - Constructor for class g2201_2300.s2286_booking_concert_tickets_in_groups.BookMyShow
- bottomLeft - Variable in class g0401_0500.s0427_construct_quad_tree.Node
- bottomLeft - Variable in class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node
- bottomRight - Variable in class g0401_0500.s0427_construct_quad_tree.Node
- bottomRight - Variable in class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node
- boxDelivering(int[][], int, int, int) - Method in class g1601_1700.s1687_delivering_boxes_from_storage_to_ports.Solution
- braceExpansionII(String) - Method in class g1001_1100.s1096_brace_expansion_ii.Solution
- breakPalindrome(String) - Method in class g1301_1400.s1328_break_a_palindrome.Solution
- brokenCalc(int, int) - Method in class g0901_1000.s0991_broken_calculator.Solution
- BrowserHistory - Class in g1401_1500.s1472_design_browser_history
- BrowserHistory(String) - Constructor for class g1401_1500.s1472_design_browser_history.BrowserHistory
- bstFromPreorder(int[]) - Method in class g1001_1100.s1008_construct_binary_search_tree_from_preorder_traversal.Solution
- BSTIterator - Class in g0101_0200.s0173_binary_search_tree_iterator
- BSTIterator(TreeNode) - Constructor for class g0101_0200.s0173_binary_search_tree_iterator.BSTIterator
- bstToGst(TreeNode) - Method in class g1001_1100.s1038_binary_search_tree_to_greater_sum_tree.Solution
- btreeGameWinningMove(TreeNode, int, int) - Method in class g1101_1200.s1145_binary_tree_coloring_game.Solution
- buddyStrings(String, String) - Method in class g0801_0900.s0859_buddy_strings.Solution
- buildArray(int[]) - Method in class g1901_2000.s1920_build_array_from_permutation.Solution
- buildArray(int[], int) - Method in class g1401_1500.s1441_build_an_array_with_stack_operations.Solution
- buildDict(String[]) - Method in class g0601_0700.s0676_implement_magic_dictionary.MagicDictionary
- buildMatrix(int, int[][], int[][]) - Method in class g2301_2400.s2392_build_a_matrix_with_conditions.Solution
- buildTree(int[], int[]) - Method in class g0101_0200.s0105_construct_binary_tree_from_preorder_and_inorder_traversal.Solution
- buildTree(int[], int[]) - Method in class g0101_0200.s0106_construct_binary_tree_from_inorder_and_postorder_traversal.Solution
- bulbSwitch(int) - Method in class g0301_0400.s0319_bulb_switcher.Solution
- busiestServers(int, int[], int[]) - Method in class g1601_1700.s1606_find_servers_that_handled_most_number_of_requests.Solution
- busyStudent(int[], int[], int) - Method in class g1401_1500.s1450_number_of_students_doing_homework_at_a_given_time.Solution
- buzz(Runnable) - Method in class g1101_1200.s1195_fizz_buzz_multithreaded.FizzBuzz
C
- calcEquation(List<List<String>>, double[], List<List<String>>) - Method in class g0301_0400.s0399_evaluate_division.Solution
- calculate(String) - Method in class g0201_0300.s0224_basic_calculator.Solution
- calculate(String) - Method in class g0201_0300.s0227_basic_calculator_ii.Solution
- calculateMinimumHP(int[][]) - Method in class g0101_0200.s0174_dungeon_game.Solution
- calculateMKAverage() - Method in class g1801_1900.s1825_finding_mk_average.MKAverage
- calculateTax(int[][], int) - Method in class g2301_2400.s2303_calculate_amount_paid_in_taxes.Solution
- calPoints(String[]) - Method in class g0601_0700.s0682_baseball_game.Solution
- camelMatch(String[], String) - Method in class g1001_1100.s1023_camelcase_matching.Solution
- canArrange(int[], int) - Method in class g1401_1500.s1497_check_if_array_pairs_are_divisible_by_k.Solution
- canBeEqual(int[], int[]) - Method in class g1401_1500.s1460_make_two_arrays_equal_by_reversing_sub_arrays.Solution
- canBeIncreasing(int[]) - Method in class g1901_2000.s1909_remove_one_element_to_make_the_array_strictly_increasing.Solution
- canBeTypedWords(String, String) - Method in class g1901_2000.s1935_maximum_number_of_words_you_can_type.Solution
- canBeValid(String, String) - Method in class g2101_2200.s2116_check_if_a_parentheses_string_can_be_valid.Solution
- canChange(String, String) - Method in class g2301_2400.s2337_move_pieces_to_obtain_a_string.Solution
- canChoose(int[][], int[]) - Method in class g1701_1800.s1764_form_array_by_concatenating_subarrays_of_another_array.Solution
- canCompleteCircuit(int[], int[]) - Method in class g0101_0200.s0134_gas_station.Solution
- canConstruct(String, int) - Method in class g1301_1400.s1400_construct_k_palindrome_strings.Solution
- canConstruct(String, String) - Method in class g0301_0400.s0383_ransom_note.Solution
- canConvertString(String, String, int) - Method in class g1501_1600.s1540_can_convert_string_in_k_moves.Solution
- canCross(int[]) - Method in class g0401_0500.s0403_frog_jump.Solution
- canDistribute(int[], int[]) - Method in class g1601_1700.s1655_distribute_repeating_integers.Solution
- candy(int[]) - Method in class g0101_0200.s0135_candy.Solution
- canEat(int[], int[][]) - Method in class g1701_1800.s1744_can_you_eat_your_favorite_candy_on_your_favorite_day.Solution
- canFinish(int, int[][]) - Method in class g0201_0300.s0207_course_schedule.Solution
- canFormArray(int[], int[][]) - Method in class g1601_1700.s1640_check_array_formation_through_concatenation.Solution
- canIWin(int, int) - Method in class g0401_0500.s0464_can_i_win.Solution
- canJump(int[]) - Method in class g0001_0100.s0055_jump_game.Solution
- canMakeArithmeticProgression(int[]) - Method in class g1501_1600.s1502_can_make_arithmetic_progression_from_sequence.Solution
- canMakePaliQueries(String, int[][]) - Method in class g1101_1200.s1177_can_make_palindrome_from_substring.Solution
- canMeasureWater(int, int, int) - Method in class g0301_0400.s0365_water_and_jug_problem.Solution
- canMerge(List<TreeNode>) - Method in class g1901_2000.s1932_merge_bsts_to_create_single_bst.Solution
- canMouseWin(String[], int, int) - Method in class g1701_1800.s1728_cat_and_mouse_ii.Solution
- canPartition(int[]) - Method in class g0401_0500.s0416_partition_equal_subset_sum.Solution
- canPartitionKSubsets(int[], int) - Method in class g0601_0700.s0698_partition_to_k_equal_sum_subsets.Solution
- canPlaceFlowers(int[], int) - Method in class g0601_0700.s0605_can_place_flowers.Solution
- canReach(int[], int) - Method in class g1301_1400.s1306_jump_game_iii.Solution
- canReach(String, int, int) - Method in class g1801_1900.s1871_jump_game_vii.Solution
- canReorderDoubled(int[]) - Method in class g0901_1000.s0954_array_of_doubled_pairs.Solution
- canSeePersonsCount(int[]) - Method in class g1901_2000.s1944_number_of_visible_people_in_a_queue.Solution
- canThreePartsEqualSum(int[]) - Method in class g1001_1100.s1013_partition_array_into_three_parts_with_equal_sum.Solution
- canTransform(String, String) - Method in class g0701_0800.s0777_swap_adjacent_in_lr_string.Solution
- canVisitAllRooms(List<List<Integer>>) - Method in class g0801_0900.s0841_keys_and_rooms.Solution
- canWinNim(int) - Method in class g0201_0300.s0292_nim_game.Solution
- capitalizeTitle(String) - Method in class g2101_2200.s2129_capitalize_the_title.Solution
- carFleet(int, int[], int[]) - Method in class g0801_0900.s0853_car_fleet.Solution
- carPooling(int[][], int) - Method in class g1001_1100.s1094_car_pooling.Solution
- Cashier - Class in g1301_1400.s1357_apply_discount_every_n_orders
- Cashier(int, int, int[], int[]) - Constructor for class g1301_1400.s1357_apply_discount_every_n_orders.Cashier
- catMouseGame(int[][]) - Method in class g0901_1000.s0913_cat_and_mouse.Solution
- CBTInserter - Class in g0901_1000.s0919_complete_binary_tree_inserter
- CBTInserter(TreeNode) - Constructor for class g0901_1000.s0919_complete_binary_tree_inserter.CBTInserter
- cellsInRange(String) - Method in class g2101_2200.s2194_cells_in_a_range_on_an_excel_sheet.Solution
- chalkReplacer(int[], int) - Method in class g1801_1900.s1894_find_the_student_that_will_replace_the_chalk.Solution
- champagneTower(int, int, int) - Method in class g0701_0800.s0799_champagne_tower.Solution
- change(int, int) - Method in class g2301_2400.s2349_design_a_number_container_system.NumberContainers
- change(int, int[]) - Method in class g0501_0600.s0518_coin_change_2.Solution
- changeRating(String, int) - Method in class g2301_2400.s2353_design_a_food_rating_system.FoodRatings
- characterReplacement(String, int) - Method in class g0401_0500.s0424_longest_repeating_character_replacement.Solution
- check(int[]) - Method in class g1701_1800.s1752_check_if_array_is_sorted_and_rotated.Solution
- check(int, int[], int) - Method in class g1201_1300.s1300_sum_of_mutated_array_closest_to_target.Solution
- checkAlmostEquivalent(String, String) - Method in class g2001_2100.s2068_check_whether_two_strings_are_almost_equivalent.Solution
- checkArithmeticSubarrays(int[], int[], int[]) - Method in class g1601_1700.s1630_arithmetic_subarrays.Solution
- checkDistances(String, int[]) - Method in class g2301_2400.s2399_check_distances_between_same_letters.Solution
- checkIfCanBreak(String, String) - Method in class g1401_1500.s1433_check_if_a_string_can_break_another_string.Solution
- checkIfExist(int[]) - Method in class g1301_1400.s1346_check_if_n_and_its_double_exist.Solution
- checkIfPangram(String) - Method in class g1801_1900.s1832_check_if_the_sentence_is_pangram.Solution
- checkIfPrerequisite(int, int[][], int[][]) - Method in class g1401_1500.s1462_course_schedule_iv.Solution
- checkIn(int, String, int) - Method in class g1301_1400.s1396_design_underground_system.UndergroundSystem
- checkInclusion(String, String) - Method in class g0501_0600.s0567_permutation_in_string.Solution
- checkMove(char[][], int, int, char) - Method in class g1901_2000.s1958_check_if_move_is_legal.Solution
- checkNewUser(int) - Method in class g0301_0400.s0355_design_twitter.Twitter
- checkOnesSegment(String) - Method in class g1701_1800.s1784_check_if_binary_string_has_at_most_one_segment_of_ones.Solution
- checkOut(int, String, int) - Method in class g1301_1400.s1396_design_underground_system.UndergroundSystem
- checkOverlap(int, int, int, int, int, int, int) - Method in class g1401_1500.s1401_circle_and_rectangle_overlapping.Solution
- checkPalindromeFormation(String, String) - Method in class g1601_1700.s1616_split_two_strings_to_make_palindrome.Solution
- checkPartitioning(String) - Method in class g1701_1800.s1745_palindrome_partitioning_iv.Solution
- checkPerfectNumber(int) - Method in class g0501_0600.s0507_perfect_number.Solution
- checkPossibility(int[]) - Method in class g0601_0700.s0665_non_decreasing_array.Solution
- checkPowersOfThree(int) - Method in class g1701_1800.s1780_check_if_number_is_a_sum_of_powers_of_three.Solution
- checkRecord(int) - Method in class g0501_0600.s0552_student_attendance_record_ii.Solution
- checkRecord(String) - Method in class g0501_0600.s0551_student_attendance_record_i.Solution
- checkStraightLine(int[][]) - Method in class g1201_1300.s1232_check_if_it_is_a_straight_line.Solution
- checkString(String) - Method in class g2101_2200.s2124_check_if_all_as_appears_before_all_bs.Solution
- checkSubarraySum(int[], int) - Method in class g0501_0600.s0523_continuous_subarray_sum.Solution
- checkTree(TreeNode) - Method in class g2201_2300.s2236_root_equals_sum_of_children.Solution
- checkValid(int[][]) - Method in class g2101_2200.s2133_check_if_every_row_and_column_contains_all_numbers.Solution
- checkValidString(String) - Method in class g0601_0700.s0678_valid_parenthesis_string.Solution
- checkWays(int[][]) - Method in class g1701_1800.s1719_number_of_ways_to_reconstruct_a_tree.Solution
- checkXMatrix(int[][]) - Method in class g2301_2400.s2319_check_if_matrix_is_x_matrix.Solution
- checkZeroOnes(String) - Method in class g1801_1900.s1869_longer_contiguous_segments_of_ones_than_zeros.Solution
- cherryPickup(int[][]) - Method in class g0701_0800.s0741_cherry_pickup.Solution
- cherryPickup(int[][]) - Method in class g1401_1500.s1463_cherry_pickup_ii.Solution
- child - Variable in class g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Node
- circularArrayLoop(int[]) - Method in class g0401_0500.s0457_circular_array_loop.Solution
- circularPermutation(int, int) - Method in class g1201_1300.s1238_circular_permutation_in_binary_representation.Solution
- climbStairs(int) - Method in class g0001_0100.s0070_climbing_stairs.Solution
- cloneGraph(Node) - Method in class g0101_0200.s0133_clone_graph.Solution
- closedIsland(int[][]) - Method in class g1201_1300.s1254_number_of_closed_islands.Solution
- closestCost(int[], int[], int) - Method in class g1701_1800.s1774_closest_dessert_cost.Solution
- closestDivisors(int) - Method in class g1301_1400.s1362_closest_divisors.Solution
- closestMeetingNode(int[], int, int) - Method in class g2301_2400.s2359_find_closest_node_to_given_two_nodes.Solution
- closeStrings(String, String) - Method in class g1601_1700.s1657_determine_if_two_strings_are_close.Solution
- closestRoom(int[][], int[][]) - Method in class g1801_1900.s1847_closest_room.Solution
- closestToTarget(int[], int) - Method in class g1501_1600.s1521_find_a_value_of_a_mysterious_function_closest_to_target.Solution
- clumsy(int) - Method in class g1001_1100.s1006_clumsy_factorial.Solution
- Codec - Class in g0201_0300.s0297_serialize_and_deserialize_binary_tree
- Codec - Class in g0401_0500.s0449_serialize_and_deserialize_bst
- Codec - Class in g0501_0600.s0535_encode_and_decode_tinyurl
- Codec() - Constructor for class g0201_0300.s0297_serialize_and_deserialize_binary_tree.Codec
- Codec() - Constructor for class g0401_0500.s0449_serialize_and_deserialize_bst.Codec
- Codec() - Constructor for class g0501_0600.s0535_encode_and_decode_tinyurl.Codec
- coinChange(int[], int) - Method in class g0301_0400.s0322_coin_change.Solution
- colorBorder(int[][], int, int, int) - Method in class g1001_1100.s1034_coloring_a_border.Solution
- colorTheGrid(int, int) - Method in class g1901_2000.s1931_painting_a_grid_with_three_different_colors.Solution
- com_github_leetcode - package com_github_leetcode
- com_github_leetcode.left_right - package com_github_leetcode.left_right
- com_github_leetcode.random - package com_github_leetcode.random
- CombinationIterator - Class in g1201_1300.s1286_iterator_for_combination
- CombinationIterator(String, int) - Constructor for class g1201_1300.s1286_iterator_for_combination.CombinationIterator
- combinationSum(int[], int) - Method in class g0001_0100.s0039_combination_sum.Solution
- combinationSum2(int[], int) - Method in class g0001_0100.s0040_combination_sum_ii.Solution
- combinationSum3(int, int) - Method in class g0201_0300.s0216_combination_sum_iii.Solution
- combinationSum4(int[], int) - Method in class g0301_0400.s0377_combination_sum_iv.Solution
- combine(int, int) - Method in class g0001_0100.s0077_combinations.Solution
- commonChars(String[]) - Method in class g1001_1100.s1002_find_common_characters.Solution
- commonFactors(int, int) - Method in class g2401_2500.s2427_number_of_common_factors.Solution
- compareVersion(String, String) - Method in class g0101_0200.s0165_compare_version_numbers.Solution
- complexNumberMultiply(String, String) - Method in class g0501_0600.s0537_complex_number_multiplication.Solution
- componentValue(int[], int[][]) - Method in class g2401_2500.s2440_create_components_with_same_value.Solution
- compress(char[]) - Method in class g0401_0500.s0443_string_compression.Solution
- computeArea(int, int, int, int, int, int, int, int) - Method in class g0201_0300.s0223_rectangle_area.Solution
- concatenatedBinary(int) - Method in class g1601_1700.s1680_concatenation_of_consecutive_binary_numbers.Solution
- connect(Node) - Method in class g0101_0200.s0116_populating_next_right_pointers_in_each_node.Solution
- connect(Node) - Method in class g0101_0200.s0117_populating_next_right_pointers_in_each_node_ii.Solution
- connectTwoGroups(List<List<Integer>>) - Method in class g1501_1600.s1595_minimum_cost_to_connect_two_groups_of_points.Solution
- consecutiveNumbersSum(int) - Method in class g0801_0900.s0829_consecutive_numbers_sum.Solution
- constrainedSubsetSum(int[], int) - Method in class g1401_1500.s1425_constrained_subsequence_sum.Solution
- construct(int[][]) - Method in class g0401_0500.s0427_construct_quad_tree.Solution
- construct2DArray(int[], int, int) - Method in class g2001_2100.s2022_convert_1d_array_into_2d_array.Solution
- constructArray(int, int) - Method in class g0601_0700.s0667_beautiful_arrangement_ii.Solution
- constructDistancedSequence(int) - Method in class g1701_1800.s1718_construct_the_lexicographically_largest_valid_sequence.Solution
- constructFromPrePost(int[], int[]) - Method in class g0801_0900.s0889_construct_binary_tree_from_preorder_and_postorder_traversal.Solution
- constructMaximumBinaryTree(int[]) - Method in class g0601_0700.s0654_maximum_binary_tree.Solution
- constructMST(int[], int[][], boolean[], PriorityQueue<Solution.Pair>, int[]) - Method in class g1501_1600.s1584_min_cost_to_connect_all_points.Solution
- constructRectangle(int) - Method in class g0401_0500.s0492_construct_the_rectangle.Solution
- contains(int) - Method in class g0701_0800.s0705_design_hashset.MyHashSet
- containsCycle(char[][]) - Method in class g1501_1600.s1559_detect_cycles_in_2d_grid.Solution
- containsDuplicate(int[]) - Method in class g0201_0300.s0217_contains_duplicate.Solution
- containsFalse(boolean[]) - Method in class g1501_1600.s1584_min_cost_to_connect_all_points.Solution
- containsNearbyAlmostDuplicate(int[], int, int) - Method in class g0201_0300.s0220_contains_duplicate_iii.Solution
- containsNearbyDuplicate(int[], int) - Method in class g0201_0300.s0219_contains_duplicate_ii.Solution
- containsPattern(int[], int, int) - Method in class g1501_1600.s1566_detect_pattern_of_length_m_repeated_k_or_more_times.Solution
- containVirus(int[][]) - Method in class g0701_0800.s0749_contain_virus.Solution
- convert(String, int) - Method in class g0001_0100.s0006_zigzag_conversion.Solution
- convertBST(TreeNode) - Method in class g0501_0600.s0538_convert_bst_to_greater_tree.Solution
- convertTime(String, String) - Method in class g2201_2300.s2224_minimum_number_of_operations_to_convert_time.Solution
- convertToBase7(int) - Method in class g0501_0600.s0504_base_7.Solution
- convertToTitle(int) - Method in class g0101_0200.s0168_excel_sheet_column_title.Solution
- copyRandomList(Node) - Method in class g0101_0200.s0138_copy_list_with_random_pointer.Solution
- corpFlightBookings(int[][], int) - Method in class g1101_1200.s1109_corporate_flight_bookings.Solution
- count() - Method in class g2101_2200.s2166_design_bitset.Bitset
- count() - Method in class g2201_2300.s2276_count_integers_in_intervals.CountIntervals
- count(int) - Method in class g1801_1900.s1865_finding_pairs_with_a_certain_sum.FindSumPairs
- count(int[]) - Method in class g2001_2100.s2013_detect_squares.DetectSquares
- count(int[], int[]) - Method in class g1501_1600.s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers.Solution
- countAndSay(int) - Method in class g0001_0100.s0038_count_and_say.Solution
- countArrangement(int) - Method in class g0501_0600.s0526_beautiful_arrangement.Solution
- countAsterisks(String) - Method in class g2301_2400.s2315_count_asterisks.Solution
- countBadPairs(int[]) - Method in class g2301_2400.s2364_count_number_of_bad_pairs.Solution
- countBalls(int, int) - Method in class g1701_1800.s1742_maximum_number_of_balls_in_a_box.Solution
- countBattleships(char[][]) - Method in class g0401_0500.s0419_battleships_in_a_board.Solution
- countBinarySubstrings(String) - Method in class g0601_0700.s0696_count_binary_substrings.Solution
- countBits(int) - Method in class g0301_0400.s0338_counting_bits.Solution
- countCharacters(String[], String) - Method in class g1101_1200.s1160_find_words_that_can_be_formed_by_characters.Solution
- countCollisions(String) - Method in class g2201_2300.s2211_count_collisions_on_a_road.Solution
- countCombinations(String[], int[][]) - Method in class g2001_2100.s2056_number_of_valid_move_combinations_on_chessboard.Solution
- countConsistentStrings(String, String[]) - Method in class g1601_1700.s1684_count_the_number_of_consistent_strings.Solution
- countDaysTogether(String, String, String, String) - Method in class g2401_2500.s2409_count_days_spent_together.Solution
- countDifferentSubsequenceGCDs(int[]) - Method in class g1801_1900.s1819_number_of_different_subsequences_gcds.Solution
- countDigitOne(int) - Method in class g0201_0300.s0233_number_of_digit_one.Solution
- countDistinct(int[], int, int) - Method in class g2201_2300.s2261_k_divisible_elements_subarrays.Solution
- countDistinctIntegers(int[]) - Method in class g2401_2500.s2442_count_number_of_distinct_integers_after_reverse_operations.Solution
- countElements(int[]) - Method in class g2101_2200.s2148_count_elements_with_strictly_smaller_and_greater_elements.Solution
- countEven(int) - Method in class g2101_2200.s2180_count_integers_with_even_digit_sum.Solution
- countExcellentPairs(int[], int) - Method in class g2301_2400.s2354_number_of_excellent_pairs.Solution
- countGoodNumbers(long) - Method in class g1901_2000.s1922_count_good_numbers.Solution
- countGoodRectangles(int[][]) - Method in class g1701_1800.s1725_number_of_rectangles_that_can_form_the_largest_square.Solution
- countGoodSubstrings(String) - Method in class g1801_1900.s1876_substrings_of_size_three_with_distinct_characters.Solution
- countGoodTriplets(int[], int, int, int) - Method in class g1501_1600.s1534_count_good_triplets.Solution
- countHighestScoreNodes(int[]) - Method in class g2001_2100.s2049_count_nodes_with_the_highest_score.Solution
- countHillValley(int[]) - Method in class g2201_2300.s2210_count_hills_and_valleys_in_an_array.Solution
- countHomogenous(String) - Method in class g1701_1800.s1759_count_number_of_homogenous_substrings.Solution
- countHousePlacements(int) - Method in class g2301_2400.s2320_count_number_of_ways_to_place_houses.Solution
- CountIntervals - Class in g2201_2300.s2276_count_integers_in_intervals
- CountIntervals() - Constructor for class g2201_2300.s2276_count_integers_in_intervals.CountIntervals
- countKDifference(int[], int) - Method in class g2001_2100.s2006_count_number_of_pairs_with_absolute_difference_k.Solution
- countLargestGroup(int) - Method in class g1301_1400.s1399_count_largest_group.Solution
- countLatticePoints(int[][]) - Method in class g2201_2300.s2249_count_lattice_points_inside_a_circle.Solution
- countMatches(List<List<String>>, String, String) - Method in class g1701_1800.s1773_count_items_matching_a_rule.Solution
- countMaxOrSubsets(int[]) - Method in class g2001_2100.s2044_count_number_of_maximum_bitwise_or_subsets.Solution
- countNegatives(int[][]) - Method in class g1301_1400.s1351_count_negative_numbers_in_a_sorted_matrix.Solution
- countNicePairs(int[]) - Method in class g1801_1900.s1814_count_nice_pairs_in_an_array.Solution
- countNodes(TreeNode) - Method in class g0201_0300.s0222_count_complete_tree_nodes.Solution
- countNumbersWithUniqueDigits(int) - Method in class g0301_0400.s0357_count_numbers_with_unique_digits.Solution
- countOdds(int, int) - Method in class g1501_1600.s1523_count_odd_numbers_in_an_interval_range.Solution
- countOfAtoms(String) - Method in class g0701_0800.s0726_number_of_atoms.Solution
- countOperations(int, int) - Method in class g2101_2200.s2169_count_operations_to_obtain_zero.Solution
- countOrders(int) - Method in class g1301_1400.s1359_count_all_valid_pickup_and_delivery_options.Solution
- countPairs(int[]) - Method in class g1701_1800.s1711_count_good_meals.Solution
- countPairs(int[], int) - Method in class g2101_2200.s2176_count_equal_and_divisible_pairs_in_an_array.Solution
- countPairs(int[], int) - Method in class g2101_2200.s2183_count_array_pairs_divisible_by_k.Solution
- countPairs(int[], int, int) - Method in class g1801_1900.s1803_count_pairs_with_xor_in_a_range.Solution
- countPairs(int, int[][]) - Method in class g2301_2400.s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph.Solution
- countPairs(int, int[][], int[]) - Method in class g1701_1800.s1782_count_pairs_of_nodes.Solution
- countPairs(TreeNode, int) - Method in class g1501_1600.s1530_number_of_good_leaf_nodes_pairs.Solution
- countPalindromicSubsequence(String) - Method in class g1901_2000.s1930_unique_length_3_palindromic_subsequences.Solution
- countPalindromicSubsequences(String) - Method in class g0701_0800.s0730_count_different_palindromic_subsequences.Solution
- countPaths(int[][]) - Method in class g2301_2400.s2328_number_of_increasing_paths_in_a_grid.Solution
- countPaths(int, int[][]) - Method in class g1901_2000.s1976_number_of_ways_to_arrive_at_destination.Solution
- countPoints(int[][], int[][]) - Method in class g1801_1900.s1828_queries_on_number_of_points_inside_a_circle.Solution
- countPoints(String) - Method in class g2101_2200.s2103_rings_and_rods.Solution
- countPrefixes(String[], String) - Method in class g2201_2300.s2255_count_prefixes_of_a_given_string.Solution
- countPrimes(int) - Method in class g0201_0300.s0204_count_primes.Solution
- countPrimeSetBits(int, int) - Method in class g0701_0800.s0762_prime_number_of_set_bits_in_binary_representation.Solution
- countPyramids(int[][]) - Method in class g2001_2100.s2088_count_fertile_pyramids_in_a_land.Solution
- countQuadruplets(int[]) - Method in class g1901_2000.s1995_count_special_quadruplets.Solution
- countRangeSum(int[], int, int) - Method in class g0301_0400.s0327_count_of_range_sum.Solution
- countRectangles(int[][], int[][]) - Method in class g2201_2300.s2250_count_number_of_rectangles_containing_each_point.Solution
- countRestrictedPaths(int, int[][]) - Method in class g1701_1800.s1786_number_of_restricted_paths_from_first_to_last_node.Solution
- countRoutes(int[], int, int, int) - Method in class g1501_1600.s1575_count_all_possible_routes.Solution
- countSegments(String) - Method in class g0401_0500.s0434_number_of_segments_in_a_string.Solution
- countServers(int[][]) - Method in class g1201_1300.s1267_count_servers_that_communicate.Solution
- countSmaller(int[]) - Method in class g0301_0400.s0315_count_of_smaller_numbers_after_self.Solution
- countSpecialNumbers(int) - Method in class g2301_2400.s2376_count_special_integers.Solution
- countSpecialSubsequences(int[]) - Method in class g1901_2000.s1955_count_number_of_special_subsequences.Solution
- countSquares(int[][]) - Method in class g1201_1300.s1277_count_square_submatrices_with_all_ones.Solution
- countStudents(int[], int[]) - Method in class g1601_1700.s1700_number_of_students_unable_to_eat_lunch.Solution
- countSubarrays(int[], int, int) - Method in class g2401_2500.s2444_count_subarrays_with_fixed_bounds.Solution
- countSubarrays(int[], long) - Method in class g2301_2400.s2302_count_subarrays_with_score_less_than_k.Solution
- countSubgraphsForEachDiameter(int, int[][]) - Method in class g1601_1700.s1617_count_subtrees_with_max_distance_between_cities.Solution
- countSubIslands(int[][], int[][]) - Method in class g1901_2000.s1905_count_sub_islands.Solution
- countSubstrings(String) - Method in class g0601_0700.s0647_palindromic_substrings.Solution
- countSubstrings(String, String) - Method in class g1601_1700.s1638_count_substrings_that_differ_by_one_character.Solution
- countSubTrees(int, int[][], String) - Method in class g1501_1600.s1519_number_of_nodes_in_the_sub_tree_with_the_same_label.Solution
- countTexts(String) - Method in class g2201_2300.s2266_count_number_of_texts.Solution
- countTime(String) - Method in class g2401_2500.s2437_number_of_valid_clock_times.Solution
- countTriples(int) - Method in class g1901_2000.s1925_count_square_sum_triples.Solution
- countTriplets(int[]) - Method in class g0901_1000.s0982_triples_with_bitwise_and_equal_to_zero.Solution
- countTriplets(int[]) - Method in class g1401_1500.s1442_count_triplets_that_can_form_two_arrays_of_equal_xor.Solution
- countUnexpiredTokens(int) - Method in class g1701_1800.s1797_design_authentication_manager.AuthenticationManager
- countUnguarded(int, int, int[][], int[][]) - Method in class g2201_2300.s2257_count_unguarded_cells_in_the_grid.Solution
- countValidWords(String) - Method in class g2001_2100.s2047_number_of_valid_words_in_a_sentence.Solution
- countVowelPermutation(int) - Method in class g1201_1300.s1220_count_vowels_permutation.Solution
- countVowels(String) - Method in class g2001_2100.s2063_vowels_of_all_substrings.Solution
- countVowelStrings(int) - Method in class g1601_1700.s1641_count_sorted_vowel_strings.Solution
- countVowelSubstrings(String) - Method in class g2001_2100.s2062_count_vowel_substrings_of_a_string.Solution
- countWords(String[], String[]) - Method in class g2001_2100.s2085_count_common_words_with_one_occurrence.Solution
- crackSafe(int, int) - Method in class g0701_0800.s0753_cracking_the_safe.Solution
- create(List<Integer>) - Static method in class com_github_leetcode.TreeNode
- createBinaryTree(int[][]) - Method in class g2101_2200.s2196_create_binary_tree_from_descriptions.Solution
- createSortedArray(int[]) - Method in class g1601_1700.s1649_create_sorted_array_through_instructions.Solution
- createTargetArray(int[], int[]) - Method in class g1301_1400.s1389_create_target_array_in_the_given_order.Solution
- criticalConnections(int, List<List<Integer>>) - Method in class g1101_1200.s1192_critical_connections_in_a_network.Solution
- csb(int) - Static method in class g1301_1400.s1318_minimum_flips_to_make_a_or_b_equal_to_c.Solution
- current() - Method in class g2001_2100.s2034_stock_price_fluctuation.StockPrice
- cursorLeft(int) - Method in class g2201_2300.s2296_design_a_text_editor.TextEditor
- cursorRight(int) - Method in class g2201_2300.s2296_design_a_text_editor.TextEditor
- customSortString(String, String) - Method in class g0701_0800.s0791_custom_sort_string.Solution
- CustomStack - Class in g1301_1400.s1381_design_a_stack_with_increment_operation
- CustomStack(int) - Constructor for class g1301_1400.s1381_design_a_stack_with_increment_operation.CustomStack
- cutOffTree(List<List<Integer>>) - Method in class g0601_0700.s0675_cut_off_trees_for_golf_event.Solution
D
- dailyTemperatures(int[]) - Method in class g0701_0800.s0739_daily_temperatures.Solution
- dayOfTheWeek(int, int, int) - Method in class g1101_1200.s1185_day_of_the_week.Solution
- dayOfYear(String) - Method in class g1101_1200.s1154_day_of_the_year.Solution
- daysBetweenDates(String, String) - Method in class g1301_1400.s1360_number_of_days_between_two_dates.Solution
- death(String) - Method in class g1501_1600.s1600_throne_inheritance.ThroneInheritance
- dec(String) - Method in class g0401_0500.s0432_all_oone_data_structure.AllOne
- deckRevealedIncreasing(int[]) - Method in class g0901_1000.s0950_reveal_cards_in_increasing_order.Solution
- decode(int[]) - Method in class g1701_1800.s1734_decode_xored_permutation.Solution
- decode(int[], int) - Method in class g1701_1800.s1720_decode_xored_array.Solution
- decode(String) - Method in class g0501_0600.s0535_encode_and_decode_tinyurl.Codec
- decodeAtIndex(String, int) - Method in class g0801_0900.s0880_decoded_string_at_index.Solution
- decodeCiphertext(String, int) - Method in class g2001_2100.s2075_decode_the_slanted_ciphertext.Solution
- decodeMessage(String, String) - Method in class g2301_2400.s2325_decode_the_message.Solution
- decodeString(String) - Method in class g0301_0400.s0394_decode_string.Solution
- decompressRLElist(int[]) - Method in class g1301_1400.s1313_decompress_run_length_encoded_list.Solution
- decrypt(int[], int) - Method in class g1601_1700.s1652_defuse_the_bomb.Solution
- decrypt(String) - Method in class g2201_2300.s2227_encrypt_and_decrypt_strings.Encrypter
- deepestLeavesSum(TreeNode) - Method in class g1301_1400.s1302_deepest_leaves_sum.Solution
- defangIPaddr(String) - Method in class g1101_1200.s1108_defanging_an_ip_address.Solution
- deleteAndEarn(int[]) - Method in class g0701_0800.s0740_delete_and_earn.Solution
- deleteAtIndex(int) - Method in class g0701_0800.s0707_design_linked_list.MyLinkedList
- deleteDuplicateFolder(List<List<String>>) - Method in class g1901_2000.s1948_delete_duplicate_folders_in_system.Solution
- deleteDuplicates(ListNode) - Method in class g0001_0100.s0082_remove_duplicates_from_sorted_list_ii.Solution
- deleteDuplicates(ListNode) - Method in class g0001_0100.s0083_remove_duplicates_from_sorted_list.Solution
- deleteFront() - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
- deleteLast() - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
- deleteMiddle(ListNode) - Method in class g2001_2100.s2095_delete_the_middle_node_of_a_linked_list.Solution
- deleteNode(ListNode) - Method in class g0201_0300.s0237_delete_node_in_a_linked_list.Solution
- deleteNode(TreeNode, int) - Method in class g0401_0500.s0450_delete_node_in_a_bst.Solution
- deleteString(String) - Method in class g2401_2500.s2430_maximum_deletions_on_a_string.Solution
- deleteText(int) - Method in class g2201_2300.s2296_design_a_text_editor.TextEditor
- deleteWord(Tree, String) - Static method in class g0201_0300.s0212_word_search_ii.Tree
- delNodes(TreeNode, int[]) - Method in class g1101_1200.s1110_delete_nodes_and_return_forest.Solution
- deposit(int[]) - Method in class g2201_2300.s2241_design_an_atm_machine.ATM
- deposit(int, long) - Method in class g2001_2100.s2043_simple_bank_system.Bank
- deQueue() - Method in class g0601_0700.s0622_design_circular_queue.MyCircularQueue
- deserialize(String) - Method in class g0201_0300.s0297_serialize_and_deserialize_binary_tree.Codec
- deserialize(String) - Method in class g0301_0400.s0385_mini_parser.Solution
- deserialize(String) - Method in class g0401_0500.s0449_serialize_and_deserialize_bst.Codec
- destCity(List<List<String>>) - Method in class g1401_1500.s1436_destination_city.Solution
- destroyTargets(int[], int) - Method in class g2401_2500.s2453_destroy_sequential_targets.Solution
- detectCapitalUse(String) - Method in class g0501_0600.s0520_detect_capital.Solution
- detectCycle(ListNode) - Method in class g0101_0200.s0142_linked_list_cycle_ii.Solution
- DetectSquares - Class in g2001_2100.s2013_detect_squares
- DetectSquares() - Constructor for class g2001_2100.s2013_detect_squares.DetectSquares
- dfs(WordDictionary.Node, String, int) - Method in class g0201_0300.s0211_design_add_and_search_words_data_structure.WordDictionary
- dfs(Map<Integer, Set<Integer>>, int, int, List<List<Integer>>, String) - Method in class g1201_1300.s1222_queens_that_can_attack_the_king.Solution
- dfs(Map<String, LinkedHashSet<String>>, String, List<String>, Set<String>) - Method in class g1501_1600.s1600_throne_inheritance.ThroneInheritance
- diagonalSort(int[][]) - Method in class g1301_1400.s1329_sort_the_matrix_diagonally.Solution
- diagonalSum(int[][]) - Method in class g1501_1600.s1572_matrix_diagonal_sum.Solution
- diameterOfBinaryTree(TreeNode) - Method in class g0501_0600.s0543_diameter_of_binary_tree.Solution
- dieSimulator(int, int[]) - Method in class g1201_1300.s1223_dice_roll_simulation.Solution
- diffWaysToCompute(String) - Method in class g0201_0300.s0241_different_ways_to_add_parentheses.Solution
- digArtifacts(int, int[][], int[][]) - Method in class g2201_2300.s2201_count_artifacts_that_can_be_extracted.Solution
- digitCount(String) - Method in class g2201_2300.s2283_check_if_number_has_equal_digit_count_and_digit_value.Solution
- digitSum(String, int) - Method in class g2201_2300.s2243_calculate_digit_sum_of_a_string.Solution
- DiningPhilosophers - Class in g1201_1300.s1226_the_dining_philosophers
- DiningPhilosophers() - Constructor for class g1201_1300.s1226_the_dining_philosophers.DiningPhilosophers
- DinnerPlates - Class in g1101_1200.s1172_dinner_plate_stacks
- DinnerPlates(int) - Constructor for class g1101_1200.s1172_dinner_plate_stacks.DinnerPlates
- discountPrices(String, int) - Method in class g2201_2300.s2288_apply_discount_to_prices.Solution
- displayTable(List<List<String>>) - Method in class g1401_1500.s1418_display_table_of_food_orders_in_a_restaurant.Solution
- distanceBetweenBusStops(int[], int, int) - Method in class g1101_1200.s1184_distance_between_bus_stops.Solution
- distanceK(TreeNode, TreeNode, int) - Method in class g0801_0900.s0863_all_nodes_distance_k_in_binary_tree.Solution
- distanceLimitedPathsExist(int, int[][], int[][]) - Method in class g1601_1700.s1697_checking_existence_of_edge_length_limited_paths.Solution
- distinctEchoSubstrings(String) - Method in class g1301_1400.s1316_distinct_echo_substrings.Solution
- distinctNames(String[]) - Method in class g2301_2400.s2306_naming_a_company.Solution
- distinctSequences(int) - Method in class g2301_2400.s2318_number_of_distinct_roll_sequences.Solution
- distinctSubseqII(String) - Method in class g0901_1000.s0940_distinct_subsequences_ii.Solution
- distributeCandies(int[]) - Method in class g0501_0600.s0575_distribute_candies.Solution
- distributeCandies(int, int) - Method in class g1101_1200.s1103_distribute_candies_to_people.Solution
- distributeCoins(TreeNode) - Method in class g0901_1000.s0979_distribute_coins_in_binary_tree.Solution
- distributeCookies(int[], int) - Method in class g2301_2400.s2305_fair_distribution_of_cookies.Solution
- diStringMatch(String) - Method in class g0901_1000.s0942_di_string_match.Solution
- divide(int, int) - Method in class g0001_0100.s0029_divide_two_integers.Solution
- divideArray(int[]) - Method in class g2201_2300.s2206_divide_array_into_equal_pairs.Solution
- divideString(String, int, char) - Method in class g2101_2200.s2138_divide_a_string_into_groups_of_size_k.Solution
- divisorGame(int) - Method in class g1001_1100.s1025_divisor_game.Solution
- divisorSubstrings(int, int) - Method in class g2201_2300.s2269_find_the_k_beauty_of_a_number.Solution
- dominantIndex(int[]) - Method in class g0701_0800.s0747_largest_number_at_least_twice_of_others.Solution
- drop(int, int) - Method in class g1901_2000.s1912_design_movie_rental_system.MovieRentingSystem
- duplicateZeros(int[]) - Method in class g1001_1100.s1089_duplicate_zeros.Solution
E
- earliestAndLatest(int, int, int) - Method in class g1801_1900.s1900_the_earliest_and_latest_rounds_where_players_compete.Solution
- earliestFullBloom(int[], int[]) - Method in class g2101_2200.s2136_earliest_possible_day_of_full_bloom.Solution
- eatenApples(int[], int[]) - Method in class g1701_1800.s1705_maximum_number_of_eaten_apples.Solution
- edgeScore(int[]) - Method in class g2301_2400.s2374_node_with_highest_edge_score.Solution
- eliminateMaximum(int[], int[]) - Method in class g1901_2000.s1921_eliminate_maximum_number_of_monsters.Solution
- Employee - Class in com_github_leetcode
- Employee(int, int, List<Integer>) - Constructor for class com_github_leetcode.Employee
- empty() - Method in class g0201_0300.s0225_implement_stack_using_queues.MyStack
- empty() - Method in class g0201_0300.s0232_implement_queue_using_stacks.MyQueue
- encode(String) - Method in class g0501_0600.s0535_encode_and_decode_tinyurl.Codec
- encrypt(String) - Method in class g2201_2300.s2227_encrypt_and_decrypt_strings.Encrypter
- Encrypter - Class in g2201_2300.s2227_encrypt_and_decrypt_strings
- Encrypter(char[], String[], String[]) - Constructor for class g2201_2300.s2227_encrypt_and_decrypt_strings.Encrypter
- end - Variable in class g0201_0300.s0212_word_search_ii.Tree
- enQueue(int) - Method in class g0601_0700.s0622_design_circular_queue.MyCircularQueue
- entityParser(String) - Method in class g1401_1500.s1410_html_entity_parser.Solution
- equalFrequency(String) - Method in class g2401_2500.s2423_remove_letter_to_equalize_frequency.Solution
- equalPairs(int[][]) - Method in class g2301_2400.s2352_equal_row_and_column_pairs.Solution
- equalSubstring(String, String, int) - Method in class g1201_1300.s1208_get_equal_substrings_within_budget.Solution
- equationsPossible(String[]) - Method in class g0901_1000.s0990_satisfiability_of_equality_equations.Solution
- erase(int) - Method in class g1201_1300.s1206_design_skiplist.Skiplist
- eraseOverlapIntervals(int[][]) - Method in class g0401_0500.s0435_non_overlapping_intervals.Solution
- escapeGhosts(int[][], int[]) - Method in class g0701_0800.s0789_escape_the_ghosts.Solution
- evalRPN(String[]) - Method in class g0101_0200.s0150_evaluate_reverse_polish_notation.Solution
- evaluate(String) - Method in class g0701_0800.s0736_parse_lisp_expression.Solution
- evaluate(String, List<List<String>>) - Method in class g1801_1900.s1807_evaluate_the_bracket_pairs_of_a_string.Solution
- evaluateTree(TreeNode) - Method in class g2301_2400.s2331_evaluate_boolean_binary_tree.Solution
- even(IntConsumer) - Method in class g1101_1200.s1116_print_zero_even_odd.ZeroEvenOdd
- eventualSafeNodes(int[][]) - Method in class g0801_0900.s0802_find_eventual_safe_states.Solution
- ExamRoom - Class in g0801_0900.s0855_exam_room
- ExamRoom() - Constructor for class g0801_0900.s0855_exam_room.ExamRoom
- ExamRoom(int) - Constructor for class g0801_0900.s0855_exam_room.ExamRoom
- exclusiveTime(int, List<String>) - Method in class g0601_0700.s0636_exclusive_time_of_functions.Solution
- executeInstructions(int, int[], String) - Method in class g2101_2200.s2120_execution_of_all_suffix_instructions_staying_in_a_grid.Solution
- exist(char[][], String) - Method in class g0001_0100.s0079_word_search.Solution
- expressiveWords(String, String[]) - Method in class g0801_0900.s0809_expressive_words.Solution
F
- f(int, int) - Method in interface g1201_1300.s1237_find_positive_integer_solution_for_a_given_equation.Solution.CustomFunction
- f(String, String) - Method in class g0701_0800.s0745_prefix_and_suffix_search.WordFilter
- fairCandySwap(int[], int[]) - Method in class g0801_0900.s0888_fair_candy_swap.Solution
- fallingSquares(int[][]) - Method in class g0601_0700.s0699_falling_squares.Solution
- Fancy - Class in g1601_1700.s1622_fancy_sequence
- Fancy() - Constructor for class g1601_1700.s1622_fancy_sequence.Fancy
- fib(int) - Method in class g0501_0600.s0509_fibonacci_number.Solution
- fillCups(int[]) - Method in class g2301_2400.s2335_minimum_amount_of_time_to_fill_cups.Solution
- fillMap(String[], Map<String, Integer>) - Method in class g0501_0600.s0599_minimum_index_sum_of_two_lists.Solution
- filterRestaurants(int[][], int, int, int) - Method in class g1301_1400.s1333_filter_restaurants_by_vegan_friendly_price_and_distance.Solution
- finalPrices(int[]) - Method in class g1401_1500.s1475_final_prices_with_a_special_discount_in_a_shop.Solution
- finalValueAfterOperations(String[]) - Method in class g2001_2100.s2011_final_value_of_variable_after_performing_operations.Solution
- find(int) - Method in class g1201_1300.s1261_find_elements_in_a_contaminated_binary_tree.FindElements
- find(int) - Method in class g2301_2400.s2349_design_a_number_container_system.NumberContainers
- find(int, int[]) - Method in class g1501_1600.s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable.Solution
- find132pattern(int[]) - Method in class g0401_0500.s0456_132_pattern.Solution
- findAllConcatenatedWordsInADict(String[]) - Method in class g0401_0500.s0472_concatenated_words.Solution
- findAllPeople(int, int[][], int) - Method in class g2001_2100.s2092_find_all_people_with_secret.Solution
- findAllRecipes(String[], List<List<String>>, String[]) - Method in class g2101_2200.s2115_find_all_possible_recipes_from_given_supplies.Solution
- findAnagrams(String, String) - Method in class g0401_0500.s0438_find_all_anagrams_in_a_string.Solution
- findAndReplacePattern(String[], String) - Method in class g0801_0900.s0890_find_and_replace_pattern.Solution
- findArray(int[]) - Method in class g2401_2500.s2433_find_the_original_array_of_prefix_xor.Solution
- findBall(int[][]) - Method in class g1701_1800.s1706_where_will_the_ball_fall.Solution
- findBestValue(int[], int) - Method in class g1201_1300.s1300_sum_of_mutated_array_closest_to_target.Solution
- findBottomLeftValue(TreeNode) - Method in class g0501_0600.s0513_find_bottom_left_tree_value.Solution
- findCenter(int[][]) - Method in class g1701_1800.s1791_find_center_of_star_graph.Solution
- findCheapestPrice(int, int[][], int, int, int) - Method in class g0701_0800.s0787_cheapest_flights_within_k_stops.Solution
- findCircleNum(int[][]) - Method in class g0501_0600.s0547_number_of_provinces.Solution
- findClosestElements(int[], int, int) - Method in class g0601_0700.s0658_find_k_closest_elements.Solution
- findClosestNumber(int[]) - Method in class g2201_2300.s2239_find_closest_number_to_zero.Solution
- findComplement(int) - Method in class g0401_0500.s0476_number_complement.Solution
- findContentChildren(int[], int[]) - Method in class g0401_0500.s0455_assign_cookies.Solution
- findCriticalAndPseudoCriticalEdges(int, int[][]) - Method in class g1401_1500.s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree.Solution
- findDiagonalOrder(int[][]) - Method in class g0401_0500.s0498_diagonal_traverse.Solution
- findDiagonalOrder(List<List<Integer>>) - Method in class g1401_1500.s1424_diagonal_traverse_ii.Solution
- findDifference(int[], int[]) - Method in class g2201_2300.s2215_find_the_difference_of_two_arrays.Solution
- findDifferentBinaryString(String[]) - Method in class g1901_2000.s1980_find_unique_binary_string.Solution
- findDisappearedNumbers(int[]) - Method in class g0401_0500.s0448_find_all_numbers_disappeared_in_an_array.Solution
- findDuplicate(int[]) - Method in class g0201_0300.s0287_find_the_duplicate_number.Solution
- findDuplicate(String[]) - Method in class g0601_0700.s0609_find_duplicate_file_in_system.Solution
- findDuplicates(int[]) - Method in class g0401_0500.s0442_find_all_duplicates_in_an_array.Solution
- findDuplicateSubtrees(TreeNode) - Method in class g0601_0700.s0652_find_duplicate_subtrees.Solution
- FindElements - Class in g1201_1300.s1261_find_elements_in_a_contaminated_binary_tree
- FindElements(TreeNode) - Constructor for class g1201_1300.s1261_find_elements_in_a_contaminated_binary_tree.FindElements
- findErrorNums(int[]) - Method in class g0601_0700.s0645_set_mismatch.Solution
- findEvenNumbers(int[]) - Method in class g2001_2100.s2094_finding_3_digit_even_numbers.Solution
- findFarmland(int[][]) - Method in class g1901_2000.s1992_find_all_groups_of_farmland.Solution
- findFinalValue(int[], int) - Method in class g2101_2200.s2154_keep_multiplying_found_values_by_two.Solution
- findFrequentTreeSum(TreeNode) - Method in class g0501_0600.s0508_most_frequent_subtree_sum.Solution
- findGCD(int[]) - Method in class g1901_2000.s1979_find_greatest_common_divisor_of_array.Solution
- findGoodStrings(int, String, String, String) - Method in class g1301_1400.s1397_find_all_good_strings.Solution
- findingUsersActiveMinutes(int[][], int) - Method in class g1801_1900.s1817_finding_the_users_active_minutes.Solution
- findInMountainArray(int, MountainArray) - Method in class g1001_1100.s1095_find_in_mountain_array.Solution
- findIntegers(int) - Method in class g0501_0600.s0600_non_negative_integers_without_consecutive_ones.Solution
- findItinerary(List<List<String>>) - Method in class g0301_0400.s0332_reconstruct_itinerary.Solution
- findJudge(int, int[][]) - Method in class g0901_1000.s0997_find_the_town_judge.Solution
- findKDistantIndices(int[], int, int) - Method in class g2101_2200.s2200_find_all_k_distant_indices_in_an_array.Solution
- findKthBit(int, int) - Method in class g1501_1600.s1545_find_kth_bit_in_nth_binary_string.Solution
- findKthLargest(int[], int) - Method in class g0201_0300.s0215_kth_largest_element_in_an_array.Solution
- findKthNumber(int, int) - Method in class g0401_0500.s0440_k_th_smallest_in_lexicographical_order.Solution
- findKthNumber(int, int, int) - Method in class g0601_0700.s0668_kth_smallest_number_in_multiplication_table.Solution
- findKthPositive(int[], int) - Method in class g1501_1600.s1539_kth_missing_positive_number.Solution
- findLadders(String, String, List<String>) - Method in class g0101_0200.s0126_word_ladder_ii.Solution
- findLatestStep(int[], int) - Method in class g1501_1600.s1562_find_latest_group_of_size_m.Solution
- findLeastNumOfUniqueInts(int[], int) - Method in class g1401_1500.s1481_least_number_of_unique_integers_after_k_removals.Solution
- findLength(int[], int[]) - Method in class g0701_0800.s0718_maximum_length_of_repeated_subarray.Solution
- findLengthOfLCIS(int[]) - Method in class g0601_0700.s0674_longest_continuous_increasing_subsequence.Solution
- findLengthOfShortestSubarray(int[]) - Method in class g1501_1600.s1574_shortest_subarray_to_be_removed_to_make_array_sorted.Solution
- findLexSmallestString(String, int, int) - Method in class g1601_1700.s1625_lexicographically_smallest_string_after_applying_operations.Solution
- findLHS(int[]) - Method in class g0501_0600.s0594_longest_harmonious_subsequence.Solution
- findLonely(int[]) - Method in class g2101_2200.s2150_find_all_lonely_numbers_in_the_array.Solution
- findLongest(String, List<String>[], Map<String, Integer>) - Method in class g1001_1100.s1048_longest_string_chain.Solution
- findLongestChain(int[][]) - Method in class g0601_0700.s0646_maximum_length_of_pair_chain.Solution
- findLongestWord(String, List<String>) - Method in class g0501_0600.s0524_longest_word_in_dictionary_through_deleting.Solution
- findLucky(int[]) - Method in class g1301_1400.s1394_find_lucky_integer_in_an_array.Solution
- findLUSlength(String[]) - Method in class g0501_0600.s0522_longest_uncommon_subsequence_ii.Solution
- findLUSlength(String, String) - Method in class g0501_0600.s0521_longest_uncommon_subsequence_i.Solution
- findMaxAverage(int[], int) - Method in class g0601_0700.s0643_maximum_average_subarray_i.Solution
- findMaxConsecutiveOnes(int[]) - Method in class g0401_0500.s0485_max_consecutive_ones.Solution
- findMaxForm(String[], int, int) - Method in class g0401_0500.s0474_ones_and_zeroes.Solution
- findMaximizedCapital(int, int, int[], int[]) - Method in class g0501_0600.s0502_ipo.Solution
- findMaximumXOR(int[]) - Method in class g0401_0500.s0421_maximum_xor_of_two_numbers_in_an_array.Solution
- findMaxK(int[]) - Method in class g2401_2500.s2441_largest_positive_integer_that_exists_with_its_negative.Solution
- findMaxLength(int[]) - Method in class g0501_0600.s0525_contiguous_array.Solution
- findMaxValueOfEquation(int[][], int) - Method in class g1401_1500.s1499_max_value_of_equation.Solution
- findMedian() - Method in class g0201_0300.s0295_find_median_from_data_stream.MedianFinder
- findMedianSortedArrays(int[], int[]) - Method in class g0001_0100.s0004_median_of_two_sorted_arrays.Solution
- findMiddleIndex(int[]) - Method in class g1901_2000.s1991_find_the_middle_index_in_array.Solution
- findMin(int[]) - Method in class g0101_0200.s0153_find_minimum_in_rotated_sorted_array.Solution
- findMin(int[]) - Method in class g0101_0200.s0154_find_minimum_in_rotated_sorted_array_ii.Solution
- findMinArrowShots(int[][]) - Method in class g0401_0500.s0452_minimum_number_of_arrows_to_burst_balloons.Solution
- findMinDifference(List<String>) - Method in class g0501_0600.s0539_minimum_time_difference.Solution
- findMinFibonacciNumbers(int) - Method in class g1401_1500.s1414_find_the_minimum_number_of_fibonacci_numbers_whose_sum_is_k.Solution
- findMinHeightTrees(int, int[][]) - Method in class g0301_0400.s0310_minimum_height_trees.Solution
- findMinMoves(int[]) - Method in class g0501_0600.s0517_super_washing_machines.Solution
- findMinStep(String, String) - Method in class g0401_0500.s0488_zuma_game.Solution
- findMode(TreeNode) - Method in class g0501_0600.s0501_find_mode_in_binary_search_tree.Solution
- findNthDigit(int) - Method in class g0301_0400.s0400_nth_digit.Solution
- findNum(int, int[]) - Method in class g0701_0800.s0747_largest_number_at_least_twice_of_others.Solution
- findNumberOfLIS(int[]) - Method in class g0601_0700.s0673_number_of_longest_increasing_subsequence.Solution
- findNumbers(int[]) - Method in class g1201_1300.s1295_find_numbers_with_even_number_of_digits.Solution
- findNumOfValidWords(String[], String[]) - Method in class g1101_1200.s1178_number_of_valid_words_for_each_puzzle.Solution
- findOcurrences(String, String, String) - Method in class g1001_1100.s1078_occurrences_after_bigram.Solution
- findOrder(int, int[][]) - Method in class g0201_0300.s0210_course_schedule_ii.Solution
- findOriginalArray(int[]) - Method in class g2001_2100.s2007_find_original_array_from_doubled_array.Solution
- findPairs(int[], int) - Method in class g0501_0600.s0532_k_diff_pairs_in_an_array.Solution
- findPaths(int, int, int, int, int) - Method in class g0501_0600.s0576_out_of_boundary_paths.Solution
- findPeakElement(int[]) - Method in class g0101_0200.s0162_find_peak_element.Solution
- findPeakGrid(int[][]) - Method in class g1901_2000.s1901_find_a_peak_element_ii.Solution
- findPoisonedDuration(int[], int) - Method in class g0401_0500.s0495_teemo_attacking.Solution
- findRadius(int[], int[]) - Method in class g0401_0500.s0475_heaters.Solution
- findRedundantConnection(int[][]) - Method in class g0601_0700.s0684_redundant_connection.Solution
- findRedundantDirectedConnection(int[][]) - Method in class g0601_0700.s0685_redundant_connection_ii.Solution
- findRelativeRanks(int[]) - Method in class g0501_0600.s0506_relative_ranks.Solution
- findRepeatedDnaSequences(String) - Method in class g0101_0200.s0187_repeated_dna_sequences.Solution
- findReplaceString(String, int[], String[], String[]) - Method in class g0801_0900.s0833_find_and_replace_in_string.Solution
- findRestaurant(String[], String[]) - Method in class g0501_0600.s0599_minimum_index_sum_of_two_lists.Solution
- findRightInterval(int[][]) - Method in class g0401_0500.s0436_find_right_interval.Solution
- findRotateSteps(String, String) - Method in class g0501_0600.s0514_freedom_trail.Solution
- findRotation(int[][], int[][]) - Method in class g1801_1900.s1886_determine_whether_matrix_can_be_obtained_by_rotation.Solution
- findSecondMinimumValue(TreeNode) - Method in class g0601_0700.s0671_second_minimum_node_in_a_binary_tree.Solution
- findSecretWord(String[], Solution.Master) - Method in class g0801_0900.s0843_guess_the_word.Solution
- findShortestSubArray(int[]) - Method in class g0601_0700.s0697_degree_of_an_array.Solution
- findSmallestSetOfVertices(int, List<List<Integer>>) - Method in class g1501_1600.s1557_minimum_number_of_vertices_to_reach_all_nodes.Solution
- findSolution(Solution.CustomFunction, int) - Method in class g1201_1300.s1237_find_positive_integer_solution_for_a_given_equation.Solution
- findSpecialInteger(int[]) - Method in class g1201_1300.s1287_element_appearing_more_than_25_in_sorted_array.Solution
- findSubarrays(int[]) - Method in class g2301_2400.s2395_find_subarrays_with_equal_sum.Solution
- findSubsequences(int[]) - Method in class g0401_0500.s0491_increasing_subsequences.Solution
- findSubstring(String, String[]) - Method in class g0001_0100.s0030_substring_with_concatenation_of_all_words.Solution
- findSubstringInWraproundString(String) - Method in class g0401_0500.s0467_unique_substrings_in_wraparound_string.Solution
- FindSumPairs - Class in g1801_1900.s1865_finding_pairs_with_a_certain_sum
- FindSumPairs(int[], int[]) - Constructor for class g1801_1900.s1865_finding_pairs_with_a_certain_sum.FindSumPairs
- findTarget(TreeNode, int) - Method in class g0601_0700.s0653_two_sum_iv_input_is_a_bst.Solution
- findTargetSumWays(int[], int) - Method in class g0401_0500.s0494_target_sum.Solution
- findTheCity(int, int[][], int) - Method in class g1301_1400.s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance.Solution
- findTheDifference(String, String) - Method in class g0301_0400.s0389_find_the_difference.Solution
- findTheDistanceValue(int[], int[], int) - Method in class g1301_1400.s1385_find_the_distance_value_between_two_arrays.Solution
- findTheLongestSubstring(String) - Method in class g1301_1400.s1371_find_the_longest_substring_containing_vowels_in_even_counts.Solution
- findTheWinner(int, int) - Method in class g1801_1900.s1823_find_the_winner_of_the_circular_game.Solution
- findTilt(TreeNode) - Method in class g0501_0600.s0563_binary_tree_tilt.Solution
- findUnsortedSubarray(int[]) - Method in class g0501_0600.s0581_shortest_unsorted_continuous_subarray.Solution
- findWinners(int[][]) - Method in class g2201_2300.s2225_find_players_with_zero_or_one_losses.Solution
- findWords(char[][], String[]) - Method in class g0201_0300.s0212_word_search_ii.Solution
- findWords(String[]) - Method in class g0401_0500.s0500_keyboard_row.Solution
- first(Runnable) - Method in class g1101_1200.s1114_print_in_order.Foo
- firstBadVersion(int) - Method in class g0201_0300.s0278_first_bad_version.Solution
- firstDayBeenInAllRooms(int[]) - Method in class g1901_2000.s1997_first_day_where_you_have_been_in_all_the_rooms.Solution
- firstMissingPositive(int[]) - Method in class g0001_0100.s0041_first_missing_positive.Solution
- firstPalindrome(String[]) - Method in class g2101_2200.s2108_find_first_palindromic_string_in_the_array.Solution
- firstUniqChar(String) - Method in class g0301_0400.s0387_first_unique_character_in_a_string.Solution
- fix(int) - Method in class g2101_2200.s2166_design_bitset.Bitset
- fizz(Runnable) - Method in class g1101_1200.s1195_fizz_buzz_multithreaded.FizzBuzz
- fizzbuzz(Runnable) - Method in class g1101_1200.s1195_fizz_buzz_multithreaded.FizzBuzz
- fizzBuzz(int) - Method in class g0401_0500.s0412_fizz_buzz.Solution
- FizzBuzz - Class in g1101_1200.s1195_fizz_buzz_multithreaded
- FizzBuzz(int) - Constructor for class g1101_1200.s1195_fizz_buzz_multithreaded.FizzBuzz
- flatten(TreeNode) - Method in class g0101_0200.s0114_flatten_binary_tree_to_linked_list.Solution
- flatten(Node) - Method in class g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Solution
- flip() - Method in class g0501_0600.s0519_random_flip_matrix.Solution
- flip() - Method in class g2101_2200.s2166_design_bitset.Bitset
- flipAndInvertImage(int[][]) - Method in class g0801_0900.s0832_flipping_an_image.Solution
- flipEquiv(TreeNode, TreeNode) - Method in class g0901_1000.s0951_flip_equivalent_binary_trees.Solution
- flipgame(int[], int[]) - Method in class g0801_0900.s0822_card_flipping_game.Solution
- flipLights(int, int) - Method in class g0601_0700.s0672_bulb_switcher_ii.Solution
- flipMatchVoyage(TreeNode, int[]) - Method in class g0901_1000.s0971_flip_binary_tree_to_match_preorder_traversal.Solution
- floodFill(int[][], int, int, int) - Method in class g0701_0800.s0733_flood_fill.Solution
- follow(int, int) - Method in class g0301_0400.s0355_design_twitter.Twitter
- foo(Runnable) - Method in class g1101_1200.s1115_print_foobar_alternately.FooBar
- Foo - Class in g1101_1200.s1114_print_in_order
- Foo() - Constructor for class g1101_1200.s1114_print_in_order.Foo
- FooBar - Class in g1101_1200.s1115_print_foobar_alternately
- FooBar(int) - Constructor for class g1101_1200.s1115_print_foobar_alternately.FooBar
- FoodRatings - Class in g2301_2400.s2353_design_a_food_rating_system
- FoodRatings(String[], String[], int[]) - Constructor for class g2301_2400.s2353_design_a_food_rating_system.FoodRatings
- forward(int) - Method in class g1401_1500.s1472_design_browser_history.BrowserHistory
- fourSum(int[], int) - Method in class g0001_0100.s0018_4sum.Solution
- fourSumCount(int[], int[], int[], int[]) - Method in class g0401_0500.s0454_4sum_ii.Solution
- fractionAddition(String) - Method in class g0501_0600.s0592_fraction_addition_and_subtraction.Solution
- fractionToDecimal(int, int) - Method in class g0101_0200.s0166_fraction_to_recurring_decimal.Solution
- freqAlphabets(String) - Method in class g1301_1400.s1309_decrypt_string_from_alphabet_to_integer_mapping.Solution
- FreqStack - Class in g0801_0900.s0895_maximum_frequency_stack
- FreqStack() - Constructor for class g0801_0900.s0895_maximum_frequency_stack.FreqStack
- frequencySort(int[]) - Method in class g1601_1700.s1636_sort_array_by_increasing_frequency.Solution
- frequencySort(String) - Method in class g0401_0500.s0451_sort_characters_by_frequency.Solution
- friendRequests(int, int[][], int[][]) - Method in class g2001_2100.s2076_process_restricted_friend_requests.Solution
- frogPosition(int, int[][], int, int) - Method in class g1301_1400.s1377_frog_position_after_t_seconds.Solution
- front() - Method in class g0601_0700.s0622_design_circular_queue.MyCircularQueue
- FrontMiddleBackQueue - Class in g1601_1700.s1670_design_front_middle_back_queue
- FrontMiddleBackQueue() - Constructor for class g1601_1700.s1670_design_front_middle_back_queue.FrontMiddleBackQueue
- fullBloomFlowers(int[][], int[]) - Method in class g2201_2300.s2251_number_of_flowers_in_full_bloom.Solution
- fullJustify(String[], int) - Method in class g0001_0100.s0068_text_justification.Solution
- furthestBuilding(int[], int, int) - Method in class g1601_1700.s1642_furthest_building_you_can_reach.Solution
G
- g0001_0100.s0001_two_sum - package g0001_0100.s0001_two_sum
- g0001_0100.s0002_add_two_numbers - package g0001_0100.s0002_add_two_numbers
- g0001_0100.s0003_longest_substring_without_repeating_characters - package g0001_0100.s0003_longest_substring_without_repeating_characters
- g0001_0100.s0004_median_of_two_sorted_arrays - package g0001_0100.s0004_median_of_two_sorted_arrays
- g0001_0100.s0005_longest_palindromic_substring - package g0001_0100.s0005_longest_palindromic_substring
- g0001_0100.s0006_zigzag_conversion - package g0001_0100.s0006_zigzag_conversion
- g0001_0100.s0007_reverse_integer - package g0001_0100.s0007_reverse_integer
- g0001_0100.s0008_string_to_integer_atoi - package g0001_0100.s0008_string_to_integer_atoi
- g0001_0100.s0009_palindrome_number - package g0001_0100.s0009_palindrome_number
- g0001_0100.s0010_regular_expression_matching - package g0001_0100.s0010_regular_expression_matching
- g0001_0100.s0011_container_with_most_water - package g0001_0100.s0011_container_with_most_water
- g0001_0100.s0012_integer_to_roman - package g0001_0100.s0012_integer_to_roman
- g0001_0100.s0013_roman_to_integer - package g0001_0100.s0013_roman_to_integer
- g0001_0100.s0014_longest_common_prefix - package g0001_0100.s0014_longest_common_prefix
- g0001_0100.s0015_3sum - package g0001_0100.s0015_3sum
- g0001_0100.s0016_3sum_closest - package g0001_0100.s0016_3sum_closest
- g0001_0100.s0017_letter_combinations_of_a_phone_number - package g0001_0100.s0017_letter_combinations_of_a_phone_number
- g0001_0100.s0018_4sum - package g0001_0100.s0018_4sum
- g0001_0100.s0019_remove_nth_node_from_end_of_list - package g0001_0100.s0019_remove_nth_node_from_end_of_list
- g0001_0100.s0020_valid_parentheses - package g0001_0100.s0020_valid_parentheses
- g0001_0100.s0021_merge_two_sorted_lists - package g0001_0100.s0021_merge_two_sorted_lists
- g0001_0100.s0022_generate_parentheses - package g0001_0100.s0022_generate_parentheses
- g0001_0100.s0023_merge_k_sorted_lists - package g0001_0100.s0023_merge_k_sorted_lists
- g0001_0100.s0024_swap_nodes_in_pairs - package g0001_0100.s0024_swap_nodes_in_pairs
- g0001_0100.s0025_reverse_nodes_in_k_group - package g0001_0100.s0025_reverse_nodes_in_k_group
- g0001_0100.s0026_remove_duplicates_from_sorted_array - package g0001_0100.s0026_remove_duplicates_from_sorted_array
- g0001_0100.s0027_remove_element - package g0001_0100.s0027_remove_element
- g0001_0100.s0028_implement_strstr - package g0001_0100.s0028_implement_strstr
- g0001_0100.s0029_divide_two_integers - package g0001_0100.s0029_divide_two_integers
- g0001_0100.s0030_substring_with_concatenation_of_all_words - package g0001_0100.s0030_substring_with_concatenation_of_all_words
- g0001_0100.s0031_next_permutation - package g0001_0100.s0031_next_permutation
- g0001_0100.s0032_longest_valid_parentheses - package g0001_0100.s0032_longest_valid_parentheses
- g0001_0100.s0033_search_in_rotated_sorted_array - package g0001_0100.s0033_search_in_rotated_sorted_array
- g0001_0100.s0034_find_first_and_last_position_of_element_in_sorted_array - package g0001_0100.s0034_find_first_and_last_position_of_element_in_sorted_array
- g0001_0100.s0035_search_insert_position - package g0001_0100.s0035_search_insert_position
- g0001_0100.s0036_valid_sudoku - package g0001_0100.s0036_valid_sudoku
- g0001_0100.s0037_sudoku_solver - package g0001_0100.s0037_sudoku_solver
- g0001_0100.s0038_count_and_say - package g0001_0100.s0038_count_and_say
- g0001_0100.s0039_combination_sum - package g0001_0100.s0039_combination_sum
- g0001_0100.s0040_combination_sum_ii - package g0001_0100.s0040_combination_sum_ii
- g0001_0100.s0041_first_missing_positive - package g0001_0100.s0041_first_missing_positive
- g0001_0100.s0042_trapping_rain_water - package g0001_0100.s0042_trapping_rain_water
- g0001_0100.s0043_multiply_strings - package g0001_0100.s0043_multiply_strings
- g0001_0100.s0044_wildcard_matching - package g0001_0100.s0044_wildcard_matching
- g0001_0100.s0045_jump_game_ii - package g0001_0100.s0045_jump_game_ii
- g0001_0100.s0046_permutations - package g0001_0100.s0046_permutations
- g0001_0100.s0047_permutations_ii - package g0001_0100.s0047_permutations_ii
- g0001_0100.s0048_rotate_image - package g0001_0100.s0048_rotate_image
- g0001_0100.s0049_group_anagrams - package g0001_0100.s0049_group_anagrams
- g0001_0100.s0050_powx_n - package g0001_0100.s0050_powx_n
- g0001_0100.s0051_n_queens - package g0001_0100.s0051_n_queens
- g0001_0100.s0052_n_queens_ii - package g0001_0100.s0052_n_queens_ii
- g0001_0100.s0053_maximum_subarray - package g0001_0100.s0053_maximum_subarray
- g0001_0100.s0054_spiral_matrix - package g0001_0100.s0054_spiral_matrix
- g0001_0100.s0055_jump_game - package g0001_0100.s0055_jump_game
- g0001_0100.s0056_merge_intervals - package g0001_0100.s0056_merge_intervals
- g0001_0100.s0057_insert_interval - package g0001_0100.s0057_insert_interval
- g0001_0100.s0058_length_of_last_word - package g0001_0100.s0058_length_of_last_word
- g0001_0100.s0059_spiral_matrix_ii - package g0001_0100.s0059_spiral_matrix_ii
- g0001_0100.s0060_permutation_sequence - package g0001_0100.s0060_permutation_sequence
- g0001_0100.s0061_rotate_list - package g0001_0100.s0061_rotate_list
- g0001_0100.s0062_unique_paths - package g0001_0100.s0062_unique_paths
- g0001_0100.s0063_unique_paths_ii - package g0001_0100.s0063_unique_paths_ii
- g0001_0100.s0064_minimum_path_sum - package g0001_0100.s0064_minimum_path_sum
- g0001_0100.s0065_valid_number - package g0001_0100.s0065_valid_number
- g0001_0100.s0066_plus_one - package g0001_0100.s0066_plus_one
- g0001_0100.s0067_add_binary - package g0001_0100.s0067_add_binary
- g0001_0100.s0068_text_justification - package g0001_0100.s0068_text_justification
- g0001_0100.s0069_sqrtx - package g0001_0100.s0069_sqrtx
- g0001_0100.s0070_climbing_stairs - package g0001_0100.s0070_climbing_stairs
- g0001_0100.s0071_simplify_path - package g0001_0100.s0071_simplify_path
- g0001_0100.s0072_edit_distance - package g0001_0100.s0072_edit_distance
- g0001_0100.s0073_set_matrix_zeroes - package g0001_0100.s0073_set_matrix_zeroes
- g0001_0100.s0074_search_a_2d_matrix - package g0001_0100.s0074_search_a_2d_matrix
- g0001_0100.s0075_sort_colors - package g0001_0100.s0075_sort_colors
- g0001_0100.s0076_minimum_window_substring - package g0001_0100.s0076_minimum_window_substring
- g0001_0100.s0077_combinations - package g0001_0100.s0077_combinations
- g0001_0100.s0078_subsets - package g0001_0100.s0078_subsets
- g0001_0100.s0079_word_search - package g0001_0100.s0079_word_search
- g0001_0100.s0080_remove_duplicates_from_sorted_array_ii - package g0001_0100.s0080_remove_duplicates_from_sorted_array_ii
- g0001_0100.s0081_search_in_rotated_sorted_array_ii - package g0001_0100.s0081_search_in_rotated_sorted_array_ii
- g0001_0100.s0082_remove_duplicates_from_sorted_list_ii - package g0001_0100.s0082_remove_duplicates_from_sorted_list_ii
- g0001_0100.s0083_remove_duplicates_from_sorted_list - package g0001_0100.s0083_remove_duplicates_from_sorted_list
- g0001_0100.s0084_largest_rectangle_in_histogram - package g0001_0100.s0084_largest_rectangle_in_histogram
- g0001_0100.s0085_maximal_rectangle - package g0001_0100.s0085_maximal_rectangle
- g0001_0100.s0086_partition_list - package g0001_0100.s0086_partition_list
- g0001_0100.s0087_scramble_string - package g0001_0100.s0087_scramble_string
- g0001_0100.s0088_merge_sorted_array - package g0001_0100.s0088_merge_sorted_array
- g0001_0100.s0089_gray_code - package g0001_0100.s0089_gray_code
- g0001_0100.s0090_subsets_ii - package g0001_0100.s0090_subsets_ii
- g0001_0100.s0091_decode_ways - package g0001_0100.s0091_decode_ways
- g0001_0100.s0092_reverse_linked_list_ii - package g0001_0100.s0092_reverse_linked_list_ii
- g0001_0100.s0093_restore_ip_addresses - package g0001_0100.s0093_restore_ip_addresses
- g0001_0100.s0094_binary_tree_inorder_traversal - package g0001_0100.s0094_binary_tree_inorder_traversal
- g0001_0100.s0095_unique_binary_search_trees_ii - package g0001_0100.s0095_unique_binary_search_trees_ii
- g0001_0100.s0096_unique_binary_search_trees - package g0001_0100.s0096_unique_binary_search_trees
- g0001_0100.s0097_interleaving_string - package g0001_0100.s0097_interleaving_string
- g0001_0100.s0098_validate_binary_search_tree - package g0001_0100.s0098_validate_binary_search_tree
- g0001_0100.s0099_recover_binary_search_tree - package g0001_0100.s0099_recover_binary_search_tree
- g0001_0100.s0100_same_tree - package g0001_0100.s0100_same_tree
- g0101_0200.s0101_symmetric_tree - package g0101_0200.s0101_symmetric_tree
- g0101_0200.s0102_binary_tree_level_order_traversal - package g0101_0200.s0102_binary_tree_level_order_traversal
- g0101_0200.s0103_binary_tree_zigzag_level_order_traversal - package g0101_0200.s0103_binary_tree_zigzag_level_order_traversal
- g0101_0200.s0104_maximum_depth_of_binary_tree - package g0101_0200.s0104_maximum_depth_of_binary_tree
- g0101_0200.s0105_construct_binary_tree_from_preorder_and_inorder_traversal - package g0101_0200.s0105_construct_binary_tree_from_preorder_and_inorder_traversal
- g0101_0200.s0106_construct_binary_tree_from_inorder_and_postorder_traversal - package g0101_0200.s0106_construct_binary_tree_from_inorder_and_postorder_traversal
- g0101_0200.s0107_binary_tree_level_order_traversal_ii - package g0101_0200.s0107_binary_tree_level_order_traversal_ii
- g0101_0200.s0108_convert_sorted_array_to_binary_search_tree - package g0101_0200.s0108_convert_sorted_array_to_binary_search_tree
- g0101_0200.s0109_convert_sorted_list_to_binary_search_tree - package g0101_0200.s0109_convert_sorted_list_to_binary_search_tree
- g0101_0200.s0110_balanced_binary_tree - package g0101_0200.s0110_balanced_binary_tree
- g0101_0200.s0111_minimum_depth_of_binary_tree - package g0101_0200.s0111_minimum_depth_of_binary_tree
- g0101_0200.s0112_path_sum - package g0101_0200.s0112_path_sum
- g0101_0200.s0113_path_sum_ii - package g0101_0200.s0113_path_sum_ii
- g0101_0200.s0114_flatten_binary_tree_to_linked_list - package g0101_0200.s0114_flatten_binary_tree_to_linked_list
- g0101_0200.s0115_distinct_subsequences - package g0101_0200.s0115_distinct_subsequences
- g0101_0200.s0116_populating_next_right_pointers_in_each_node - package g0101_0200.s0116_populating_next_right_pointers_in_each_node
- g0101_0200.s0117_populating_next_right_pointers_in_each_node_ii - package g0101_0200.s0117_populating_next_right_pointers_in_each_node_ii
- g0101_0200.s0118_pascals_triangle - package g0101_0200.s0118_pascals_triangle
- g0101_0200.s0119_pascals_triangle_ii - package g0101_0200.s0119_pascals_triangle_ii
- g0101_0200.s0120_triangle - package g0101_0200.s0120_triangle
- g0101_0200.s0121_best_time_to_buy_and_sell_stock - package g0101_0200.s0121_best_time_to_buy_and_sell_stock
- g0101_0200.s0122_best_time_to_buy_and_sell_stock_ii - package g0101_0200.s0122_best_time_to_buy_and_sell_stock_ii
- g0101_0200.s0123_best_time_to_buy_and_sell_stock_iii - package g0101_0200.s0123_best_time_to_buy_and_sell_stock_iii
- g0101_0200.s0124_binary_tree_maximum_path_sum - package g0101_0200.s0124_binary_tree_maximum_path_sum
- g0101_0200.s0125_valid_palindrome - package g0101_0200.s0125_valid_palindrome
- g0101_0200.s0126_word_ladder_ii - package g0101_0200.s0126_word_ladder_ii
- g0101_0200.s0127_word_ladder - package g0101_0200.s0127_word_ladder
- g0101_0200.s0128_longest_consecutive_sequence - package g0101_0200.s0128_longest_consecutive_sequence
- g0101_0200.s0129_sum_root_to_leaf_numbers - package g0101_0200.s0129_sum_root_to_leaf_numbers
- g0101_0200.s0130_surrounded_regions - package g0101_0200.s0130_surrounded_regions
- g0101_0200.s0131_palindrome_partitioning - package g0101_0200.s0131_palindrome_partitioning
- g0101_0200.s0132_palindrome_partitioning_ii - package g0101_0200.s0132_palindrome_partitioning_ii
- g0101_0200.s0133_clone_graph - package g0101_0200.s0133_clone_graph
- g0101_0200.s0134_gas_station - package g0101_0200.s0134_gas_station
- g0101_0200.s0135_candy - package g0101_0200.s0135_candy
- g0101_0200.s0136_single_number - package g0101_0200.s0136_single_number
- g0101_0200.s0137_single_number_ii - package g0101_0200.s0137_single_number_ii
- g0101_0200.s0138_copy_list_with_random_pointer - package g0101_0200.s0138_copy_list_with_random_pointer
- g0101_0200.s0139_word_break - package g0101_0200.s0139_word_break
- g0101_0200.s0140_word_break_ii - package g0101_0200.s0140_word_break_ii
- g0101_0200.s0141_linked_list_cycle - package g0101_0200.s0141_linked_list_cycle
- g0101_0200.s0142_linked_list_cycle_ii - package g0101_0200.s0142_linked_list_cycle_ii
- g0101_0200.s0143_reorder_list - package g0101_0200.s0143_reorder_list
- g0101_0200.s0144_binary_tree_preorder_traversal - package g0101_0200.s0144_binary_tree_preorder_traversal
- g0101_0200.s0145_binary_tree_postorder_traversal - package g0101_0200.s0145_binary_tree_postorder_traversal
- g0101_0200.s0146_lru_cache - package g0101_0200.s0146_lru_cache
- g0101_0200.s0147_insertion_sort_list - package g0101_0200.s0147_insertion_sort_list
- g0101_0200.s0148_sort_list - package g0101_0200.s0148_sort_list
- g0101_0200.s0149_max_points_on_a_line - package g0101_0200.s0149_max_points_on_a_line
- g0101_0200.s0150_evaluate_reverse_polish_notation - package g0101_0200.s0150_evaluate_reverse_polish_notation
- g0101_0200.s0151_reverse_words_in_a_string - package g0101_0200.s0151_reverse_words_in_a_string
- g0101_0200.s0152_maximum_product_subarray - package g0101_0200.s0152_maximum_product_subarray
- g0101_0200.s0153_find_minimum_in_rotated_sorted_array - package g0101_0200.s0153_find_minimum_in_rotated_sorted_array
- g0101_0200.s0154_find_minimum_in_rotated_sorted_array_ii - package g0101_0200.s0154_find_minimum_in_rotated_sorted_array_ii
- g0101_0200.s0155_min_stack - package g0101_0200.s0155_min_stack
- g0101_0200.s0160_intersection_of_two_linked_lists - package g0101_0200.s0160_intersection_of_two_linked_lists
- g0101_0200.s0162_find_peak_element - package g0101_0200.s0162_find_peak_element
- g0101_0200.s0164_maximum_gap - package g0101_0200.s0164_maximum_gap
- g0101_0200.s0165_compare_version_numbers - package g0101_0200.s0165_compare_version_numbers
- g0101_0200.s0166_fraction_to_recurring_decimal - package g0101_0200.s0166_fraction_to_recurring_decimal
- g0101_0200.s0167_two_sum_ii_input_array_is_sorted - package g0101_0200.s0167_two_sum_ii_input_array_is_sorted
- g0101_0200.s0168_excel_sheet_column_title - package g0101_0200.s0168_excel_sheet_column_title
- g0101_0200.s0169_majority_element - package g0101_0200.s0169_majority_element
- g0101_0200.s0171_excel_sheet_column_number - package g0101_0200.s0171_excel_sheet_column_number
- g0101_0200.s0172_factorial_trailing_zeroes - package g0101_0200.s0172_factorial_trailing_zeroes
- g0101_0200.s0173_binary_search_tree_iterator - package g0101_0200.s0173_binary_search_tree_iterator
- g0101_0200.s0174_dungeon_game - package g0101_0200.s0174_dungeon_game
- g0101_0200.s0179_largest_number - package g0101_0200.s0179_largest_number
- g0101_0200.s0187_repeated_dna_sequences - package g0101_0200.s0187_repeated_dna_sequences
- g0101_0200.s0188_best_time_to_buy_and_sell_stock_iv - package g0101_0200.s0188_best_time_to_buy_and_sell_stock_iv
- g0101_0200.s0189_rotate_array - package g0101_0200.s0189_rotate_array
- g0101_0200.s0190_reverse_bits - package g0101_0200.s0190_reverse_bits
- g0101_0200.s0191_number_of_1_bits - package g0101_0200.s0191_number_of_1_bits
- g0101_0200.s0198_house_robber - package g0101_0200.s0198_house_robber
- g0101_0200.s0199_binary_tree_right_side_view - package g0101_0200.s0199_binary_tree_right_side_view
- g0101_0200.s0200_number_of_islands - package g0101_0200.s0200_number_of_islands
- g0201_0300.s0201_bitwise_and_of_numbers_range - package g0201_0300.s0201_bitwise_and_of_numbers_range
- g0201_0300.s0202_happy_number - package g0201_0300.s0202_happy_number
- g0201_0300.s0203_remove_linked_list_elements - package g0201_0300.s0203_remove_linked_list_elements
- g0201_0300.s0204_count_primes - package g0201_0300.s0204_count_primes
- g0201_0300.s0205_isomorphic_strings - package g0201_0300.s0205_isomorphic_strings
- g0201_0300.s0206_reverse_linked_list - package g0201_0300.s0206_reverse_linked_list
- g0201_0300.s0207_course_schedule - package g0201_0300.s0207_course_schedule
- g0201_0300.s0208_implement_trie_prefix_tree - package g0201_0300.s0208_implement_trie_prefix_tree
- g0201_0300.s0209_minimum_size_subarray_sum - package g0201_0300.s0209_minimum_size_subarray_sum
- g0201_0300.s0210_course_schedule_ii - package g0201_0300.s0210_course_schedule_ii
- g0201_0300.s0211_design_add_and_search_words_data_structure - package g0201_0300.s0211_design_add_and_search_words_data_structure
- g0201_0300.s0212_word_search_ii - package g0201_0300.s0212_word_search_ii
- g0201_0300.s0213_house_robber_ii - package g0201_0300.s0213_house_robber_ii
- g0201_0300.s0214_shortest_palindrome - package g0201_0300.s0214_shortest_palindrome
- g0201_0300.s0215_kth_largest_element_in_an_array - package g0201_0300.s0215_kth_largest_element_in_an_array
- g0201_0300.s0216_combination_sum_iii - package g0201_0300.s0216_combination_sum_iii
- g0201_0300.s0217_contains_duplicate - package g0201_0300.s0217_contains_duplicate
- g0201_0300.s0218_the_skyline_problem - package g0201_0300.s0218_the_skyline_problem
- g0201_0300.s0219_contains_duplicate_ii - package g0201_0300.s0219_contains_duplicate_ii
- g0201_0300.s0220_contains_duplicate_iii - package g0201_0300.s0220_contains_duplicate_iii
- g0201_0300.s0221_maximal_square - package g0201_0300.s0221_maximal_square
- g0201_0300.s0222_count_complete_tree_nodes - package g0201_0300.s0222_count_complete_tree_nodes
- g0201_0300.s0223_rectangle_area - package g0201_0300.s0223_rectangle_area
- g0201_0300.s0224_basic_calculator - package g0201_0300.s0224_basic_calculator
- g0201_0300.s0225_implement_stack_using_queues - package g0201_0300.s0225_implement_stack_using_queues
- g0201_0300.s0226_invert_binary_tree - package g0201_0300.s0226_invert_binary_tree
- g0201_0300.s0227_basic_calculator_ii - package g0201_0300.s0227_basic_calculator_ii
- g0201_0300.s0228_summary_ranges - package g0201_0300.s0228_summary_ranges
- g0201_0300.s0229_majority_element_ii - package g0201_0300.s0229_majority_element_ii
- g0201_0300.s0230_kth_smallest_element_in_a_bst - package g0201_0300.s0230_kth_smallest_element_in_a_bst
- g0201_0300.s0231_power_of_two - package g0201_0300.s0231_power_of_two
- g0201_0300.s0232_implement_queue_using_stacks - package g0201_0300.s0232_implement_queue_using_stacks
- g0201_0300.s0233_number_of_digit_one - package g0201_0300.s0233_number_of_digit_one
- g0201_0300.s0234_palindrome_linked_list - package g0201_0300.s0234_palindrome_linked_list
- g0201_0300.s0235_lowest_common_ancestor_of_a_binary_search_tree - package g0201_0300.s0235_lowest_common_ancestor_of_a_binary_search_tree
- g0201_0300.s0236_lowest_common_ancestor_of_a_binary_tree - package g0201_0300.s0236_lowest_common_ancestor_of_a_binary_tree
- g0201_0300.s0237_delete_node_in_a_linked_list - package g0201_0300.s0237_delete_node_in_a_linked_list
- g0201_0300.s0238_product_of_array_except_self - package g0201_0300.s0238_product_of_array_except_self
- g0201_0300.s0239_sliding_window_maximum - package g0201_0300.s0239_sliding_window_maximum
- g0201_0300.s0240_search_a_2d_matrix_ii - package g0201_0300.s0240_search_a_2d_matrix_ii
- g0201_0300.s0241_different_ways_to_add_parentheses - package g0201_0300.s0241_different_ways_to_add_parentheses
- g0201_0300.s0242_valid_anagram - package g0201_0300.s0242_valid_anagram
- g0201_0300.s0257_binary_tree_paths - package g0201_0300.s0257_binary_tree_paths
- g0201_0300.s0258_add_digits - package g0201_0300.s0258_add_digits
- g0201_0300.s0260_single_number_iii - package g0201_0300.s0260_single_number_iii
- g0201_0300.s0263_ugly_number - package g0201_0300.s0263_ugly_number
- g0201_0300.s0264_ugly_number_ii - package g0201_0300.s0264_ugly_number_ii
- g0201_0300.s0268_missing_number - package g0201_0300.s0268_missing_number
- g0201_0300.s0273_integer_to_english_words - package g0201_0300.s0273_integer_to_english_words
- g0201_0300.s0274_h_index - package g0201_0300.s0274_h_index
- g0201_0300.s0275_h_index_ii - package g0201_0300.s0275_h_index_ii
- g0201_0300.s0278_first_bad_version - package g0201_0300.s0278_first_bad_version
- g0201_0300.s0279_perfect_squares - package g0201_0300.s0279_perfect_squares
- g0201_0300.s0282_expression_add_operators - package g0201_0300.s0282_expression_add_operators
- g0201_0300.s0283_move_zeroes - package g0201_0300.s0283_move_zeroes
- g0201_0300.s0284_peeking_iterator - package g0201_0300.s0284_peeking_iterator
- g0201_0300.s0287_find_the_duplicate_number - package g0201_0300.s0287_find_the_duplicate_number
- g0201_0300.s0289_game_of_life - package g0201_0300.s0289_game_of_life
- g0201_0300.s0290_word_pattern - package g0201_0300.s0290_word_pattern
- g0201_0300.s0292_nim_game - package g0201_0300.s0292_nim_game
- g0201_0300.s0295_find_median_from_data_stream - package g0201_0300.s0295_find_median_from_data_stream
- g0201_0300.s0297_serialize_and_deserialize_binary_tree - package g0201_0300.s0297_serialize_and_deserialize_binary_tree
- g0201_0300.s0299_bulls_and_cows - package g0201_0300.s0299_bulls_and_cows
- g0201_0300.s0300_longest_increasing_subsequence - package g0201_0300.s0300_longest_increasing_subsequence
- g0301_0400.s0301_remove_invalid_parentheses - package g0301_0400.s0301_remove_invalid_parentheses
- g0301_0400.s0303_range_sum_query_immutable - package g0301_0400.s0303_range_sum_query_immutable
- g0301_0400.s0304_range_sum_query_2d_immutable - package g0301_0400.s0304_range_sum_query_2d_immutable
- g0301_0400.s0306_additive_number - package g0301_0400.s0306_additive_number
- g0301_0400.s0307_range_sum_query_mutable - package g0301_0400.s0307_range_sum_query_mutable
- g0301_0400.s0309_best_time_to_buy_and_sell_stock_with_cooldown - package g0301_0400.s0309_best_time_to_buy_and_sell_stock_with_cooldown
- g0301_0400.s0310_minimum_height_trees - package g0301_0400.s0310_minimum_height_trees
- g0301_0400.s0312_burst_balloons - package g0301_0400.s0312_burst_balloons
- g0301_0400.s0313_super_ugly_number - package g0301_0400.s0313_super_ugly_number
- g0301_0400.s0315_count_of_smaller_numbers_after_self - package g0301_0400.s0315_count_of_smaller_numbers_after_self
- g0301_0400.s0316_remove_duplicate_letters - package g0301_0400.s0316_remove_duplicate_letters
- g0301_0400.s0318_maximum_product_of_word_lengths - package g0301_0400.s0318_maximum_product_of_word_lengths
- g0301_0400.s0319_bulb_switcher - package g0301_0400.s0319_bulb_switcher
- g0301_0400.s0321_create_maximum_number - package g0301_0400.s0321_create_maximum_number
- g0301_0400.s0322_coin_change - package g0301_0400.s0322_coin_change
- g0301_0400.s0324_wiggle_sort_ii - package g0301_0400.s0324_wiggle_sort_ii
- g0301_0400.s0326_power_of_three - package g0301_0400.s0326_power_of_three
- g0301_0400.s0327_count_of_range_sum - package g0301_0400.s0327_count_of_range_sum
- g0301_0400.s0328_odd_even_linked_list - package g0301_0400.s0328_odd_even_linked_list
- g0301_0400.s0329_longest_increasing_path_in_a_matrix - package g0301_0400.s0329_longest_increasing_path_in_a_matrix
- g0301_0400.s0330_patching_array - package g0301_0400.s0330_patching_array
- g0301_0400.s0331_verify_preorder_serialization_of_a_binary_tree - package g0301_0400.s0331_verify_preorder_serialization_of_a_binary_tree
- g0301_0400.s0332_reconstruct_itinerary - package g0301_0400.s0332_reconstruct_itinerary
- g0301_0400.s0334_increasing_triplet_subsequence - package g0301_0400.s0334_increasing_triplet_subsequence
- g0301_0400.s0335_self_crossing - package g0301_0400.s0335_self_crossing
- g0301_0400.s0336_palindrome_pairs - package g0301_0400.s0336_palindrome_pairs
- g0301_0400.s0337_house_robber_iii - package g0301_0400.s0337_house_robber_iii
- g0301_0400.s0338_counting_bits - package g0301_0400.s0338_counting_bits
- g0301_0400.s0341_flatten_nested_list_iterator - package g0301_0400.s0341_flatten_nested_list_iterator
- g0301_0400.s0342_power_of_four - package g0301_0400.s0342_power_of_four
- g0301_0400.s0343_integer_break - package g0301_0400.s0343_integer_break
- g0301_0400.s0344_reverse_string - package g0301_0400.s0344_reverse_string
- g0301_0400.s0345_reverse_vowels_of_a_string - package g0301_0400.s0345_reverse_vowels_of_a_string
- g0301_0400.s0347_top_k_frequent_elements - package g0301_0400.s0347_top_k_frequent_elements
- g0301_0400.s0349_intersection_of_two_arrays - package g0301_0400.s0349_intersection_of_two_arrays
- g0301_0400.s0350_intersection_of_two_arrays_ii - package g0301_0400.s0350_intersection_of_two_arrays_ii
- g0301_0400.s0352_data_stream_as_disjoint_intervals - package g0301_0400.s0352_data_stream_as_disjoint_intervals
- g0301_0400.s0354_russian_doll_envelopes - package g0301_0400.s0354_russian_doll_envelopes
- g0301_0400.s0355_design_twitter - package g0301_0400.s0355_design_twitter
- g0301_0400.s0357_count_numbers_with_unique_digits - package g0301_0400.s0357_count_numbers_with_unique_digits
- g0301_0400.s0363_max_sum_of_rectangle_no_larger_than_k - package g0301_0400.s0363_max_sum_of_rectangle_no_larger_than_k
- g0301_0400.s0365_water_and_jug_problem - package g0301_0400.s0365_water_and_jug_problem
- g0301_0400.s0367_valid_perfect_square - package g0301_0400.s0367_valid_perfect_square
- g0301_0400.s0368_largest_divisible_subset - package g0301_0400.s0368_largest_divisible_subset
- g0301_0400.s0371_sum_of_two_integers - package g0301_0400.s0371_sum_of_two_integers
- g0301_0400.s0372_super_pow - package g0301_0400.s0372_super_pow
- g0301_0400.s0373_find_k_pairs_with_smallest_sums - package g0301_0400.s0373_find_k_pairs_with_smallest_sums
- g0301_0400.s0374_guess_number_higher_or_lower - package g0301_0400.s0374_guess_number_higher_or_lower
- g0301_0400.s0375_guess_number_higher_or_lower_ii - package g0301_0400.s0375_guess_number_higher_or_lower_ii
- g0301_0400.s0376_wiggle_subsequence - package g0301_0400.s0376_wiggle_subsequence
- g0301_0400.s0377_combination_sum_iv - package g0301_0400.s0377_combination_sum_iv
- g0301_0400.s0378_kth_smallest_element_in_a_sorted_matrix - package g0301_0400.s0378_kth_smallest_element_in_a_sorted_matrix
- g0301_0400.s0380_insert_delete_getrandom_o1 - package g0301_0400.s0380_insert_delete_getrandom_o1
- g0301_0400.s0381_insert_delete_getrandom_o1_duplicates_allowed - package g0301_0400.s0381_insert_delete_getrandom_o1_duplicates_allowed
- g0301_0400.s0382_linked_list_random_node - package g0301_0400.s0382_linked_list_random_node
- g0301_0400.s0383_ransom_note - package g0301_0400.s0383_ransom_note
- g0301_0400.s0384_shuffle_an_array - package g0301_0400.s0384_shuffle_an_array
- g0301_0400.s0385_mini_parser - package g0301_0400.s0385_mini_parser
- g0301_0400.s0386_lexicographical_numbers - package g0301_0400.s0386_lexicographical_numbers
- g0301_0400.s0387_first_unique_character_in_a_string - package g0301_0400.s0387_first_unique_character_in_a_string
- g0301_0400.s0388_longest_absolute_file_path - package g0301_0400.s0388_longest_absolute_file_path
- g0301_0400.s0389_find_the_difference - package g0301_0400.s0389_find_the_difference
- g0301_0400.s0390_elimination_game - package g0301_0400.s0390_elimination_game
- g0301_0400.s0391_perfect_rectangle - package g0301_0400.s0391_perfect_rectangle
- g0301_0400.s0392_is_subsequence - package g0301_0400.s0392_is_subsequence
- g0301_0400.s0393_utf_8_validation - package g0301_0400.s0393_utf_8_validation
- g0301_0400.s0394_decode_string - package g0301_0400.s0394_decode_string
- g0301_0400.s0395_longest_substring_with_at_least_k_repeating_characters - package g0301_0400.s0395_longest_substring_with_at_least_k_repeating_characters
- g0301_0400.s0396_rotate_function - package g0301_0400.s0396_rotate_function
- g0301_0400.s0397_integer_replacement - package g0301_0400.s0397_integer_replacement
- g0301_0400.s0398_random_pick_index - package g0301_0400.s0398_random_pick_index
- g0301_0400.s0399_evaluate_division - package g0301_0400.s0399_evaluate_division
- g0301_0400.s0400_nth_digit - package g0301_0400.s0400_nth_digit
- g0401_0500.s0401_binary_watch - package g0401_0500.s0401_binary_watch
- g0401_0500.s0402_remove_k_digits - package g0401_0500.s0402_remove_k_digits
- g0401_0500.s0403_frog_jump - package g0401_0500.s0403_frog_jump
- g0401_0500.s0404_sum_of_left_leaves - package g0401_0500.s0404_sum_of_left_leaves
- g0401_0500.s0405_convert_a_number_to_hexadecimal - package g0401_0500.s0405_convert_a_number_to_hexadecimal
- g0401_0500.s0406_queue_reconstruction_by_height - package g0401_0500.s0406_queue_reconstruction_by_height
- g0401_0500.s0407_trapping_rain_water_ii - package g0401_0500.s0407_trapping_rain_water_ii
- g0401_0500.s0409_longest_palindrome - package g0401_0500.s0409_longest_palindrome
- g0401_0500.s0410_split_array_largest_sum - package g0401_0500.s0410_split_array_largest_sum
- g0401_0500.s0412_fizz_buzz - package g0401_0500.s0412_fizz_buzz
- g0401_0500.s0413_arithmetic_slices - package g0401_0500.s0413_arithmetic_slices
- g0401_0500.s0414_third_maximum_number - package g0401_0500.s0414_third_maximum_number
- g0401_0500.s0415_add_strings - package g0401_0500.s0415_add_strings
- g0401_0500.s0416_partition_equal_subset_sum - package g0401_0500.s0416_partition_equal_subset_sum
- g0401_0500.s0417_pacific_atlantic_water_flow - package g0401_0500.s0417_pacific_atlantic_water_flow
- g0401_0500.s0419_battleships_in_a_board - package g0401_0500.s0419_battleships_in_a_board
- g0401_0500.s0420_strong_password_checker - package g0401_0500.s0420_strong_password_checker
- g0401_0500.s0421_maximum_xor_of_two_numbers_in_an_array - package g0401_0500.s0421_maximum_xor_of_two_numbers_in_an_array
- g0401_0500.s0423_reconstruct_original_digits_from_english - package g0401_0500.s0423_reconstruct_original_digits_from_english
- g0401_0500.s0424_longest_repeating_character_replacement - package g0401_0500.s0424_longest_repeating_character_replacement
- g0401_0500.s0427_construct_quad_tree - package g0401_0500.s0427_construct_quad_tree
- g0401_0500.s0429_n_ary_tree_level_order_traversal - package g0401_0500.s0429_n_ary_tree_level_order_traversal
- g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list - package g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list
- g0401_0500.s0432_all_oone_data_structure - package g0401_0500.s0432_all_oone_data_structure
- g0401_0500.s0433_minimum_genetic_mutation - package g0401_0500.s0433_minimum_genetic_mutation
- g0401_0500.s0434_number_of_segments_in_a_string - package g0401_0500.s0434_number_of_segments_in_a_string
- g0401_0500.s0435_non_overlapping_intervals - package g0401_0500.s0435_non_overlapping_intervals
- g0401_0500.s0436_find_right_interval - package g0401_0500.s0436_find_right_interval
- g0401_0500.s0437_path_sum_iii - package g0401_0500.s0437_path_sum_iii
- g0401_0500.s0438_find_all_anagrams_in_a_string - package g0401_0500.s0438_find_all_anagrams_in_a_string
- g0401_0500.s0440_k_th_smallest_in_lexicographical_order - package g0401_0500.s0440_k_th_smallest_in_lexicographical_order
- g0401_0500.s0441_arranging_coins - package g0401_0500.s0441_arranging_coins
- g0401_0500.s0442_find_all_duplicates_in_an_array - package g0401_0500.s0442_find_all_duplicates_in_an_array
- g0401_0500.s0443_string_compression - package g0401_0500.s0443_string_compression
- g0401_0500.s0445_add_two_numbers_ii - package g0401_0500.s0445_add_two_numbers_ii
- g0401_0500.s0446_arithmetic_slices_ii_subsequence - package g0401_0500.s0446_arithmetic_slices_ii_subsequence
- g0401_0500.s0447_number_of_boomerangs - package g0401_0500.s0447_number_of_boomerangs
- g0401_0500.s0448_find_all_numbers_disappeared_in_an_array - package g0401_0500.s0448_find_all_numbers_disappeared_in_an_array
- g0401_0500.s0449_serialize_and_deserialize_bst - package g0401_0500.s0449_serialize_and_deserialize_bst
- g0401_0500.s0450_delete_node_in_a_bst - package g0401_0500.s0450_delete_node_in_a_bst
- g0401_0500.s0451_sort_characters_by_frequency - package g0401_0500.s0451_sort_characters_by_frequency
- g0401_0500.s0452_minimum_number_of_arrows_to_burst_balloons - package g0401_0500.s0452_minimum_number_of_arrows_to_burst_balloons
- g0401_0500.s0453_minimum_moves_to_equal_array_elements - package g0401_0500.s0453_minimum_moves_to_equal_array_elements
- g0401_0500.s0454_4sum_ii - package g0401_0500.s0454_4sum_ii
- g0401_0500.s0455_assign_cookies - package g0401_0500.s0455_assign_cookies
- g0401_0500.s0456_132_pattern - package g0401_0500.s0456_132_pattern
- g0401_0500.s0457_circular_array_loop - package g0401_0500.s0457_circular_array_loop
- g0401_0500.s0458_poor_pigs - package g0401_0500.s0458_poor_pigs
- g0401_0500.s0459_repeated_substring_pattern - package g0401_0500.s0459_repeated_substring_pattern
- g0401_0500.s0460_lfu_cache - package g0401_0500.s0460_lfu_cache
- g0401_0500.s0461_hamming_distance - package g0401_0500.s0461_hamming_distance
- g0401_0500.s0462_minimum_moves_to_equal_array_elements_ii - package g0401_0500.s0462_minimum_moves_to_equal_array_elements_ii
- g0401_0500.s0463_island_perimeter - package g0401_0500.s0463_island_perimeter
- g0401_0500.s0464_can_i_win - package g0401_0500.s0464_can_i_win
- g0401_0500.s0466_count_the_repetitions - package g0401_0500.s0466_count_the_repetitions
- g0401_0500.s0467_unique_substrings_in_wraparound_string - package g0401_0500.s0467_unique_substrings_in_wraparound_string
- g0401_0500.s0468_validate_ip_address - package g0401_0500.s0468_validate_ip_address
- g0401_0500.s0470_implement_rand10_using_rand7 - package g0401_0500.s0470_implement_rand10_using_rand7
- g0401_0500.s0472_concatenated_words - package g0401_0500.s0472_concatenated_words
- g0401_0500.s0473_matchsticks_to_square - package g0401_0500.s0473_matchsticks_to_square
- g0401_0500.s0474_ones_and_zeroes - package g0401_0500.s0474_ones_and_zeroes
- g0401_0500.s0475_heaters - package g0401_0500.s0475_heaters
- g0401_0500.s0476_number_complement - package g0401_0500.s0476_number_complement
- g0401_0500.s0477_total_hamming_distance - package g0401_0500.s0477_total_hamming_distance
- g0401_0500.s0478_generate_random_point_in_a_circle - package g0401_0500.s0478_generate_random_point_in_a_circle
- g0401_0500.s0479_largest_palindrome_product - package g0401_0500.s0479_largest_palindrome_product
- g0401_0500.s0480_sliding_window_median - package g0401_0500.s0480_sliding_window_median
- g0401_0500.s0481_magical_string - package g0401_0500.s0481_magical_string
- g0401_0500.s0482_license_key_formatting - package g0401_0500.s0482_license_key_formatting
- g0401_0500.s0483_smallest_good_base - package g0401_0500.s0483_smallest_good_base
- g0401_0500.s0485_max_consecutive_ones - package g0401_0500.s0485_max_consecutive_ones
- g0401_0500.s0486_predict_the_winner - package g0401_0500.s0486_predict_the_winner
- g0401_0500.s0488_zuma_game - package g0401_0500.s0488_zuma_game
- g0401_0500.s0491_increasing_subsequences - package g0401_0500.s0491_increasing_subsequences
- g0401_0500.s0492_construct_the_rectangle - package g0401_0500.s0492_construct_the_rectangle
- g0401_0500.s0493_reverse_pairs - package g0401_0500.s0493_reverse_pairs
- g0401_0500.s0494_target_sum - package g0401_0500.s0494_target_sum
- g0401_0500.s0495_teemo_attacking - package g0401_0500.s0495_teemo_attacking
- g0401_0500.s0496_next_greater_element_i - package g0401_0500.s0496_next_greater_element_i
- g0401_0500.s0497_random_point_in_non_overlapping_rectangles - package g0401_0500.s0497_random_point_in_non_overlapping_rectangles
- g0401_0500.s0498_diagonal_traverse - package g0401_0500.s0498_diagonal_traverse
- g0401_0500.s0500_keyboard_row - package g0401_0500.s0500_keyboard_row
- g0501_0600.s0501_find_mode_in_binary_search_tree - package g0501_0600.s0501_find_mode_in_binary_search_tree
- g0501_0600.s0502_ipo - package g0501_0600.s0502_ipo
- g0501_0600.s0503_next_greater_element_ii - package g0501_0600.s0503_next_greater_element_ii
- g0501_0600.s0504_base_7 - package g0501_0600.s0504_base_7
- g0501_0600.s0506_relative_ranks - package g0501_0600.s0506_relative_ranks
- g0501_0600.s0507_perfect_number - package g0501_0600.s0507_perfect_number
- g0501_0600.s0508_most_frequent_subtree_sum - package g0501_0600.s0508_most_frequent_subtree_sum
- g0501_0600.s0509_fibonacci_number - package g0501_0600.s0509_fibonacci_number
- g0501_0600.s0513_find_bottom_left_tree_value - package g0501_0600.s0513_find_bottom_left_tree_value
- g0501_0600.s0514_freedom_trail - package g0501_0600.s0514_freedom_trail
- g0501_0600.s0515_find_largest_value_in_each_tree_row - package g0501_0600.s0515_find_largest_value_in_each_tree_row
- g0501_0600.s0516_longest_palindromic_subsequence - package g0501_0600.s0516_longest_palindromic_subsequence
- g0501_0600.s0517_super_washing_machines - package g0501_0600.s0517_super_washing_machines
- g0501_0600.s0518_coin_change_2 - package g0501_0600.s0518_coin_change_2
- g0501_0600.s0519_random_flip_matrix - package g0501_0600.s0519_random_flip_matrix
- g0501_0600.s0520_detect_capital - package g0501_0600.s0520_detect_capital
- g0501_0600.s0521_longest_uncommon_subsequence_i - package g0501_0600.s0521_longest_uncommon_subsequence_i
- g0501_0600.s0522_longest_uncommon_subsequence_ii - package g0501_0600.s0522_longest_uncommon_subsequence_ii
- g0501_0600.s0523_continuous_subarray_sum - package g0501_0600.s0523_continuous_subarray_sum
- g0501_0600.s0524_longest_word_in_dictionary_through_deleting - package g0501_0600.s0524_longest_word_in_dictionary_through_deleting
- g0501_0600.s0525_contiguous_array - package g0501_0600.s0525_contiguous_array
- g0501_0600.s0526_beautiful_arrangement - package g0501_0600.s0526_beautiful_arrangement
- g0501_0600.s0528_random_pick_with_weight - package g0501_0600.s0528_random_pick_with_weight
- g0501_0600.s0529_minesweeper - package g0501_0600.s0529_minesweeper
- g0501_0600.s0530_minimum_absolute_difference_in_bst - package g0501_0600.s0530_minimum_absolute_difference_in_bst
- g0501_0600.s0532_k_diff_pairs_in_an_array - package g0501_0600.s0532_k_diff_pairs_in_an_array
- g0501_0600.s0535_encode_and_decode_tinyurl - package g0501_0600.s0535_encode_and_decode_tinyurl
- g0501_0600.s0537_complex_number_multiplication - package g0501_0600.s0537_complex_number_multiplication
- g0501_0600.s0538_convert_bst_to_greater_tree - package g0501_0600.s0538_convert_bst_to_greater_tree
- g0501_0600.s0539_minimum_time_difference - package g0501_0600.s0539_minimum_time_difference
- g0501_0600.s0540_single_element_in_a_sorted_array - package g0501_0600.s0540_single_element_in_a_sorted_array
- g0501_0600.s0541_reverse_string_ii - package g0501_0600.s0541_reverse_string_ii
- g0501_0600.s0542_01_matrix - package g0501_0600.s0542_01_matrix
- g0501_0600.s0543_diameter_of_binary_tree - package g0501_0600.s0543_diameter_of_binary_tree
- g0501_0600.s0546_remove_boxes - package g0501_0600.s0546_remove_boxes
- g0501_0600.s0547_number_of_provinces - package g0501_0600.s0547_number_of_provinces
- g0501_0600.s0551_student_attendance_record_i - package g0501_0600.s0551_student_attendance_record_i
- g0501_0600.s0552_student_attendance_record_ii - package g0501_0600.s0552_student_attendance_record_ii
- g0501_0600.s0553_optimal_division - package g0501_0600.s0553_optimal_division
- g0501_0600.s0554_brick_wall - package g0501_0600.s0554_brick_wall
- g0501_0600.s0556_next_greater_element_iii - package g0501_0600.s0556_next_greater_element_iii
- g0501_0600.s0557_reverse_words_in_a_string_iii - package g0501_0600.s0557_reverse_words_in_a_string_iii
- g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees - package g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees
- g0501_0600.s0559_maximum_depth_of_n_ary_tree - package g0501_0600.s0559_maximum_depth_of_n_ary_tree
- g0501_0600.s0560_subarray_sum_equals_k - package g0501_0600.s0560_subarray_sum_equals_k
- g0501_0600.s0561_array_partition_i - package g0501_0600.s0561_array_partition_i
- g0501_0600.s0563_binary_tree_tilt - package g0501_0600.s0563_binary_tree_tilt
- g0501_0600.s0564_find_the_closest_palindrome - package g0501_0600.s0564_find_the_closest_palindrome
- g0501_0600.s0565_array_nesting - package g0501_0600.s0565_array_nesting
- g0501_0600.s0566_reshape_the_matrix - package g0501_0600.s0566_reshape_the_matrix
- g0501_0600.s0567_permutation_in_string - package g0501_0600.s0567_permutation_in_string
- g0501_0600.s0572_subtree_of_another_tree - package g0501_0600.s0572_subtree_of_another_tree
- g0501_0600.s0575_distribute_candies - package g0501_0600.s0575_distribute_candies
- g0501_0600.s0576_out_of_boundary_paths - package g0501_0600.s0576_out_of_boundary_paths
- g0501_0600.s0581_shortest_unsorted_continuous_subarray - package g0501_0600.s0581_shortest_unsorted_continuous_subarray
- g0501_0600.s0583_delete_operation_for_two_strings - package g0501_0600.s0583_delete_operation_for_two_strings
- g0501_0600.s0587_erect_the_fence - package g0501_0600.s0587_erect_the_fence
- g0501_0600.s0589_n_ary_tree_preorder_traversal - package g0501_0600.s0589_n_ary_tree_preorder_traversal
- g0501_0600.s0590_n_ary_tree_postorder_traversal - package g0501_0600.s0590_n_ary_tree_postorder_traversal
- g0501_0600.s0591_tag_validator - package g0501_0600.s0591_tag_validator
- g0501_0600.s0592_fraction_addition_and_subtraction - package g0501_0600.s0592_fraction_addition_and_subtraction
- g0501_0600.s0593_valid_square - package g0501_0600.s0593_valid_square
- g0501_0600.s0594_longest_harmonious_subsequence - package g0501_0600.s0594_longest_harmonious_subsequence
- g0501_0600.s0598_range_addition_ii - package g0501_0600.s0598_range_addition_ii
- g0501_0600.s0599_minimum_index_sum_of_two_lists - package g0501_0600.s0599_minimum_index_sum_of_two_lists
- g0501_0600.s0600_non_negative_integers_without_consecutive_ones - package g0501_0600.s0600_non_negative_integers_without_consecutive_ones
- g0601_0700.s0605_can_place_flowers - package g0601_0700.s0605_can_place_flowers
- g0601_0700.s0606_construct_string_from_binary_tree - package g0601_0700.s0606_construct_string_from_binary_tree
- g0601_0700.s0609_find_duplicate_file_in_system - package g0601_0700.s0609_find_duplicate_file_in_system
- g0601_0700.s0611_valid_triangle_number - package g0601_0700.s0611_valid_triangle_number
- g0601_0700.s0617_merge_two_binary_trees - package g0601_0700.s0617_merge_two_binary_trees
- g0601_0700.s0621_task_scheduler - package g0601_0700.s0621_task_scheduler
- g0601_0700.s0622_design_circular_queue - package g0601_0700.s0622_design_circular_queue
- g0601_0700.s0623_add_one_row_to_tree - package g0601_0700.s0623_add_one_row_to_tree
- g0601_0700.s0628_maximum_product_of_three_numbers - package g0601_0700.s0628_maximum_product_of_three_numbers
- g0601_0700.s0629_k_inverse_pairs_array - package g0601_0700.s0629_k_inverse_pairs_array
- g0601_0700.s0630_course_schedule_iii - package g0601_0700.s0630_course_schedule_iii
- g0601_0700.s0632_smallest_range_covering_elements_from_k_lists - package g0601_0700.s0632_smallest_range_covering_elements_from_k_lists
- g0601_0700.s0633_sum_of_square_numbers - package g0601_0700.s0633_sum_of_square_numbers
- g0601_0700.s0636_exclusive_time_of_functions - package g0601_0700.s0636_exclusive_time_of_functions
- g0601_0700.s0637_average_of_levels_in_binary_tree - package g0601_0700.s0637_average_of_levels_in_binary_tree
- g0601_0700.s0638_shopping_offers - package g0601_0700.s0638_shopping_offers
- g0601_0700.s0639_decode_ways_ii - package g0601_0700.s0639_decode_ways_ii
- g0601_0700.s0640_solve_the_equation - package g0601_0700.s0640_solve_the_equation
- g0601_0700.s0641_design_circular_deque - package g0601_0700.s0641_design_circular_deque
- g0601_0700.s0643_maximum_average_subarray_i - package g0601_0700.s0643_maximum_average_subarray_i
- g0601_0700.s0645_set_mismatch - package g0601_0700.s0645_set_mismatch
- g0601_0700.s0646_maximum_length_of_pair_chain - package g0601_0700.s0646_maximum_length_of_pair_chain
- g0601_0700.s0647_palindromic_substrings - package g0601_0700.s0647_palindromic_substrings
- g0601_0700.s0648_replace_words - package g0601_0700.s0648_replace_words
- g0601_0700.s0649_dota2_senate - package g0601_0700.s0649_dota2_senate
- g0601_0700.s0650_2_keys_keyboard - package g0601_0700.s0650_2_keys_keyboard
- g0601_0700.s0652_find_duplicate_subtrees - package g0601_0700.s0652_find_duplicate_subtrees
- g0601_0700.s0653_two_sum_iv_input_is_a_bst - package g0601_0700.s0653_two_sum_iv_input_is_a_bst
- g0601_0700.s0654_maximum_binary_tree - package g0601_0700.s0654_maximum_binary_tree
- g0601_0700.s0655_print_binary_tree - package g0601_0700.s0655_print_binary_tree
- g0601_0700.s0657_robot_return_to_origin - package g0601_0700.s0657_robot_return_to_origin
- g0601_0700.s0658_find_k_closest_elements - package g0601_0700.s0658_find_k_closest_elements
- g0601_0700.s0659_split_array_into_consecutive_subsequences - package g0601_0700.s0659_split_array_into_consecutive_subsequences
- g0601_0700.s0661_image_smoother - package g0601_0700.s0661_image_smoother
- g0601_0700.s0662_maximum_width_of_binary_tree - package g0601_0700.s0662_maximum_width_of_binary_tree
- g0601_0700.s0664_strange_printer - package g0601_0700.s0664_strange_printer
- g0601_0700.s0665_non_decreasing_array - package g0601_0700.s0665_non_decreasing_array
- g0601_0700.s0667_beautiful_arrangement_ii - package g0601_0700.s0667_beautiful_arrangement_ii
- g0601_0700.s0668_kth_smallest_number_in_multiplication_table - package g0601_0700.s0668_kth_smallest_number_in_multiplication_table
- g0601_0700.s0669_trim_a_binary_search_tree - package g0601_0700.s0669_trim_a_binary_search_tree
- g0601_0700.s0670_maximum_swap - package g0601_0700.s0670_maximum_swap
- g0601_0700.s0671_second_minimum_node_in_a_binary_tree - package g0601_0700.s0671_second_minimum_node_in_a_binary_tree
- g0601_0700.s0672_bulb_switcher_ii - package g0601_0700.s0672_bulb_switcher_ii
- g0601_0700.s0673_number_of_longest_increasing_subsequence - package g0601_0700.s0673_number_of_longest_increasing_subsequence
- g0601_0700.s0674_longest_continuous_increasing_subsequence - package g0601_0700.s0674_longest_continuous_increasing_subsequence
- g0601_0700.s0675_cut_off_trees_for_golf_event - package g0601_0700.s0675_cut_off_trees_for_golf_event
- g0601_0700.s0676_implement_magic_dictionary - package g0601_0700.s0676_implement_magic_dictionary
- g0601_0700.s0677_map_sum_pairs - package g0601_0700.s0677_map_sum_pairs
- g0601_0700.s0678_valid_parenthesis_string - package g0601_0700.s0678_valid_parenthesis_string
- g0601_0700.s0679_24_game - package g0601_0700.s0679_24_game
- g0601_0700.s0680_valid_palindrome_ii - package g0601_0700.s0680_valid_palindrome_ii
- g0601_0700.s0682_baseball_game - package g0601_0700.s0682_baseball_game
- g0601_0700.s0684_redundant_connection - package g0601_0700.s0684_redundant_connection
- g0601_0700.s0685_redundant_connection_ii - package g0601_0700.s0685_redundant_connection_ii
- g0601_0700.s0686_repeated_string_match - package g0601_0700.s0686_repeated_string_match
- g0601_0700.s0687_longest_univalue_path - package g0601_0700.s0687_longest_univalue_path
- g0601_0700.s0688_knight_probability_in_chessboard - package g0601_0700.s0688_knight_probability_in_chessboard
- g0601_0700.s0689_maximum_sum_of_3_non_overlapping_subarrays - package g0601_0700.s0689_maximum_sum_of_3_non_overlapping_subarrays
- g0601_0700.s0690_employee_importance - package g0601_0700.s0690_employee_importance
- g0601_0700.s0691_stickers_to_spell_word - package g0601_0700.s0691_stickers_to_spell_word
- g0601_0700.s0692_top_k_frequent_words - package g0601_0700.s0692_top_k_frequent_words
- g0601_0700.s0693_binary_number_with_alternating_bits - package g0601_0700.s0693_binary_number_with_alternating_bits
- g0601_0700.s0695_max_area_of_island - package g0601_0700.s0695_max_area_of_island
- g0601_0700.s0696_count_binary_substrings - package g0601_0700.s0696_count_binary_substrings
- g0601_0700.s0697_degree_of_an_array - package g0601_0700.s0697_degree_of_an_array
- g0601_0700.s0698_partition_to_k_equal_sum_subsets - package g0601_0700.s0698_partition_to_k_equal_sum_subsets
- g0601_0700.s0699_falling_squares - package g0601_0700.s0699_falling_squares
- g0601_0700.s0700_search_in_a_binary_search_tree - package g0601_0700.s0700_search_in_a_binary_search_tree
- g0701_0800.s0701_insert_into_a_binary_search_tree - package g0701_0800.s0701_insert_into_a_binary_search_tree
- g0701_0800.s0703_kth_largest_element_in_a_stream - package g0701_0800.s0703_kth_largest_element_in_a_stream
- g0701_0800.s0704_binary_search - package g0701_0800.s0704_binary_search
- g0701_0800.s0705_design_hashset - package g0701_0800.s0705_design_hashset
- g0701_0800.s0706_design_hashmap - package g0701_0800.s0706_design_hashmap
- g0701_0800.s0707_design_linked_list - package g0701_0800.s0707_design_linked_list
- g0701_0800.s0709_to_lower_case - package g0701_0800.s0709_to_lower_case
- g0701_0800.s0710_random_pick_with_blacklist - package g0701_0800.s0710_random_pick_with_blacklist
- g0701_0800.s0712_minimum_ascii_delete_sum_for_two_strings - package g0701_0800.s0712_minimum_ascii_delete_sum_for_two_strings
- g0701_0800.s0713_subarray_product_less_than_k - package g0701_0800.s0713_subarray_product_less_than_k
- g0701_0800.s0714_best_time_to_buy_and_sell_stock_with_transaction_fee - package g0701_0800.s0714_best_time_to_buy_and_sell_stock_with_transaction_fee
- g0701_0800.s0715_range_module - package g0701_0800.s0715_range_module
- g0701_0800.s0717_1_bit_and_2_bit_characters - package g0701_0800.s0717_1_bit_and_2_bit_characters
- g0701_0800.s0718_maximum_length_of_repeated_subarray - package g0701_0800.s0718_maximum_length_of_repeated_subarray
- g0701_0800.s0719_find_k_th_smallest_pair_distance - package g0701_0800.s0719_find_k_th_smallest_pair_distance
- g0701_0800.s0720_longest_word_in_dictionary - package g0701_0800.s0720_longest_word_in_dictionary
- g0701_0800.s0721_accounts_merge - package g0701_0800.s0721_accounts_merge
- g0701_0800.s0722_remove_comments - package g0701_0800.s0722_remove_comments
- g0701_0800.s0724_find_pivot_index - package g0701_0800.s0724_find_pivot_index
- g0701_0800.s0725_split_linked_list_in_parts - package g0701_0800.s0725_split_linked_list_in_parts
- g0701_0800.s0726_number_of_atoms - package g0701_0800.s0726_number_of_atoms
- g0701_0800.s0728_self_dividing_numbers - package g0701_0800.s0728_self_dividing_numbers
- g0701_0800.s0729_my_calendar_i - package g0701_0800.s0729_my_calendar_i
- g0701_0800.s0730_count_different_palindromic_subsequences - package g0701_0800.s0730_count_different_palindromic_subsequences
- g0701_0800.s0731_my_calendar_ii - package g0701_0800.s0731_my_calendar_ii
- g0701_0800.s0732_my_calendar_iii - package g0701_0800.s0732_my_calendar_iii
- g0701_0800.s0733_flood_fill - package g0701_0800.s0733_flood_fill
- g0701_0800.s0735_asteroid_collision - package g0701_0800.s0735_asteroid_collision
- g0701_0800.s0736_parse_lisp_expression - package g0701_0800.s0736_parse_lisp_expression
- g0701_0800.s0738_monotone_increasing_digits - package g0701_0800.s0738_monotone_increasing_digits
- g0701_0800.s0739_daily_temperatures - package g0701_0800.s0739_daily_temperatures
- g0701_0800.s0740_delete_and_earn - package g0701_0800.s0740_delete_and_earn
- g0701_0800.s0741_cherry_pickup - package g0701_0800.s0741_cherry_pickup
- g0701_0800.s0743_network_delay_time - package g0701_0800.s0743_network_delay_time
- g0701_0800.s0744_find_smallest_letter_greater_than_target - package g0701_0800.s0744_find_smallest_letter_greater_than_target
- g0701_0800.s0745_prefix_and_suffix_search - package g0701_0800.s0745_prefix_and_suffix_search
- g0701_0800.s0746_min_cost_climbing_stairs - package g0701_0800.s0746_min_cost_climbing_stairs
- g0701_0800.s0747_largest_number_at_least_twice_of_others - package g0701_0800.s0747_largest_number_at_least_twice_of_others
- g0701_0800.s0748_shortest_completing_word - package g0701_0800.s0748_shortest_completing_word
- g0701_0800.s0749_contain_virus - package g0701_0800.s0749_contain_virus
- g0701_0800.s0752_open_the_lock - package g0701_0800.s0752_open_the_lock
- g0701_0800.s0753_cracking_the_safe - package g0701_0800.s0753_cracking_the_safe
- g0701_0800.s0754_reach_a_number - package g0701_0800.s0754_reach_a_number
- g0701_0800.s0756_pyramid_transition_matrix - package g0701_0800.s0756_pyramid_transition_matrix
- g0701_0800.s0757_set_intersection_size_at_least_two - package g0701_0800.s0757_set_intersection_size_at_least_two
- g0701_0800.s0761_special_binary_string - package g0701_0800.s0761_special_binary_string
- g0701_0800.s0762_prime_number_of_set_bits_in_binary_representation - package g0701_0800.s0762_prime_number_of_set_bits_in_binary_representation
- g0701_0800.s0763_partition_labels - package g0701_0800.s0763_partition_labels
- g0701_0800.s0764_largest_plus_sign - package g0701_0800.s0764_largest_plus_sign
- g0701_0800.s0765_couples_holding_hands - package g0701_0800.s0765_couples_holding_hands
- g0701_0800.s0766_toeplitz_matrix - package g0701_0800.s0766_toeplitz_matrix
- g0701_0800.s0767_reorganize_string - package g0701_0800.s0767_reorganize_string
- g0701_0800.s0768_max_chunks_to_make_sorted_ii - package g0701_0800.s0768_max_chunks_to_make_sorted_ii
- g0701_0800.s0769_max_chunks_to_make_sorted - package g0701_0800.s0769_max_chunks_to_make_sorted
- g0701_0800.s0770_basic_calculator_iv - package g0701_0800.s0770_basic_calculator_iv
- g0701_0800.s0771_jewels_and_stones - package g0701_0800.s0771_jewels_and_stones
- g0701_0800.s0773_sliding_puzzle - package g0701_0800.s0773_sliding_puzzle
- g0701_0800.s0775_global_and_local_inversions - package g0701_0800.s0775_global_and_local_inversions
- g0701_0800.s0777_swap_adjacent_in_lr_string - package g0701_0800.s0777_swap_adjacent_in_lr_string
- g0701_0800.s0778_swim_in_rising_water - package g0701_0800.s0778_swim_in_rising_water
- g0701_0800.s0779_k_th_symbol_in_grammar - package g0701_0800.s0779_k_th_symbol_in_grammar
- g0701_0800.s0780_reaching_points - package g0701_0800.s0780_reaching_points
- g0701_0800.s0781_rabbits_in_forest - package g0701_0800.s0781_rabbits_in_forest
- g0701_0800.s0782_transform_to_chessboard - package g0701_0800.s0782_transform_to_chessboard
- g0701_0800.s0783_minimum_distance_between_bst_nodes - package g0701_0800.s0783_minimum_distance_between_bst_nodes
- g0701_0800.s0784_letter_case_permutation - package g0701_0800.s0784_letter_case_permutation
- g0701_0800.s0785_is_graph_bipartite - package g0701_0800.s0785_is_graph_bipartite
- g0701_0800.s0786_k_th_smallest_prime_fraction - package g0701_0800.s0786_k_th_smallest_prime_fraction
- g0701_0800.s0787_cheapest_flights_within_k_stops - package g0701_0800.s0787_cheapest_flights_within_k_stops
- g0701_0800.s0788_rotated_digits - package g0701_0800.s0788_rotated_digits
- g0701_0800.s0789_escape_the_ghosts - package g0701_0800.s0789_escape_the_ghosts
- g0701_0800.s0790_domino_and_tromino_tiling - package g0701_0800.s0790_domino_and_tromino_tiling
- g0701_0800.s0791_custom_sort_string - package g0701_0800.s0791_custom_sort_string
- g0701_0800.s0792_number_of_matching_subsequences - package g0701_0800.s0792_number_of_matching_subsequences
- g0701_0800.s0793_preimage_size_of_factorial_zeroes_function - package g0701_0800.s0793_preimage_size_of_factorial_zeroes_function
- g0701_0800.s0794_valid_tic_tac_toe_state - package g0701_0800.s0794_valid_tic_tac_toe_state
- g0701_0800.s0795_number_of_subarrays_with_bounded_maximum - package g0701_0800.s0795_number_of_subarrays_with_bounded_maximum
- g0701_0800.s0796_rotate_string - package g0701_0800.s0796_rotate_string
- g0701_0800.s0797_all_paths_from_source_to_target - package g0701_0800.s0797_all_paths_from_source_to_target
- g0701_0800.s0798_smallest_rotation_with_highest_score - package g0701_0800.s0798_smallest_rotation_with_highest_score
- g0701_0800.s0799_champagne_tower - package g0701_0800.s0799_champagne_tower
- g0801_0900.s0801_minimum_swaps_to_make_sequences_increasing - package g0801_0900.s0801_minimum_swaps_to_make_sequences_increasing
- g0801_0900.s0802_find_eventual_safe_states - package g0801_0900.s0802_find_eventual_safe_states
- g0801_0900.s0803_bricks_falling_when_hit - package g0801_0900.s0803_bricks_falling_when_hit
- g0801_0900.s0804_unique_morse_code_words - package g0801_0900.s0804_unique_morse_code_words
- g0801_0900.s0805_split_array_with_same_average - package g0801_0900.s0805_split_array_with_same_average
- g0801_0900.s0806_number_of_lines_to_write_string - package g0801_0900.s0806_number_of_lines_to_write_string
- g0801_0900.s0807_max_increase_to_keep_city_skyline - package g0801_0900.s0807_max_increase_to_keep_city_skyline
- g0801_0900.s0808_soup_servings - package g0801_0900.s0808_soup_servings
- g0801_0900.s0809_expressive_words - package g0801_0900.s0809_expressive_words
- g0801_0900.s0810_chalkboard_xor_game - package g0801_0900.s0810_chalkboard_xor_game
- g0801_0900.s0811_subdomain_visit_count - package g0801_0900.s0811_subdomain_visit_count
- g0801_0900.s0812_largest_triangle_area - package g0801_0900.s0812_largest_triangle_area
- g0801_0900.s0813_largest_sum_of_averages - package g0801_0900.s0813_largest_sum_of_averages
- g0801_0900.s0814_binary_tree_pruning - package g0801_0900.s0814_binary_tree_pruning
- g0801_0900.s0815_bus_routes - package g0801_0900.s0815_bus_routes
- g0801_0900.s0816_ambiguous_coordinates - package g0801_0900.s0816_ambiguous_coordinates
- g0801_0900.s0817_linked_list_components - package g0801_0900.s0817_linked_list_components
- g0801_0900.s0818_race_car - package g0801_0900.s0818_race_car
- g0801_0900.s0819_most_common_word - package g0801_0900.s0819_most_common_word
- g0801_0900.s0820_short_encoding_of_words - package g0801_0900.s0820_short_encoding_of_words
- g0801_0900.s0821_shortest_distance_to_a_character - package g0801_0900.s0821_shortest_distance_to_a_character
- g0801_0900.s0822_card_flipping_game - package g0801_0900.s0822_card_flipping_game
- g0801_0900.s0823_binary_trees_with_factors - package g0801_0900.s0823_binary_trees_with_factors
- g0801_0900.s0824_goat_latin - package g0801_0900.s0824_goat_latin
- g0801_0900.s0825_friends_of_appropriate_ages - package g0801_0900.s0825_friends_of_appropriate_ages
- g0801_0900.s0826_most_profit_assigning_work - package g0801_0900.s0826_most_profit_assigning_work
- g0801_0900.s0827_making_a_large_island - package g0801_0900.s0827_making_a_large_island
- g0801_0900.s0828_count_unique_characters_of_all_substrings_of_a_given_string - package g0801_0900.s0828_count_unique_characters_of_all_substrings_of_a_given_string
- g0801_0900.s0829_consecutive_numbers_sum - package g0801_0900.s0829_consecutive_numbers_sum
- g0801_0900.s0830_positions_of_large_groups - package g0801_0900.s0830_positions_of_large_groups
- g0801_0900.s0831_masking_personal_information - package g0801_0900.s0831_masking_personal_information
- g0801_0900.s0832_flipping_an_image - package g0801_0900.s0832_flipping_an_image
- g0801_0900.s0833_find_and_replace_in_string - package g0801_0900.s0833_find_and_replace_in_string
- g0801_0900.s0834_sum_of_distances_in_tree - package g0801_0900.s0834_sum_of_distances_in_tree
- g0801_0900.s0835_image_overlap - package g0801_0900.s0835_image_overlap
- g0801_0900.s0836_rectangle_overlap - package g0801_0900.s0836_rectangle_overlap
- g0801_0900.s0837_new_21_game - package g0801_0900.s0837_new_21_game
- g0801_0900.s0838_push_dominoes - package g0801_0900.s0838_push_dominoes
- g0801_0900.s0839_similar_string_groups - package g0801_0900.s0839_similar_string_groups
- g0801_0900.s0840_magic_squares_in_grid - package g0801_0900.s0840_magic_squares_in_grid
- g0801_0900.s0841_keys_and_rooms - package g0801_0900.s0841_keys_and_rooms
- g0801_0900.s0842_split_array_into_fibonacci_sequence - package g0801_0900.s0842_split_array_into_fibonacci_sequence
- g0801_0900.s0843_guess_the_word - package g0801_0900.s0843_guess_the_word
- g0801_0900.s0844_backspace_string_compare - package g0801_0900.s0844_backspace_string_compare
- g0801_0900.s0845_longest_mountain_in_array - package g0801_0900.s0845_longest_mountain_in_array
- g0801_0900.s0846_hand_of_straights - package g0801_0900.s0846_hand_of_straights
- g0801_0900.s0847_shortest_path_visiting_all_nodes - package g0801_0900.s0847_shortest_path_visiting_all_nodes
- g0801_0900.s0848_shifting_letters - package g0801_0900.s0848_shifting_letters
- g0801_0900.s0849_maximize_distance_to_closest_person - package g0801_0900.s0849_maximize_distance_to_closest_person
- g0801_0900.s0850_rectangle_area_ii - package g0801_0900.s0850_rectangle_area_ii
- g0801_0900.s0851_loud_and_rich - package g0801_0900.s0851_loud_and_rich
- g0801_0900.s0852_peak_index_in_a_mountain_array - package g0801_0900.s0852_peak_index_in_a_mountain_array
- g0801_0900.s0853_car_fleet - package g0801_0900.s0853_car_fleet
- g0801_0900.s0854_k_similar_strings - package g0801_0900.s0854_k_similar_strings
- g0801_0900.s0855_exam_room - package g0801_0900.s0855_exam_room
- g0801_0900.s0856_score_of_parentheses - package g0801_0900.s0856_score_of_parentheses
- g0801_0900.s0857_minimum_cost_to_hire_k_workers - package g0801_0900.s0857_minimum_cost_to_hire_k_workers
- g0801_0900.s0858_mirror_reflection - package g0801_0900.s0858_mirror_reflection
- g0801_0900.s0859_buddy_strings - package g0801_0900.s0859_buddy_strings
- g0801_0900.s0860_lemonade_change - package g0801_0900.s0860_lemonade_change
- g0801_0900.s0861_score_after_flipping_matrix - package g0801_0900.s0861_score_after_flipping_matrix
- g0801_0900.s0862_shortest_subarray_with_sum_at_least_k - package g0801_0900.s0862_shortest_subarray_with_sum_at_least_k
- g0801_0900.s0863_all_nodes_distance_k_in_binary_tree - package g0801_0900.s0863_all_nodes_distance_k_in_binary_tree
- g0801_0900.s0864_shortest_path_to_get_all_keys - package g0801_0900.s0864_shortest_path_to_get_all_keys
- g0801_0900.s0865_smallest_subtree_with_all_the_deepest_nodes - package g0801_0900.s0865_smallest_subtree_with_all_the_deepest_nodes
- g0801_0900.s0866_prime_palindrome - package g0801_0900.s0866_prime_palindrome
- g0801_0900.s0867_transpose_matrix - package g0801_0900.s0867_transpose_matrix
- g0801_0900.s0868_binary_gap - package g0801_0900.s0868_binary_gap
- g0801_0900.s0869_reordered_power_of_2 - package g0801_0900.s0869_reordered_power_of_2
- g0801_0900.s0870_advantage_shuffle - package g0801_0900.s0870_advantage_shuffle
- g0801_0900.s0871_minimum_number_of_refueling_stops - package g0801_0900.s0871_minimum_number_of_refueling_stops
- g0801_0900.s0872_leaf_similar_trees - package g0801_0900.s0872_leaf_similar_trees
- g0801_0900.s0873_length_of_longest_fibonacci_subsequence - package g0801_0900.s0873_length_of_longest_fibonacci_subsequence
- g0801_0900.s0874_walking_robot_simulation - package g0801_0900.s0874_walking_robot_simulation
- g0801_0900.s0875_koko_eating_bananas - package g0801_0900.s0875_koko_eating_bananas
- g0801_0900.s0876_middle_of_the_linked_list - package g0801_0900.s0876_middle_of_the_linked_list
- g0801_0900.s0877_stone_game - package g0801_0900.s0877_stone_game
- g0801_0900.s0878_nth_magical_number - package g0801_0900.s0878_nth_magical_number
- g0801_0900.s0879_profitable_schemes - package g0801_0900.s0879_profitable_schemes
- g0801_0900.s0880_decoded_string_at_index - package g0801_0900.s0880_decoded_string_at_index
- g0801_0900.s0881_boats_to_save_people - package g0801_0900.s0881_boats_to_save_people
- g0801_0900.s0882_reachable_nodes_in_subdivided_graph - package g0801_0900.s0882_reachable_nodes_in_subdivided_graph
- g0801_0900.s0883_projection_area_of_3d_shapes - package g0801_0900.s0883_projection_area_of_3d_shapes
- g0801_0900.s0884_uncommon_words_from_two_sentences - package g0801_0900.s0884_uncommon_words_from_two_sentences
- g0801_0900.s0885_spiral_matrix_iii - package g0801_0900.s0885_spiral_matrix_iii
- g0801_0900.s0886_possible_bipartition - package g0801_0900.s0886_possible_bipartition
- g0801_0900.s0887_super_egg_drop - package g0801_0900.s0887_super_egg_drop
- g0801_0900.s0888_fair_candy_swap - package g0801_0900.s0888_fair_candy_swap
- g0801_0900.s0889_construct_binary_tree_from_preorder_and_postorder_traversal - package g0801_0900.s0889_construct_binary_tree_from_preorder_and_postorder_traversal
- g0801_0900.s0890_find_and_replace_pattern - package g0801_0900.s0890_find_and_replace_pattern
- g0801_0900.s0891_sum_of_subsequence_widths - package g0801_0900.s0891_sum_of_subsequence_widths
- g0801_0900.s0892_surface_area_of_3d_shapes - package g0801_0900.s0892_surface_area_of_3d_shapes
- g0801_0900.s0893_groups_of_special_equivalent_strings - package g0801_0900.s0893_groups_of_special_equivalent_strings
- g0801_0900.s0894_all_possible_full_binary_trees - package g0801_0900.s0894_all_possible_full_binary_trees
- g0801_0900.s0895_maximum_frequency_stack - package g0801_0900.s0895_maximum_frequency_stack
- g0801_0900.s0896_monotonic_array - package g0801_0900.s0896_monotonic_array
- g0801_0900.s0897_increasing_order_search_tree - package g0801_0900.s0897_increasing_order_search_tree
- g0801_0900.s0898_bitwise_ors_of_subarrays - package g0801_0900.s0898_bitwise_ors_of_subarrays
- g0801_0900.s0899_orderly_queue - package g0801_0900.s0899_orderly_queue
- g0801_0900.s0900_rle_iterator - package g0801_0900.s0900_rle_iterator
- g0901_1000.s0901_online_stock_span - package g0901_1000.s0901_online_stock_span
- g0901_1000.s0902_numbers_at_most_n_given_digit_set - package g0901_1000.s0902_numbers_at_most_n_given_digit_set
- g0901_1000.s0903_valid_permutations_for_di_sequence - package g0901_1000.s0903_valid_permutations_for_di_sequence
- g0901_1000.s0904_fruit_into_baskets - package g0901_1000.s0904_fruit_into_baskets
- g0901_1000.s0905_sort_array_by_parity - package g0901_1000.s0905_sort_array_by_parity
- g0901_1000.s0906_super_palindromes - package g0901_1000.s0906_super_palindromes
- g0901_1000.s0907_sum_of_subarray_minimums - package g0901_1000.s0907_sum_of_subarray_minimums
- g0901_1000.s0908_smallest_range_i - package g0901_1000.s0908_smallest_range_i
- g0901_1000.s0909_snakes_and_ladders - package g0901_1000.s0909_snakes_and_ladders
- g0901_1000.s0910_smallest_range_ii - package g0901_1000.s0910_smallest_range_ii
- g0901_1000.s0911_online_election - package g0901_1000.s0911_online_election
- g0901_1000.s0912_sort_an_array - package g0901_1000.s0912_sort_an_array
- g0901_1000.s0913_cat_and_mouse - package g0901_1000.s0913_cat_and_mouse
- g0901_1000.s0914_x_of_a_kind_in_a_deck_of_cards - package g0901_1000.s0914_x_of_a_kind_in_a_deck_of_cards
- g0901_1000.s0915_partition_array_into_disjoint_intervals - package g0901_1000.s0915_partition_array_into_disjoint_intervals
- g0901_1000.s0916_word_subsets - package g0901_1000.s0916_word_subsets
- g0901_1000.s0917_reverse_only_letters - package g0901_1000.s0917_reverse_only_letters
- g0901_1000.s0918_maximum_sum_circular_subarray - package g0901_1000.s0918_maximum_sum_circular_subarray
- g0901_1000.s0919_complete_binary_tree_inserter - package g0901_1000.s0919_complete_binary_tree_inserter
- g0901_1000.s0920_number_of_music_playlists - package g0901_1000.s0920_number_of_music_playlists
- g0901_1000.s0921_minimum_add_to_make_parentheses_valid - package g0901_1000.s0921_minimum_add_to_make_parentheses_valid
- g0901_1000.s0922_sort_array_by_parity_ii - package g0901_1000.s0922_sort_array_by_parity_ii
- g0901_1000.s0923_3sum_with_multiplicity - package g0901_1000.s0923_3sum_with_multiplicity
- g0901_1000.s0924_minimize_malware_spread - package g0901_1000.s0924_minimize_malware_spread
- g0901_1000.s0925_long_pressed_name - package g0901_1000.s0925_long_pressed_name
- g0901_1000.s0926_flip_string_to_monotone_increasing - package g0901_1000.s0926_flip_string_to_monotone_increasing
- g0901_1000.s0927_three_equal_parts - package g0901_1000.s0927_three_equal_parts
- g0901_1000.s0928_minimize_malware_spread_ii - package g0901_1000.s0928_minimize_malware_spread_ii
- g0901_1000.s0929_unique_email_addresses - package g0901_1000.s0929_unique_email_addresses
- g0901_1000.s0930_binary_subarrays_with_sum - package g0901_1000.s0930_binary_subarrays_with_sum
- g0901_1000.s0931_minimum_falling_path_sum - package g0901_1000.s0931_minimum_falling_path_sum
- g0901_1000.s0932_beautiful_array - package g0901_1000.s0932_beautiful_array
- g0901_1000.s0933_number_of_recent_calls - package g0901_1000.s0933_number_of_recent_calls
- g0901_1000.s0934_shortest_bridge - package g0901_1000.s0934_shortest_bridge
- g0901_1000.s0935_knight_dialer - package g0901_1000.s0935_knight_dialer
- g0901_1000.s0936_stamping_the_sequence - package g0901_1000.s0936_stamping_the_sequence
- g0901_1000.s0937_reorder_data_in_log_files - package g0901_1000.s0937_reorder_data_in_log_files
- g0901_1000.s0938_range_sum_of_bst - package g0901_1000.s0938_range_sum_of_bst
- g0901_1000.s0939_minimum_area_rectangle - package g0901_1000.s0939_minimum_area_rectangle
- g0901_1000.s0940_distinct_subsequences_ii - package g0901_1000.s0940_distinct_subsequences_ii
- g0901_1000.s0941_valid_mountain_array - package g0901_1000.s0941_valid_mountain_array
- g0901_1000.s0942_di_string_match - package g0901_1000.s0942_di_string_match
- g0901_1000.s0943_find_the_shortest_superstring - package g0901_1000.s0943_find_the_shortest_superstring
- g0901_1000.s0944_delete_columns_to_make_sorted - package g0901_1000.s0944_delete_columns_to_make_sorted
- g0901_1000.s0945_minimum_increment_to_make_array_unique - package g0901_1000.s0945_minimum_increment_to_make_array_unique
- g0901_1000.s0946_validate_stack_sequences - package g0901_1000.s0946_validate_stack_sequences
- g0901_1000.s0947_most_stones_removed_with_same_row_or_column - package g0901_1000.s0947_most_stones_removed_with_same_row_or_column
- g0901_1000.s0948_bag_of_tokens - package g0901_1000.s0948_bag_of_tokens
- g0901_1000.s0949_largest_time_for_given_digits - package g0901_1000.s0949_largest_time_for_given_digits
- g0901_1000.s0950_reveal_cards_in_increasing_order - package g0901_1000.s0950_reveal_cards_in_increasing_order
- g0901_1000.s0951_flip_equivalent_binary_trees - package g0901_1000.s0951_flip_equivalent_binary_trees
- g0901_1000.s0952_largest_component_size_by_common_factor - package g0901_1000.s0952_largest_component_size_by_common_factor
- g0901_1000.s0953_verifying_an_alien_dictionary - package g0901_1000.s0953_verifying_an_alien_dictionary
- g0901_1000.s0954_array_of_doubled_pairs - package g0901_1000.s0954_array_of_doubled_pairs
- g0901_1000.s0955_delete_columns_to_make_sorted_ii - package g0901_1000.s0955_delete_columns_to_make_sorted_ii
- g0901_1000.s0956_tallest_billboard - package g0901_1000.s0956_tallest_billboard
- g0901_1000.s0957_prison_cells_after_n_days - package g0901_1000.s0957_prison_cells_after_n_days
- g0901_1000.s0958_check_completeness_of_a_binary_tree - package g0901_1000.s0958_check_completeness_of_a_binary_tree
- g0901_1000.s0959_regions_cut_by_slashes - package g0901_1000.s0959_regions_cut_by_slashes
- g0901_1000.s0960_delete_columns_to_make_sorted_iii - package g0901_1000.s0960_delete_columns_to_make_sorted_iii
- g0901_1000.s0961_n_repeated_element_in_size_2n_array - package g0901_1000.s0961_n_repeated_element_in_size_2n_array
- g0901_1000.s0962_maximum_width_ramp - package g0901_1000.s0962_maximum_width_ramp
- g0901_1000.s0963_minimum_area_rectangle_ii - package g0901_1000.s0963_minimum_area_rectangle_ii
- g0901_1000.s0964_least_operators_to_express_number - package g0901_1000.s0964_least_operators_to_express_number
- g0901_1000.s0965_univalued_binary_tree - package g0901_1000.s0965_univalued_binary_tree
- g0901_1000.s0966_vowel_spellchecker - package g0901_1000.s0966_vowel_spellchecker
- g0901_1000.s0967_numbers_with_same_consecutive_differences - package g0901_1000.s0967_numbers_with_same_consecutive_differences
- g0901_1000.s0968_binary_tree_cameras - package g0901_1000.s0968_binary_tree_cameras
- g0901_1000.s0969_pancake_sorting - package g0901_1000.s0969_pancake_sorting
- g0901_1000.s0970_powerful_integers - package g0901_1000.s0970_powerful_integers
- g0901_1000.s0971_flip_binary_tree_to_match_preorder_traversal - package g0901_1000.s0971_flip_binary_tree_to_match_preorder_traversal
- g0901_1000.s0972_equal_rational_numbers - package g0901_1000.s0972_equal_rational_numbers
- g0901_1000.s0973_k_closest_points_to_origin - package g0901_1000.s0973_k_closest_points_to_origin
- g0901_1000.s0974_subarray_sums_divisible_by_k - package g0901_1000.s0974_subarray_sums_divisible_by_k
- g0901_1000.s0975_odd_even_jump - package g0901_1000.s0975_odd_even_jump
- g0901_1000.s0976_largest_perimeter_triangle - package g0901_1000.s0976_largest_perimeter_triangle
- g0901_1000.s0977_squares_of_a_sorted_array - package g0901_1000.s0977_squares_of_a_sorted_array
- g0901_1000.s0978_longest_turbulent_subarray - package g0901_1000.s0978_longest_turbulent_subarray
- g0901_1000.s0979_distribute_coins_in_binary_tree - package g0901_1000.s0979_distribute_coins_in_binary_tree
- g0901_1000.s0980_unique_paths_iii - package g0901_1000.s0980_unique_paths_iii
- g0901_1000.s0981_time_based_key_value_store - package g0901_1000.s0981_time_based_key_value_store
- g0901_1000.s0982_triples_with_bitwise_and_equal_to_zero - package g0901_1000.s0982_triples_with_bitwise_and_equal_to_zero
- g0901_1000.s0983_minimum_cost_for_tickets - package g0901_1000.s0983_minimum_cost_for_tickets
- g0901_1000.s0984_string_without_aaa_or_bbb - package g0901_1000.s0984_string_without_aaa_or_bbb
- g0901_1000.s0985_sum_of_even_numbers_after_queries - package g0901_1000.s0985_sum_of_even_numbers_after_queries
- g0901_1000.s0986_interval_list_intersections - package g0901_1000.s0986_interval_list_intersections
- g0901_1000.s0987_vertical_order_traversal_of_a_binary_tree - package g0901_1000.s0987_vertical_order_traversal_of_a_binary_tree
- g0901_1000.s0988_smallest_string_starting_from_leaf - package g0901_1000.s0988_smallest_string_starting_from_leaf
- g0901_1000.s0989_add_to_array_form_of_integer - package g0901_1000.s0989_add_to_array_form_of_integer
- g0901_1000.s0990_satisfiability_of_equality_equations - package g0901_1000.s0990_satisfiability_of_equality_equations
- g0901_1000.s0991_broken_calculator - package g0901_1000.s0991_broken_calculator
- g0901_1000.s0992_subarrays_with_k_different_integers - package g0901_1000.s0992_subarrays_with_k_different_integers
- g0901_1000.s0993_cousins_in_binary_tree - package g0901_1000.s0993_cousins_in_binary_tree
- g0901_1000.s0994_rotting_oranges - package g0901_1000.s0994_rotting_oranges
- g0901_1000.s0995_minimum_number_of_k_consecutive_bit_flips - package g0901_1000.s0995_minimum_number_of_k_consecutive_bit_flips
- g0901_1000.s0996_number_of_squareful_arrays - package g0901_1000.s0996_number_of_squareful_arrays
- g0901_1000.s0997_find_the_town_judge - package g0901_1000.s0997_find_the_town_judge
- g0901_1000.s0998_maximum_binary_tree_ii - package g0901_1000.s0998_maximum_binary_tree_ii
- g0901_1000.s0999_available_captures_for_rook - package g0901_1000.s0999_available_captures_for_rook
- g0901_1000.s1000_minimum_cost_to_merge_stones - package g0901_1000.s1000_minimum_cost_to_merge_stones
- g1001_1100.s1001_grid_illumination - package g1001_1100.s1001_grid_illumination
- g1001_1100.s1002_find_common_characters - package g1001_1100.s1002_find_common_characters
- g1001_1100.s1003_check_if_word_is_valid_after_substitutions - package g1001_1100.s1003_check_if_word_is_valid_after_substitutions
- g1001_1100.s1004_max_consecutive_ones_iii - package g1001_1100.s1004_max_consecutive_ones_iii
- g1001_1100.s1005_maximize_sum_of_array_after_k_negations - package g1001_1100.s1005_maximize_sum_of_array_after_k_negations
- g1001_1100.s1006_clumsy_factorial - package g1001_1100.s1006_clumsy_factorial
- g1001_1100.s1007_minimum_domino_rotations_for_equal_row - package g1001_1100.s1007_minimum_domino_rotations_for_equal_row
- g1001_1100.s1008_construct_binary_search_tree_from_preorder_traversal - package g1001_1100.s1008_construct_binary_search_tree_from_preorder_traversal
- g1001_1100.s1009_complement_of_base_10_integer - package g1001_1100.s1009_complement_of_base_10_integer
- g1001_1100.s1010_pairs_of_songs_with_total_durations_divisible_by_60 - package g1001_1100.s1010_pairs_of_songs_with_total_durations_divisible_by_60
- g1001_1100.s1011_capacity_to_ship_packages_within_d_days - package g1001_1100.s1011_capacity_to_ship_packages_within_d_days
- g1001_1100.s1012_numbers_with_repeated_digits - package g1001_1100.s1012_numbers_with_repeated_digits
- g1001_1100.s1013_partition_array_into_three_parts_with_equal_sum - package g1001_1100.s1013_partition_array_into_three_parts_with_equal_sum
- g1001_1100.s1014_best_sightseeing_pair - package g1001_1100.s1014_best_sightseeing_pair
- g1001_1100.s1015_smallest_integer_divisible_by_k - package g1001_1100.s1015_smallest_integer_divisible_by_k
- g1001_1100.s1016_binary_string_with_substrings_representing_1_to_n - package g1001_1100.s1016_binary_string_with_substrings_representing_1_to_n
- g1001_1100.s1017_convert_to_base_2 - package g1001_1100.s1017_convert_to_base_2
- g1001_1100.s1018_binary_prefix_divisible_by_5 - package g1001_1100.s1018_binary_prefix_divisible_by_5
- g1001_1100.s1019_next_greater_node_in_linked_list - package g1001_1100.s1019_next_greater_node_in_linked_list
- g1001_1100.s1020_number_of_enclaves - package g1001_1100.s1020_number_of_enclaves
- g1001_1100.s1021_remove_outermost_parentheses - package g1001_1100.s1021_remove_outermost_parentheses
- g1001_1100.s1022_sum_of_root_to_leaf_binary_numbers - package g1001_1100.s1022_sum_of_root_to_leaf_binary_numbers
- g1001_1100.s1023_camelcase_matching - package g1001_1100.s1023_camelcase_matching
- g1001_1100.s1024_video_stitching - package g1001_1100.s1024_video_stitching
- g1001_1100.s1025_divisor_game - package g1001_1100.s1025_divisor_game
- g1001_1100.s1026_maximum_difference_between_node_and_ancestor - package g1001_1100.s1026_maximum_difference_between_node_and_ancestor
- g1001_1100.s1027_longest_arithmetic_subsequence - package g1001_1100.s1027_longest_arithmetic_subsequence
- g1001_1100.s1028_recover_a_tree_from_preorder_traversal - package g1001_1100.s1028_recover_a_tree_from_preorder_traversal
- g1001_1100.s1029_two_city_scheduling - package g1001_1100.s1029_two_city_scheduling
- g1001_1100.s1030_matrix_cells_in_distance_order - package g1001_1100.s1030_matrix_cells_in_distance_order
- g1001_1100.s1031_maximum_sum_of_two_non_overlapping_subarrays - package g1001_1100.s1031_maximum_sum_of_two_non_overlapping_subarrays
- g1001_1100.s1032_stream_of_characters - package g1001_1100.s1032_stream_of_characters
- g1001_1100.s1033_moving_stones_until_consecutive - package g1001_1100.s1033_moving_stones_until_consecutive
- g1001_1100.s1034_coloring_a_border - package g1001_1100.s1034_coloring_a_border
- g1001_1100.s1035_uncrossed_lines - package g1001_1100.s1035_uncrossed_lines
- g1001_1100.s1036_escape_a_large_maze - package g1001_1100.s1036_escape_a_large_maze
- g1001_1100.s1037_valid_boomerang - package g1001_1100.s1037_valid_boomerang
- g1001_1100.s1038_binary_search_tree_to_greater_sum_tree - package g1001_1100.s1038_binary_search_tree_to_greater_sum_tree
- g1001_1100.s1039_minimum_score_triangulation_of_polygon - package g1001_1100.s1039_minimum_score_triangulation_of_polygon
- g1001_1100.s1040_moving_stones_until_consecutive_ii - package g1001_1100.s1040_moving_stones_until_consecutive_ii
- g1001_1100.s1041_robot_bounded_in_circle - package g1001_1100.s1041_robot_bounded_in_circle
- g1001_1100.s1042_flower_planting_with_no_adjacent - package g1001_1100.s1042_flower_planting_with_no_adjacent
- g1001_1100.s1043_partition_array_for_maximum_sum - package g1001_1100.s1043_partition_array_for_maximum_sum
- g1001_1100.s1044_longest_duplicate_substring - package g1001_1100.s1044_longest_duplicate_substring
- g1001_1100.s1046_last_stone_weight - package g1001_1100.s1046_last_stone_weight
- g1001_1100.s1047_remove_all_adjacent_duplicates_in_string - package g1001_1100.s1047_remove_all_adjacent_duplicates_in_string
- g1001_1100.s1048_longest_string_chain - package g1001_1100.s1048_longest_string_chain
- g1001_1100.s1049_last_stone_weight_ii - package g1001_1100.s1049_last_stone_weight_ii
- g1001_1100.s1051_height_checker - package g1001_1100.s1051_height_checker
- g1001_1100.s1052_grumpy_bookstore_owner - package g1001_1100.s1052_grumpy_bookstore_owner
- g1001_1100.s1053_previous_permutation_with_one_swap - package g1001_1100.s1053_previous_permutation_with_one_swap
- g1001_1100.s1054_distant_barcodes - package g1001_1100.s1054_distant_barcodes
- g1001_1100.s1071_greatest_common_divisor_of_strings - package g1001_1100.s1071_greatest_common_divisor_of_strings
- g1001_1100.s1072_flip_columns_for_maximum_number_of_equal_rows - package g1001_1100.s1072_flip_columns_for_maximum_number_of_equal_rows
- g1001_1100.s1073_adding_two_negabinary_numbers - package g1001_1100.s1073_adding_two_negabinary_numbers
- g1001_1100.s1074_number_of_submatrices_that_sum_to_target - package g1001_1100.s1074_number_of_submatrices_that_sum_to_target
- g1001_1100.s1078_occurrences_after_bigram - package g1001_1100.s1078_occurrences_after_bigram
- g1001_1100.s1079_letter_tile_possibilities - package g1001_1100.s1079_letter_tile_possibilities
- g1001_1100.s1080_insufficient_nodes_in_root_to_leaf_paths - package g1001_1100.s1080_insufficient_nodes_in_root_to_leaf_paths
- g1001_1100.s1081_smallest_subsequence_of_distinct_characters - package g1001_1100.s1081_smallest_subsequence_of_distinct_characters
- g1001_1100.s1089_duplicate_zeros - package g1001_1100.s1089_duplicate_zeros
- g1001_1100.s1090_largest_values_from_labels - package g1001_1100.s1090_largest_values_from_labels
- g1001_1100.s1091_shortest_path_in_binary_matrix - package g1001_1100.s1091_shortest_path_in_binary_matrix
- g1001_1100.s1092_shortest_common_supersequence - package g1001_1100.s1092_shortest_common_supersequence
- g1001_1100.s1093_statistics_from_a_large_sample - package g1001_1100.s1093_statistics_from_a_large_sample
- g1001_1100.s1094_car_pooling - package g1001_1100.s1094_car_pooling
- g1001_1100.s1095_find_in_mountain_array - package g1001_1100.s1095_find_in_mountain_array
- g1001_1100.s1096_brace_expansion_ii - package g1001_1100.s1096_brace_expansion_ii
- g1101_1200.s1103_distribute_candies_to_people - package g1101_1200.s1103_distribute_candies_to_people
- g1101_1200.s1104_path_in_zigzag_labelled_binary_tree - package g1101_1200.s1104_path_in_zigzag_labelled_binary_tree
- g1101_1200.s1105_filling_bookcase_shelves - package g1101_1200.s1105_filling_bookcase_shelves
- g1101_1200.s1106_parsing_a_boolean_expression - package g1101_1200.s1106_parsing_a_boolean_expression
- g1101_1200.s1108_defanging_an_ip_address - package g1101_1200.s1108_defanging_an_ip_address
- g1101_1200.s1109_corporate_flight_bookings - package g1101_1200.s1109_corporate_flight_bookings
- g1101_1200.s1110_delete_nodes_and_return_forest - package g1101_1200.s1110_delete_nodes_and_return_forest
- g1101_1200.s1111_maximum_nesting_depth_of_two_valid_parentheses_strings - package g1101_1200.s1111_maximum_nesting_depth_of_two_valid_parentheses_strings
- g1101_1200.s1114_print_in_order - package g1101_1200.s1114_print_in_order
- g1101_1200.s1115_print_foobar_alternately - package g1101_1200.s1115_print_foobar_alternately
- g1101_1200.s1116_print_zero_even_odd - package g1101_1200.s1116_print_zero_even_odd
- g1101_1200.s1117_building_h2o - package g1101_1200.s1117_building_h2o
- g1101_1200.s1122_relative_sort_array - package g1101_1200.s1122_relative_sort_array
- g1101_1200.s1123_lowest_common_ancestor_of_deepest_leaves - package g1101_1200.s1123_lowest_common_ancestor_of_deepest_leaves
- g1101_1200.s1124_longest_well_performing_interval - package g1101_1200.s1124_longest_well_performing_interval
- g1101_1200.s1125_smallest_sufficient_team - package g1101_1200.s1125_smallest_sufficient_team
- g1101_1200.s1128_number_of_equivalent_domino_pairs - package g1101_1200.s1128_number_of_equivalent_domino_pairs
- g1101_1200.s1129_shortest_path_with_alternating_colors - package g1101_1200.s1129_shortest_path_with_alternating_colors
- g1101_1200.s1130_minimum_cost_tree_from_leaf_values - package g1101_1200.s1130_minimum_cost_tree_from_leaf_values
- g1101_1200.s1131_maximum_of_absolute_value_expression - package g1101_1200.s1131_maximum_of_absolute_value_expression
- g1101_1200.s1137_n_th_tribonacci_number - package g1101_1200.s1137_n_th_tribonacci_number
- g1101_1200.s1138_alphabet_board_path - package g1101_1200.s1138_alphabet_board_path
- g1101_1200.s1139_largest_1_bordered_square - package g1101_1200.s1139_largest_1_bordered_square
- g1101_1200.s1140_stone_game_ii - package g1101_1200.s1140_stone_game_ii
- g1101_1200.s1143_longest_common_subsequence - package g1101_1200.s1143_longest_common_subsequence
- g1101_1200.s1144_decrease_elements_to_make_array_zigzag - package g1101_1200.s1144_decrease_elements_to_make_array_zigzag
- g1101_1200.s1145_binary_tree_coloring_game - package g1101_1200.s1145_binary_tree_coloring_game
- g1101_1200.s1146_snapshot_array - package g1101_1200.s1146_snapshot_array
- g1101_1200.s1147_longest_chunked_palindrome_decomposition - package g1101_1200.s1147_longest_chunked_palindrome_decomposition
- g1101_1200.s1154_day_of_the_year - package g1101_1200.s1154_day_of_the_year
- g1101_1200.s1155_number_of_dice_rolls_with_target_sum - package g1101_1200.s1155_number_of_dice_rolls_with_target_sum
- g1101_1200.s1156_swap_for_longest_repeated_character_substring - package g1101_1200.s1156_swap_for_longest_repeated_character_substring
- g1101_1200.s1157_online_majority_element_in_subarray - package g1101_1200.s1157_online_majority_element_in_subarray
- g1101_1200.s1160_find_words_that_can_be_formed_by_characters - package g1101_1200.s1160_find_words_that_can_be_formed_by_characters
- g1101_1200.s1161_maximum_level_sum_of_a_binary_tree - package g1101_1200.s1161_maximum_level_sum_of_a_binary_tree
- g1101_1200.s1162_as_far_from_land_as_possible - package g1101_1200.s1162_as_far_from_land_as_possible
- g1101_1200.s1163_last_substring_in_lexicographical_order - package g1101_1200.s1163_last_substring_in_lexicographical_order
- g1101_1200.s1169_invalid_transactions - package g1101_1200.s1169_invalid_transactions
- g1101_1200.s1170_compare_strings_by_frequency_of_the_smallest_character - package g1101_1200.s1170_compare_strings_by_frequency_of_the_smallest_character
- g1101_1200.s1171_remove_zero_sum_consecutive_nodes_from_linked_list - package g1101_1200.s1171_remove_zero_sum_consecutive_nodes_from_linked_list
- g1101_1200.s1172_dinner_plate_stacks - package g1101_1200.s1172_dinner_plate_stacks
- g1101_1200.s1175_prime_arrangements - package g1101_1200.s1175_prime_arrangements
- g1101_1200.s1177_can_make_palindrome_from_substring - package g1101_1200.s1177_can_make_palindrome_from_substring
- g1101_1200.s1178_number_of_valid_words_for_each_puzzle - package g1101_1200.s1178_number_of_valid_words_for_each_puzzle
- g1101_1200.s1184_distance_between_bus_stops - package g1101_1200.s1184_distance_between_bus_stops
- g1101_1200.s1185_day_of_the_week - package g1101_1200.s1185_day_of_the_week
- g1101_1200.s1186_maximum_subarray_sum_with_one_deletion - package g1101_1200.s1186_maximum_subarray_sum_with_one_deletion
- g1101_1200.s1187_make_array_strictly_increasing - package g1101_1200.s1187_make_array_strictly_increasing
- g1101_1200.s1189_maximum_number_of_balloons - package g1101_1200.s1189_maximum_number_of_balloons
- g1101_1200.s1190_reverse_substrings_between_each_pair_of_parentheses - package g1101_1200.s1190_reverse_substrings_between_each_pair_of_parentheses
- g1101_1200.s1191_k_concatenation_maximum_sum - package g1101_1200.s1191_k_concatenation_maximum_sum
- g1101_1200.s1192_critical_connections_in_a_network - package g1101_1200.s1192_critical_connections_in_a_network
- g1101_1200.s1195_fizz_buzz_multithreaded - package g1101_1200.s1195_fizz_buzz_multithreaded
- g1101_1200.s1200_minimum_absolute_difference - package g1101_1200.s1200_minimum_absolute_difference
- g1201_1300.s1201_ugly_number_iii - package g1201_1300.s1201_ugly_number_iii
- g1201_1300.s1202_smallest_string_with_swaps - package g1201_1300.s1202_smallest_string_with_swaps
- g1201_1300.s1203_sort_items_by_groups_respecting_dependencies - package g1201_1300.s1203_sort_items_by_groups_respecting_dependencies
- g1201_1300.s1206_design_skiplist - package g1201_1300.s1206_design_skiplist
- g1201_1300.s1207_unique_number_of_occurrences - package g1201_1300.s1207_unique_number_of_occurrences
- g1201_1300.s1208_get_equal_substrings_within_budget - package g1201_1300.s1208_get_equal_substrings_within_budget
- g1201_1300.s1209_remove_all_adjacent_duplicates_in_string_ii - package g1201_1300.s1209_remove_all_adjacent_duplicates_in_string_ii
- g1201_1300.s1210_minimum_moves_to_reach_target_with_rotations - package g1201_1300.s1210_minimum_moves_to_reach_target_with_rotations
- g1201_1300.s1217_minimum_cost_to_move_chips_to_the_same_position - package g1201_1300.s1217_minimum_cost_to_move_chips_to_the_same_position
- g1201_1300.s1218_longest_arithmetic_subsequence_of_given_difference - package g1201_1300.s1218_longest_arithmetic_subsequence_of_given_difference
- g1201_1300.s1219_path_with_maximum_gold - package g1201_1300.s1219_path_with_maximum_gold
- g1201_1300.s1220_count_vowels_permutation - package g1201_1300.s1220_count_vowels_permutation
- g1201_1300.s1221_split_a_string_in_balanced_strings - package g1201_1300.s1221_split_a_string_in_balanced_strings
- g1201_1300.s1222_queens_that_can_attack_the_king - package g1201_1300.s1222_queens_that_can_attack_the_king
- g1201_1300.s1223_dice_roll_simulation - package g1201_1300.s1223_dice_roll_simulation
- g1201_1300.s1224_maximum_equal_frequency - package g1201_1300.s1224_maximum_equal_frequency
- g1201_1300.s1226_the_dining_philosophers - package g1201_1300.s1226_the_dining_philosophers
- g1201_1300.s1227_airplane_seat_assignment_probability - package g1201_1300.s1227_airplane_seat_assignment_probability
- g1201_1300.s1232_check_if_it_is_a_straight_line - package g1201_1300.s1232_check_if_it_is_a_straight_line
- g1201_1300.s1233_remove_sub_folders_from_the_filesystem - package g1201_1300.s1233_remove_sub_folders_from_the_filesystem
- g1201_1300.s1234_replace_the_substring_for_balanced_string - package g1201_1300.s1234_replace_the_substring_for_balanced_string
- g1201_1300.s1235_maximum_profit_in_job_scheduling - package g1201_1300.s1235_maximum_profit_in_job_scheduling
- g1201_1300.s1237_find_positive_integer_solution_for_a_given_equation - package g1201_1300.s1237_find_positive_integer_solution_for_a_given_equation
- g1201_1300.s1238_circular_permutation_in_binary_representation - package g1201_1300.s1238_circular_permutation_in_binary_representation
- g1201_1300.s1239_maximum_length_of_a_concatenated_string_with_unique_characters - package g1201_1300.s1239_maximum_length_of_a_concatenated_string_with_unique_characters
- g1201_1300.s1240_tiling_a_rectangle_with_the_fewest_squares - package g1201_1300.s1240_tiling_a_rectangle_with_the_fewest_squares
- g1201_1300.s1247_minimum_swaps_to_make_strings_equal - package g1201_1300.s1247_minimum_swaps_to_make_strings_equal
- g1201_1300.s1248_count_number_of_nice_subarrays - package g1201_1300.s1248_count_number_of_nice_subarrays
- g1201_1300.s1249_minimum_remove_to_make_valid_parentheses - package g1201_1300.s1249_minimum_remove_to_make_valid_parentheses
- g1201_1300.s1250_check_if_it_is_a_good_array - package g1201_1300.s1250_check_if_it_is_a_good_array
- g1201_1300.s1252_cells_with_odd_values_in_a_matrix - package g1201_1300.s1252_cells_with_odd_values_in_a_matrix
- g1201_1300.s1253_reconstruct_a_2_row_binary_matrix - package g1201_1300.s1253_reconstruct_a_2_row_binary_matrix
- g1201_1300.s1254_number_of_closed_islands - package g1201_1300.s1254_number_of_closed_islands
- g1201_1300.s1255_maximum_score_words_formed_by_letters - package g1201_1300.s1255_maximum_score_words_formed_by_letters
- g1201_1300.s1260_shift_2d_grid - package g1201_1300.s1260_shift_2d_grid
- g1201_1300.s1261_find_elements_in_a_contaminated_binary_tree - package g1201_1300.s1261_find_elements_in_a_contaminated_binary_tree
- g1201_1300.s1262_greatest_sum_divisible_by_three - package g1201_1300.s1262_greatest_sum_divisible_by_three
- g1201_1300.s1263_minimum_moves_to_move_a_box_to_their_target_location - package g1201_1300.s1263_minimum_moves_to_move_a_box_to_their_target_location
- g1201_1300.s1266_minimum_time_visiting_all_points - package g1201_1300.s1266_minimum_time_visiting_all_points
- g1201_1300.s1267_count_servers_that_communicate - package g1201_1300.s1267_count_servers_that_communicate
- g1201_1300.s1268_search_suggestions_system - package g1201_1300.s1268_search_suggestions_system
- g1201_1300.s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps - package g1201_1300.s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps
- g1201_1300.s1275_find_winner_on_a_tic_tac_toe_game - package g1201_1300.s1275_find_winner_on_a_tic_tac_toe_game
- g1201_1300.s1276_number_of_burgers_with_no_waste_of_ingredients - package g1201_1300.s1276_number_of_burgers_with_no_waste_of_ingredients
- g1201_1300.s1277_count_square_submatrices_with_all_ones - package g1201_1300.s1277_count_square_submatrices_with_all_ones
- g1201_1300.s1278_palindrome_partitioning_iii - package g1201_1300.s1278_palindrome_partitioning_iii
- g1201_1300.s1281_subtract_the_product_and_sum_of_digits_of_an_integer - package g1201_1300.s1281_subtract_the_product_and_sum_of_digits_of_an_integer
- g1201_1300.s1282_group_the_people_given_the_group_size_they_belong_to - package g1201_1300.s1282_group_the_people_given_the_group_size_they_belong_to
- g1201_1300.s1283_find_the_smallest_divisor_given_a_threshold - package g1201_1300.s1283_find_the_smallest_divisor_given_a_threshold
- g1201_1300.s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix - package g1201_1300.s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix
- g1201_1300.s1286_iterator_for_combination - package g1201_1300.s1286_iterator_for_combination
- g1201_1300.s1287_element_appearing_more_than_25_in_sorted_array - package g1201_1300.s1287_element_appearing_more_than_25_in_sorted_array
- g1201_1300.s1288_remove_covered_intervals - package g1201_1300.s1288_remove_covered_intervals
- g1201_1300.s1289_minimum_falling_path_sum_ii - package g1201_1300.s1289_minimum_falling_path_sum_ii
- g1201_1300.s1290_convert_binary_number_in_a_linked_list_to_integer - package g1201_1300.s1290_convert_binary_number_in_a_linked_list_to_integer
- g1201_1300.s1291_sequential_digits - package g1201_1300.s1291_sequential_digits
- g1201_1300.s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold - package g1201_1300.s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold
- g1201_1300.s1293_shortest_path_in_a_grid_with_obstacles_elimination - package g1201_1300.s1293_shortest_path_in_a_grid_with_obstacles_elimination
- g1201_1300.s1295_find_numbers_with_even_number_of_digits - package g1201_1300.s1295_find_numbers_with_even_number_of_digits
- g1201_1300.s1296_divide_array_in_sets_of_k_consecutive_numbers - package g1201_1300.s1296_divide_array_in_sets_of_k_consecutive_numbers
- g1201_1300.s1297_maximum_number_of_occurrences_of_a_substring - package g1201_1300.s1297_maximum_number_of_occurrences_of_a_substring
- g1201_1300.s1298_maximum_candies_you_can_get_from_boxes - package g1201_1300.s1298_maximum_candies_you_can_get_from_boxes
- g1201_1300.s1299_replace_elements_with_greatest_element_on_right_side - package g1201_1300.s1299_replace_elements_with_greatest_element_on_right_side
- g1201_1300.s1300_sum_of_mutated_array_closest_to_target - package g1201_1300.s1300_sum_of_mutated_array_closest_to_target
- g1301_1400.s1301_number_of_paths_with_max_score - package g1301_1400.s1301_number_of_paths_with_max_score
- g1301_1400.s1302_deepest_leaves_sum - package g1301_1400.s1302_deepest_leaves_sum
- g1301_1400.s1304_find_n_unique_integers_sum_up_to_zero - package g1301_1400.s1304_find_n_unique_integers_sum_up_to_zero
- g1301_1400.s1305_all_elements_in_two_binary_search_trees - package g1301_1400.s1305_all_elements_in_two_binary_search_trees
- g1301_1400.s1306_jump_game_iii - package g1301_1400.s1306_jump_game_iii
- g1301_1400.s1307_verbal_arithmetic_puzzle - package g1301_1400.s1307_verbal_arithmetic_puzzle
- g1301_1400.s1309_decrypt_string_from_alphabet_to_integer_mapping - package g1301_1400.s1309_decrypt_string_from_alphabet_to_integer_mapping
- g1301_1400.s1310_xor_queries_of_a_subarray - package g1301_1400.s1310_xor_queries_of_a_subarray
- g1301_1400.s1311_get_watched_videos_by_your_friends - package g1301_1400.s1311_get_watched_videos_by_your_friends
- g1301_1400.s1312_minimum_insertion_steps_to_make_a_string_palindrome - package g1301_1400.s1312_minimum_insertion_steps_to_make_a_string_palindrome
- g1301_1400.s1313_decompress_run_length_encoded_list - package g1301_1400.s1313_decompress_run_length_encoded_list
- g1301_1400.s1314_matrix_block_sum - package g1301_1400.s1314_matrix_block_sum
- g1301_1400.s1315_sum_of_nodes_with_even_valued_grandparent - package g1301_1400.s1315_sum_of_nodes_with_even_valued_grandparent
- g1301_1400.s1316_distinct_echo_substrings - package g1301_1400.s1316_distinct_echo_substrings
- g1301_1400.s1317_convert_integer_to_the_sum_of_two_no_zero_integers - package g1301_1400.s1317_convert_integer_to_the_sum_of_two_no_zero_integers
- g1301_1400.s1318_minimum_flips_to_make_a_or_b_equal_to_c - package g1301_1400.s1318_minimum_flips_to_make_a_or_b_equal_to_c
- g1301_1400.s1319_number_of_operations_to_make_network_connected - package g1301_1400.s1319_number_of_operations_to_make_network_connected
- g1301_1400.s1320_minimum_distance_to_type_a_word_using_two_fingers - package g1301_1400.s1320_minimum_distance_to_type_a_word_using_two_fingers
- g1301_1400.s1323_maximum_69_number - package g1301_1400.s1323_maximum_69_number
- g1301_1400.s1324_print_words_vertically - package g1301_1400.s1324_print_words_vertically
- g1301_1400.s1325_delete_leaves_with_a_given_value - package g1301_1400.s1325_delete_leaves_with_a_given_value
- g1301_1400.s1326_minimum_number_of_taps_to_open_to_water_a_garden - package g1301_1400.s1326_minimum_number_of_taps_to_open_to_water_a_garden
- g1301_1400.s1328_break_a_palindrome - package g1301_1400.s1328_break_a_palindrome
- g1301_1400.s1329_sort_the_matrix_diagonally - package g1301_1400.s1329_sort_the_matrix_diagonally
- g1301_1400.s1330_reverse_subarray_to_maximize_array_value - package g1301_1400.s1330_reverse_subarray_to_maximize_array_value
- g1301_1400.s1331_rank_transform_of_an_array - package g1301_1400.s1331_rank_transform_of_an_array
- g1301_1400.s1332_remove_palindromic_subsequences - package g1301_1400.s1332_remove_palindromic_subsequences
- g1301_1400.s1333_filter_restaurants_by_vegan_friendly_price_and_distance - package g1301_1400.s1333_filter_restaurants_by_vegan_friendly_price_and_distance
- g1301_1400.s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance - package g1301_1400.s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance
- g1301_1400.s1335_minimum_difficulty_of_a_job_schedule - package g1301_1400.s1335_minimum_difficulty_of_a_job_schedule
- g1301_1400.s1337_the_k_weakest_rows_in_a_matrix - package g1301_1400.s1337_the_k_weakest_rows_in_a_matrix
- g1301_1400.s1338_reduce_array_size_to_the_half - package g1301_1400.s1338_reduce_array_size_to_the_half
- g1301_1400.s1339_maximum_product_of_splitted_binary_tree - package g1301_1400.s1339_maximum_product_of_splitted_binary_tree
- g1301_1400.s1340_jump_game_v - package g1301_1400.s1340_jump_game_v
- g1301_1400.s1342_number_of_steps_to_reduce_a_number_to_zero - package g1301_1400.s1342_number_of_steps_to_reduce_a_number_to_zero
- g1301_1400.s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold - package g1301_1400.s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold
- g1301_1400.s1344_angle_between_hands_of_a_clock - package g1301_1400.s1344_angle_between_hands_of_a_clock
- g1301_1400.s1345_jump_game_iv - package g1301_1400.s1345_jump_game_iv
- g1301_1400.s1346_check_if_n_and_its_double_exist - package g1301_1400.s1346_check_if_n_and_its_double_exist
- g1301_1400.s1347_minimum_number_of_steps_to_make_two_strings_anagram - package g1301_1400.s1347_minimum_number_of_steps_to_make_two_strings_anagram
- g1301_1400.s1348_tweet_counts_per_frequency - package g1301_1400.s1348_tweet_counts_per_frequency
- g1301_1400.s1349_maximum_students_taking_exam - package g1301_1400.s1349_maximum_students_taking_exam
- g1301_1400.s1351_count_negative_numbers_in_a_sorted_matrix - package g1301_1400.s1351_count_negative_numbers_in_a_sorted_matrix
- g1301_1400.s1352_product_of_the_last_k_numbers - package g1301_1400.s1352_product_of_the_last_k_numbers
- g1301_1400.s1353_maximum_number_of_events_that_can_be_attended - package g1301_1400.s1353_maximum_number_of_events_that_can_be_attended
- g1301_1400.s1354_construct_target_array_with_multiple_sums - package g1301_1400.s1354_construct_target_array_with_multiple_sums
- g1301_1400.s1356_sort_integers_by_the_number_of_1_bits - package g1301_1400.s1356_sort_integers_by_the_number_of_1_bits
- g1301_1400.s1357_apply_discount_every_n_orders - package g1301_1400.s1357_apply_discount_every_n_orders
- g1301_1400.s1358_number_of_substrings_containing_all_three_characters - package g1301_1400.s1358_number_of_substrings_containing_all_three_characters
- g1301_1400.s1359_count_all_valid_pickup_and_delivery_options - package g1301_1400.s1359_count_all_valid_pickup_and_delivery_options
- g1301_1400.s1360_number_of_days_between_two_dates - package g1301_1400.s1360_number_of_days_between_two_dates
- g1301_1400.s1361_validate_binary_tree_nodes - package g1301_1400.s1361_validate_binary_tree_nodes
- g1301_1400.s1362_closest_divisors - package g1301_1400.s1362_closest_divisors
- g1301_1400.s1363_largest_multiple_of_three - package g1301_1400.s1363_largest_multiple_of_three
- g1301_1400.s1365_how_many_numbers_are_smaller_than_the_current_number - package g1301_1400.s1365_how_many_numbers_are_smaller_than_the_current_number
- g1301_1400.s1366_rank_teams_by_votes - package g1301_1400.s1366_rank_teams_by_votes
- g1301_1400.s1367_linked_list_in_binary_tree - package g1301_1400.s1367_linked_list_in_binary_tree
- g1301_1400.s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid - package g1301_1400.s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid
- g1301_1400.s1370_increasing_decreasing_string - package g1301_1400.s1370_increasing_decreasing_string
- g1301_1400.s1371_find_the_longest_substring_containing_vowels_in_even_counts - package g1301_1400.s1371_find_the_longest_substring_containing_vowels_in_even_counts
- g1301_1400.s1372_longest_zigzag_path_in_a_binary_tree - package g1301_1400.s1372_longest_zigzag_path_in_a_binary_tree
- g1301_1400.s1373_maximum_sum_bst_in_binary_tree - package g1301_1400.s1373_maximum_sum_bst_in_binary_tree
- g1301_1400.s1374_generate_a_string_with_characters_that_have_odd_counts - package g1301_1400.s1374_generate_a_string_with_characters_that_have_odd_counts
- g1301_1400.s1375_number_of_times_binary_string_is_prefix_aligned - package g1301_1400.s1375_number_of_times_binary_string_is_prefix_aligned
- g1301_1400.s1376_time_needed_to_inform_all_employees - package g1301_1400.s1376_time_needed_to_inform_all_employees
- g1301_1400.s1377_frog_position_after_t_seconds - package g1301_1400.s1377_frog_position_after_t_seconds
- g1301_1400.s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree - package g1301_1400.s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree
- g1301_1400.s1380_lucky_numbers_in_a_matrix - package g1301_1400.s1380_lucky_numbers_in_a_matrix
- g1301_1400.s1381_design_a_stack_with_increment_operation - package g1301_1400.s1381_design_a_stack_with_increment_operation
- g1301_1400.s1382_balance_a_binary_search_tree - package g1301_1400.s1382_balance_a_binary_search_tree
- g1301_1400.s1383_maximum_performance_of_a_team - package g1301_1400.s1383_maximum_performance_of_a_team
- g1301_1400.s1385_find_the_distance_value_between_two_arrays - package g1301_1400.s1385_find_the_distance_value_between_two_arrays
- g1301_1400.s1386_cinema_seat_allocation - package g1301_1400.s1386_cinema_seat_allocation
- g1301_1400.s1387_sort_integers_by_the_power_value - package g1301_1400.s1387_sort_integers_by_the_power_value
- g1301_1400.s1388_pizza_with_3n_slices - package g1301_1400.s1388_pizza_with_3n_slices
- g1301_1400.s1389_create_target_array_in_the_given_order - package g1301_1400.s1389_create_target_array_in_the_given_order
- g1301_1400.s1390_four_divisors - package g1301_1400.s1390_four_divisors
- g1301_1400.s1391_check_if_there_is_a_valid_path_in_a_grid - package g1301_1400.s1391_check_if_there_is_a_valid_path_in_a_grid
- g1301_1400.s1392_longest_happy_prefix - package g1301_1400.s1392_longest_happy_prefix
- g1301_1400.s1394_find_lucky_integer_in_an_array - package g1301_1400.s1394_find_lucky_integer_in_an_array
- g1301_1400.s1395_count_number_of_teams - package g1301_1400.s1395_count_number_of_teams
- g1301_1400.s1396_design_underground_system - package g1301_1400.s1396_design_underground_system
- g1301_1400.s1397_find_all_good_strings - package g1301_1400.s1397_find_all_good_strings
- g1301_1400.s1399_count_largest_group - package g1301_1400.s1399_count_largest_group
- g1301_1400.s1400_construct_k_palindrome_strings - package g1301_1400.s1400_construct_k_palindrome_strings
- g1401_1500.s1401_circle_and_rectangle_overlapping - package g1401_1500.s1401_circle_and_rectangle_overlapping
- g1401_1500.s1402_reducing_dishes - package g1401_1500.s1402_reducing_dishes
- g1401_1500.s1403_minimum_subsequence_in_non_increasing_order - package g1401_1500.s1403_minimum_subsequence_in_non_increasing_order
- g1401_1500.s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one - package g1401_1500.s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one
- g1401_1500.s1405_longest_happy_string - package g1401_1500.s1405_longest_happy_string
- g1401_1500.s1406_stone_game_iii - package g1401_1500.s1406_stone_game_iii
- g1401_1500.s1408_string_matching_in_an_array - package g1401_1500.s1408_string_matching_in_an_array
- g1401_1500.s1409_queries_on_a_permutation_with_key - package g1401_1500.s1409_queries_on_a_permutation_with_key
- g1401_1500.s1410_html_entity_parser - package g1401_1500.s1410_html_entity_parser
- g1401_1500.s1411_number_of_ways_to_paint_n_3_grid - package g1401_1500.s1411_number_of_ways_to_paint_n_3_grid
- g1401_1500.s1413_minimum_value_to_get_positive_step_by_step_sum - package g1401_1500.s1413_minimum_value_to_get_positive_step_by_step_sum
- g1401_1500.s1414_find_the_minimum_number_of_fibonacci_numbers_whose_sum_is_k - package g1401_1500.s1414_find_the_minimum_number_of_fibonacci_numbers_whose_sum_is_k
- g1401_1500.s1415_the_k_th_lexicographical_string_of_all_happy_strings_of_length_n - package g1401_1500.s1415_the_k_th_lexicographical_string_of_all_happy_strings_of_length_n
- g1401_1500.s1416_restore_the_array - package g1401_1500.s1416_restore_the_array
- g1401_1500.s1417_reformat_the_string - package g1401_1500.s1417_reformat_the_string
- g1401_1500.s1418_display_table_of_food_orders_in_a_restaurant - package g1401_1500.s1418_display_table_of_food_orders_in_a_restaurant
- g1401_1500.s1419_minimum_number_of_frogs_croaking - package g1401_1500.s1419_minimum_number_of_frogs_croaking
- g1401_1500.s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons - package g1401_1500.s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons
- g1401_1500.s1422_maximum_score_after_splitting_a_string - package g1401_1500.s1422_maximum_score_after_splitting_a_string
- g1401_1500.s1423_maximum_points_you_can_obtain_from_cards - package g1401_1500.s1423_maximum_points_you_can_obtain_from_cards
- g1401_1500.s1424_diagonal_traverse_ii - package g1401_1500.s1424_diagonal_traverse_ii
- g1401_1500.s1425_constrained_subsequence_sum - package g1401_1500.s1425_constrained_subsequence_sum
- g1401_1500.s1431_kids_with_the_greatest_number_of_candies - package g1401_1500.s1431_kids_with_the_greatest_number_of_candies
- g1401_1500.s1432_max_difference_you_can_get_from_changing_an_integer - package g1401_1500.s1432_max_difference_you_can_get_from_changing_an_integer
- g1401_1500.s1433_check_if_a_string_can_break_another_string - package g1401_1500.s1433_check_if_a_string_can_break_another_string
- g1401_1500.s1434_number_of_ways_to_wear_different_hats_to_each_other - package g1401_1500.s1434_number_of_ways_to_wear_different_hats_to_each_other
- g1401_1500.s1436_destination_city - package g1401_1500.s1436_destination_city
- g1401_1500.s1437_check_if_all_1s_are_at_least_length_k_places_away - package g1401_1500.s1437_check_if_all_1s_are_at_least_length_k_places_away
- g1401_1500.s1438_longest_continuous_subarray_with_absolute_diff_less_than_or_equal_to_limit - package g1401_1500.s1438_longest_continuous_subarray_with_absolute_diff_less_than_or_equal_to_limit
- g1401_1500.s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows - package g1401_1500.s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows
- g1401_1500.s1441_build_an_array_with_stack_operations - package g1401_1500.s1441_build_an_array_with_stack_operations
- g1401_1500.s1442_count_triplets_that_can_form_two_arrays_of_equal_xor - package g1401_1500.s1442_count_triplets_that_can_form_two_arrays_of_equal_xor
- g1401_1500.s1443_minimum_time_to_collect_all_apples_in_a_tree - package g1401_1500.s1443_minimum_time_to_collect_all_apples_in_a_tree
- g1401_1500.s1444_number_of_ways_of_cutting_a_pizza - package g1401_1500.s1444_number_of_ways_of_cutting_a_pizza
- g1401_1500.s1446_consecutive_characters - package g1401_1500.s1446_consecutive_characters
- g1401_1500.s1447_simplified_fractions - package g1401_1500.s1447_simplified_fractions
- g1401_1500.s1448_count_good_nodes_in_binary_tree - package g1401_1500.s1448_count_good_nodes_in_binary_tree
- g1401_1500.s1449_form_largest_integer_with_digits_that_add_up_to_target - package g1401_1500.s1449_form_largest_integer_with_digits_that_add_up_to_target
- g1401_1500.s1450_number_of_students_doing_homework_at_a_given_time - package g1401_1500.s1450_number_of_students_doing_homework_at_a_given_time
- g1401_1500.s1451_rearrange_words_in_a_sentence - package g1401_1500.s1451_rearrange_words_in_a_sentence
- g1401_1500.s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list - package g1401_1500.s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list
- g1401_1500.s1453_maximum_number_of_darts_inside_of_a_circular_dartboard - package g1401_1500.s1453_maximum_number_of_darts_inside_of_a_circular_dartboard
- g1401_1500.s1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentence - package g1401_1500.s1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentence
- g1401_1500.s1456_maximum_number_of_vowels_in_a_substring_of_given_length - package g1401_1500.s1456_maximum_number_of_vowels_in_a_substring_of_given_length
- g1401_1500.s1457_pseudo_palindromic_paths_in_a_binary_tree - package g1401_1500.s1457_pseudo_palindromic_paths_in_a_binary_tree
- g1401_1500.s1458_max_dot_product_of_two_subsequences - package g1401_1500.s1458_max_dot_product_of_two_subsequences
- g1401_1500.s1460_make_two_arrays_equal_by_reversing_sub_arrays - package g1401_1500.s1460_make_two_arrays_equal_by_reversing_sub_arrays
- g1401_1500.s1461_check_if_a_string_contains_all_binary_codes_of_size_k - package g1401_1500.s1461_check_if_a_string_contains_all_binary_codes_of_size_k
- g1401_1500.s1462_course_schedule_iv - package g1401_1500.s1462_course_schedule_iv
- g1401_1500.s1463_cherry_pickup_ii - package g1401_1500.s1463_cherry_pickup_ii
- g1401_1500.s1464_maximum_product_of_two_elements_in_an_array - package g1401_1500.s1464_maximum_product_of_two_elements_in_an_array
- g1401_1500.s1465_maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts - package g1401_1500.s1465_maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts
- g1401_1500.s1466_reorder_routes_to_make_all_paths_lead_to_the_city_zero - package g1401_1500.s1466_reorder_routes_to_make_all_paths_lead_to_the_city_zero
- g1401_1500.s1467_probability_of_a_two_boxes_having_the_same_number_of_distinct_balls - package g1401_1500.s1467_probability_of_a_two_boxes_having_the_same_number_of_distinct_balls
- g1401_1500.s1470_shuffle_the_array - package g1401_1500.s1470_shuffle_the_array
- g1401_1500.s1471_the_k_strongest_values_in_an_array - package g1401_1500.s1471_the_k_strongest_values_in_an_array
- g1401_1500.s1472_design_browser_history - package g1401_1500.s1472_design_browser_history
- g1401_1500.s1473_paint_house_iii - package g1401_1500.s1473_paint_house_iii
- g1401_1500.s1475_final_prices_with_a_special_discount_in_a_shop - package g1401_1500.s1475_final_prices_with_a_special_discount_in_a_shop
- g1401_1500.s1476_subrectangle_queries - package g1401_1500.s1476_subrectangle_queries
- g1401_1500.s1477_find_two_non_overlapping_sub_arrays_each_with_target_sum - package g1401_1500.s1477_find_two_non_overlapping_sub_arrays_each_with_target_sum
- g1401_1500.s1478_allocate_mailboxes - package g1401_1500.s1478_allocate_mailboxes
- g1401_1500.s1480_running_sum_of_1d_array - package g1401_1500.s1480_running_sum_of_1d_array
- g1401_1500.s1481_least_number_of_unique_integers_after_k_removals - package g1401_1500.s1481_least_number_of_unique_integers_after_k_removals
- g1401_1500.s1482_minimum_number_of_days_to_make_m_bouquets - package g1401_1500.s1482_minimum_number_of_days_to_make_m_bouquets
- g1401_1500.s1483_kth_ancestor_of_a_tree_node - package g1401_1500.s1483_kth_ancestor_of_a_tree_node
- g1401_1500.s1486_xor_operation_in_an_array - package g1401_1500.s1486_xor_operation_in_an_array
- g1401_1500.s1487_making_file_names_unique - package g1401_1500.s1487_making_file_names_unique
- g1401_1500.s1488_avoid_flood_in_the_city - package g1401_1500.s1488_avoid_flood_in_the_city
- g1401_1500.s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree - package g1401_1500.s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree
- g1401_1500.s1491_average_salary_excluding_the_minimum_and_maximum_salary - package g1401_1500.s1491_average_salary_excluding_the_minimum_and_maximum_salary
- g1401_1500.s1492_the_kth_factor_of_n - package g1401_1500.s1492_the_kth_factor_of_n
- g1401_1500.s1493_longest_subarray_of_1s_after_deleting_one_element - package g1401_1500.s1493_longest_subarray_of_1s_after_deleting_one_element
- g1401_1500.s1494_parallel_courses_ii - package g1401_1500.s1494_parallel_courses_ii
- g1401_1500.s1496_path_crossing - package g1401_1500.s1496_path_crossing
- g1401_1500.s1497_check_if_array_pairs_are_divisible_by_k - package g1401_1500.s1497_check_if_array_pairs_are_divisible_by_k
- g1401_1500.s1498_number_of_subsequences_that_satisfy_the_given_sum_condition - package g1401_1500.s1498_number_of_subsequences_that_satisfy_the_given_sum_condition
- g1401_1500.s1499_max_value_of_equation - package g1401_1500.s1499_max_value_of_equation
- g1501_1600.s1502_can_make_arithmetic_progression_from_sequence - package g1501_1600.s1502_can_make_arithmetic_progression_from_sequence
- g1501_1600.s1503_last_moment_before_all_ants_fall_out_of_a_plank - package g1501_1600.s1503_last_moment_before_all_ants_fall_out_of_a_plank
- g1501_1600.s1504_count_submatrices_with_all_ones - package g1501_1600.s1504_count_submatrices_with_all_ones
- g1501_1600.s1505_minimum_possible_integer_after_at_most_k_adjacent_swaps_on_digits - package g1501_1600.s1505_minimum_possible_integer_after_at_most_k_adjacent_swaps_on_digits
- g1501_1600.s1507_reformat_date - package g1501_1600.s1507_reformat_date
- g1501_1600.s1508_range_sum_of_sorted_subarray_sums - package g1501_1600.s1508_range_sum_of_sorted_subarray_sums
- g1501_1600.s1509_minimum_difference_between_largest_and_smallest_value_in_three_moves - package g1501_1600.s1509_minimum_difference_between_largest_and_smallest_value_in_three_moves
- g1501_1600.s1510_stone_game_iv - package g1501_1600.s1510_stone_game_iv
- g1501_1600.s1512_number_of_good_pairs - package g1501_1600.s1512_number_of_good_pairs
- g1501_1600.s1513_number_of_substrings_with_only_1s - package g1501_1600.s1513_number_of_substrings_with_only_1s
- g1501_1600.s1514_path_with_maximum_probability - package g1501_1600.s1514_path_with_maximum_probability
- g1501_1600.s1515_best_position_for_a_service_centre - package g1501_1600.s1515_best_position_for_a_service_centre
- g1501_1600.s1518_water_bottles - package g1501_1600.s1518_water_bottles
- g1501_1600.s1519_number_of_nodes_in_the_sub_tree_with_the_same_label - package g1501_1600.s1519_number_of_nodes_in_the_sub_tree_with_the_same_label
- g1501_1600.s1520_maximum_number_of_non_overlapping_substrings - package g1501_1600.s1520_maximum_number_of_non_overlapping_substrings
- g1501_1600.s1521_find_a_value_of_a_mysterious_function_closest_to_target - package g1501_1600.s1521_find_a_value_of_a_mysterious_function_closest_to_target
- g1501_1600.s1523_count_odd_numbers_in_an_interval_range - package g1501_1600.s1523_count_odd_numbers_in_an_interval_range
- g1501_1600.s1524_number_of_sub_arrays_with_odd_sum - package g1501_1600.s1524_number_of_sub_arrays_with_odd_sum
- g1501_1600.s1525_number_of_good_ways_to_split_a_string - package g1501_1600.s1525_number_of_good_ways_to_split_a_string
- g1501_1600.s1526_minimum_number_of_increments_on_subarrays_to_form_a_target_array - package g1501_1600.s1526_minimum_number_of_increments_on_subarrays_to_form_a_target_array
- g1501_1600.s1528_shuffle_string - package g1501_1600.s1528_shuffle_string
- g1501_1600.s1529_bulb_switcher_iv - package g1501_1600.s1529_bulb_switcher_iv
- g1501_1600.s1530_number_of_good_leaf_nodes_pairs - package g1501_1600.s1530_number_of_good_leaf_nodes_pairs
- g1501_1600.s1531_string_compression_ii - package g1501_1600.s1531_string_compression_ii
- g1501_1600.s1534_count_good_triplets - package g1501_1600.s1534_count_good_triplets
- g1501_1600.s1535_find_the_winner_of_an_array_game - package g1501_1600.s1535_find_the_winner_of_an_array_game
- g1501_1600.s1536_minimum_swaps_to_arrange_a_binary_grid - package g1501_1600.s1536_minimum_swaps_to_arrange_a_binary_grid
- g1501_1600.s1537_get_the_maximum_score - package g1501_1600.s1537_get_the_maximum_score
- g1501_1600.s1539_kth_missing_positive_number - package g1501_1600.s1539_kth_missing_positive_number
- g1501_1600.s1540_can_convert_string_in_k_moves - package g1501_1600.s1540_can_convert_string_in_k_moves
- g1501_1600.s1541_minimum_insertions_to_balance_a_parentheses_string - package g1501_1600.s1541_minimum_insertions_to_balance_a_parentheses_string
- g1501_1600.s1542_find_longest_awesome_substring - package g1501_1600.s1542_find_longest_awesome_substring
- g1501_1600.s1544_make_the_string_great - package g1501_1600.s1544_make_the_string_great
- g1501_1600.s1545_find_kth_bit_in_nth_binary_string - package g1501_1600.s1545_find_kth_bit_in_nth_binary_string
- g1501_1600.s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target - package g1501_1600.s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target
- g1501_1600.s1547_minimum_cost_to_cut_a_stick - package g1501_1600.s1547_minimum_cost_to_cut_a_stick
- g1501_1600.s1550_three_consecutive_odds - package g1501_1600.s1550_three_consecutive_odds
- g1501_1600.s1551_minimum_operations_to_make_array_equal - package g1501_1600.s1551_minimum_operations_to_make_array_equal
- g1501_1600.s1552_magnetic_force_between_two_balls - package g1501_1600.s1552_magnetic_force_between_two_balls
- g1501_1600.s1553_minimum_number_of_days_to_eat_n_oranges - package g1501_1600.s1553_minimum_number_of_days_to_eat_n_oranges
- g1501_1600.s1556_thousand_separator - package g1501_1600.s1556_thousand_separator
- g1501_1600.s1557_minimum_number_of_vertices_to_reach_all_nodes - package g1501_1600.s1557_minimum_number_of_vertices_to_reach_all_nodes
- g1501_1600.s1558_minimum_numbers_of_function_calls_to_make_target_array - package g1501_1600.s1558_minimum_numbers_of_function_calls_to_make_target_array
- g1501_1600.s1559_detect_cycles_in_2d_grid - package g1501_1600.s1559_detect_cycles_in_2d_grid
- g1501_1600.s1560_most_visited_sector_in_a_circular_track - package g1501_1600.s1560_most_visited_sector_in_a_circular_track
- g1501_1600.s1561_maximum_number_of_coins_you_can_get - package g1501_1600.s1561_maximum_number_of_coins_you_can_get
- g1501_1600.s1562_find_latest_group_of_size_m - package g1501_1600.s1562_find_latest_group_of_size_m
- g1501_1600.s1563_stone_game_v - package g1501_1600.s1563_stone_game_v
- g1501_1600.s1566_detect_pattern_of_length_m_repeated_k_or_more_times - package g1501_1600.s1566_detect_pattern_of_length_m_repeated_k_or_more_times
- g1501_1600.s1567_maximum_length_of_subarray_with_positive_product - package g1501_1600.s1567_maximum_length_of_subarray_with_positive_product
- g1501_1600.s1568_minimum_number_of_days_to_disconnect_island - package g1501_1600.s1568_minimum_number_of_days_to_disconnect_island
- g1501_1600.s1569_number_of_ways_to_reorder_array_to_get_same_bst - package g1501_1600.s1569_number_of_ways_to_reorder_array_to_get_same_bst
- g1501_1600.s1572_matrix_diagonal_sum - package g1501_1600.s1572_matrix_diagonal_sum
- g1501_1600.s1573_number_of_ways_to_split_a_string - package g1501_1600.s1573_number_of_ways_to_split_a_string
- g1501_1600.s1574_shortest_subarray_to_be_removed_to_make_array_sorted - package g1501_1600.s1574_shortest_subarray_to_be_removed_to_make_array_sorted
- g1501_1600.s1575_count_all_possible_routes - package g1501_1600.s1575_count_all_possible_routes
- g1501_1600.s1576_replace_all_s_to_avoid_consecutive_repeating_characters - package g1501_1600.s1576_replace_all_s_to_avoid_consecutive_repeating_characters
- g1501_1600.s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers - package g1501_1600.s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers
- g1501_1600.s1578_minimum_time_to_make_rope_colorful - package g1501_1600.s1578_minimum_time_to_make_rope_colorful
- g1501_1600.s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable - package g1501_1600.s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable
- g1501_1600.s1582_special_positions_in_a_binary_matrix - package g1501_1600.s1582_special_positions_in_a_binary_matrix
- g1501_1600.s1583_count_unhappy_friends - package g1501_1600.s1583_count_unhappy_friends
- g1501_1600.s1584_min_cost_to_connect_all_points - package g1501_1600.s1584_min_cost_to_connect_all_points
- g1501_1600.s1585_check_if_string_is_transformable_with_substring_sort_operations - package g1501_1600.s1585_check_if_string_is_transformable_with_substring_sort_operations
- g1501_1600.s1588_sum_of_all_odd_length_subarrays - package g1501_1600.s1588_sum_of_all_odd_length_subarrays
- g1501_1600.s1589_maximum_sum_obtained_of_any_permutation - package g1501_1600.s1589_maximum_sum_obtained_of_any_permutation
- g1501_1600.s1590_make_sum_divisible_by_p - package g1501_1600.s1590_make_sum_divisible_by_p
- g1501_1600.s1591_strange_printer_ii - package g1501_1600.s1591_strange_printer_ii
- g1501_1600.s1592_rearrange_spaces_between_words - package g1501_1600.s1592_rearrange_spaces_between_words
- g1501_1600.s1593_split_a_string_into_the_max_number_of_unique_substrings - package g1501_1600.s1593_split_a_string_into_the_max_number_of_unique_substrings
- g1501_1600.s1594_maximum_non_negative_product_in_a_matrix - package g1501_1600.s1594_maximum_non_negative_product_in_a_matrix
- g1501_1600.s1595_minimum_cost_to_connect_two_groups_of_points - package g1501_1600.s1595_minimum_cost_to_connect_two_groups_of_points
- g1501_1600.s1598_crawler_log_folder - package g1501_1600.s1598_crawler_log_folder
- g1501_1600.s1599_maximum_profit_of_operating_a_centennial_wheel - package g1501_1600.s1599_maximum_profit_of_operating_a_centennial_wheel
- g1501_1600.s1600_throne_inheritance - package g1501_1600.s1600_throne_inheritance
- g1601_1700.s1601_maximum_number_of_achievable_transfer_requests - package g1601_1700.s1601_maximum_number_of_achievable_transfer_requests
- g1601_1700.s1603_design_parking_system - package g1601_1700.s1603_design_parking_system
- g1601_1700.s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period - package g1601_1700.s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period
- g1601_1700.s1605_find_valid_matrix_given_row_and_column_sums - package g1601_1700.s1605_find_valid_matrix_given_row_and_column_sums
- g1601_1700.s1606_find_servers_that_handled_most_number_of_requests - package g1601_1700.s1606_find_servers_that_handled_most_number_of_requests
- g1601_1700.s1608_special_array_with_x_elements_greater_than_or_equal_x - package g1601_1700.s1608_special_array_with_x_elements_greater_than_or_equal_x
- g1601_1700.s1609_even_odd_tree - package g1601_1700.s1609_even_odd_tree
- g1601_1700.s1610_maximum_number_of_visible_points - package g1601_1700.s1610_maximum_number_of_visible_points
- g1601_1700.s1611_minimum_one_bit_operations_to_make_integers_zero - package g1601_1700.s1611_minimum_one_bit_operations_to_make_integers_zero
- g1601_1700.s1614_maximum_nesting_depth_of_the_parentheses - package g1601_1700.s1614_maximum_nesting_depth_of_the_parentheses
- g1601_1700.s1615_maximal_network_rank - package g1601_1700.s1615_maximal_network_rank
- g1601_1700.s1616_split_two_strings_to_make_palindrome - package g1601_1700.s1616_split_two_strings_to_make_palindrome
- g1601_1700.s1617_count_subtrees_with_max_distance_between_cities - package g1601_1700.s1617_count_subtrees_with_max_distance_between_cities
- g1601_1700.s1619_mean_of_array_after_removing_some_elements - package g1601_1700.s1619_mean_of_array_after_removing_some_elements
- g1601_1700.s1620_coordinate_with_maximum_network_quality - package g1601_1700.s1620_coordinate_with_maximum_network_quality
- g1601_1700.s1621_number_of_sets_of_k_non_overlapping_line_segments - package g1601_1700.s1621_number_of_sets_of_k_non_overlapping_line_segments
- g1601_1700.s1622_fancy_sequence - package g1601_1700.s1622_fancy_sequence
- g1601_1700.s1624_largest_substring_between_two_equal_characters - package g1601_1700.s1624_largest_substring_between_two_equal_characters
- g1601_1700.s1625_lexicographically_smallest_string_after_applying_operations - package g1601_1700.s1625_lexicographically_smallest_string_after_applying_operations
- g1601_1700.s1626_best_team_with_no_conflicts - package g1601_1700.s1626_best_team_with_no_conflicts
- g1601_1700.s1627_graph_connectivity_with_threshold - package g1601_1700.s1627_graph_connectivity_with_threshold
- g1601_1700.s1629_slowest_key - package g1601_1700.s1629_slowest_key
- g1601_1700.s1630_arithmetic_subarrays - package g1601_1700.s1630_arithmetic_subarrays
- g1601_1700.s1631_path_with_minimum_effort - package g1601_1700.s1631_path_with_minimum_effort
- g1601_1700.s1632_rank_transform_of_a_matrix - package g1601_1700.s1632_rank_transform_of_a_matrix
- g1601_1700.s1636_sort_array_by_increasing_frequency - package g1601_1700.s1636_sort_array_by_increasing_frequency
- g1601_1700.s1637_widest_vertical_area_between_two_points_containing_no_points - package g1601_1700.s1637_widest_vertical_area_between_two_points_containing_no_points
- g1601_1700.s1638_count_substrings_that_differ_by_one_character - package g1601_1700.s1638_count_substrings_that_differ_by_one_character
- g1601_1700.s1639_number_of_ways_to_form_a_target_string_given_a_dictionary - package g1601_1700.s1639_number_of_ways_to_form_a_target_string_given_a_dictionary
- g1601_1700.s1640_check_array_formation_through_concatenation - package g1601_1700.s1640_check_array_formation_through_concatenation
- g1601_1700.s1641_count_sorted_vowel_strings - package g1601_1700.s1641_count_sorted_vowel_strings
- g1601_1700.s1642_furthest_building_you_can_reach - package g1601_1700.s1642_furthest_building_you_can_reach
- g1601_1700.s1643_kth_smallest_instructions - package g1601_1700.s1643_kth_smallest_instructions
- g1601_1700.s1646_get_maximum_in_generated_array - package g1601_1700.s1646_get_maximum_in_generated_array
- g1601_1700.s1647_minimum_deletions_to_make_character_frequencies_unique - package g1601_1700.s1647_minimum_deletions_to_make_character_frequencies_unique
- g1601_1700.s1648_sell_diminishing_valued_colored_balls - package g1601_1700.s1648_sell_diminishing_valued_colored_balls
- g1601_1700.s1649_create_sorted_array_through_instructions - package g1601_1700.s1649_create_sorted_array_through_instructions
- g1601_1700.s1652_defuse_the_bomb - package g1601_1700.s1652_defuse_the_bomb
- g1601_1700.s1653_minimum_deletions_to_make_string_balanced - package g1601_1700.s1653_minimum_deletions_to_make_string_balanced
- g1601_1700.s1654_minimum_jumps_to_reach_home - package g1601_1700.s1654_minimum_jumps_to_reach_home
- g1601_1700.s1655_distribute_repeating_integers - package g1601_1700.s1655_distribute_repeating_integers
- g1601_1700.s1656_design_an_ordered_stream - package g1601_1700.s1656_design_an_ordered_stream
- g1601_1700.s1657_determine_if_two_strings_are_close - package g1601_1700.s1657_determine_if_two_strings_are_close
- g1601_1700.s1658_minimum_operations_to_reduce_x_to_zero - package g1601_1700.s1658_minimum_operations_to_reduce_x_to_zero
- g1601_1700.s1659_maximize_grid_happiness - package g1601_1700.s1659_maximize_grid_happiness
- g1601_1700.s1662_check_if_two_string_arrays_are_equivalent - package g1601_1700.s1662_check_if_two_string_arrays_are_equivalent
- g1601_1700.s1663_smallest_string_with_a_given_numeric_value - package g1601_1700.s1663_smallest_string_with_a_given_numeric_value
- g1601_1700.s1664_ways_to_make_a_fair_array - package g1601_1700.s1664_ways_to_make_a_fair_array
- g1601_1700.s1665_minimum_initial_energy_to_finish_tasks - package g1601_1700.s1665_minimum_initial_energy_to_finish_tasks
- g1601_1700.s1668_maximum_repeating_substring - package g1601_1700.s1668_maximum_repeating_substring
- g1601_1700.s1669_merge_in_between_linked_lists - package g1601_1700.s1669_merge_in_between_linked_lists
- g1601_1700.s1670_design_front_middle_back_queue - package g1601_1700.s1670_design_front_middle_back_queue
- g1601_1700.s1671_minimum_number_of_removals_to_make_mountain_array - package g1601_1700.s1671_minimum_number_of_removals_to_make_mountain_array
- g1601_1700.s1672_richest_customer_wealth - package g1601_1700.s1672_richest_customer_wealth
- g1601_1700.s1673_find_the_most_competitive_subsequence - package g1601_1700.s1673_find_the_most_competitive_subsequence
- g1601_1700.s1674_minimum_moves_to_make_array_complementary - package g1601_1700.s1674_minimum_moves_to_make_array_complementary
- g1601_1700.s1675_minimize_deviation_in_array - package g1601_1700.s1675_minimize_deviation_in_array
- g1601_1700.s1678_goal_parser_interpretation - package g1601_1700.s1678_goal_parser_interpretation
- g1601_1700.s1679_max_number_of_k_sum_pairs - package g1601_1700.s1679_max_number_of_k_sum_pairs
- g1601_1700.s1680_concatenation_of_consecutive_binary_numbers - package g1601_1700.s1680_concatenation_of_consecutive_binary_numbers
- g1601_1700.s1681_minimum_incompatibility - package g1601_1700.s1681_minimum_incompatibility
- g1601_1700.s1684_count_the_number_of_consistent_strings - package g1601_1700.s1684_count_the_number_of_consistent_strings
- g1601_1700.s1685_sum_of_absolute_differences_in_a_sorted_array - package g1601_1700.s1685_sum_of_absolute_differences_in_a_sorted_array
- g1601_1700.s1686_stone_game_vi - package g1601_1700.s1686_stone_game_vi
- g1601_1700.s1687_delivering_boxes_from_storage_to_ports - package g1601_1700.s1687_delivering_boxes_from_storage_to_ports
- g1601_1700.s1688_count_of_matches_in_tournament - package g1601_1700.s1688_count_of_matches_in_tournament
- g1601_1700.s1689_partitioning_into_minimum_number_of_deci_binary_numbers - package g1601_1700.s1689_partitioning_into_minimum_number_of_deci_binary_numbers
- g1601_1700.s1690_stone_game_vii - package g1601_1700.s1690_stone_game_vii
- g1601_1700.s1691_maximum_height_by_stacking_cuboids - package g1601_1700.s1691_maximum_height_by_stacking_cuboids
- g1601_1700.s1694_reformat_phone_number - package g1601_1700.s1694_reformat_phone_number
- g1601_1700.s1695_maximum_erasure_value - package g1601_1700.s1695_maximum_erasure_value
- g1601_1700.s1696_jump_game_vi - package g1601_1700.s1696_jump_game_vi
- g1601_1700.s1697_checking_existence_of_edge_length_limited_paths - package g1601_1700.s1697_checking_existence_of_edge_length_limited_paths
- g1601_1700.s1700_number_of_students_unable_to_eat_lunch - package g1601_1700.s1700_number_of_students_unable_to_eat_lunch
- g1701_1800.s1701_average_waiting_time - package g1701_1800.s1701_average_waiting_time
- g1701_1800.s1702_maximum_binary_string_after_change - package g1701_1800.s1702_maximum_binary_string_after_change
- g1701_1800.s1703_minimum_adjacent_swaps_for_k_consecutive_ones - package g1701_1800.s1703_minimum_adjacent_swaps_for_k_consecutive_ones
- g1701_1800.s1704_determine_if_string_halves_are_alike - package g1701_1800.s1704_determine_if_string_halves_are_alike
- g1701_1800.s1705_maximum_number_of_eaten_apples - package g1701_1800.s1705_maximum_number_of_eaten_apples
- g1701_1800.s1706_where_will_the_ball_fall - package g1701_1800.s1706_where_will_the_ball_fall
- g1701_1800.s1707_maximum_xor_with_an_element_from_array - package g1701_1800.s1707_maximum_xor_with_an_element_from_array
- g1701_1800.s1710_maximum_units_on_a_truck - package g1701_1800.s1710_maximum_units_on_a_truck
- g1701_1800.s1711_count_good_meals - package g1701_1800.s1711_count_good_meals
- g1701_1800.s1712_ways_to_split_array_into_three_subarrays - package g1701_1800.s1712_ways_to_split_array_into_three_subarrays
- g1701_1800.s1713_minimum_operations_to_make_a_subsequence - package g1701_1800.s1713_minimum_operations_to_make_a_subsequence
- g1701_1800.s1716_calculate_money_in_leetcode_bank - package g1701_1800.s1716_calculate_money_in_leetcode_bank
- g1701_1800.s1717_maximum_score_from_removing_substrings - package g1701_1800.s1717_maximum_score_from_removing_substrings
- g1701_1800.s1718_construct_the_lexicographically_largest_valid_sequence - package g1701_1800.s1718_construct_the_lexicographically_largest_valid_sequence
- g1701_1800.s1719_number_of_ways_to_reconstruct_a_tree - package g1701_1800.s1719_number_of_ways_to_reconstruct_a_tree
- g1701_1800.s1720_decode_xored_array - package g1701_1800.s1720_decode_xored_array
- g1701_1800.s1721_swapping_nodes_in_a_linked_list - package g1701_1800.s1721_swapping_nodes_in_a_linked_list
- g1701_1800.s1722_minimize_hamming_distance_after_swap_operations - package g1701_1800.s1722_minimize_hamming_distance_after_swap_operations
- g1701_1800.s1723_find_minimum_time_to_finish_all_jobs - package g1701_1800.s1723_find_minimum_time_to_finish_all_jobs
- g1701_1800.s1725_number_of_rectangles_that_can_form_the_largest_square - package g1701_1800.s1725_number_of_rectangles_that_can_form_the_largest_square
- g1701_1800.s1726_tuple_with_same_product - package g1701_1800.s1726_tuple_with_same_product
- g1701_1800.s1727_largest_submatrix_with_rearrangements - package g1701_1800.s1727_largest_submatrix_with_rearrangements
- g1701_1800.s1728_cat_and_mouse_ii - package g1701_1800.s1728_cat_and_mouse_ii
- g1701_1800.s1732_find_the_highest_altitude - package g1701_1800.s1732_find_the_highest_altitude
- g1701_1800.s1733_minimum_number_of_people_to_teach - package g1701_1800.s1733_minimum_number_of_people_to_teach
- g1701_1800.s1734_decode_xored_permutation - package g1701_1800.s1734_decode_xored_permutation
- g1701_1800.s1735_count_ways_to_make_array_with_product - package g1701_1800.s1735_count_ways_to_make_array_with_product
- g1701_1800.s1736_latest_time_by_replacing_hidden_digits - package g1701_1800.s1736_latest_time_by_replacing_hidden_digits
- g1701_1800.s1737_change_minimum_characters_to_satisfy_one_of_three_conditions - package g1701_1800.s1737_change_minimum_characters_to_satisfy_one_of_three_conditions
- g1701_1800.s1738_find_kth_largest_xor_coordinate_value - package g1701_1800.s1738_find_kth_largest_xor_coordinate_value
- g1701_1800.s1739_building_boxes - package g1701_1800.s1739_building_boxes
- g1701_1800.s1742_maximum_number_of_balls_in_a_box - package g1701_1800.s1742_maximum_number_of_balls_in_a_box
- g1701_1800.s1743_restore_the_array_from_adjacent_pairs - package g1701_1800.s1743_restore_the_array_from_adjacent_pairs
- g1701_1800.s1744_can_you_eat_your_favorite_candy_on_your_favorite_day - package g1701_1800.s1744_can_you_eat_your_favorite_candy_on_your_favorite_day
- g1701_1800.s1745_palindrome_partitioning_iv - package g1701_1800.s1745_palindrome_partitioning_iv
- g1701_1800.s1748_sum_of_unique_elements - package g1701_1800.s1748_sum_of_unique_elements
- g1701_1800.s1749_maximum_absolute_sum_of_any_subarray - package g1701_1800.s1749_maximum_absolute_sum_of_any_subarray
- g1701_1800.s1750_minimum_length_of_string_after_deleting_similar_ends - package g1701_1800.s1750_minimum_length_of_string_after_deleting_similar_ends
- g1701_1800.s1751_maximum_number_of_events_that_can_be_attended_ii - package g1701_1800.s1751_maximum_number_of_events_that_can_be_attended_ii
- g1701_1800.s1752_check_if_array_is_sorted_and_rotated - package g1701_1800.s1752_check_if_array_is_sorted_and_rotated
- g1701_1800.s1753_maximum_score_from_removing_stones - package g1701_1800.s1753_maximum_score_from_removing_stones
- g1701_1800.s1754_largest_merge_of_two_strings - package g1701_1800.s1754_largest_merge_of_two_strings
- g1701_1800.s1755_closest_subsequence_sum - package g1701_1800.s1755_closest_subsequence_sum
- g1701_1800.s1758_minimum_changes_to_make_alternating_binary_string - package g1701_1800.s1758_minimum_changes_to_make_alternating_binary_string
- g1701_1800.s1759_count_number_of_homogenous_substrings - package g1701_1800.s1759_count_number_of_homogenous_substrings
- g1701_1800.s1760_minimum_limit_of_balls_in_a_bag - package g1701_1800.s1760_minimum_limit_of_balls_in_a_bag
- g1701_1800.s1761_minimum_degree_of_a_connected_trio_in_a_graph - package g1701_1800.s1761_minimum_degree_of_a_connected_trio_in_a_graph
- g1701_1800.s1763_longest_nice_substring - package g1701_1800.s1763_longest_nice_substring
- g1701_1800.s1764_form_array_by_concatenating_subarrays_of_another_array - package g1701_1800.s1764_form_array_by_concatenating_subarrays_of_another_array
- g1701_1800.s1765_map_of_highest_peak - package g1701_1800.s1765_map_of_highest_peak
- g1701_1800.s1766_tree_of_coprimes - package g1701_1800.s1766_tree_of_coprimes
- g1701_1800.s1768_merge_strings_alternately - package g1701_1800.s1768_merge_strings_alternately
- g1701_1800.s1769_minimum_number_of_operations_to_move_all_balls_to_each_box - package g1701_1800.s1769_minimum_number_of_operations_to_move_all_balls_to_each_box
- g1701_1800.s1770_maximum_score_from_performing_multiplication_operations - package g1701_1800.s1770_maximum_score_from_performing_multiplication_operations
- g1701_1800.s1771_maximize_palindrome_length_from_subsequences - package g1701_1800.s1771_maximize_palindrome_length_from_subsequences
- g1701_1800.s1773_count_items_matching_a_rule - package g1701_1800.s1773_count_items_matching_a_rule
- g1701_1800.s1774_closest_dessert_cost - package g1701_1800.s1774_closest_dessert_cost
- g1701_1800.s1775_equal_sum_arrays_with_minimum_number_of_operations - package g1701_1800.s1775_equal_sum_arrays_with_minimum_number_of_operations
- g1701_1800.s1776_car_fleet_ii - package g1701_1800.s1776_car_fleet_ii
- g1701_1800.s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate - package g1701_1800.s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate
- g1701_1800.s1780_check_if_number_is_a_sum_of_powers_of_three - package g1701_1800.s1780_check_if_number_is_a_sum_of_powers_of_three
- g1701_1800.s1781_sum_of_beauty_of_all_substrings - package g1701_1800.s1781_sum_of_beauty_of_all_substrings
- g1701_1800.s1782_count_pairs_of_nodes - package g1701_1800.s1782_count_pairs_of_nodes
- g1701_1800.s1784_check_if_binary_string_has_at_most_one_segment_of_ones - package g1701_1800.s1784_check_if_binary_string_has_at_most_one_segment_of_ones
- g1701_1800.s1785_minimum_elements_to_add_to_form_a_given_sum - package g1701_1800.s1785_minimum_elements_to_add_to_form_a_given_sum
- g1701_1800.s1786_number_of_restricted_paths_from_first_to_last_node - package g1701_1800.s1786_number_of_restricted_paths_from_first_to_last_node
- g1701_1800.s1787_make_the_xor_of_all_segments_equal_to_zero - package g1701_1800.s1787_make_the_xor_of_all_segments_equal_to_zero
- g1701_1800.s1790_check_if_one_string_swap_can_make_strings_equal - package g1701_1800.s1790_check_if_one_string_swap_can_make_strings_equal
- g1701_1800.s1791_find_center_of_star_graph - package g1701_1800.s1791_find_center_of_star_graph
- g1701_1800.s1792_maximum_average_pass_ratio - package g1701_1800.s1792_maximum_average_pass_ratio
- g1701_1800.s1793_maximum_score_of_a_good_subarray - package g1701_1800.s1793_maximum_score_of_a_good_subarray
- g1701_1800.s1796_second_largest_digit_in_a_string - package g1701_1800.s1796_second_largest_digit_in_a_string
- g1701_1800.s1797_design_authentication_manager - package g1701_1800.s1797_design_authentication_manager
- g1701_1800.s1798_maximum_number_of_consecutive_values_you_can_make - package g1701_1800.s1798_maximum_number_of_consecutive_values_you_can_make
- g1701_1800.s1799_maximize_score_after_n_operations - package g1701_1800.s1799_maximize_score_after_n_operations
- g1701_1800.s1800_maximum_ascending_subarray_sum - package g1701_1800.s1800_maximum_ascending_subarray_sum
- g1801_1900.s1801_number_of_orders_in_the_backlog - package g1801_1900.s1801_number_of_orders_in_the_backlog
- g1801_1900.s1802_maximum_value_at_a_given_index_in_a_bounded_array - package g1801_1900.s1802_maximum_value_at_a_given_index_in_a_bounded_array
- g1801_1900.s1803_count_pairs_with_xor_in_a_range - package g1801_1900.s1803_count_pairs_with_xor_in_a_range
- g1801_1900.s1805_number_of_different_integers_in_a_string - package g1801_1900.s1805_number_of_different_integers_in_a_string
- g1801_1900.s1806_minimum_number_of_operations_to_reinitialize_a_permutation - package g1801_1900.s1806_minimum_number_of_operations_to_reinitialize_a_permutation
- g1801_1900.s1807_evaluate_the_bracket_pairs_of_a_string - package g1801_1900.s1807_evaluate_the_bracket_pairs_of_a_string
- g1801_1900.s1808_maximize_number_of_nice_divisors - package g1801_1900.s1808_maximize_number_of_nice_divisors
- g1801_1900.s1812_determine_color_of_a_chessboard_square - package g1801_1900.s1812_determine_color_of_a_chessboard_square
- g1801_1900.s1813_sentence_similarity_iii - package g1801_1900.s1813_sentence_similarity_iii
- g1801_1900.s1814_count_nice_pairs_in_an_array - package g1801_1900.s1814_count_nice_pairs_in_an_array
- g1801_1900.s1815_maximum_number_of_groups_getting_fresh_donuts - package g1801_1900.s1815_maximum_number_of_groups_getting_fresh_donuts
- g1801_1900.s1816_truncate_sentence - package g1801_1900.s1816_truncate_sentence
- g1801_1900.s1817_finding_the_users_active_minutes - package g1801_1900.s1817_finding_the_users_active_minutes
- g1801_1900.s1818_minimum_absolute_sum_difference - package g1801_1900.s1818_minimum_absolute_sum_difference
- g1801_1900.s1819_number_of_different_subsequences_gcds - package g1801_1900.s1819_number_of_different_subsequences_gcds
- g1801_1900.s1822_sign_of_the_product_of_an_array - package g1801_1900.s1822_sign_of_the_product_of_an_array
- g1801_1900.s1823_find_the_winner_of_the_circular_game - package g1801_1900.s1823_find_the_winner_of_the_circular_game
- g1801_1900.s1824_minimum_sideway_jumps - package g1801_1900.s1824_minimum_sideway_jumps
- g1801_1900.s1825_finding_mk_average - package g1801_1900.s1825_finding_mk_average
- g1801_1900.s1827_minimum_operations_to_make_the_array_increasing - package g1801_1900.s1827_minimum_operations_to_make_the_array_increasing
- g1801_1900.s1828_queries_on_number_of_points_inside_a_circle - package g1801_1900.s1828_queries_on_number_of_points_inside_a_circle
- g1801_1900.s1829_maximum_xor_for_each_query - package g1801_1900.s1829_maximum_xor_for_each_query
- g1801_1900.s1830_minimum_number_of_operations_to_make_string_sorted - package g1801_1900.s1830_minimum_number_of_operations_to_make_string_sorted
- g1801_1900.s1832_check_if_the_sentence_is_pangram - package g1801_1900.s1832_check_if_the_sentence_is_pangram
- g1801_1900.s1833_maximum_ice_cream_bars - package g1801_1900.s1833_maximum_ice_cream_bars
- g1801_1900.s1834_single_threaded_cpu - package g1801_1900.s1834_single_threaded_cpu
- g1801_1900.s1835_find_xor_sum_of_all_pairs_bitwise_and - package g1801_1900.s1835_find_xor_sum_of_all_pairs_bitwise_and
- g1801_1900.s1837_sum_of_digits_in_base_k - package g1801_1900.s1837_sum_of_digits_in_base_k
- g1801_1900.s1838_frequency_of_the_most_frequent_element - package g1801_1900.s1838_frequency_of_the_most_frequent_element
- g1801_1900.s1839_longest_substring_of_all_vowels_in_order - package g1801_1900.s1839_longest_substring_of_all_vowels_in_order
- g1801_1900.s1840_maximum_building_height - package g1801_1900.s1840_maximum_building_height
- g1801_1900.s1844_replace_all_digits_with_characters - package g1801_1900.s1844_replace_all_digits_with_characters
- g1801_1900.s1845_seat_reservation_manager - package g1801_1900.s1845_seat_reservation_manager
- g1801_1900.s1846_maximum_element_after_decreasing_and_rearranging - package g1801_1900.s1846_maximum_element_after_decreasing_and_rearranging
- g1801_1900.s1847_closest_room - package g1801_1900.s1847_closest_room
- g1801_1900.s1848_minimum_distance_to_the_target_element - package g1801_1900.s1848_minimum_distance_to_the_target_element
- g1801_1900.s1849_splitting_a_string_into_descending_consecutive_values - package g1801_1900.s1849_splitting_a_string_into_descending_consecutive_values
- g1801_1900.s1850_minimum_adjacent_swaps_to_reach_the_kth_smallest_number - package g1801_1900.s1850_minimum_adjacent_swaps_to_reach_the_kth_smallest_number
- g1801_1900.s1851_minimum_interval_to_include_each_query - package g1801_1900.s1851_minimum_interval_to_include_each_query
- g1801_1900.s1854_maximum_population_year - package g1801_1900.s1854_maximum_population_year
- g1801_1900.s1855_maximum_distance_between_a_pair_of_values - package g1801_1900.s1855_maximum_distance_between_a_pair_of_values
- g1801_1900.s1856_maximum_subarray_min_product - package g1801_1900.s1856_maximum_subarray_min_product
- g1801_1900.s1857_largest_color_value_in_a_directed_graph - package g1801_1900.s1857_largest_color_value_in_a_directed_graph
- g1801_1900.s1859_sorting_the_sentence - package g1801_1900.s1859_sorting_the_sentence
- g1801_1900.s1860_incremental_memory_leak - package g1801_1900.s1860_incremental_memory_leak
- g1801_1900.s1861_rotating_the_box - package g1801_1900.s1861_rotating_the_box
- g1801_1900.s1862_sum_of_floored_pairs - package g1801_1900.s1862_sum_of_floored_pairs
- g1801_1900.s1863_sum_of_all_subset_xor_totals - package g1801_1900.s1863_sum_of_all_subset_xor_totals
- g1801_1900.s1864_minimum_number_of_swaps_to_make_the_binary_string_alternating - package g1801_1900.s1864_minimum_number_of_swaps_to_make_the_binary_string_alternating
- g1801_1900.s1865_finding_pairs_with_a_certain_sum - package g1801_1900.s1865_finding_pairs_with_a_certain_sum
- g1801_1900.s1866_number_of_ways_to_rearrange_sticks_with_k_sticks_visible - package g1801_1900.s1866_number_of_ways_to_rearrange_sticks_with_k_sticks_visible
- g1801_1900.s1869_longer_contiguous_segments_of_ones_than_zeros - package g1801_1900.s1869_longer_contiguous_segments_of_ones_than_zeros
- g1801_1900.s1870_minimum_speed_to_arrive_on_time - package g1801_1900.s1870_minimum_speed_to_arrive_on_time
- g1801_1900.s1871_jump_game_vii - package g1801_1900.s1871_jump_game_vii
- g1801_1900.s1872_stone_game_viii - package g1801_1900.s1872_stone_game_viii
- g1801_1900.s1876_substrings_of_size_three_with_distinct_characters - package g1801_1900.s1876_substrings_of_size_three_with_distinct_characters
- g1801_1900.s1877_minimize_maximum_pair_sum_in_array - package g1801_1900.s1877_minimize_maximum_pair_sum_in_array
- g1801_1900.s1878_get_biggest_three_rhombus_sums_in_a_grid - package g1801_1900.s1878_get_biggest_three_rhombus_sums_in_a_grid
- g1801_1900.s1879_minimum_xor_sum_of_two_arrays - package g1801_1900.s1879_minimum_xor_sum_of_two_arrays
- g1801_1900.s1880_check_if_word_equals_summation_of_two_words - package g1801_1900.s1880_check_if_word_equals_summation_of_two_words
- g1801_1900.s1881_maximum_value_after_insertion - package g1801_1900.s1881_maximum_value_after_insertion
- g1801_1900.s1882_process_tasks_using_servers - package g1801_1900.s1882_process_tasks_using_servers
- g1801_1900.s1883_minimum_skips_to_arrive_at_meeting_on_time - package g1801_1900.s1883_minimum_skips_to_arrive_at_meeting_on_time
- g1801_1900.s1884_egg_drop_with_2_eggs_and_n_floors - package g1801_1900.s1884_egg_drop_with_2_eggs_and_n_floors
- g1801_1900.s1886_determine_whether_matrix_can_be_obtained_by_rotation - package g1801_1900.s1886_determine_whether_matrix_can_be_obtained_by_rotation
- g1801_1900.s1887_reduction_operations_to_make_the_array_elements_equal - package g1801_1900.s1887_reduction_operations_to_make_the_array_elements_equal
- g1801_1900.s1888_minimum_number_of_flips_to_make_the_binary_string_alternating - package g1801_1900.s1888_minimum_number_of_flips_to_make_the_binary_string_alternating
- g1801_1900.s1889_minimum_space_wasted_from_packaging - package g1801_1900.s1889_minimum_space_wasted_from_packaging
- g1801_1900.s1893_check_if_all_the_integers_in_a_range_are_covered - package g1801_1900.s1893_check_if_all_the_integers_in_a_range_are_covered
- g1801_1900.s1894_find_the_student_that_will_replace_the_chalk - package g1801_1900.s1894_find_the_student_that_will_replace_the_chalk
- g1801_1900.s1895_largest_magic_square - package g1801_1900.s1895_largest_magic_square
- g1801_1900.s1896_minimum_cost_to_change_the_final_value_of_expression - package g1801_1900.s1896_minimum_cost_to_change_the_final_value_of_expression
- g1801_1900.s1897_redistribute_characters_to_make_all_strings_equal - package g1801_1900.s1897_redistribute_characters_to_make_all_strings_equal
- g1801_1900.s1898_maximum_number_of_removable_characters - package g1801_1900.s1898_maximum_number_of_removable_characters
- g1801_1900.s1899_merge_triplets_to_form_target_triplet - package g1801_1900.s1899_merge_triplets_to_form_target_triplet
- g1801_1900.s1900_the_earliest_and_latest_rounds_where_players_compete - package g1801_1900.s1900_the_earliest_and_latest_rounds_where_players_compete
- g1901_2000.s1901_find_a_peak_element_ii - package g1901_2000.s1901_find_a_peak_element_ii
- g1901_2000.s1903_largest_odd_number_in_string - package g1901_2000.s1903_largest_odd_number_in_string
- g1901_2000.s1904_the_number_of_full_rounds_you_have_played - package g1901_2000.s1904_the_number_of_full_rounds_you_have_played
- g1901_2000.s1905_count_sub_islands - package g1901_2000.s1905_count_sub_islands
- g1901_2000.s1906_minimum_absolute_difference_queries - package g1901_2000.s1906_minimum_absolute_difference_queries
- g1901_2000.s1909_remove_one_element_to_make_the_array_strictly_increasing - package g1901_2000.s1909_remove_one_element_to_make_the_array_strictly_increasing
- g1901_2000.s1910_remove_all_occurrences_of_a_substring - package g1901_2000.s1910_remove_all_occurrences_of_a_substring
- g1901_2000.s1911_maximum_alternating_subsequence_sum - package g1901_2000.s1911_maximum_alternating_subsequence_sum
- g1901_2000.s1912_design_movie_rental_system - package g1901_2000.s1912_design_movie_rental_system
- g1901_2000.s1913_maximum_product_difference_between_two_pairs - package g1901_2000.s1913_maximum_product_difference_between_two_pairs
- g1901_2000.s1914_cyclically_rotating_a_grid - package g1901_2000.s1914_cyclically_rotating_a_grid
- g1901_2000.s1915_number_of_wonderful_substrings - package g1901_2000.s1915_number_of_wonderful_substrings
- g1901_2000.s1916_count_ways_to_build_rooms_in_an_ant_colony - package g1901_2000.s1916_count_ways_to_build_rooms_in_an_ant_colony
- g1901_2000.s1920_build_array_from_permutation - package g1901_2000.s1920_build_array_from_permutation
- g1901_2000.s1921_eliminate_maximum_number_of_monsters - package g1901_2000.s1921_eliminate_maximum_number_of_monsters
- g1901_2000.s1922_count_good_numbers - package g1901_2000.s1922_count_good_numbers
- g1901_2000.s1923_longest_common_subpath - package g1901_2000.s1923_longest_common_subpath
- g1901_2000.s1925_count_square_sum_triples - package g1901_2000.s1925_count_square_sum_triples
- g1901_2000.s1926_nearest_exit_from_entrance_in_maze - package g1901_2000.s1926_nearest_exit_from_entrance_in_maze
- g1901_2000.s1927_sum_game - package g1901_2000.s1927_sum_game
- g1901_2000.s1928_minimum_cost_to_reach_destination_in_time - package g1901_2000.s1928_minimum_cost_to_reach_destination_in_time
- g1901_2000.s1929_concatenation_of_array - package g1901_2000.s1929_concatenation_of_array
- g1901_2000.s1930_unique_length_3_palindromic_subsequences - package g1901_2000.s1930_unique_length_3_palindromic_subsequences
- g1901_2000.s1931_painting_a_grid_with_three_different_colors - package g1901_2000.s1931_painting_a_grid_with_three_different_colors
- g1901_2000.s1932_merge_bsts_to_create_single_bst - package g1901_2000.s1932_merge_bsts_to_create_single_bst
- g1901_2000.s1935_maximum_number_of_words_you_can_type - package g1901_2000.s1935_maximum_number_of_words_you_can_type
- g1901_2000.s1936_add_minimum_number_of_rungs - package g1901_2000.s1936_add_minimum_number_of_rungs
- g1901_2000.s1937_maximum_number_of_points_with_cost - package g1901_2000.s1937_maximum_number_of_points_with_cost
- g1901_2000.s1938_maximum_genetic_difference_query - package g1901_2000.s1938_maximum_genetic_difference_query
- g1901_2000.s1941_check_if_all_characters_have_equal_number_of_occurrences - package g1901_2000.s1941_check_if_all_characters_have_equal_number_of_occurrences
- g1901_2000.s1942_the_number_of_the_smallest_unoccupied_chair - package g1901_2000.s1942_the_number_of_the_smallest_unoccupied_chair
- g1901_2000.s1943_describe_the_painting - package g1901_2000.s1943_describe_the_painting
- g1901_2000.s1944_number_of_visible_people_in_a_queue - package g1901_2000.s1944_number_of_visible_people_in_a_queue
- g1901_2000.s1945_sum_of_digits_of_string_after_convert - package g1901_2000.s1945_sum_of_digits_of_string_after_convert
- g1901_2000.s1946_largest_number_after_mutating_substring - package g1901_2000.s1946_largest_number_after_mutating_substring
- g1901_2000.s1947_maximum_compatibility_score_sum - package g1901_2000.s1947_maximum_compatibility_score_sum
- g1901_2000.s1948_delete_duplicate_folders_in_system - package g1901_2000.s1948_delete_duplicate_folders_in_system
- g1901_2000.s1952_three_divisors - package g1901_2000.s1952_three_divisors
- g1901_2000.s1953_maximum_number_of_weeks_for_which_you_can_work - package g1901_2000.s1953_maximum_number_of_weeks_for_which_you_can_work
- g1901_2000.s1954_minimum_garden_perimeter_to_collect_enough_apples - package g1901_2000.s1954_minimum_garden_perimeter_to_collect_enough_apples
- g1901_2000.s1955_count_number_of_special_subsequences - package g1901_2000.s1955_count_number_of_special_subsequences
- g1901_2000.s1957_delete_characters_to_make_fancy_string - package g1901_2000.s1957_delete_characters_to_make_fancy_string
- g1901_2000.s1958_check_if_move_is_legal - package g1901_2000.s1958_check_if_move_is_legal
- g1901_2000.s1959_minimum_total_space_wasted_with_k_resizing_operations - package g1901_2000.s1959_minimum_total_space_wasted_with_k_resizing_operations
- g1901_2000.s1960_maximum_product_of_the_length_of_two_palindromic_substrings - package g1901_2000.s1960_maximum_product_of_the_length_of_two_palindromic_substrings
- g1901_2000.s1961_check_if_string_is_a_prefix_of_array - package g1901_2000.s1961_check_if_string_is_a_prefix_of_array
- g1901_2000.s1962_remove_stones_to_minimize_the_total - package g1901_2000.s1962_remove_stones_to_minimize_the_total
- g1901_2000.s1963_minimum_number_of_swaps_to_make_the_string_balanced - package g1901_2000.s1963_minimum_number_of_swaps_to_make_the_string_balanced
- g1901_2000.s1964_find_the_longest_valid_obstacle_course_at_each_position - package g1901_2000.s1964_find_the_longest_valid_obstacle_course_at_each_position
- g1901_2000.s1967_number_of_strings_that_appear_as_substrings_in_word - package g1901_2000.s1967_number_of_strings_that_appear_as_substrings_in_word
- g1901_2000.s1968_array_with_elements_not_equal_to_average_of_neighbors - package g1901_2000.s1968_array_with_elements_not_equal_to_average_of_neighbors
- g1901_2000.s1969_minimum_non_zero_product_of_the_array_elements - package g1901_2000.s1969_minimum_non_zero_product_of_the_array_elements
- g1901_2000.s1970_last_day_where_you_can_still_cross - package g1901_2000.s1970_last_day_where_you_can_still_cross
- g1901_2000.s1971_find_if_path_exists_in_graph - package g1901_2000.s1971_find_if_path_exists_in_graph
- g1901_2000.s1974_minimum_time_to_type_word_using_special_typewriter - package g1901_2000.s1974_minimum_time_to_type_word_using_special_typewriter
- g1901_2000.s1975_maximum_matrix_sum - package g1901_2000.s1975_maximum_matrix_sum
- g1901_2000.s1976_number_of_ways_to_arrive_at_destination - package g1901_2000.s1976_number_of_ways_to_arrive_at_destination
- g1901_2000.s1977_number_of_ways_to_separate_numbers - package g1901_2000.s1977_number_of_ways_to_separate_numbers
- g1901_2000.s1979_find_greatest_common_divisor_of_array - package g1901_2000.s1979_find_greatest_common_divisor_of_array
- g1901_2000.s1980_find_unique_binary_string - package g1901_2000.s1980_find_unique_binary_string
- g1901_2000.s1981_minimize_the_difference_between_target_and_chosen_elements - package g1901_2000.s1981_minimize_the_difference_between_target_and_chosen_elements
- g1901_2000.s1982_find_array_given_subset_sums - package g1901_2000.s1982_find_array_given_subset_sums
- g1901_2000.s1984_minimum_difference_between_highest_and_lowest_of_k_scores - package g1901_2000.s1984_minimum_difference_between_highest_and_lowest_of_k_scores
- g1901_2000.s1985_find_the_kth_largest_integer_in_the_array - package g1901_2000.s1985_find_the_kth_largest_integer_in_the_array
- g1901_2000.s1986_minimum_number_of_work_sessions_to_finish_the_tasks - package g1901_2000.s1986_minimum_number_of_work_sessions_to_finish_the_tasks
- g1901_2000.s1987_number_of_unique_good_subsequences - package g1901_2000.s1987_number_of_unique_good_subsequences
- g1901_2000.s1991_find_the_middle_index_in_array - package g1901_2000.s1991_find_the_middle_index_in_array
- g1901_2000.s1992_find_all_groups_of_farmland - package g1901_2000.s1992_find_all_groups_of_farmland
- g1901_2000.s1993_operations_on_tree - package g1901_2000.s1993_operations_on_tree
- g1901_2000.s1994_the_number_of_good_subsets - package g1901_2000.s1994_the_number_of_good_subsets
- g1901_2000.s1995_count_special_quadruplets - package g1901_2000.s1995_count_special_quadruplets
- g1901_2000.s1996_the_number_of_weak_characters_in_the_game - package g1901_2000.s1996_the_number_of_weak_characters_in_the_game
- g1901_2000.s1997_first_day_where_you_have_been_in_all_the_rooms - package g1901_2000.s1997_first_day_where_you_have_been_in_all_the_rooms
- g1901_2000.s1998_gcd_sort_of_an_array - package g1901_2000.s1998_gcd_sort_of_an_array
- g1901_2000.s2000_reverse_prefix_of_word - package g1901_2000.s2000_reverse_prefix_of_word
- g2001_2100.s2001_number_of_pairs_of_interchangeable_rectangles - package g2001_2100.s2001_number_of_pairs_of_interchangeable_rectangles
- g2001_2100.s2002_maximum_product_of_the_length_of_two_palindromic_subsequences - package g2001_2100.s2002_maximum_product_of_the_length_of_two_palindromic_subsequences
- g2001_2100.s2003_smallest_missing_genetic_value_in_each_subtree - package g2001_2100.s2003_smallest_missing_genetic_value_in_each_subtree
- g2001_2100.s2006_count_number_of_pairs_with_absolute_difference_k - package g2001_2100.s2006_count_number_of_pairs_with_absolute_difference_k
- g2001_2100.s2007_find_original_array_from_doubled_array - package g2001_2100.s2007_find_original_array_from_doubled_array
- g2001_2100.s2008_maximum_earnings_from_taxi - package g2001_2100.s2008_maximum_earnings_from_taxi
- g2001_2100.s2009_minimum_number_of_operations_to_make_array_continuous - package g2001_2100.s2009_minimum_number_of_operations_to_make_array_continuous
- g2001_2100.s2011_final_value_of_variable_after_performing_operations - package g2001_2100.s2011_final_value_of_variable_after_performing_operations
- g2001_2100.s2012_sum_of_beauty_in_the_array - package g2001_2100.s2012_sum_of_beauty_in_the_array
- g2001_2100.s2013_detect_squares - package g2001_2100.s2013_detect_squares
- g2001_2100.s2014_longest_subsequence_repeated_k_times - package g2001_2100.s2014_longest_subsequence_repeated_k_times
- g2001_2100.s2016_maximum_difference_between_increasing_elements - package g2001_2100.s2016_maximum_difference_between_increasing_elements
- g2001_2100.s2017_grid_game - package g2001_2100.s2017_grid_game
- g2001_2100.s2018_check_if_word_can_be_placed_in_crossword - package g2001_2100.s2018_check_if_word_can_be_placed_in_crossword
- g2001_2100.s2019_the_score_of_students_solving_math_expression - package g2001_2100.s2019_the_score_of_students_solving_math_expression
- g2001_2100.s2022_convert_1d_array_into_2d_array - package g2001_2100.s2022_convert_1d_array_into_2d_array
- g2001_2100.s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target - package g2001_2100.s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target
- g2001_2100.s2024_maximize_the_confusion_of_an_exam - package g2001_2100.s2024_maximize_the_confusion_of_an_exam
- g2001_2100.s2025_maximum_number_of_ways_to_partition_an_array - package g2001_2100.s2025_maximum_number_of_ways_to_partition_an_array
- g2001_2100.s2027_minimum_moves_to_convert_string - package g2001_2100.s2027_minimum_moves_to_convert_string
- g2001_2100.s2028_find_missing_observations - package g2001_2100.s2028_find_missing_observations
- g2001_2100.s2029_stone_game_ix - package g2001_2100.s2029_stone_game_ix
- g2001_2100.s2030_smallest_k_length_subsequence_with_occurrences_of_a_letter - package g2001_2100.s2030_smallest_k_length_subsequence_with_occurrences_of_a_letter
- g2001_2100.s2032_two_out_of_three - package g2001_2100.s2032_two_out_of_three
- g2001_2100.s2033_minimum_operations_to_make_a_uni_value_grid - package g2001_2100.s2033_minimum_operations_to_make_a_uni_value_grid
- g2001_2100.s2034_stock_price_fluctuation - package g2001_2100.s2034_stock_price_fluctuation
- g2001_2100.s2035_partition_array_into_two_arrays_to_minimize_sum_difference - package g2001_2100.s2035_partition_array_into_two_arrays_to_minimize_sum_difference
- g2001_2100.s2037_minimum_number_of_moves_to_seat_everyone - package g2001_2100.s2037_minimum_number_of_moves_to_seat_everyone
- g2001_2100.s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color - package g2001_2100.s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color
- g2001_2100.s2039_the_time_when_the_network_becomes_idle - package g2001_2100.s2039_the_time_when_the_network_becomes_idle
- g2001_2100.s2040_kth_smallest_product_of_two_sorted_arrays - package g2001_2100.s2040_kth_smallest_product_of_two_sorted_arrays
- g2001_2100.s2042_check_if_numbers_are_ascending_in_a_sentence - package g2001_2100.s2042_check_if_numbers_are_ascending_in_a_sentence
- g2001_2100.s2043_simple_bank_system - package g2001_2100.s2043_simple_bank_system
- g2001_2100.s2044_count_number_of_maximum_bitwise_or_subsets - package g2001_2100.s2044_count_number_of_maximum_bitwise_or_subsets
- g2001_2100.s2045_second_minimum_time_to_reach_destination - package g2001_2100.s2045_second_minimum_time_to_reach_destination
- g2001_2100.s2047_number_of_valid_words_in_a_sentence - package g2001_2100.s2047_number_of_valid_words_in_a_sentence
- g2001_2100.s2048_next_greater_numerically_balanced_number - package g2001_2100.s2048_next_greater_numerically_balanced_number
- g2001_2100.s2049_count_nodes_with_the_highest_score - package g2001_2100.s2049_count_nodes_with_the_highest_score
- g2001_2100.s2050_parallel_courses_iii - package g2001_2100.s2050_parallel_courses_iii
- g2001_2100.s2053_kth_distinct_string_in_an_array - package g2001_2100.s2053_kth_distinct_string_in_an_array
- g2001_2100.s2054_two_best_non_overlapping_events - package g2001_2100.s2054_two_best_non_overlapping_events
- g2001_2100.s2055_plates_between_candles - package g2001_2100.s2055_plates_between_candles
- g2001_2100.s2056_number_of_valid_move_combinations_on_chessboard - package g2001_2100.s2056_number_of_valid_move_combinations_on_chessboard
- g2001_2100.s2057_smallest_index_with_equal_value - package g2001_2100.s2057_smallest_index_with_equal_value
- g2001_2100.s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points - package g2001_2100.s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points
- g2001_2100.s2059_minimum_operations_to_convert_number - package g2001_2100.s2059_minimum_operations_to_convert_number
- g2001_2100.s2060_check_if_an_original_string_exists_given_two_encoded_strings - package g2001_2100.s2060_check_if_an_original_string_exists_given_two_encoded_strings
- g2001_2100.s2062_count_vowel_substrings_of_a_string - package g2001_2100.s2062_count_vowel_substrings_of_a_string
- g2001_2100.s2063_vowels_of_all_substrings - package g2001_2100.s2063_vowels_of_all_substrings
- g2001_2100.s2064_minimized_maximum_of_products_distributed_to_any_store - package g2001_2100.s2064_minimized_maximum_of_products_distributed_to_any_store
- g2001_2100.s2065_maximum_path_quality_of_a_graph - package g2001_2100.s2065_maximum_path_quality_of_a_graph
- g2001_2100.s2068_check_whether_two_strings_are_almost_equivalent - package g2001_2100.s2068_check_whether_two_strings_are_almost_equivalent
- g2001_2100.s2069_walking_robot_simulation_ii - package g2001_2100.s2069_walking_robot_simulation_ii
- g2001_2100.s2070_most_beautiful_item_for_each_query - package g2001_2100.s2070_most_beautiful_item_for_each_query
- g2001_2100.s2071_maximum_number_of_tasks_you_can_assign - package g2001_2100.s2071_maximum_number_of_tasks_you_can_assign
- g2001_2100.s2073_time_needed_to_buy_tickets - package g2001_2100.s2073_time_needed_to_buy_tickets
- g2001_2100.s2074_reverse_nodes_in_even_length_groups - package g2001_2100.s2074_reverse_nodes_in_even_length_groups
- g2001_2100.s2075_decode_the_slanted_ciphertext - package g2001_2100.s2075_decode_the_slanted_ciphertext
- g2001_2100.s2076_process_restricted_friend_requests - package g2001_2100.s2076_process_restricted_friend_requests
- g2001_2100.s2078_two_furthest_houses_with_different_colors - package g2001_2100.s2078_two_furthest_houses_with_different_colors
- g2001_2100.s2079_watering_plants - package g2001_2100.s2079_watering_plants
- g2001_2100.s2080_range_frequency_queries - package g2001_2100.s2080_range_frequency_queries
- g2001_2100.s2081_sum_of_k_mirror_numbers - package g2001_2100.s2081_sum_of_k_mirror_numbers
- g2001_2100.s2085_count_common_words_with_one_occurrence - package g2001_2100.s2085_count_common_words_with_one_occurrence
- g2001_2100.s2086_minimum_number_of_buckets_required_to_collect_rainwater_from_houses - package g2001_2100.s2086_minimum_number_of_buckets_required_to_collect_rainwater_from_houses
- g2001_2100.s2087_minimum_cost_homecoming_of_a_robot_in_a_grid - package g2001_2100.s2087_minimum_cost_homecoming_of_a_robot_in_a_grid
- g2001_2100.s2088_count_fertile_pyramids_in_a_land - package g2001_2100.s2088_count_fertile_pyramids_in_a_land
- g2001_2100.s2089_find_target_indices_after_sorting_array - package g2001_2100.s2089_find_target_indices_after_sorting_array
- g2001_2100.s2090_k_radius_subarray_averages - package g2001_2100.s2090_k_radius_subarray_averages
- g2001_2100.s2091_removing_minimum_and_maximum_from_array - package g2001_2100.s2091_removing_minimum_and_maximum_from_array
- g2001_2100.s2092_find_all_people_with_secret - package g2001_2100.s2092_find_all_people_with_secret
- g2001_2100.s2094_finding_3_digit_even_numbers - package g2001_2100.s2094_finding_3_digit_even_numbers
- g2001_2100.s2095_delete_the_middle_node_of_a_linked_list - package g2001_2100.s2095_delete_the_middle_node_of_a_linked_list
- g2001_2100.s2096_step_by_step_directions_from_a_binary_tree_node_to_another - package g2001_2100.s2096_step_by_step_directions_from_a_binary_tree_node_to_another
- g2001_2100.s2097_valid_arrangement_of_pairs - package g2001_2100.s2097_valid_arrangement_of_pairs
- g2001_2100.s2099_find_subsequence_of_length_k_with_the_largest_sum - package g2001_2100.s2099_find_subsequence_of_length_k_with_the_largest_sum
- g2001_2100.s2100_find_good_days_to_rob_the_bank - package g2001_2100.s2100_find_good_days_to_rob_the_bank
- g2101_2200.s2101_detonate_the_maximum_bombs - package g2101_2200.s2101_detonate_the_maximum_bombs
- g2101_2200.s2102_sequentially_ordinal_rank_tracker - package g2101_2200.s2102_sequentially_ordinal_rank_tracker
- g2101_2200.s2103_rings_and_rods - package g2101_2200.s2103_rings_and_rods
- g2101_2200.s2104_sum_of_subarray_ranges - package g2101_2200.s2104_sum_of_subarray_ranges
- g2101_2200.s2105_watering_plants_ii - package g2101_2200.s2105_watering_plants_ii
- g2101_2200.s2106_maximum_fruits_harvested_after_at_most_k_steps - package g2101_2200.s2106_maximum_fruits_harvested_after_at_most_k_steps
- g2101_2200.s2108_find_first_palindromic_string_in_the_array - package g2101_2200.s2108_find_first_palindromic_string_in_the_array
- g2101_2200.s2109_adding_spaces_to_a_string - package g2101_2200.s2109_adding_spaces_to_a_string
- g2101_2200.s2110_number_of_smooth_descent_periods_of_a_stock - package g2101_2200.s2110_number_of_smooth_descent_periods_of_a_stock
- g2101_2200.s2111_minimum_operations_to_make_the_array_k_increasing - package g2101_2200.s2111_minimum_operations_to_make_the_array_k_increasing
- g2101_2200.s2114_maximum_number_of_words_found_in_sentences - package g2101_2200.s2114_maximum_number_of_words_found_in_sentences
- g2101_2200.s2115_find_all_possible_recipes_from_given_supplies - package g2101_2200.s2115_find_all_possible_recipes_from_given_supplies
- g2101_2200.s2116_check_if_a_parentheses_string_can_be_valid - package g2101_2200.s2116_check_if_a_parentheses_string_can_be_valid
- g2101_2200.s2117_abbreviating_the_product_of_a_range - package g2101_2200.s2117_abbreviating_the_product_of_a_range
- g2101_2200.s2119_a_number_after_a_double_reversal - package g2101_2200.s2119_a_number_after_a_double_reversal
- g2101_2200.s2120_execution_of_all_suffix_instructions_staying_in_a_grid - package g2101_2200.s2120_execution_of_all_suffix_instructions_staying_in_a_grid
- g2101_2200.s2121_intervals_between_identical_elements - package g2101_2200.s2121_intervals_between_identical_elements
- g2101_2200.s2122_recover_the_original_array - package g2101_2200.s2122_recover_the_original_array
- g2101_2200.s2124_check_if_all_as_appears_before_all_bs - package g2101_2200.s2124_check_if_all_as_appears_before_all_bs
- g2101_2200.s2125_number_of_laser_beams_in_a_bank - package g2101_2200.s2125_number_of_laser_beams_in_a_bank
- g2101_2200.s2126_destroying_asteroids - package g2101_2200.s2126_destroying_asteroids
- g2101_2200.s2127_maximum_employees_to_be_invited_to_a_meeting - package g2101_2200.s2127_maximum_employees_to_be_invited_to_a_meeting
- g2101_2200.s2129_capitalize_the_title - package g2101_2200.s2129_capitalize_the_title
- g2101_2200.s2130_maximum_twin_sum_of_a_linked_list - package g2101_2200.s2130_maximum_twin_sum_of_a_linked_list
- g2101_2200.s2131_longest_palindrome_by_concatenating_two_letter_words - package g2101_2200.s2131_longest_palindrome_by_concatenating_two_letter_words
- g2101_2200.s2132_stamping_the_grid - package g2101_2200.s2132_stamping_the_grid
- g2101_2200.s2133_check_if_every_row_and_column_contains_all_numbers - package g2101_2200.s2133_check_if_every_row_and_column_contains_all_numbers
- g2101_2200.s2134_minimum_swaps_to_group_all_1s_together_ii - package g2101_2200.s2134_minimum_swaps_to_group_all_1s_together_ii
- g2101_2200.s2135_count_words_obtained_after_adding_a_letter - package g2101_2200.s2135_count_words_obtained_after_adding_a_letter
- g2101_2200.s2136_earliest_possible_day_of_full_bloom - package g2101_2200.s2136_earliest_possible_day_of_full_bloom
- g2101_2200.s2138_divide_a_string_into_groups_of_size_k - package g2101_2200.s2138_divide_a_string_into_groups_of_size_k
- g2101_2200.s2139_minimum_moves_to_reach_target_score - package g2101_2200.s2139_minimum_moves_to_reach_target_score
- g2101_2200.s2140_solving_questions_with_brainpower - package g2101_2200.s2140_solving_questions_with_brainpower
- g2101_2200.s2141_maximum_running_time_of_n_computers - package g2101_2200.s2141_maximum_running_time_of_n_computers
- g2101_2200.s2144_minimum_cost_of_buying_candies_with_discount - package g2101_2200.s2144_minimum_cost_of_buying_candies_with_discount
- g2101_2200.s2145_count_the_hidden_sequences - package g2101_2200.s2145_count_the_hidden_sequences
- g2101_2200.s2146_k_highest_ranked_items_within_a_price_range - package g2101_2200.s2146_k_highest_ranked_items_within_a_price_range
- g2101_2200.s2147_number_of_ways_to_divide_a_long_corridor - package g2101_2200.s2147_number_of_ways_to_divide_a_long_corridor
- g2101_2200.s2148_count_elements_with_strictly_smaller_and_greater_elements - package g2101_2200.s2148_count_elements_with_strictly_smaller_and_greater_elements
- g2101_2200.s2149_rearrange_array_elements_by_sign - package g2101_2200.s2149_rearrange_array_elements_by_sign
- g2101_2200.s2150_find_all_lonely_numbers_in_the_array - package g2101_2200.s2150_find_all_lonely_numbers_in_the_array
- g2101_2200.s2151_maximum_good_people_based_on_statements - package g2101_2200.s2151_maximum_good_people_based_on_statements
- g2101_2200.s2154_keep_multiplying_found_values_by_two - package g2101_2200.s2154_keep_multiplying_found_values_by_two
- g2101_2200.s2155_all_divisions_with_the_highest_score_of_a_binary_array - package g2101_2200.s2155_all_divisions_with_the_highest_score_of_a_binary_array
- g2101_2200.s2156_find_substring_with_given_hash_value - package g2101_2200.s2156_find_substring_with_given_hash_value
- g2101_2200.s2157_groups_of_strings - package g2101_2200.s2157_groups_of_strings
- g2101_2200.s2160_minimum_sum_of_four_digit_number_after_splitting_digits - package g2101_2200.s2160_minimum_sum_of_four_digit_number_after_splitting_digits
- g2101_2200.s2161_partition_array_according_to_given_pivot - package g2101_2200.s2161_partition_array_according_to_given_pivot
- g2101_2200.s2162_minimum_cost_to_set_cooking_time - package g2101_2200.s2162_minimum_cost_to_set_cooking_time
- g2101_2200.s2163_minimum_difference_in_sums_after_removal_of_elements - package g2101_2200.s2163_minimum_difference_in_sums_after_removal_of_elements
- g2101_2200.s2164_sort_even_and_odd_indices_independently - package g2101_2200.s2164_sort_even_and_odd_indices_independently
- g2101_2200.s2165_smallest_value_of_the_rearranged_number - package g2101_2200.s2165_smallest_value_of_the_rearranged_number
- g2101_2200.s2166_design_bitset - package g2101_2200.s2166_design_bitset
- g2101_2200.s2167_minimum_time_to_remove_all_cars_containing_illegal_goods - package g2101_2200.s2167_minimum_time_to_remove_all_cars_containing_illegal_goods
- g2101_2200.s2169_count_operations_to_obtain_zero - package g2101_2200.s2169_count_operations_to_obtain_zero
- g2101_2200.s2170_minimum_operations_to_make_the_array_alternating - package g2101_2200.s2170_minimum_operations_to_make_the_array_alternating
- g2101_2200.s2171_removing_minimum_number_of_magic_beans - package g2101_2200.s2171_removing_minimum_number_of_magic_beans
- g2101_2200.s2172_maximum_and_sum_of_array - package g2101_2200.s2172_maximum_and_sum_of_array
- g2101_2200.s2176_count_equal_and_divisible_pairs_in_an_array - package g2101_2200.s2176_count_equal_and_divisible_pairs_in_an_array
- g2101_2200.s2177_find_three_consecutive_integers_that_sum_to_a_given_number - package g2101_2200.s2177_find_three_consecutive_integers_that_sum_to_a_given_number
- g2101_2200.s2178_maximum_split_of_positive_even_integers - package g2101_2200.s2178_maximum_split_of_positive_even_integers
- g2101_2200.s2179_count_good_triplets_in_an_array - package g2101_2200.s2179_count_good_triplets_in_an_array
- g2101_2200.s2180_count_integers_with_even_digit_sum - package g2101_2200.s2180_count_integers_with_even_digit_sum
- g2101_2200.s2181_merge_nodes_in_between_zeros - package g2101_2200.s2181_merge_nodes_in_between_zeros
- g2101_2200.s2182_construct_string_with_repeat_limit - package g2101_2200.s2182_construct_string_with_repeat_limit
- g2101_2200.s2183_count_array_pairs_divisible_by_k - package g2101_2200.s2183_count_array_pairs_divisible_by_k
- g2101_2200.s2185_counting_words_with_a_given_prefix - package g2101_2200.s2185_counting_words_with_a_given_prefix
- g2101_2200.s2186_minimum_number_of_steps_to_make_two_strings_anagram_ii - package g2101_2200.s2186_minimum_number_of_steps_to_make_two_strings_anagram_ii
- g2101_2200.s2187_minimum_time_to_complete_trips - package g2101_2200.s2187_minimum_time_to_complete_trips
- g2101_2200.s2188_minimum_time_to_finish_the_race - package g2101_2200.s2188_minimum_time_to_finish_the_race
- g2101_2200.s2190_most_frequent_number_following_key_in_an_array - package g2101_2200.s2190_most_frequent_number_following_key_in_an_array
- g2101_2200.s2191_sort_the_jumbled_numbers - package g2101_2200.s2191_sort_the_jumbled_numbers
- g2101_2200.s2192_all_ancestors_of_a_node_in_a_directed_acyclic_graph - package g2101_2200.s2192_all_ancestors_of_a_node_in_a_directed_acyclic_graph
- g2101_2200.s2193_minimum_number_of_moves_to_make_palindrome - package g2101_2200.s2193_minimum_number_of_moves_to_make_palindrome
- g2101_2200.s2194_cells_in_a_range_on_an_excel_sheet - package g2101_2200.s2194_cells_in_a_range_on_an_excel_sheet
- g2101_2200.s2195_append_k_integers_with_minimal_sum - package g2101_2200.s2195_append_k_integers_with_minimal_sum
- g2101_2200.s2196_create_binary_tree_from_descriptions - package g2101_2200.s2196_create_binary_tree_from_descriptions
- g2101_2200.s2197_replace_non_coprime_numbers_in_array - package g2101_2200.s2197_replace_non_coprime_numbers_in_array
- g2101_2200.s2200_find_all_k_distant_indices_in_an_array - package g2101_2200.s2200_find_all_k_distant_indices_in_an_array
- g2201_2300.s2201_count_artifacts_that_can_be_extracted - package g2201_2300.s2201_count_artifacts_that_can_be_extracted
- g2201_2300.s2202_maximize_the_topmost_element_after_k_moves - package g2201_2300.s2202_maximize_the_topmost_element_after_k_moves
- g2201_2300.s2203_minimum_weighted_subgraph_with_the_required_paths - package g2201_2300.s2203_minimum_weighted_subgraph_with_the_required_paths
- g2201_2300.s2206_divide_array_into_equal_pairs - package g2201_2300.s2206_divide_array_into_equal_pairs
- g2201_2300.s2207_maximize_number_of_subsequences_in_a_string - package g2201_2300.s2207_maximize_number_of_subsequences_in_a_string
- g2201_2300.s2208_minimum_operations_to_halve_array_sum - package g2201_2300.s2208_minimum_operations_to_halve_array_sum
- g2201_2300.s2209_minimum_white_tiles_after_covering_with_carpets - package g2201_2300.s2209_minimum_white_tiles_after_covering_with_carpets
- g2201_2300.s2210_count_hills_and_valleys_in_an_array - package g2201_2300.s2210_count_hills_and_valleys_in_an_array
- g2201_2300.s2211_count_collisions_on_a_road - package g2201_2300.s2211_count_collisions_on_a_road
- g2201_2300.s2212_maximum_points_in_an_archery_competition - package g2201_2300.s2212_maximum_points_in_an_archery_competition
- g2201_2300.s2213_longest_substring_of_one_repeating_character - package g2201_2300.s2213_longest_substring_of_one_repeating_character
- g2201_2300.s2215_find_the_difference_of_two_arrays - package g2201_2300.s2215_find_the_difference_of_two_arrays
- g2201_2300.s2216_minimum_deletions_to_make_array_beautiful - package g2201_2300.s2216_minimum_deletions_to_make_array_beautiful
- g2201_2300.s2217_find_palindrome_with_fixed_length - package g2201_2300.s2217_find_palindrome_with_fixed_length
- g2201_2300.s2218_maximum_value_of_k_coins_from_piles - package g2201_2300.s2218_maximum_value_of_k_coins_from_piles
- g2201_2300.s2220_minimum_bit_flips_to_convert_number - package g2201_2300.s2220_minimum_bit_flips_to_convert_number
- g2201_2300.s2221_find_triangular_sum_of_an_array - package g2201_2300.s2221_find_triangular_sum_of_an_array
- g2201_2300.s2222_number_of_ways_to_select_buildings - package g2201_2300.s2222_number_of_ways_to_select_buildings
- g2201_2300.s2223_sum_of_scores_of_built_strings - package g2201_2300.s2223_sum_of_scores_of_built_strings
- g2201_2300.s2224_minimum_number_of_operations_to_convert_time - package g2201_2300.s2224_minimum_number_of_operations_to_convert_time
- g2201_2300.s2225_find_players_with_zero_or_one_losses - package g2201_2300.s2225_find_players_with_zero_or_one_losses
- g2201_2300.s2226_maximum_candies_allocated_to_k_children - package g2201_2300.s2226_maximum_candies_allocated_to_k_children
- g2201_2300.s2227_encrypt_and_decrypt_strings - package g2201_2300.s2227_encrypt_and_decrypt_strings
- g2201_2300.s2231_largest_number_after_digit_swaps_by_parity - package g2201_2300.s2231_largest_number_after_digit_swaps_by_parity
- g2201_2300.s2232_minimize_result_by_adding_parentheses_to_expression - package g2201_2300.s2232_minimize_result_by_adding_parentheses_to_expression
- g2201_2300.s2233_maximum_product_after_k_increments - package g2201_2300.s2233_maximum_product_after_k_increments
- g2201_2300.s2234_maximum_total_beauty_of_the_gardens - package g2201_2300.s2234_maximum_total_beauty_of_the_gardens
- g2201_2300.s2235_add_two_integers - package g2201_2300.s2235_add_two_integers
- g2201_2300.s2236_root_equals_sum_of_children - package g2201_2300.s2236_root_equals_sum_of_children
- g2201_2300.s2239_find_closest_number_to_zero - package g2201_2300.s2239_find_closest_number_to_zero
- g2201_2300.s2240_number_of_ways_to_buy_pens_and_pencils - package g2201_2300.s2240_number_of_ways_to_buy_pens_and_pencils
- g2201_2300.s2241_design_an_atm_machine - package g2201_2300.s2241_design_an_atm_machine
- g2201_2300.s2242_maximum_score_of_a_node_sequence - package g2201_2300.s2242_maximum_score_of_a_node_sequence
- g2201_2300.s2243_calculate_digit_sum_of_a_string - package g2201_2300.s2243_calculate_digit_sum_of_a_string
- g2201_2300.s2244_minimum_rounds_to_complete_all_tasks - package g2201_2300.s2244_minimum_rounds_to_complete_all_tasks
- g2201_2300.s2245_maximum_trailing_zeros_in_a_cornered_path - package g2201_2300.s2245_maximum_trailing_zeros_in_a_cornered_path
- g2201_2300.s2246_longest_path_with_different_adjacent_characters - package g2201_2300.s2246_longest_path_with_different_adjacent_characters
- g2201_2300.s2248_intersection_of_multiple_arrays - package g2201_2300.s2248_intersection_of_multiple_arrays
- g2201_2300.s2249_count_lattice_points_inside_a_circle - package g2201_2300.s2249_count_lattice_points_inside_a_circle
- g2201_2300.s2250_count_number_of_rectangles_containing_each_point - package g2201_2300.s2250_count_number_of_rectangles_containing_each_point
- g2201_2300.s2251_number_of_flowers_in_full_bloom - package g2201_2300.s2251_number_of_flowers_in_full_bloom
- g2201_2300.s2255_count_prefixes_of_a_given_string - package g2201_2300.s2255_count_prefixes_of_a_given_string
- g2201_2300.s2256_minimum_average_difference - package g2201_2300.s2256_minimum_average_difference
- g2201_2300.s2257_count_unguarded_cells_in_the_grid - package g2201_2300.s2257_count_unguarded_cells_in_the_grid
- g2201_2300.s2258_escape_the_spreading_fire - package g2201_2300.s2258_escape_the_spreading_fire
- g2201_2300.s2259_remove_digit_from_number_to_maximize_result - package g2201_2300.s2259_remove_digit_from_number_to_maximize_result
- g2201_2300.s2260_minimum_consecutive_cards_to_pick_up - package g2201_2300.s2260_minimum_consecutive_cards_to_pick_up
- g2201_2300.s2261_k_divisible_elements_subarrays - package g2201_2300.s2261_k_divisible_elements_subarrays
- g2201_2300.s2262_total_appeal_of_a_string - package g2201_2300.s2262_total_appeal_of_a_string
- g2201_2300.s2264_largest_3_same_digit_number_in_string - package g2201_2300.s2264_largest_3_same_digit_number_in_string
- g2201_2300.s2265_count_nodes_equal_to_average_of_subtree - package g2201_2300.s2265_count_nodes_equal_to_average_of_subtree
- g2201_2300.s2266_count_number_of_texts - package g2201_2300.s2266_count_number_of_texts
- g2201_2300.s2267_check_if_there_is_a_valid_parentheses_string_path - package g2201_2300.s2267_check_if_there_is_a_valid_parentheses_string_path
- g2201_2300.s2269_find_the_k_beauty_of_a_number - package g2201_2300.s2269_find_the_k_beauty_of_a_number
- g2201_2300.s2270_number_of_ways_to_split_array - package g2201_2300.s2270_number_of_ways_to_split_array
- g2201_2300.s2271_maximum_white_tiles_covered_by_a_carpet - package g2201_2300.s2271_maximum_white_tiles_covered_by_a_carpet
- g2201_2300.s2272_substring_with_largest_variance - package g2201_2300.s2272_substring_with_largest_variance
- g2201_2300.s2273_find_resultant_array_after_removing_anagrams - package g2201_2300.s2273_find_resultant_array_after_removing_anagrams
- g2201_2300.s2274_maximum_consecutive_floors_without_special_floors - package g2201_2300.s2274_maximum_consecutive_floors_without_special_floors
- g2201_2300.s2275_largest_combination_with_bitwise_and_greater_than_zero - package g2201_2300.s2275_largest_combination_with_bitwise_and_greater_than_zero
- g2201_2300.s2276_count_integers_in_intervals - package g2201_2300.s2276_count_integers_in_intervals
- g2201_2300.s2278_percentage_of_letter_in_string - package g2201_2300.s2278_percentage_of_letter_in_string
- g2201_2300.s2279_maximum_bags_with_full_capacity_of_rocks - package g2201_2300.s2279_maximum_bags_with_full_capacity_of_rocks
- g2201_2300.s2280_minimum_lines_to_represent_a_line_chart - package g2201_2300.s2280_minimum_lines_to_represent_a_line_chart
- g2201_2300.s2281_sum_of_total_strength_of_wizards - package g2201_2300.s2281_sum_of_total_strength_of_wizards
- g2201_2300.s2283_check_if_number_has_equal_digit_count_and_digit_value - package g2201_2300.s2283_check_if_number_has_equal_digit_count_and_digit_value
- g2201_2300.s2284_sender_with_largest_word_count - package g2201_2300.s2284_sender_with_largest_word_count
- g2201_2300.s2285_maximum_total_importance_of_roads - package g2201_2300.s2285_maximum_total_importance_of_roads
- g2201_2300.s2286_booking_concert_tickets_in_groups - package g2201_2300.s2286_booking_concert_tickets_in_groups
- g2201_2300.s2287_rearrange_characters_to_make_target_string - package g2201_2300.s2287_rearrange_characters_to_make_target_string
- g2201_2300.s2288_apply_discount_to_prices - package g2201_2300.s2288_apply_discount_to_prices
- g2201_2300.s2289_steps_to_make_array_non_decreasing - package g2201_2300.s2289_steps_to_make_array_non_decreasing
- g2201_2300.s2290_minimum_obstacle_removal_to_reach_corner - package g2201_2300.s2290_minimum_obstacle_removal_to_reach_corner
- g2201_2300.s2293_min_max_game - package g2201_2300.s2293_min_max_game
- g2201_2300.s2294_partition_array_such_that_maximum_difference_is_k - package g2201_2300.s2294_partition_array_such_that_maximum_difference_is_k
- g2201_2300.s2295_replace_elements_in_an_array - package g2201_2300.s2295_replace_elements_in_an_array
- g2201_2300.s2296_design_a_text_editor - package g2201_2300.s2296_design_a_text_editor
- g2201_2300.s2299_strong_password_checker_ii - package g2201_2300.s2299_strong_password_checker_ii
- g2201_2300.s2300_successful_pairs_of_spells_and_potions - package g2201_2300.s2300_successful_pairs_of_spells_and_potions
- g2301_2400.s2301_match_substring_after_replacement - package g2301_2400.s2301_match_substring_after_replacement
- g2301_2400.s2302_count_subarrays_with_score_less_than_k - package g2301_2400.s2302_count_subarrays_with_score_less_than_k
- g2301_2400.s2303_calculate_amount_paid_in_taxes - package g2301_2400.s2303_calculate_amount_paid_in_taxes
- g2301_2400.s2304_minimum_path_cost_in_a_grid - package g2301_2400.s2304_minimum_path_cost_in_a_grid
- g2301_2400.s2305_fair_distribution_of_cookies - package g2301_2400.s2305_fair_distribution_of_cookies
- g2301_2400.s2306_naming_a_company - package g2301_2400.s2306_naming_a_company
- g2301_2400.s2309_greatest_english_letter_in_upper_and_lower_case - package g2301_2400.s2309_greatest_english_letter_in_upper_and_lower_case
- g2301_2400.s2310_sum_of_numbers_with_units_digit_k - package g2301_2400.s2310_sum_of_numbers_with_units_digit_k
- g2301_2400.s2311_longest_binary_subsequence_less_than_or_equal_to_k - package g2301_2400.s2311_longest_binary_subsequence_less_than_or_equal_to_k
- g2301_2400.s2312_selling_pieces_of_wood - package g2301_2400.s2312_selling_pieces_of_wood
- g2301_2400.s2315_count_asterisks - package g2301_2400.s2315_count_asterisks
- g2301_2400.s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph - package g2301_2400.s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph
- g2301_2400.s2317_maximum_xor_after_operations - package g2301_2400.s2317_maximum_xor_after_operations
- g2301_2400.s2318_number_of_distinct_roll_sequences - package g2301_2400.s2318_number_of_distinct_roll_sequences
- g2301_2400.s2319_check_if_matrix_is_x_matrix - package g2301_2400.s2319_check_if_matrix_is_x_matrix
- g2301_2400.s2320_count_number_of_ways_to_place_houses - package g2301_2400.s2320_count_number_of_ways_to_place_houses
- g2301_2400.s2321_maximum_score_of_spliced_array - package g2301_2400.s2321_maximum_score_of_spliced_array
- g2301_2400.s2322_minimum_score_after_removals_on_a_tree - package g2301_2400.s2322_minimum_score_after_removals_on_a_tree
- g2301_2400.s2325_decode_the_message - package g2301_2400.s2325_decode_the_message
- g2301_2400.s2326_spiral_matrix_iv - package g2301_2400.s2326_spiral_matrix_iv
- g2301_2400.s2327_number_of_people_aware_of_a_secret - package g2301_2400.s2327_number_of_people_aware_of_a_secret
- g2301_2400.s2328_number_of_increasing_paths_in_a_grid - package g2301_2400.s2328_number_of_increasing_paths_in_a_grid
- g2301_2400.s2331_evaluate_boolean_binary_tree - package g2301_2400.s2331_evaluate_boolean_binary_tree
- g2301_2400.s2332_the_latest_time_to_catch_a_bus - package g2301_2400.s2332_the_latest_time_to_catch_a_bus
- g2301_2400.s2333_minimum_sum_of_squared_difference - package g2301_2400.s2333_minimum_sum_of_squared_difference
- g2301_2400.s2334_subarray_with_elements_greater_than_varying_threshold - package g2301_2400.s2334_subarray_with_elements_greater_than_varying_threshold
- g2301_2400.s2335_minimum_amount_of_time_to_fill_cups - package g2301_2400.s2335_minimum_amount_of_time_to_fill_cups
- g2301_2400.s2336_smallest_number_in_infinite_set - package g2301_2400.s2336_smallest_number_in_infinite_set
- g2301_2400.s2337_move_pieces_to_obtain_a_string - package g2301_2400.s2337_move_pieces_to_obtain_a_string
- g2301_2400.s2338_count_the_number_of_ideal_arrays - package g2301_2400.s2338_count_the_number_of_ideal_arrays
- g2301_2400.s2341_maximum_number_of_pairs_in_array - package g2301_2400.s2341_maximum_number_of_pairs_in_array
- g2301_2400.s2342_max_sum_of_a_pair_with_equal_sum_of_digits - package g2301_2400.s2342_max_sum_of_a_pair_with_equal_sum_of_digits
- g2301_2400.s2343_query_kth_smallest_trimmed_number - package g2301_2400.s2343_query_kth_smallest_trimmed_number
- g2301_2400.s2344_minimum_deletions_to_make_array_divisible - package g2301_2400.s2344_minimum_deletions_to_make_array_divisible
- g2301_2400.s2347_best_poker_hand - package g2301_2400.s2347_best_poker_hand
- g2301_2400.s2348_number_of_zero_filled_subarrays - package g2301_2400.s2348_number_of_zero_filled_subarrays
- g2301_2400.s2349_design_a_number_container_system - package g2301_2400.s2349_design_a_number_container_system
- g2301_2400.s2350_shortest_impossible_sequence_of_rolls - package g2301_2400.s2350_shortest_impossible_sequence_of_rolls
- g2301_2400.s2351_first_letter_to_appear_twice - package g2301_2400.s2351_first_letter_to_appear_twice
- g2301_2400.s2352_equal_row_and_column_pairs - package g2301_2400.s2352_equal_row_and_column_pairs
- g2301_2400.s2353_design_a_food_rating_system - package g2301_2400.s2353_design_a_food_rating_system
- g2301_2400.s2354_number_of_excellent_pairs - package g2301_2400.s2354_number_of_excellent_pairs
- g2301_2400.s2357_make_array_zero_by_subtracting_equal_amounts - package g2301_2400.s2357_make_array_zero_by_subtracting_equal_amounts
- g2301_2400.s2358_maximum_number_of_groups_entering_a_competition - package g2301_2400.s2358_maximum_number_of_groups_entering_a_competition
- g2301_2400.s2359_find_closest_node_to_given_two_nodes - package g2301_2400.s2359_find_closest_node_to_given_two_nodes
- g2301_2400.s2360_longest_cycle_in_a_graph - package g2301_2400.s2360_longest_cycle_in_a_graph
- g2301_2400.s2363_merge_similar_items - package g2301_2400.s2363_merge_similar_items
- g2301_2400.s2364_count_number_of_bad_pairs - package g2301_2400.s2364_count_number_of_bad_pairs
- g2301_2400.s2365_task_scheduler_ii - package g2301_2400.s2365_task_scheduler_ii
- g2301_2400.s2366_minimum_replacements_to_sort_the_array - package g2301_2400.s2366_minimum_replacements_to_sort_the_array
- g2301_2400.s2367_number_of_arithmetic_triplets - package g2301_2400.s2367_number_of_arithmetic_triplets
- g2301_2400.s2368_reachable_nodes_with_restrictions - package g2301_2400.s2368_reachable_nodes_with_restrictions
- g2301_2400.s2369_check_if_there_is_a_valid_partition_for_the_array - package g2301_2400.s2369_check_if_there_is_a_valid_partition_for_the_array
- g2301_2400.s2370_longest_ideal_subsequence - package g2301_2400.s2370_longest_ideal_subsequence
- g2301_2400.s2373_largest_local_values_in_a_matrix - package g2301_2400.s2373_largest_local_values_in_a_matrix
- g2301_2400.s2374_node_with_highest_edge_score - package g2301_2400.s2374_node_with_highest_edge_score
- g2301_2400.s2375_construct_smallest_number_from_di_string - package g2301_2400.s2375_construct_smallest_number_from_di_string
- g2301_2400.s2376_count_special_integers - package g2301_2400.s2376_count_special_integers
- g2301_2400.s2379_minimum_recolors_to_get_k_consecutive_black_blocks - package g2301_2400.s2379_minimum_recolors_to_get_k_consecutive_black_blocks
- g2301_2400.s2380_time_needed_to_rearrange_a_binary_string - package g2301_2400.s2380_time_needed_to_rearrange_a_binary_string
- g2301_2400.s2381_shifting_letters_ii - package g2301_2400.s2381_shifting_letters_ii
- g2301_2400.s2382_maximum_segment_sum_after_removals - package g2301_2400.s2382_maximum_segment_sum_after_removals
- g2301_2400.s2383_minimum_hours_of_training_to_win_a_competition - package g2301_2400.s2383_minimum_hours_of_training_to_win_a_competition
- g2301_2400.s2384_largest_palindromic_number - package g2301_2400.s2384_largest_palindromic_number
- g2301_2400.s2385_amount_of_time_for_binary_tree_to_be_infected - package g2301_2400.s2385_amount_of_time_for_binary_tree_to_be_infected
- g2301_2400.s2386_find_the_k_sum_of_an_array - package g2301_2400.s2386_find_the_k_sum_of_an_array
- g2301_2400.s2389_longest_subsequence_with_limited_sum - package g2301_2400.s2389_longest_subsequence_with_limited_sum
- g2301_2400.s2390_removing_stars_from_a_string - package g2301_2400.s2390_removing_stars_from_a_string
- g2301_2400.s2391_minimum_amount_of_time_to_collect_garbage - package g2301_2400.s2391_minimum_amount_of_time_to_collect_garbage
- g2301_2400.s2392_build_a_matrix_with_conditions - package g2301_2400.s2392_build_a_matrix_with_conditions
- g2301_2400.s2395_find_subarrays_with_equal_sum - package g2301_2400.s2395_find_subarrays_with_equal_sum
- g2301_2400.s2396_strictly_palindromic_number - package g2301_2400.s2396_strictly_palindromic_number
- g2301_2400.s2397_maximum_rows_covered_by_columns - package g2301_2400.s2397_maximum_rows_covered_by_columns
- g2301_2400.s2398_maximum_number_of_robots_within_budget - package g2301_2400.s2398_maximum_number_of_robots_within_budget
- g2301_2400.s2399_check_distances_between_same_letters - package g2301_2400.s2399_check_distances_between_same_letters
- g2301_2400.s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps - package g2301_2400.s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps
- g2401_2500.s2401_longest_nice_subarray - package g2401_2500.s2401_longest_nice_subarray
- g2401_2500.s2402_meeting_rooms_iii - package g2401_2500.s2402_meeting_rooms_iii
- g2401_2500.s2404_most_frequent_even_element - package g2401_2500.s2404_most_frequent_even_element
- g2401_2500.s2405_optimal_partition_of_string - package g2401_2500.s2405_optimal_partition_of_string
- g2401_2500.s2406_divide_intervals_into_minimum_number_of_groups - package g2401_2500.s2406_divide_intervals_into_minimum_number_of_groups
- g2401_2500.s2407_longest_increasing_subsequence_ii - package g2401_2500.s2407_longest_increasing_subsequence_ii
- g2401_2500.s2409_count_days_spent_together - package g2401_2500.s2409_count_days_spent_together
- g2401_2500.s2410_maximum_matching_of_players_with_trainers - package g2401_2500.s2410_maximum_matching_of_players_with_trainers
- g2401_2500.s2411_smallest_subarrays_with_maximum_bitwise_or - package g2401_2500.s2411_smallest_subarrays_with_maximum_bitwise_or
- g2401_2500.s2412_minimum_money_required_before_transactions - package g2401_2500.s2412_minimum_money_required_before_transactions
- g2401_2500.s2413_smallest_even_multiple - package g2401_2500.s2413_smallest_even_multiple
- g2401_2500.s2414_length_of_the_longest_alphabetical_continuous_substring - package g2401_2500.s2414_length_of_the_longest_alphabetical_continuous_substring
- g2401_2500.s2415_reverse_odd_levels_of_binary_tree - package g2401_2500.s2415_reverse_odd_levels_of_binary_tree
- g2401_2500.s2416_sum_of_prefix_scores_of_strings - package g2401_2500.s2416_sum_of_prefix_scores_of_strings
- g2401_2500.s2418_sort_the_people - package g2401_2500.s2418_sort_the_people
- g2401_2500.s2419_longest_subarray_with_maximum_bitwise_and - package g2401_2500.s2419_longest_subarray_with_maximum_bitwise_and
- g2401_2500.s2420_find_all_good_indices - package g2401_2500.s2420_find_all_good_indices
- g2401_2500.s2421_number_of_good_paths - package g2401_2500.s2421_number_of_good_paths
- g2401_2500.s2423_remove_letter_to_equalize_frequency - package g2401_2500.s2423_remove_letter_to_equalize_frequency
- g2401_2500.s2424_longest_uploaded_prefix - package g2401_2500.s2424_longest_uploaded_prefix
- g2401_2500.s2425_bitwise_xor_of_all_pairings - package g2401_2500.s2425_bitwise_xor_of_all_pairings
- g2401_2500.s2426_number_of_pairs_satisfying_inequality - package g2401_2500.s2426_number_of_pairs_satisfying_inequality
- g2401_2500.s2427_number_of_common_factors - package g2401_2500.s2427_number_of_common_factors
- g2401_2500.s2428_maximum_sum_of_an_hourglass - package g2401_2500.s2428_maximum_sum_of_an_hourglass
- g2401_2500.s2429_minimize_xor - package g2401_2500.s2429_minimize_xor
- g2401_2500.s2430_maximum_deletions_on_a_string - package g2401_2500.s2430_maximum_deletions_on_a_string
- g2401_2500.s2432_the_employee_that_worked_on_the_longest_task - package g2401_2500.s2432_the_employee_that_worked_on_the_longest_task
- g2401_2500.s2433_find_the_original_array_of_prefix_xor - package g2401_2500.s2433_find_the_original_array_of_prefix_xor
- g2401_2500.s2434_using_a_robot_to_print_the_lexicographically_smallest_string - package g2401_2500.s2434_using_a_robot_to_print_the_lexicographically_smallest_string
- g2401_2500.s2435_paths_in_matrix_whose_sum_is_divisible_by_k - package g2401_2500.s2435_paths_in_matrix_whose_sum_is_divisible_by_k
- g2401_2500.s2437_number_of_valid_clock_times - package g2401_2500.s2437_number_of_valid_clock_times
- g2401_2500.s2438_range_product_queries_of_powers - package g2401_2500.s2438_range_product_queries_of_powers
- g2401_2500.s2439_minimize_maximum_of_array - package g2401_2500.s2439_minimize_maximum_of_array
- g2401_2500.s2440_create_components_with_same_value - package g2401_2500.s2440_create_components_with_same_value
- g2401_2500.s2441_largest_positive_integer_that_exists_with_its_negative - package g2401_2500.s2441_largest_positive_integer_that_exists_with_its_negative
- g2401_2500.s2442_count_number_of_distinct_integers_after_reverse_operations - package g2401_2500.s2442_count_number_of_distinct_integers_after_reverse_operations
- g2401_2500.s2443_sum_of_number_and_its_reverse - package g2401_2500.s2443_sum_of_number_and_its_reverse
- g2401_2500.s2444_count_subarrays_with_fixed_bounds - package g2401_2500.s2444_count_subarrays_with_fixed_bounds
- g2401_2500.s2446_determine_if_two_events_have_conflict - package g2401_2500.s2446_determine_if_two_events_have_conflict
- g2401_2500.s2447_number_of_subarrays_with_gcd_equal_to_k - package g2401_2500.s2447_number_of_subarrays_with_gcd_equal_to_k
- g2401_2500.s2448_minimum_cost_to_make_array_equal - package g2401_2500.s2448_minimum_cost_to_make_array_equal
- g2401_2500.s2449_minimum_number_of_operations_to_make_arrays_similar - package g2401_2500.s2449_minimum_number_of_operations_to_make_arrays_similar
- g2401_2500.s2451_odd_string_difference - package g2401_2500.s2451_odd_string_difference
- g2401_2500.s2452_words_within_two_edits_of_dictionary - package g2401_2500.s2452_words_within_two_edits_of_dictionary
- g2401_2500.s2453_destroy_sequential_targets - package g2401_2500.s2453_destroy_sequential_targets
- g2401_2500.s2454_next_greater_element_iv - package g2401_2500.s2454_next_greater_element_iv
- g2401_2500.s2455_average_value_of_even_numbers_that_are_divisible_by_three - package g2401_2500.s2455_average_value_of_even_numbers_that_are_divisible_by_three
- g2401_2500.s2456_most_popular_video_creator - package g2401_2500.s2456_most_popular_video_creator
- g2401_2500.s2457_minimum_addition_to_make_integer_beautiful - package g2401_2500.s2457_minimum_addition_to_make_integer_beautiful
- g2401_2500.s2458_height_of_binary_tree_after_subtree_removal_queries - package g2401_2500.s2458_height_of_binary_tree_after_subtree_removal_queries
- g2401_2500.s2460_apply_operations_to_an_array - package g2401_2500.s2460_apply_operations_to_an_array
- g2401_2500.s2461_maximum_sum_of_distinct_subarrays_with_length_k - package g2401_2500.s2461_maximum_sum_of_distinct_subarrays_with_length_k
- gameOfLife(int[][]) - Method in class g0201_0300.s0289_game_of_life.Solution
- garbageCollection(String[], int[]) - Method in class g2301_2400.s2391_minimum_amount_of_time_to_collect_garbage.Solution
- gardenNoAdj(int, int[][]) - Method in class g1001_1100.s1042_flower_planting_with_no_adjacent.Solution
- gather(int, int) - Method in class g2201_2300.s2286_booking_concert_tickets_in_groups.BookMyShow
- gcdOfStrings(String, String) - Method in class g1001_1100.s1071_greatest_common_divisor_of_strings.Solution
- gcdSort(int[]) - Method in class g1901_2000.s1998_gcd_sort_of_an_array.Solution
- generate(int) - Method in class g0101_0200.s0118_pascals_triangle.Solution
- generate(String, int) - Method in class g1701_1800.s1797_design_authentication_manager.AuthenticationManager
- generateMatrix(int) - Method in class g0001_0100.s0059_spiral_matrix_ii.Solution
- generateParenthesis(int) - Method in class g0001_0100.s0022_generate_parentheses.Solution
- generateTheString(int) - Method in class g1301_1400.s1374_generate_a_string_with_characters_that_have_odd_counts.Solution
- generateTrees(int) - Method in class g0001_0100.s0095_unique_binary_search_trees_ii.Solution
- get() - Method in class g2101_2200.s2102_sequentially_ordinal_rank_tracker.SORTracker
- get(int) - Method in class g0101_0200.s0105_construct_binary_tree_from_preorder_and_inorder_traversal.Solution
- get(int) - Method in class g0101_0200.s0146_lru_cache.LRUCache
- get(int) - Method in class g0401_0500.s0460_lfu_cache.LFUCache
- get(int) - Method in class g0701_0800.s0706_design_hashmap.MyHashMap
- get(int) - Method in class g0701_0800.s0707_design_linked_list.MyLinkedList
- get(int, int) - Method in class g1101_1200.s1146_snapshot_array.SnapshotArray
- get(String, int) - Method in class g0901_1000.s0981_time_based_key_value_store.TimeMap
- getAllElements(TreeNode, TreeNode) - Method in class g1301_1400.s1305_all_elements_in_two_binary_search_trees.Solution
- getAncestors(int, int[][]) - Method in class g2101_2200.s2192_all_ancestors_of_a_node_in_a_directed_acyclic_graph.Solution
- getAverages(int[], int) - Method in class g2001_2100.s2090_k_radius_subarray_averages.Solution
- getAverageTime(String, String) - Method in class g1301_1400.s1396_design_underground_system.UndergroundSystem
- getBiggestThree(int[][]) - Method in class g1801_1900.s1878_get_biggest_three_rhombus_sums_in_a_grid.Solution
- getBill(int[], int[]) - Method in class g1301_1400.s1357_apply_discount_every_n_orders.Cashier
- getChild(char) - Method in class g0201_0300.s0212_word_search_ii.Tree
- getCollisionTimes(int[][]) - Method in class g1701_1800.s1776_car_fleet_ii.Solution
- getConcatenation(int[]) - Method in class g1901_2000.s1929_concatenation_of_array.Solution
- getCoprimes(int[], int[][]) - Method in class g1701_1800.s1766_tree_of_coprimes.Solution
- getDecimalValue(ListNode) - Method in class g1201_1300.s1290_convert_binary_number_in_a_linked_list_to_integer.Solution
- getDep(TreeNode) - Method in class g1101_1200.s1123_lowest_common_ancestor_of_deepest_leaves.Solution
- getDescentPeriods(int[]) - Method in class g2101_2200.s2110_number_of_smooth_descent_periods_of_a_stock.Solution
- getDir() - Method in class g2001_2100.s2069_walking_robot_simulation_ii.Robot
- getDirections(TreeNode, int, int) - Method in class g2001_2100.s2096_step_by_step_directions_from_a_binary_tree_node_to_another.Solution
- getDistance(int[], int[]) - Method in class g1501_1600.s1584_min_cost_to_connect_all_points.Solution
- getDistances(int[]) - Method in class g2101_2200.s2121_intervals_between_identical_elements.Solution
- getFolderNames(String[]) - Method in class g1401_1500.s1487_making_file_names_unique.Solution
- getFront() - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
- getHappyString(int, int) - Method in class g1401_1500.s1415_the_k_th_lexicographical_string_of_all_happy_strings_of_length_n.Solution
- getHint(String, String) - Method in class g0201_0300.s0299_bulls_and_cows.Solution
- getImportance(List<Employee>, int) - Method in class g0601_0700.s0690_employee_importance.Solution
- getIndex(int) - Method in class g1601_1700.s1622_fancy_sequence.Fancy
- getInheritanceOrder() - Method in class g1501_1600.s1600_throne_inheritance.ThroneInheritance
- getInteger() - Method in class com_github_leetcode.NestedInteger
- getIntersectionNode(ListNode, ListNode) - Method in class g0101_0200.s0160_intersection_of_two_linked_lists.Solution
- getIntervals() - Method in class g0301_0400.s0352_data_stream_as_disjoint_intervals.SummaryRanges
- getKth(int, int, int) - Method in class g1301_1400.s1387_sort_integers_by_the_power_value.Solution
- getKthAncestor(int, int) - Method in class g1401_1500.s1483_kth_ancestor_of_a_tree_node.TreeAncestor
- getLastMoment(int, int[], int[]) - Method in class g1501_1600.s1503_last_moment_before_all_ants_fall_out_of_a_plank.Solution
- getLengthOfOptimalCompression(String, int) - Method in class g1501_1600.s1531_string_compression_ii.Solution
- getList() - Method in class com_github_leetcode.NestedInteger
- getLucky(String, int) - Method in class g1901_2000.s1945_sum_of_digits_of_string_after_convert.Solution
- getMaxGridHappiness(int, int, int, int) - Method in class g1601_1700.s1659_maximize_grid_happiness.Solution
- getMaximumConsecutive(int[]) - Method in class g1701_1800.s1798_maximum_number_of_consecutive_values_you_can_make.Solution
- getMaximumGenerated(int) - Method in class g1601_1700.s1646_get_maximum_in_generated_array.Solution
- getMaximumGold(int[][]) - Method in class g1201_1300.s1219_path_with_maximum_gold.Solution
- getMaximumXor(int[], int) - Method in class g1801_1900.s1829_maximum_xor_for_each_query.Solution
- getMaxKey() - Method in class g0401_0500.s0432_all_oone_data_structure.AllOne
- getMaxLen(int[]) - Method in class g1501_1600.s1567_maximum_length_of_subarray_with_positive_product.Solution
- getMaxRepetitions(String, int, String, int) - Method in class g0401_0500.s0466_count_the_repetitions.Solution
- getMin() - Method in class g0101_0200.s0155_min_stack.MinStack
- getMinDistance(int[], int, int) - Method in class g1801_1900.s1848_minimum_distance_to_the_target_element.Solution
- getMinDistSum(int[][]) - Method in class g1501_1600.s1515_best_position_for_a_service_centre.Solution
- getMinimumDifference(TreeNode) - Method in class g0501_0600.s0530_minimum_absolute_difference_in_bst.Solution
- getMinKey() - Method in class g0401_0500.s0432_all_oone_data_structure.AllOne
- getMinSwaps(String, int) - Method in class g1801_1900.s1850_minimum_adjacent_swaps_to_reach_the_kth_smallest_number.Solution
- getMoneyAmount(int) - Method in class g0301_0400.s0375_guess_number_higher_or_lower_ii.Solution
- getNewsFeed(int) - Method in class g0301_0400.s0355_design_twitter.Twitter
- getNext(int[], int, int) - Static method in class g0901_1000.s0983_minimum_cost_for_tickets.Solution
- getNoZeroIntegers(int) - Method in class g1301_1400.s1317_convert_integer_to_the_sum_of_two_no_zero_integers.Solution
- getNumberOfBacklogOrders(int[][]) - Method in class g1801_1900.s1801_number_of_orders_in_the_backlog.Solution
- getOrder(int[][]) - Method in class g1801_1900.s1834_single_threaded_cpu.Solution
- getOrder(TreeNode, int) - Method in class g0101_0200.s0107_binary_tree_level_order_traversal_ii.Solution
- getPermutation(int, int) - Method in class g0001_0100.s0060_permutation_sequence.Solution
- getPos() - Method in class g2001_2100.s2069_walking_robot_simulation_ii.Robot
- getProbability(int[]) - Method in class g1401_1500.s1467_probability_of_a_two_boxes_having_the_same_number_of_distinct_balls.Solution
- getProduct(int) - Method in class g1301_1400.s1352_product_of_the_last_k_numbers.ProductOfNumbers
- getRandom() - Method in class g0301_0400.s0380_insert_delete_getrandom_o1.RandomizedSet
- getRandom() - Method in class g0301_0400.s0381_insert_delete_getrandom_o1_duplicates_allowed.RandomizedCollection
- getRandom() - Method in class g0301_0400.s0382_linked_list_random_node.Solution
- getRear() - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
- getRoot() - Method in class g0901_1000.s0919_complete_binary_tree_inserter.CBTInserter
- getRow(int) - Method in class g0101_0200.s0119_pascals_triangle_ii.Solution
- getSkyline(int[][]) - Method in class g0201_0300.s0218_the_skyline_problem.Solution
- getSmallestString(int, int) - Method in class g1601_1700.s1663_smallest_string_with_a_given_numeric_value.Solution
- getStrongest(int[], int) - Method in class g1401_1500.s1471_the_k_strongest_values_in_an_array.Solution
- getSum(int, int) - Method in class g0301_0400.s0371_sum_of_two_integers.Solution
- getSumAbsoluteDifferences(int[]) - Method in class g1601_1700.s1685_sum_of_absolute_differences_in_a_sorted_array.Solution
- getTargetCopy(TreeNode, TreeNode, TreeNode) - Method in class g1301_1400.s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree.Solution
- getTweetCountsPerFrequency(String, String, int, int) - Method in class g1301_1400.s1348_tweet_counts_per_frequency.TweetCounts
- getValue(int, int) - Method in class g1401_1500.s1476_subrectangle_queries.SubrectangleQueries
- getWinner(int[], int) - Method in class g1501_1600.s1535_find_the_winner_of_an_array_game.Solution
- getXORSum(int[], int[]) - Method in class g1801_1900.s1835_find_xor_sum_of_all_pairs_bitwise_and.Solution
- goodDaysToRobBank(int[], int) - Method in class g2001_2100.s2100_find_good_days_to_rob_the_bank.Solution
- goodIndices(int[], int) - Method in class g2401_2500.s2420_find_all_good_indices.Solution
- goodNodes(TreeNode) - Method in class g1401_1500.s1448_count_good_nodes_in_binary_tree.Solution
- goodTriplets(int[], int[]) - Method in class g2101_2200.s2179_count_good_triplets_in_an_array.Solution
- grayCode(int) - Method in class g0001_0100.s0089_gray_code.Solution
- greatestLetter(String) - Method in class g2301_2400.s2309_greatest_english_letter_in_upper_and_lower_case.Solution
- gridGame(int[][]) - Method in class g2001_2100.s2017_grid_game.Solution
- gridIllumination(int, int[][], int[][]) - Method in class g1001_1100.s1001_grid_illumination.Solution
- groupAnagrams(String[]) - Method in class g0001_0100.s0049_group_anagrams.Solution
- groupStrings(String[]) - Method in class g2101_2200.s2157_groups_of_strings.Solution
- groupThePeople(int[]) - Method in class g1201_1300.s1282_group_the_people_given_the_group_size_they_belong_to.Solution
- guessNumber(int) - Method in class g0301_0400.s0374_guess_number_higher_or_lower.Solution
H
- H2O - Class in g1101_1200.s1117_building_h2o
- H2O() - Constructor for class g1101_1200.s1117_building_h2o.H2O
- H2O.HydrogenRunnable - Class in g1101_1200.s1117_building_h2o
- H2O.OxygenRunnable - Class in g1101_1200.s1117_building_h2o
- halveArray(int[]) - Method in class g2201_2300.s2208_minimum_operations_to_halve_array_sum.Solution
- halvesAreAlike(String) - Method in class g1701_1800.s1704_determine_if_string_halves_are_alike.Solution
- hammingDistance(int, int) - Method in class g0401_0500.s0461_hamming_distance.Solution
- hammingWeight(int) - Method in class g0101_0200.s0191_number_of_1_bits.Solution
- hardestWorker(int[][]) - Method in class g2401_2500.s2432_the_employee_that_worked_on_the_longest_task.Solution
- hasAllCodes(String, int) - Method in class g1401_1500.s1461_check_if_a_string_contains_all_binary_codes_of_size_k.Solution
- hasAlternatingBits(int) - Method in class g0601_0700.s0693_binary_number_with_alternating_bits.Solution
- hasCycle(ListNode) - Method in class g0101_0200.s0141_linked_list_cycle.Solution
- hasGroupsSizeX(int[]) - Method in class g0901_1000.s0914_x_of_a_kind_in_a_deck_of_cards.Solution
- hasNext() - Method in class g0101_0200.s0173_binary_search_tree_iterator.BSTIterator
- hasNext() - Method in class g0201_0300.s0284_peeking_iterator.PeekingIterator
- hasNext() - Method in class g0301_0400.s0341_flatten_nested_list_iterator.NestedIterator
- hasNext() - Method in class g1201_1300.s1286_iterator_for_combination.CombinationIterator
- hasPathSum(TreeNode, int) - Method in class g0101_0200.s0112_path_sum.Solution
- hasValidPath(char[][]) - Method in class g2201_2300.s2267_check_if_there_is_a_valid_parentheses_string_path.Solution
- hasValidPath(int[][]) - Method in class g1301_1400.s1391_check_if_there_is_a_valid_path_in_a_grid.Solution
- haveConflict(String[], String[]) - Method in class g2401_2500.s2446_determine_if_two_events_have_conflict.Solution
- heightChecker(int[]) - Method in class g1001_1100.s1051_height_checker.Solution
- helper(TreeNode, int, long) - Method in class g0401_0500.s0437_path_sum_iii.Solution
- helper(String, int) - Method in class g1101_1200.s1138_alphabet_board_path.Solution
- helper(String, int, String) - Method in class g0701_0800.s0784_letter_case_permutation.Solution
- highestPeak(int[][]) - Method in class g1701_1800.s1765_map_of_highest_peak.Solution
- highestRankedKItems(int[][], int[], int[], int) - Method in class g2101_2200.s2146_k_highest_ranked_items_within_a_price_range.Solution
- highestRated(String) - Method in class g2301_2400.s2353_design_a_food_rating_system.FoodRatings
- hIndex(int[]) - Method in class g0201_0300.s0274_h_index.Solution
- hIndex(int[]) - Method in class g0201_0300.s0275_h_index_ii.Solution
- hitBricks(int[][], int[][]) - Method in class g0801_0900.s0803_bricks_falling_when_hit.Solution
- hydrogen(Runnable) - Method in class g1101_1200.s1117_building_h2o.H2O
- HydrogenRunnable(H2O) - Constructor for class g1101_1200.s1117_building_h2o.H2O.HydrogenRunnable
I
- id - Variable in class com_github_leetcode.Employee
-
It's the unique id of each node; unique id of this employee
- idealArrays(int, int) - Method in class g2301_2400.s2338_count_the_number_of_ideal_arrays.Solution
- imageSmoother(int[][]) - Method in class g0601_0700.s0661_image_smoother.Solution
- importance - Variable in class com_github_leetcode.Employee
-
the importance value of this employee
- inc(String) - Method in class g0401_0500.s0432_all_oone_data_structure.AllOne
- increasingBST(TreeNode) - Method in class g0801_0900.s0897_increasing_order_search_tree.Solution
- increasingTriplet(int[]) - Method in class g0301_0400.s0334_increasing_triplet_subsequence.Solution
- increment(int, int) - Method in class g1301_1400.s1381_design_a_stack_with_increment_operation.CustomStack
- inorderTraversal(TreeNode) - Method in class g0001_0100.s0094_binary_tree_inorder_traversal.Solution
- inorderTraversal(TreeNode, List<Integer>) - Method in class g0001_0100.s0094_binary_tree_inorder_traversal.Solution
- insert(int) - Method in class g0301_0400.s0380_insert_delete_getrandom_o1.RandomizedSet
- insert(int) - Method in class g0301_0400.s0381_insert_delete_getrandom_o1_duplicates_allowed.RandomizedCollection
- insert(int) - Method in class g0901_1000.s0919_complete_binary_tree_inserter.CBTInserter
- insert(int[][], int[]) - Method in class g0001_0100.s0057_insert_interval.Solution
- insert(int, String) - Method in class g1601_1700.s1656_design_an_ordered_stream.OrderedStream
- insert(String) - Method in class g0201_0300.s0208_implement_trie_prefix_tree.Trie
- insert(String) - Method in class g1001_1100.s1032_stream_of_characters.StreamChecker
- insert(String, int) - Method in class g0601_0700.s0677_map_sum_pairs.MapSum
- insert(String, int) - Method in class g0701_0800.s0745_prefix_and_suffix_search.WordFilter
- insertFront(int) - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
- insertIntoBST(TreeNode, int) - Method in class g0701_0800.s0701_insert_into_a_binary_search_tree.Solution
- insertIntoMaxTree(TreeNode, int) - Method in class g0901_1000.s0998_maximum_binary_tree_ii.Solution
- insertionSortList(ListNode) - Method in class g0101_0200.s0147_insertion_sort_list.Solution
- insertLast(int) - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
- integerBreak(int) - Method in class g0301_0400.s0343_integer_break.Solution
- integerReplacement(int) - Method in class g0301_0400.s0397_integer_replacement.Solution
- interchangeableRectangles(int[][]) - Method in class g2001_2100.s2001_number_of_pairs_of_interchangeable_rectangles.Solution
- interpret(String) - Method in class g1601_1700.s1678_goal_parser_interpretation.Solution
- intersect(int[], int[]) - Method in class g0301_0400.s0350_intersection_of_two_arrays_ii.Solution
- intersect(Node, Node) - Method in class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Solution
- intersection(int[][]) - Method in class g2201_2300.s2248_intersection_of_multiple_arrays.Solution
- intersection(int[], int[]) - Method in class g0301_0400.s0349_intersection_of_two_arrays.Solution
- intersectionSizeTwo(int[][]) - Method in class g0701_0800.s0757_set_intersection_size_at_least_two.Solution
- intervalIntersection(int[][], int[][]) - Method in class g0901_1000.s0986_interval_list_intersections.Solution
- intToRoman(int) - Method in class g0001_0100.s0012_integer_to_roman.Solution
- invalidTransactions(String[]) - Method in class g1101_1200.s1169_invalid_transactions.Solution
- invertTree(TreeNode) - Method in class g0201_0300.s0226_invert_binary_tree.Solution
- isAdditiveNumber(String) - Method in class g0301_0400.s0306_additive_number.Solution
- isAlienSorted(String[], String) - Method in class g0901_1000.s0953_verifying_an_alien_dictionary.Solution
- isAnagram(String, String) - Method in class g0201_0300.s0242_valid_anagram.Solution
- isBadVersion(int) - Method in class g0201_0300.s0278_first_bad_version.VersionControl
- isBalanced(TreeNode) - Method in class g0101_0200.s0110_balanced_binary_tree.Solution
- isBipartite(int[][]) - Method in class g0701_0800.s0785_is_graph_bipartite.Solution
- isBoomerang(int[][]) - Method in class g1001_1100.s1037_valid_boomerang.Solution
- isCompleteTree(TreeNode) - Method in class g0901_1000.s0958_check_completeness_of_a_binary_tree.Solution
- isCousins(TreeNode, int, int) - Method in class g0901_1000.s0993_cousins_in_binary_tree.Solution
- isCovered(int[][], int, int) - Method in class g1801_1900.s1893_check_if_all_the_integers_in_a_range_are_covered.Solution
- isEmpty() - Method in class g0601_0700.s0622_design_circular_queue.MyCircularQueue
- isEmpty() - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
- isEscapePossible(int[][], int[], int[]) - Method in class g1001_1100.s1036_escape_a_large_maze.Solution
- isEvenOddTree(TreeNode) - Method in class g1601_1700.s1609_even_odd_tree.Solution
- isFull() - Method in class g0601_0700.s0622_design_circular_queue.MyCircularQueue
- isFull() - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
- isGoodArray(int[]) - Method in class g1201_1300.s1250_check_if_it_is_a_good_array.Solution
- isHappy(int) - Method in class g0201_0300.s0202_happy_number.Solution
- isIdealPermutation(int[]) - Method in class g0701_0800.s0775_global_and_local_inversions.Solution
- isInteger() - Method in class com_github_leetcode.NestedInteger
- isInterleave(String, String, String) - Method in class g0001_0100.s0097_interleaving_string.Solution
- isInterleave(String, String, String, int, int, int, Boolean[][]) - Method in class g0001_0100.s0097_interleaving_string.Solution
- isIsomorphic(String, String) - Method in class g0201_0300.s0205_isomorphic_strings.Solution
- islandPerimeter(int[][]) - Method in class g0401_0500.s0463_island_perimeter.Solution
- isLeaf - Variable in class g0401_0500.s0427_construct_quad_tree.Node
- isLeaf - Variable in class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node
- isLongPressedName(String, String) - Method in class g0901_1000.s0925_long_pressed_name.Solution
- isMatch(String, String) - Method in class g0001_0100.s0010_regular_expression_matching.Solution
- isMatch(String, String) - Method in class g0001_0100.s0044_wildcard_matching.Solution
- isMonotonic(int[]) - Method in class g0801_0900.s0896_monotonic_array.Solution
- isNStraightHand(int[], int) - Method in class g0801_0900.s0846_hand_of_straights.Solution
- isNumber(String) - Method in class g0001_0100.s0065_valid_number.Solution
- isOneBitCharacter(int[]) - Method in class g0701_0800.s0717_1_bit_and_2_bit_characters.Solution
- isPalindrome(int) - Method in class g0001_0100.s0009_palindrome_number.Solution
- isPalindrome(ListNode) - Method in class g0201_0300.s0234_palindrome_linked_list.Solution
- isPalindrome(String) - Method in class g0101_0200.s0125_valid_palindrome.Solution
- isPalindrome(String) - Static method in class g2101_2200.s2108_find_first_palindromic_string_in_the_array.Solution
- isPathCrossing(String) - Method in class g1401_1500.s1496_path_crossing.Solution
- isPerfectSquare(int) - Method in class g0301_0400.s0367_valid_perfect_square.Solution
- isPossible(int[]) - Method in class g0601_0700.s0659_split_array_into_consecutive_subsequences.Solution
- isPossible(int[]) - Method in class g1301_1400.s1354_construct_target_array_with_multiple_sums.Solution
- isPossibleDivide(int[], int) - Method in class g1201_1300.s1296_divide_array_in_sets_of_k_consecutive_numbers.Solution
- isPowerOfFour(int) - Method in class g0301_0400.s0342_power_of_four.Solution
- isPowerOfThree(int) - Method in class g0301_0400.s0326_power_of_three.Solution
- isPowerOfTwo(int) - Method in class g0201_0300.s0231_power_of_two.Solution
- isPrefixOfWord(String, String) - Method in class g1401_1500.s1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentence.Solution
- isPrefixString(String, String[]) - Method in class g1901_2000.s1961_check_if_string_is_a_prefix_of_array.Solution
- isPrintable(int[][]) - Method in class g1501_1600.s1591_strange_printer_ii.Solution
- isRationalEqual(String, String) - Method in class g0901_1000.s0972_equal_rational_numbers.Solution
- isRectangleCover(int[][]) - Method in class g0301_0400.s0391_perfect_rectangle.Solution
- isRectangleOverlap(int[], int[]) - Method in class g0801_0900.s0836_rectangle_overlap.Solution
- isRobotBounded(String) - Method in class g1001_1100.s1041_robot_bounded_in_circle.Solution
- isSameAfterReversals(int) - Method in class g2101_2200.s2119_a_number_after_a_double_reversal.Solution
- isSameTree(TreeNode, TreeNode) - Method in class g0001_0100.s0100_same_tree.Solution
- isScramble(String, String) - Method in class g0001_0100.s0087_scramble_string.Solution
- isSelfCrossing(int[]) - Method in class g0301_0400.s0335_self_crossing.Solution
- isSolvable(String[], String) - Method in class g1301_1400.s1307_verbal_arithmetic_puzzle.Solution
- isStrictlyPalindromic(int) - Method in class g2301_2400.s2396_strictly_palindromic_number.Solution
- isSubPath(ListNode, TreeNode) - Method in class g1301_1400.s1367_linked_list_in_binary_tree.Solution
- isSubsequence(String, String) - Method in class g0301_0400.s0392_is_subsequence.Solution
- isSubtree(TreeNode, TreeNode) - Method in class g0501_0600.s0572_subtree_of_another_tree.Solution
- isSumEqual(String, String, String) - Method in class g1801_1900.s1880_check_if_word_equals_summation_of_two_words.Solution
- isSymmetric(TreeNode) - Method in class g0101_0200.s0101_symmetric_tree.Solution
- isThree(int) - Method in class g1901_2000.s1952_three_divisors.Solution
- isToeplitzMatrix(int[][]) - Method in class g0701_0800.s0766_toeplitz_matrix.Solution
- isTransformable(String, String) - Method in class g1501_1600.s1585_check_if_string_is_transformable_with_substring_sort_operations.Solution
- isUgly(int) - Method in class g0201_0300.s0263_ugly_number.Solution
- isUnivalTree(TreeNode) - Method in class g0901_1000.s0965_univalued_binary_tree.Solution
- isValid(String) - Method in class g0001_0100.s0020_valid_parentheses.Solution
- isValid(String) - Method in class g0501_0600.s0591_tag_validator.Solution
- isValid(String) - Method in class g1001_1100.s1003_check_if_word_is_valid_after_substitutions.Solution
- isValidBST(TreeNode) - Method in class g0001_0100.s0098_validate_binary_search_tree.Solution
- isValidSerialization(String) - Method in class g0301_0400.s0331_verify_preorder_serialization_of_a_binary_tree.Solution
- isValidSudoku(char[][]) - Method in class g0001_0100.s0036_valid_sudoku.Solution
J
- jobScheduling(int[], int[], int[]) - Method in class g1201_1300.s1235_maximum_profit_in_job_scheduling.Solution
- judgeCircle(String) - Method in class g0601_0700.s0657_robot_return_to_origin.Solution
- judgePoint24(int[]) - Method in class g0601_0700.s0679_24_game.Solution
- judgeSquareSum(int) - Method in class g0601_0700.s0633_sum_of_square_numbers.Solution
- jump(int[]) - Method in class g0001_0100.s0045_jump_game_ii.Solution
K
- kClosest(int[][], int) - Method in class g0901_1000.s0973_k_closest_points_to_origin.Solution
- kConcatenationMaxSum(int[], int) - Method in class g1101_1200.s1191_k_concatenation_maximum_sum.Solution
- kidsWithCandies(int[], int) - Method in class g1401_1500.s1431_kids_with_the_greatest_number_of_candies.Solution
- kIncreasing(int[], int) - Method in class g2101_2200.s2111_minimum_operations_to_make_the_array_k_increasing.Solution
- kInversePairs(int, int) - Method in class g0601_0700.s0629_k_inverse_pairs_array.Solution
- kLengthApart(int[], int) - Method in class g1401_1500.s1437_check_if_all_1s_are_at_least_length_k_places_away.Solution
- kMirror(int, int) - Method in class g2001_2100.s2081_sum_of_k_mirror_numbers.Solution
- knightDialer(int) - Method in class g0901_1000.s0935_knight_dialer.Solution
- knightProbability(int, int, int, int) - Method in class g0601_0700.s0688_knight_probability_in_chessboard.Solution
- kSimilarity(String, String) - Method in class g0801_0900.s0854_k_similar_strings.Solution
- kSmallestPairs(int[], int[], int) - Method in class g0301_0400.s0373_find_k_pairs_with_smallest_sums.Solution
- kSum(int[], int) - Method in class g2301_2400.s2386_find_the_k_sum_of_an_array.Solution
- kthDistinct(String[], int) - Method in class g2001_2100.s2053_kth_distinct_string_in_an_array.Solution
- kthFactor(int, int) - Method in class g1401_1500.s1492_the_kth_factor_of_n.Solution
- kthGrammar(int, int) - Method in class g0701_0800.s0779_k_th_symbol_in_grammar.Solution
- KthLargest - Class in g0701_0800.s0703_kth_largest_element_in_a_stream
- KthLargest(int, int[]) - Constructor for class g0701_0800.s0703_kth_largest_element_in_a_stream.KthLargest
- kthLargestNumber(String[], int) - Method in class g1901_2000.s1985_find_the_kth_largest_integer_in_the_array.Solution
- kthLargestValue(int[][], int) - Method in class g1701_1800.s1738_find_kth_largest_xor_coordinate_value.Solution
- kthPalindrome(int[], int) - Method in class g2201_2300.s2217_find_palindrome_with_fixed_length.Solution
- kthSmallest(int[][], int) - Method in class g0301_0400.s0378_kth_smallest_element_in_a_sorted_matrix.Solution
- kthSmallest(int[][], int) - Method in class g1401_1500.s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows.Solution
- kthSmallest(TreeNode, int) - Method in class g0201_0300.s0230_kth_smallest_element_in_a_bst.Solution
- kthSmallestPath(int[], int) - Method in class g1601_1700.s1643_kth_smallest_instructions.Solution
- kthSmallestPrimeFraction(int[], int) - Method in class g0701_0800.s0786_k_th_smallest_prime_fraction.Solution
- kthSmallestProduct(int[], int[], long) - Method in class g2001_2100.s2040_kth_smallest_product_of_two_sorted_arrays.Solution
- kWeakestRows(int[][], int) - Method in class g1301_1400.s1337_the_k_weakest_rows_in_a_matrix.Solution
L
- ladderLength(String, String, List<String>) - Method in class g0101_0200.s0127_word_ladder.Solution
- largeGroupPositions(String) - Method in class g0801_0900.s0830_positions_of_large_groups.Solution
- largest1BorderedSquare(int[][]) - Method in class g1101_1200.s1139_largest_1_bordered_square.Solution
- largestAltitude(int[]) - Method in class g1701_1800.s1732_find_the_highest_altitude.Solution
- largestCombination(int[]) - Method in class g2201_2300.s2275_largest_combination_with_bitwise_and_greater_than_zero.Solution
- largestComponentSize(int[]) - Method in class g0901_1000.s0952_largest_component_size_by_common_factor.Solution
- largestDivisibleSubset(int[]) - Method in class g0301_0400.s0368_largest_divisible_subset.Solution
- largestGoodInteger(String) - Method in class g2201_2300.s2264_largest_3_same_digit_number_in_string.Solution
- largestInteger(int) - Method in class g2201_2300.s2231_largest_number_after_digit_swaps_by_parity.Solution
- largestIsland(int[][]) - Method in class g0801_0900.s0827_making_a_large_island.Solution
- largestLocal(int[][]) - Method in class g2301_2400.s2373_largest_local_values_in_a_matrix.Solution
- largestMagicSquare(int[][]) - Method in class g1801_1900.s1895_largest_magic_square.Solution
- largestMerge(String, String) - Method in class g1701_1800.s1754_largest_merge_of_two_strings.Solution
- largestMultipleOfThree(int[]) - Method in class g1301_1400.s1363_largest_multiple_of_three.Solution
- largestNumber(int[]) - Method in class g0101_0200.s0179_largest_number.Solution
- largestNumber(int[], int) - Method in class g1401_1500.s1449_form_largest_integer_with_digits_that_add_up_to_target.Solution
- largestOddNumber(String) - Method in class g1901_2000.s1903_largest_odd_number_in_string.Solution
- largestOverlap(int[][], int[][]) - Method in class g0801_0900.s0835_image_overlap.Solution
- largestPalindrome(int) - Method in class g0401_0500.s0479_largest_palindrome_product.Solution
- largestPalindromic(String) - Method in class g2301_2400.s2384_largest_palindromic_number.Solution
- largestPathValue(String, int[][]) - Method in class g1801_1900.s1857_largest_color_value_in_a_directed_graph.Solution
- largestPerimeter(int[]) - Method in class g0901_1000.s0976_largest_perimeter_triangle.Solution
- largestRectangleArea(int[]) - Method in class g0001_0100.s0084_largest_rectangle_in_histogram.Solution
- largestSubmatrix(int[][]) - Method in class g1701_1800.s1727_largest_submatrix_with_rearrangements.Solution
- largestSumAfterKNegations(int[], int) - Method in class g1001_1100.s1005_maximize_sum_of_array_after_k_negations.Solution
- largestSumOfAverages(int[], int) - Method in class g0801_0900.s0813_largest_sum_of_averages.Solution
- largestTimeFromDigits(int[]) - Method in class g0901_1000.s0949_largest_time_for_given_digits.Solution
- largestTriangleArea(int[][]) - Method in class g0801_0900.s0812_largest_triangle_area.Solution
- largestValsFromLabels(int[], int[], int, int) - Method in class g1001_1100.s1090_largest_values_from_labels.Solution
- largestValues(TreeNode) - Method in class g0501_0600.s0515_find_largest_value_in_each_tree_row.Solution
- largestVariance(String) - Method in class g2201_2300.s2272_substring_with_largest_variance.Solution
- largestWordCount(String[], String[]) - Method in class g2201_2300.s2284_sender_with_largest_word_count.Solution
- lastRemaining(int) - Method in class g0301_0400.s0390_elimination_game.Solution
- lastStoneWeight(int[]) - Method in class g1001_1100.s1046_last_stone_weight.Solution
- lastStoneWeightII(int[]) - Method in class g1001_1100.s1049_last_stone_weight_ii.Solution
- lastSubstring(String) - Method in class g1101_1200.s1163_last_substring_in_lexicographical_order.Solution
- latestDayToCross(int, int, int[][]) - Method in class g1901_2000.s1970_last_day_where_you_can_still_cross.Solution
- latestTimeCatchTheBus(int[], int[], int) - Method in class g2301_2400.s2332_the_latest_time_to_catch_a_bus.Solution
- lcaDeepestLeaves(TreeNode) - Method in class g1101_1200.s1123_lowest_common_ancestor_of_deepest_leaves.Solution
- leafSimilar(TreeNode, TreeNode) - Method in class g0801_0900.s0872_leaf_similar_trees.Solution
- leastBricks(List<List<Integer>>) - Method in class g0501_0600.s0554_brick_wall.Solution
- leastInterval(char[], int) - Method in class g0601_0700.s0621_task_scheduler.Solution
- leastOpsExpressTarget(int, int) - Method in class g0901_1000.s0964_least_operators_to_express_number.Solution
- leave(int) - Method in class g0801_0900.s0855_exam_room.ExamRoom
- left - Variable in class com_github_leetcode.left_right.Node
- left - Variable in class com_github_leetcode.TreeNode
- lemonadeChange(int[]) - Method in class g0801_0900.s0860_lemonade_change.Solution
- len() - Method in class g0201_0300.s0212_word_search_ii.Tree
- lengthLongestPath(String) - Method in class g0301_0400.s0388_longest_absolute_file_path.Solution
- lengthOfLastWord(String) - Method in class g0001_0100.s0058_length_of_last_word.Solution
- lengthOfLIS(int[]) - Method in class g0201_0300.s0300_longest_increasing_subsequence.Solution
- lengthOfLIS(int[], int) - Method in class g2401_2500.s2407_longest_increasing_subsequence_ii.Solution
- lengthOfLongestSubstring(String) - Method in class g0001_0100.s0003_longest_substring_without_repeating_characters.Solution
- lenLongestFibSubseq(int[]) - Method in class g0801_0900.s0873_length_of_longest_fibonacci_subsequence.Solution
- letterCasePermutation(String) - Method in class g0701_0800.s0784_letter_case_permutation.Solution
- letterCombinations(String) - Method in class g0001_0100.s0017_letter_combinations_of_a_phone_number.Solution
- levelOrder(Node) - Method in class g0401_0500.s0429_n_ary_tree_level_order_traversal.Solution
- levelOrder(TreeNode) - Method in class g0101_0200.s0102_binary_tree_level_order_traversal.Solution
- levelOrderBottom(TreeNode) - Method in class g0101_0200.s0107_binary_tree_level_order_traversal_ii.Solution
- lexicalOrder(int) - Method in class g0301_0400.s0386_lexicographical_numbers.Solution
- LFUCache - Class in g0401_0500.s0460_lfu_cache
- LFUCache(int) - Constructor for class g0401_0500.s0460_lfu_cache.LFUCache
- licenseKeyFormatting(String, int) - Method in class g0401_0500.s0482_license_key_formatting.Solution
- ListNode - Class in com_github_leetcode
- ListNode() - Constructor for class com_github_leetcode.ListNode
- ListNode(int) - Constructor for class com_github_leetcode.ListNode
- ListNode(int, ListNode) - Constructor for class com_github_leetcode.ListNode
- lock(int, int) - Method in class g1901_2000.s1993_operations_on_tree.LockingTree
- LockingTree - Class in g1901_2000.s1993_operations_on_tree
- LockingTree(int[]) - Constructor for class g1901_2000.s1993_operations_on_tree.LockingTree
- longest() - Method in class g2401_2500.s2424_longest_uploaded_prefix.LUPrefix
- longestArithSeqLength(int[]) - Method in class g1001_1100.s1027_longest_arithmetic_subsequence.Solution
- longestAwesome(String) - Method in class g1501_1600.s1542_find_longest_awesome_substring.Solution
- longestBeautifulSubstring(String) - Method in class g1801_1900.s1839_longest_substring_of_all_vowels_in_order.Solution
- longestCommonPrefix(String[]) - Method in class g0001_0100.s0014_longest_common_prefix.Solution
- longestCommonSubpath(int, int[][]) - Method in class g1901_2000.s1923_longest_common_subpath.Solution
- longestCommonSubsequence(String, String) - Method in class g1101_1200.s1143_longest_common_subsequence.Solution
- longestConsecutive(int[]) - Method in class g0101_0200.s0128_longest_consecutive_sequence.Solution
- longestContinuousSubstring(String) - Method in class g2401_2500.s2414_length_of_the_longest_alphabetical_continuous_substring.Solution
- longestCycle(int[]) - Method in class g2301_2400.s2360_longest_cycle_in_a_graph.Solution
- longestDecomposition(String) - Method in class g1101_1200.s1147_longest_chunked_palindrome_decomposition.Solution
- longestDiverseString(int, int, int) - Method in class g1401_1500.s1405_longest_happy_string.Solution
- longestDupSubstring(String) - Method in class g1001_1100.s1044_longest_duplicate_substring.Solution
- longestIdealString(String, int) - Method in class g2301_2400.s2370_longest_ideal_subsequence.Solution
- longestIncreasingPath(int[][]) - Method in class g0301_0400.s0329_longest_increasing_path_in_a_matrix.Solution
- longestMountain(int[]) - Method in class g0801_0900.s0845_longest_mountain_in_array.Solution
- longestNiceSubarray(int[]) - Method in class g2401_2500.s2401_longest_nice_subarray.Solution
- longestNiceSubstring(String) - Method in class g1701_1800.s1763_longest_nice_substring.Solution
- longestObstacleCourseAtEachPosition(int[]) - Method in class g1901_2000.s1964_find_the_longest_valid_obstacle_course_at_each_position.Solution
- longestOnes(int[], int) - Method in class g1001_1100.s1004_max_consecutive_ones_iii.Solution
- longestPalindrome(String) - Method in class g0001_0100.s0005_longest_palindromic_substring.Solution
- longestPalindrome(String) - Method in class g0401_0500.s0409_longest_palindrome.Solution
- longestPalindrome(String[]) - Method in class g2101_2200.s2131_longest_palindrome_by_concatenating_two_letter_words.Solution
- longestPalindrome(String, String) - Method in class g1701_1800.s1771_maximize_palindrome_length_from_subsequences.Solution
- longestPalindromeSubseq(String) - Method in class g0501_0600.s0516_longest_palindromic_subsequence.Solution
- longestPath(int[], String) - Method in class g2201_2300.s2246_longest_path_with_different_adjacent_characters.Solution
- longestPrefix(String) - Method in class g1301_1400.s1392_longest_happy_prefix.Solution
- longestRepeating(String, String, int[]) - Method in class g2201_2300.s2213_longest_substring_of_one_repeating_character.Solution
- longestStrChain(String[]) - Method in class g1001_1100.s1048_longest_string_chain.Solution
- longestSubarray(int[]) - Method in class g1401_1500.s1493_longest_subarray_of_1s_after_deleting_one_element.Solution
- longestSubarray(int[]) - Method in class g2401_2500.s2419_longest_subarray_with_maximum_bitwise_and.Solution
- longestSubarray(int[], int) - Method in class g1401_1500.s1438_longest_continuous_subarray_with_absolute_diff_less_than_or_equal_to_limit.Solution
- longestSubsequence(int[], int) - Method in class g1201_1300.s1218_longest_arithmetic_subsequence_of_given_difference.Solution
- longestSubsequence(String, int) - Method in class g2301_2400.s2311_longest_binary_subsequence_less_than_or_equal_to_k.Solution
- longestSubsequenceRepeatedK(String, int) - Method in class g2001_2100.s2014_longest_subsequence_repeated_k_times.Solution
- longestSubstring(String, int) - Method in class g0301_0400.s0395_longest_substring_with_at_least_k_repeating_characters.Solution
- longestUnivaluePath(TreeNode) - Method in class g0601_0700.s0687_longest_univalue_path.Solution
- longestValidParentheses(String) - Method in class g0001_0100.s0032_longest_valid_parentheses.Solution
- longestWord(String[]) - Method in class g0701_0800.s0720_longest_word_in_dictionary.Solution
- longestWPI(int[]) - Method in class g1101_1200.s1124_longest_well_performing_interval.Solution
- longestZigZag(TreeNode) - Method in class g1301_1400.s1372_longest_zigzag_path_in_a_binary_tree.Solution
- loudAndRich(int[][], int[]) - Method in class g0801_0900.s0851_loud_and_rich.Solution
- lowestCommonAncestor(TreeNode, TreeNode, TreeNode) - Method in class g0201_0300.s0235_lowest_common_ancestor_of_a_binary_search_tree.Solution
- lowestCommonAncestor(TreeNode, TreeNode, TreeNode) - Method in class g0201_0300.s0236_lowest_common_ancestor_of_a_binary_tree.Solution
- LRUCache - Class in g0101_0200.s0146_lru_cache
- LRUCache(int) - Constructor for class g0101_0200.s0146_lru_cache.LRUCache
- luckyNumbers(int[][]) - Method in class g1301_1400.s1380_lucky_numbers_in_a_matrix.Solution
- LUPrefix - Class in g2401_2500.s2424_longest_uploaded_prefix
- LUPrefix(int) - Constructor for class g2401_2500.s2424_longest_uploaded_prefix.LUPrefix
M
- magicalString(int) - Method in class g0401_0500.s0481_magical_string.Solution
- MagicDictionary - Class in g0601_0700.s0676_implement_magic_dictionary
- MagicDictionary() - Constructor for class g0601_0700.s0676_implement_magic_dictionary.MagicDictionary
- MajorityChecker - Class in g1101_1200.s1157_online_majority_element_in_subarray
- MajorityChecker(int[]) - Constructor for class g1101_1200.s1157_online_majority_element_in_subarray.MajorityChecker
- majorityElement(int[]) - Method in class g0101_0200.s0169_majority_element.Solution
- majorityElement(int[]) - Method in class g0201_0300.s0229_majority_element_ii.Solution
- makeArrayIncreasing(int[], int[]) - Method in class g1101_1200.s1187_make_array_strictly_increasing.Solution
- makeConnected(int, int[][]) - Method in class g1301_1400.s1319_number_of_operations_to_make_network_connected.Solution
- makeEqual(String[]) - Method in class g1801_1900.s1897_redistribute_characters_to_make_all_strings_equal.Solution
- makeFancyString(String) - Method in class g1901_2000.s1957_delete_characters_to_make_fancy_string.Solution
- makeGood(String) - Method in class g1501_1600.s1544_make_the_string_great.Solution
- makeIntegerBeautiful(long, int) - Method in class g2401_2500.s2457_minimum_addition_to_make_integer_beautiful.Solution
- makeLargestSpecial(String) - Method in class g0701_0800.s0761_special_binary_string.Solution
- makeSimilar(int[], int[]) - Method in class g2401_2500.s2449_minimum_number_of_operations_to_make_arrays_similar.Solution
- makesquare(int[]) - Method in class g0401_0500.s0473_matchsticks_to_square.Solution
- makeStringSorted(String) - Method in class g1801_1900.s1830_minimum_number_of_operations_to_make_string_sorted.Solution
- MapSum - Class in g0601_0700.s0677_map_sum_pairs
- MapSum() - Constructor for class g0601_0700.s0677_map_sum_pairs.MapSum
- maskPII(String) - Method in class g0801_0900.s0831_masking_personal_information.Solution
- matchPlayersAndTrainers(int[], int[]) - Method in class g2401_2500.s2410_maximum_matching_of_players_with_trainers.Solution
- matchReplacement(String, String, char[][]) - Method in class g2301_2400.s2301_match_substring_after_replacement.Solution
- matrixBlockSum(int[][], int) - Method in class g1301_1400.s1314_matrix_block_sum.Solution
- matrixRankTransform(int[][]) - Method in class g1601_1700.s1632_rank_transform_of_a_matrix.Solution
- matrixReshape(int[][], int, int) - Method in class g0501_0600.s0566_reshape_the_matrix.Solution
- matrixScore(int[][]) - Method in class g0801_0900.s0861_score_after_flipping_matrix.Solution
- maxAbsoluteSum(int[]) - Method in class g1701_1800.s1749_maximum_absolute_sum_of_any_subarray.Solution
- maxAbsValExpr(int[], int[]) - Method in class g1101_1200.s1131_maximum_of_absolute_value_expression.Solution
- maxAlternatingSum(int[]) - Method in class g1901_2000.s1911_maximum_alternating_subsequence_sum.Solution
- maxAncestorDiff(TreeNode) - Method in class g1001_1100.s1026_maximum_difference_between_node_and_ancestor.Solution
- maxArea(int[]) - Method in class g0001_0100.s0011_container_with_most_water.Solution
- maxArea(int, int, int[], int[]) - Method in class g1401_1500.s1465_maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts.Solution
- maxAreaOfIsland(int[][]) - Method in class g0601_0700.s0695_max_area_of_island.Solution
- maxAscendingSum(int[]) - Method in class g1701_1800.s1800_maximum_ascending_subarray_sum.Solution
- maxAverageRatio(int[][], int) - Method in class g1701_1800.s1792_maximum_average_pass_ratio.Solution
- maxBuilding(int, int[][]) - Method in class g1801_1900.s1840_maximum_building_height.Solution
- maxCandies(int[], int[], int[][], int[][], int[]) - Method in class g1201_1300.s1298_maximum_candies_you_can_get_from_boxes.Solution
- maxChunksToSorted(int[]) - Method in class g0701_0800.s0768_max_chunks_to_make_sorted_ii.Solution
- maxChunksToSorted(int[]) - Method in class g0701_0800.s0769_max_chunks_to_make_sorted.Solution
- maxCoins(int[]) - Method in class g0301_0400.s0312_burst_balloons.Solution
- maxCoins(int[]) - Method in class g1501_1600.s1561_maximum_number_of_coins_you_can_get.Solution
- maxCompatibilitySum(int[][], int[][]) - Method in class g1901_2000.s1947_maximum_compatibility_score_sum.Solution
- maxConsecutive(int, int, int[]) - Method in class g2201_2300.s2274_maximum_consecutive_floors_without_special_floors.Solution
- maxConsecutiveAnswers(String, int) - Method in class g2001_2100.s2024_maximize_the_confusion_of_an_exam.Solution
- maxCount(int, int, int[][]) - Method in class g0501_0600.s0598_range_addition_ii.Solution
- maxDepth(Node) - Method in class g0501_0600.s0559_maximum_depth_of_n_ary_tree.Solution
- maxDepth(TreeNode) - Method in class g0101_0200.s0104_maximum_depth_of_binary_tree.Solution
- maxDepth(String) - Method in class g1601_1700.s1614_maximum_nesting_depth_of_the_parentheses.Solution
- maxDepthAfterSplit(String) - Method in class g1101_1200.s1111_maximum_nesting_depth_of_two_valid_parentheses_strings.Solution
- maxDiff(int) - Method in class g1401_1500.s1432_max_difference_you_can_get_from_changing_an_integer.Solution
- maxDistance(int[]) - Method in class g2001_2100.s2078_two_furthest_houses_with_different_colors.Solution
- maxDistance(int[][]) - Method in class g1101_1200.s1162_as_far_from_land_as_possible.Solution
- maxDistance(int[], int) - Method in class g1501_1600.s1552_magnetic_force_between_two_balls.Solution
- maxDistance(int[], int[]) - Method in class g1801_1900.s1855_maximum_distance_between_a_pair_of_values.Solution
- maxDistToClosest(int[]) - Method in class g0801_0900.s0849_maximize_distance_to_closest_person.Solution
- maxDotProduct(int[], int[]) - Method in class g1401_1500.s1458_max_dot_product_of_two_subsequences.Solution
- maxEnvelopes(int[][]) - Method in class g0301_0400.s0354_russian_doll_envelopes.Solution
- maxEqualFreq(int[]) - Method in class g1201_1300.s1224_maximum_equal_frequency.Solution
- maxEqualRowsAfterFlips(int[][]) - Method in class g1001_1100.s1072_flip_columns_for_maximum_number_of_equal_rows.Solution
- maxEvents(int[][]) - Method in class g1301_1400.s1353_maximum_number_of_events_that_can_be_attended.Solution
- maxFreq(String, int, int, int) - Method in class g1201_1300.s1297_maximum_number_of_occurrences_of_a_substring.Solution
- maxFrequency(int[], int) - Method in class g1801_1900.s1838_frequency_of_the_most_frequent_element.Solution
- maxGeneticDifference(int[], int[][]) - Method in class g1901_2000.s1938_maximum_genetic_difference_query.Solution
- maxHappyGroups(int, int[]) - Method in class g1801_1900.s1815_maximum_number_of_groups_getting_fresh_donuts.Solution
- maxHeight(int[][]) - Method in class g1601_1700.s1691_maximum_height_by_stacking_cuboids.Solution
- maxIceCream(int[], int) - Method in class g1801_1900.s1833_maximum_ice_cream_bars.Solution
- maximalNetworkRank(int, int[][]) - Method in class g1601_1700.s1615_maximal_network_rank.Solution
- maximalPathQuality(int[], int[][], int) - Method in class g2001_2100.s2065_maximum_path_quality_of_a_graph.Solution
- maximalRectangle(char[][]) - Method in class g0001_0100.s0085_maximal_rectangle.Solution
- maximalSquare(char[][]) - Method in class g0201_0300.s0221_maximal_square.Solution
- maximizeXor(int[], int[][]) - Method in class g1701_1800.s1707_maximum_xor_with_an_element_from_array.Solution
- maximum() - Method in class g2001_2100.s2034_stock_price_fluctuation.StockPrice
- maximum69Number(int) - Method in class g1301_1400.s1323_maximum_69_number.Solution
- maximumANDSum(int[], int) - Method in class g2101_2200.s2172_maximum_and_sum_of_array.Solution
- maximumBags(int[], int[], int) - Method in class g2201_2300.s2279_maximum_bags_with_full_capacity_of_rocks.Solution
- maximumBeauty(int[][], int[]) - Method in class g2001_2100.s2070_most_beautiful_item_for_each_query.Solution
- maximumBeauty(int[], long, int, int, int) - Method in class g2201_2300.s2234_maximum_total_beauty_of_the_gardens.Solution
- maximumBinaryString(String) - Method in class g1701_1800.s1702_maximum_binary_string_after_change.Solution
- maximumBobPoints(int, int[]) - Method in class g2201_2300.s2212_maximum_points_in_an_archery_competition.Solution
- maximumCandies(int[], long) - Method in class g2201_2300.s2226_maximum_candies_allocated_to_k_children.Solution
- maximumDetonation(int[][]) - Method in class g2101_2200.s2101_detonate_the_maximum_bombs.Solution
- maximumDifference(int[]) - Method in class g2001_2100.s2016_maximum_difference_between_increasing_elements.Solution
- maximumElementAfterDecrementingAndRearranging(int[]) - Method in class g1801_1900.s1846_maximum_element_after_decreasing_and_rearranging.Solution
- maximumEvenSplit(long) - Method in class g2101_2200.s2178_maximum_split_of_positive_even_integers.Solution
- maximumGain(String, int, int) - Method in class g1701_1800.s1717_maximum_score_from_removing_substrings.Solution
- maximumGap(int[]) - Method in class g0101_0200.s0164_maximum_gap.Solution
- maximumGood(int[][]) - Method in class g2101_2200.s2151_maximum_good_people_based_on_statements.Solution
- maximumGroups(int[]) - Method in class g2301_2400.s2358_maximum_number_of_groups_entering_a_competition.Solution
- maximumImportance(int, int[][]) - Method in class g2201_2300.s2285_maximum_total_importance_of_roads.Solution
- maximumInvitations(int[]) - Method in class g2101_2200.s2127_maximum_employees_to_be_invited_to_a_meeting.Solution
- maximumMinutes(int[][]) - Method in class g2201_2300.s2258_escape_the_spreading_fire.Solution
- maximumNumber(String, int[]) - Method in class g1901_2000.s1946_largest_number_after_mutating_substring.Solution
- maximumPopulation(int[][]) - Method in class g1801_1900.s1854_maximum_population_year.Solution
- maximumProduct(int[]) - Method in class g0601_0700.s0628_maximum_product_of_three_numbers.Solution
- maximumProduct(int[], int) - Method in class g2201_2300.s2233_maximum_product_after_k_increments.Solution
- maximumRemovals(String, String, int[]) - Method in class g1801_1900.s1898_maximum_number_of_removable_characters.Solution
- maximumRequests(int, int[][]) - Method in class g1601_1700.s1601_maximum_number_of_achievable_transfer_requests.Solution
- maximumRobots(int[], int[], long) - Method in class g2301_2400.s2398_maximum_number_of_robots_within_budget.Solution
- maximumRows(int[][], int) - Method in class g2301_2400.s2397_maximum_rows_covered_by_columns.Solution
- maximumScore(int[], int) - Method in class g1701_1800.s1793_maximum_score_of_a_good_subarray.Solution
- maximumScore(int[], int[]) - Method in class g1701_1800.s1770_maximum_score_from_performing_multiplication_operations.Solution
- maximumScore(int[], int[][]) - Method in class g2201_2300.s2242_maximum_score_of_a_node_sequence.Solution
- maximumScore(int, int, int) - Method in class g1701_1800.s1753_maximum_score_from_removing_stones.Solution
- maximumSegmentSum(int[], int[]) - Method in class g2301_2400.s2382_maximum_segment_sum_after_removals.Solution
- maximumsSplicedArray(int[], int[]) - Method in class g2301_2400.s2321_maximum_score_of_spliced_array.Solution
- maximumSubarraySum(int[], int) - Method in class g2401_2500.s2461_maximum_sum_of_distinct_subarrays_with_length_k.Solution
- maximumSubsequenceCount(String, String) - Method in class g2201_2300.s2207_maximize_number_of_subsequences_in_a_string.Solution
- maximumSum(int[]) - Method in class g1101_1200.s1186_maximum_subarray_sum_with_one_deletion.Solution
- maximumSum(int[]) - Method in class g2301_2400.s2342_max_sum_of_a_pair_with_equal_sum_of_digits.Solution
- maximumSwap(int) - Method in class g0601_0700.s0670_maximum_swap.Solution
- maximumTime(String) - Method in class g1701_1800.s1736_latest_time_by_replacing_hidden_digits.Solution
- maximumTop(int[], int) - Method in class g2201_2300.s2202_maximize_the_topmost_element_after_k_moves.Solution
- maximumUniqueSubarray(int[]) - Method in class g1601_1700.s1695_maximum_erasure_value.Solution
- maximumUnits(int[][], int) - Method in class g1701_1800.s1710_maximum_units_on_a_truck.Solution
- maximumWealth(int[][]) - Method in class g1601_1700.s1672_richest_customer_wealth.Solution
- maximumWhiteTiles(int[][], int) - Method in class g2201_2300.s2271_maximum_white_tiles_covered_by_a_carpet.Solution
- maximumXOR(int[]) - Method in class g2301_2400.s2317_maximum_xor_after_operations.Solution
- maxIncreaseKeepingSkyline(int[][]) - Method in class g0801_0900.s0807_max_increase_to_keep_city_skyline.Solution
- maxJumps(int[], int) - Method in class g1301_1400.s1340_jump_game_v.Solution
- maxLength(List<String>) - Method in class g1201_1300.s1239_maximum_length_of_a_concatenated_string_with_unique_characters.Solution
- maxLengthBetweenEqualCharacters(String) - Method in class g1601_1700.s1624_largest_substring_between_two_equal_characters.Solution
- maxLevelSum(TreeNode) - Method in class g1101_1200.s1161_maximum_level_sum_of_a_binary_tree.Solution
- maxMatrixSum(int[][]) - Method in class g1901_2000.s1975_maximum_matrix_sum.Solution
- maxNiceDivisors(int) - Method in class g1801_1900.s1808_maximize_number_of_nice_divisors.Solution
- maxNonOverlapping(int[], int) - Method in class g1501_1600.s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target.Solution
- maxNumber(int[], int[], int) - Method in class g0301_0400.s0321_create_maximum_number.Solution
- maxNumberOfBalloons(String) - Method in class g1101_1200.s1189_maximum_number_of_balloons.Solution
- maxNumberOfFamilies(int, int[][]) - Method in class g1301_1400.s1386_cinema_seat_allocation.Solution
- maxNumEdgesToRemove(int, int[][]) - Method in class g1501_1600.s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable.Solution
- maxNumOfSubstrings(String) - Method in class g1501_1600.s1520_maximum_number_of_non_overlapping_substrings.Solution
- maxOperations(int[], int) - Method in class g1601_1700.s1679_max_number_of_k_sum_pairs.Solution
- maxPathSum(TreeNode) - Method in class g0101_0200.s0124_binary_tree_maximum_path_sum.Solution
- maxPerformance(int, int[], int[], int) - Method in class g1301_1400.s1383_maximum_performance_of_a_team.Solution
- maxPoints(int[][]) - Method in class g0101_0200.s0149_max_points_on_a_line.Solution
- maxPoints(int[][]) - Method in class g1901_2000.s1937_maximum_number_of_points_with_cost.Solution
- maxPower(String) - Method in class g1401_1500.s1446_consecutive_characters.Solution
- maxProbability(int, int[][], double[], int, int) - Method in class g1501_1600.s1514_path_with_maximum_probability.Solution
- maxProduct(int[]) - Method in class g0101_0200.s0152_maximum_product_subarray.Solution
- maxProduct(int[]) - Method in class g1401_1500.s1464_maximum_product_of_two_elements_in_an_array.Solution
- maxProduct(TreeNode) - Method in class g1301_1400.s1339_maximum_product_of_splitted_binary_tree.Solution
- maxProduct(String) - Method in class g1901_2000.s1960_maximum_product_of_the_length_of_two_palindromic_substrings.Solution
- maxProduct(String) - Method in class g2001_2100.s2002_maximum_product_of_the_length_of_two_palindromic_subsequences.Solution
- maxProduct(String[]) - Method in class g0301_0400.s0318_maximum_product_of_word_lengths.Solution
- maxProductDifference(int[]) - Method in class g1901_2000.s1913_maximum_product_difference_between_two_pairs.Solution
- maxProductPath(int[][]) - Method in class g1501_1600.s1594_maximum_non_negative_product_in_a_matrix.Solution
- maxProfit(int[]) - Method in class g0101_0200.s0121_best_time_to_buy_and_sell_stock.Solution
- maxProfit(int[]) - Method in class g0101_0200.s0122_best_time_to_buy_and_sell_stock_ii.Solution
- maxProfit(int[]) - Method in class g0101_0200.s0123_best_time_to_buy_and_sell_stock_iii.Solution
- maxProfit(int[]) - Method in class g0301_0400.s0309_best_time_to_buy_and_sell_stock_with_cooldown.Solution
- maxProfit(int[], int) - Method in class g0701_0800.s0714_best_time_to_buy_and_sell_stock_with_transaction_fee.Solution
- maxProfit(int[], int) - Method in class g1601_1700.s1648_sell_diminishing_valued_colored_balls.Solution
- maxProfit(int, int[]) - Method in class g0101_0200.s0188_best_time_to_buy_and_sell_stock_iv.Solution
- maxProfitAssignment(int[], int[], int[]) - Method in class g0801_0900.s0826_most_profit_assigning_work.Solution
- maxRepeating(String, String) - Method in class g1601_1700.s1668_maximum_repeating_substring.Solution
- maxRepOpt1(String) - Method in class g1101_1200.s1156_swap_for_longest_repeated_character_substring.Solution
- maxResult(int[], int) - Method in class g1601_1700.s1696_jump_game_vi.Solution
- maxRotateFunction(int[]) - Method in class g0301_0400.s0396_rotate_function.Solution
- maxRunTime(int, int[]) - Method in class g2101_2200.s2141_maximum_running_time_of_n_computers.Solution
- maxSatisfaction(int[]) - Method in class g1401_1500.s1402_reducing_dishes.Solution
- maxSatisfied(int[], int[], int) - Method in class g1001_1100.s1052_grumpy_bookstore_owner.Solution
- maxScore(int[]) - Method in class g1701_1800.s1799_maximize_score_after_n_operations.Solution
- maxScore(int[], int) - Method in class g1401_1500.s1423_maximum_points_you_can_obtain_from_cards.Solution
- maxScore(String) - Method in class g1401_1500.s1422_maximum_score_after_splitting_a_string.Solution
- maxScoreIndices(int[]) - Method in class g2101_2200.s2155_all_divisions_with_the_highest_score_of_a_binary_array.Solution
- maxScoreSightseeingPair(int[]) - Method in class g1001_1100.s1014_best_sightseeing_pair.Solution
- maxScoreWords(String[], char[], int[]) - Method in class g1201_1300.s1255_maximum_score_words_formed_by_letters.Solution
- maxSideLength(int[][], int) - Method in class g1201_1300.s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold.Solution
- maxSizeSlices(int[]) - Method in class g1301_1400.s1388_pizza_with_3n_slices.Solution
- maxSlidingWindow(int[], int) - Method in class g0201_0300.s0239_sliding_window_maximum.Solution
- maxStudents(char[][]) - Method in class g1301_1400.s1349_maximum_students_taking_exam.Solution
- maxSubArray(int[]) - Method in class g0001_0100.s0053_maximum_subarray.Solution
- maxSubarraySumCircular(int[]) - Method in class g0901_1000.s0918_maximum_sum_circular_subarray.Solution
- maxSubsequence(int[], int) - Method in class g2001_2100.s2099_find_subsequence_of_length_k_with_the_largest_sum.Solution
- maxSum(int[][]) - Method in class g2401_2500.s2428_maximum_sum_of_an_hourglass.Solution
- maxSum(int[], int[]) - Method in class g1501_1600.s1537_get_the_maximum_score.Solution
- maxSumAfterPartitioning(int[], int) - Method in class g1001_1100.s1043_partition_array_for_maximum_sum.Solution
- maxSumBST(TreeNode) - Method in class g1301_1400.s1373_maximum_sum_bst_in_binary_tree.Solution
- maxSumDivThree(int[]) - Method in class g1201_1300.s1262_greatest_sum_divisible_by_three.Solution
- maxSumMinProduct(int[]) - Method in class g1801_1900.s1856_maximum_subarray_min_product.Solution
- maxSumOfThreeSubarrays(int[], int) - Method in class g0601_0700.s0689_maximum_sum_of_3_non_overlapping_subarrays.Solution
- maxSumRangeQuery(int[], int[][]) - Method in class g1501_1600.s1589_maximum_sum_obtained_of_any_permutation.Solution
- maxSumSubmatrix(int[][], int) - Method in class g0301_0400.s0363_max_sum_of_rectangle_no_larger_than_k.Solution
- maxSumTwoNoOverlap(int[], int, int) - Method in class g1001_1100.s1031_maximum_sum_of_two_non_overlapping_subarrays.Solution
- maxTaskAssign(int[], int[], int, int) - Method in class g2001_2100.s2071_maximum_number_of_tasks_you_can_assign.Solution
- maxTaxiEarnings(int, int[][]) - Method in class g2001_2100.s2008_maximum_earnings_from_taxi.Solution
- maxTotalFruits(int[][], int, int) - Method in class g2101_2200.s2106_maximum_fruits_harvested_after_at_most_k_steps.Solution
- maxTrailingZeros(int[][]) - Method in class g2201_2300.s2245_maximum_trailing_zeros_in_a_cornered_path.Solution
- maxTurbulenceSize(int[]) - Method in class g0901_1000.s0978_longest_turbulent_subarray.Solution
- maxTwoEvents(int[][]) - Method in class g2001_2100.s2054_two_best_non_overlapping_events.Solution
- maxUncrossedLines(int[], int[]) - Method in class g1001_1100.s1035_uncrossed_lines.Solution
- maxUniqueSplit(String) - Method in class g1501_1600.s1593_split_a_string_into_the_max_number_of_unique_substrings.Solution
- maxValue(int[][], int) - Method in class g1701_1800.s1751_maximum_number_of_events_that_can_be_attended_ii.Solution
- maxValue(int, int, int) - Method in class g1801_1900.s1802_maximum_value_at_a_given_index_in_a_bounded_array.Solution
- maxValue(String, int) - Method in class g1801_1900.s1881_maximum_value_after_insertion.Solution
- maxValueAfterReverse(int[]) - Method in class g1301_1400.s1330_reverse_subarray_to_maximize_array_value.Solution
- maxValueOfCoins(List<List<Integer>>, int) - Method in class g2201_2300.s2218_maximum_value_of_k_coins_from_piles.Solution
- maxVowels(String, int) - Method in class g1401_1500.s1456_maximum_number_of_vowels_in_a_substring_of_given_length.Solution
- maxWidthOfVerticalArea(int[][]) - Method in class g1601_1700.s1637_widest_vertical_area_between_two_points_containing_no_points.Solution
- maxWidthRamp(int[]) - Method in class g0901_1000.s0962_maximum_width_ramp.Solution
- mctFromLeafValues(int[]) - Method in class g1101_1200.s1130_minimum_cost_tree_from_leaf_values.Solution
- MedianFinder - Class in g0201_0300.s0295_find_median_from_data_stream
- MedianFinder() - Constructor for class g0201_0300.s0295_find_median_from_data_stream.MedianFinder
- medianSlidingWindow(int[], int) - Method in class g0401_0500.s0480_sliding_window_median.Solution
- memLeak(int, int) - Method in class g1801_1900.s1860_incremental_memory_leak.Solution
- merge(int[][]) - Method in class g0001_0100.s0056_merge_intervals.Solution
- merge(int[], int, int[], int) - Method in class g0001_0100.s0088_merge_sorted_array.Solution
- mergeAlternately(String, String) - Method in class g1701_1800.s1768_merge_strings_alternately.Solution
- mergeInBetween(ListNode, int, int, ListNode) - Method in class g1601_1700.s1669_merge_in_between_linked_lists.Solution
- mergeKLists(ListNode[]) - Method in class g0001_0100.s0023_merge_k_sorted_lists.Solution
- mergeNodes(ListNode) - Method in class g2101_2200.s2181_merge_nodes_in_between_zeros.Solution
- mergeSimilarItems(int[][], int[][]) - Method in class g2301_2400.s2363_merge_similar_items.Solution
- mergeStones(int[], int) - Method in class g0901_1000.s1000_minimum_cost_to_merge_stones.Solution
- mergeTrees(TreeNode, TreeNode) - Method in class g0601_0700.s0617_merge_two_binary_trees.Solution
- mergeTriplets(int[][], int[]) - Method in class g1801_1900.s1899_merge_triplets_to_form_target_triplet.Solution
- mergeTwoLists(ListNode, ListNode) - Method in class g0001_0100.s0021_merge_two_sorted_lists.Solution
- middleNode(ListNode) - Method in class g0801_0900.s0876_middle_of_the_linked_list.Solution
- minAbsDifference(int[], int) - Method in class g1701_1800.s1755_closest_subsequence_sum.Solution
- minAbsoluteSumDiff(int[], int[]) - Method in class g1801_1900.s1818_minimum_absolute_sum_difference.Solution
- minAddToMakeValid(String) - Method in class g0901_1000.s0921_minimum_add_to_make_parentheses_valid.Solution
- minAreaFreeRect(int[][]) - Method in class g0901_1000.s0963_minimum_area_rectangle_ii.Solution
- minAreaRect(int[][]) - Method in class g0901_1000.s0939_minimum_area_rectangle.Solution
- minBitFlips(int, int) - Method in class g2201_2300.s2220_minimum_bit_flips_to_convert_number.Solution
- minCameraCover(TreeNode) - Method in class g0901_1000.s0968_binary_tree_cameras.Solution
- minChanges(int[], int) - Method in class g1701_1800.s1787_make_the_xor_of_all_segments_equal_to_zero.Solution
- minCharacters(String, String) - Method in class g1701_1800.s1737_change_minimum_characters_to_satisfy_one_of_three_conditions.Solution
- minCost(int[][]) - Method in class g1301_1400.s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid.Solution
- minCost(int[], int[]) - Method in class g2401_2500.s2448_minimum_cost_to_make_array_equal.Solution
- minCost(int[], int[][], int, int) - Method in class g1401_1500.s1473_paint_house_iii.Solution
- minCost(int[], int[], int[], int[]) - Method in class g2001_2100.s2087_minimum_cost_homecoming_of_a_robot_in_a_grid.Solution
- minCost(int, int[]) - Method in class g1501_1600.s1547_minimum_cost_to_cut_a_stick.Solution
- minCost(int, int[][], int[]) - Method in class g1901_2000.s1928_minimum_cost_to_reach_destination_in_time.Solution
- minCost(String, int[]) - Method in class g1501_1600.s1578_minimum_time_to_make_rope_colorful.Solution
- minCostClimbingStairs(int[]) - Method in class g0701_0800.s0746_min_cost_climbing_stairs.Solution
- minCostConnectPoints(int[][]) - Method in class g1501_1600.s1584_min_cost_to_connect_all_points.Solution
- minCostSetTime(int, int, int, int) - Method in class g2101_2200.s2162_minimum_cost_to_set_cooking_time.Solution
- mincostTickets(int[], int[]) - Method in class g0901_1000.s0983_minimum_cost_for_tickets.Solution
- mincostToHireWorkers(int[], int[], int) - Method in class g0801_0900.s0857_minimum_cost_to_hire_k_workers.Solution
- minCostToMoveChips(int[]) - Method in class g1201_1300.s1217_minimum_cost_to_move_chips_to_the_same_position.Solution
- minCut(String) - Method in class g0101_0200.s0132_palindrome_partitioning_ii.Solution
- minDays(int) - Method in class g1501_1600.s1553_minimum_number_of_days_to_eat_n_oranges.Solution
- minDays(int[][]) - Method in class g1501_1600.s1568_minimum_number_of_days_to_disconnect_island.Solution
- minDays(int[], int, int) - Method in class g1401_1500.s1482_minimum_number_of_days_to_make_m_bouquets.Solution
- minDeletion(int[]) - Method in class g2201_2300.s2216_minimum_deletions_to_make_array_beautiful.Solution
- minDeletions(String) - Method in class g1601_1700.s1647_minimum_deletions_to_make_character_frequencies_unique.Solution
- minDeletionSize(String[]) - Method in class g0901_1000.s0944_delete_columns_to_make_sorted.Solution
- minDeletionSize(String[]) - Method in class g0901_1000.s0955_delete_columns_to_make_sorted_ii.Solution
- minDeletionSize(String[]) - Method in class g0901_1000.s0960_delete_columns_to_make_sorted_iii.Solution
- minDepth(TreeNode) - Method in class g0101_0200.s0111_minimum_depth_of_binary_tree.Solution
- minDifference(int[]) - Method in class g1501_1600.s1509_minimum_difference_between_largest_and_smallest_value_in_three_moves.Solution
- minDifference(int[], int[][]) - Method in class g1901_2000.s1906_minimum_absolute_difference_queries.Solution
- minDifficulty(int[], int) - Method in class g1301_1400.s1335_minimum_difficulty_of_a_job_schedule.Solution
- minDiffInBST(TreeNode) - Method in class g0701_0800.s0783_minimum_distance_between_bst_nodes.Solution
- minDistance(int[], int) - Method in class g1401_1500.s1478_allocate_mailboxes.Solution
- minDistance(String, String) - Method in class g0001_0100.s0072_edit_distance.Solution
- minDistance(String, String) - Method in class g0501_0600.s0583_delete_operation_for_two_strings.Solution
- minDominoRotations(int[], int[]) - Method in class g1001_1100.s1007_minimum_domino_rotations_for_equal_row.Solution
- minEatingSpeed(int[], int) - Method in class g0801_0900.s0875_koko_eating_bananas.Solution
- minElements(int[], int, int) - Method in class g1701_1800.s1785_minimum_elements_to_add_to_form_a_given_sum.Solution
- minFallingPathSum(int[][]) - Method in class g0901_1000.s0931_minimum_falling_path_sum.Solution
- minFallingPathSum(int[][]) - Method in class g1201_1300.s1289_minimum_falling_path_sum_ii.Solution
- minFlips(int[][]) - Method in class g1201_1300.s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix.Solution
- minFlips(int, int, int) - Method in class g1301_1400.s1318_minimum_flips_to_make_a_or_b_equal_to_c.Solution
- minFlips(String) - Method in class g1501_1600.s1529_bulb_switcher_iv.Solution
- minFlips(String) - Method in class g1801_1900.s1888_minimum_number_of_flips_to_make_the_binary_string_alternating.Solution
- minFlipsMonoIncr(String) - Method in class g0901_1000.s0926_flip_string_to_monotone_increasing.Solution
- minGroups(int[][]) - Method in class g2401_2500.s2406_divide_intervals_into_minimum_number_of_groups.Solution
- minHeightShelves(int[][], int) - Method in class g1101_1200.s1105_filling_bookcase_shelves.Solution
- minimalKSum(int[], int) - Method in class g2101_2200.s2195_append_k_integers_with_minimal_sum.Solution
- minimizeArrayValue(int[]) - Method in class g2401_2500.s2439_minimize_maximum_of_array.Solution
- minimizedMaximum(int, int[]) - Method in class g2001_2100.s2064_minimized_maximum_of_products_distributed_to_any_store.Solution
- minimizeResult(String) - Method in class g2201_2300.s2232_minimize_result_by_adding_parentheses_to_expression.Solution
- minimizeTheDifference(int[][], int) - Method in class g1901_2000.s1981_minimize_the_difference_between_target_and_chosen_elements.Solution
- minimizeXor(int, int) - Method in class g2401_2500.s2429_minimize_xor.Solution
- minimum() - Method in class g2001_2100.s2034_stock_price_fluctuation.StockPrice
- minimumAbsDifference(int[]) - Method in class g1101_1200.s1200_minimum_absolute_difference.Solution
- minimumAverageDifference(int[]) - Method in class g2201_2300.s2256_minimum_average_difference.Solution
- minimumBoxes(int) - Method in class g1701_1800.s1739_building_boxes.Solution
- minimumBuckets(String) - Method in class g2001_2100.s2086_minimum_number_of_buckets_required_to_collect_rainwater_from_houses.Solution
- minimumCardPickup(int[]) - Method in class g2201_2300.s2260_minimum_consecutive_cards_to_pick_up.Solution
- minimumCost(int[]) - Method in class g2101_2200.s2144_minimum_cost_of_buying_candies_with_discount.Solution
- minimumDeleteSum(String, String) - Method in class g0701_0800.s0712_minimum_ascii_delete_sum_for_two_strings.Solution
- minimumDeletions(int[]) - Method in class g2001_2100.s2091_removing_minimum_and_maximum_from_array.Solution
- minimumDeletions(String) - Method in class g1601_1700.s1653_minimum_deletions_to_make_string_balanced.Solution
- minimumDeviation(int[]) - Method in class g1601_1700.s1675_minimize_deviation_in_array.Solution
- minimumDifference(int[]) - Method in class g2001_2100.s2035_partition_array_into_two_arrays_to_minimize_sum_difference.Solution
- minimumDifference(int[]) - Method in class g2101_2200.s2163_minimum_difference_in_sums_after_removal_of_elements.Solution
- minimumDifference(int[], int) - Method in class g1901_2000.s1984_minimum_difference_between_highest_and_lowest_of_k_scores.Solution
- minimumDistance(String) - Method in class g1301_1400.s1320_minimum_distance_to_type_a_word_using_two_fingers.Solution
- minimumEffort(int[][]) - Method in class g1601_1700.s1665_minimum_initial_energy_to_finish_tasks.Solution
- minimumEffortPath(int[][]) - Method in class g1601_1700.s1631_path_with_minimum_effort.Solution
- minimumFinishTime(int[][], int, int) - Method in class g2101_2200.s2188_minimum_time_to_finish_the_race.Solution
- minimumHammingDistance(int[], int[], int[][]) - Method in class g1701_1800.s1722_minimize_hamming_distance_after_swap_operations.Solution
- minimumIncompatibility(int[], int) - Method in class g1601_1700.s1681_minimum_incompatibility.Solution
- minimumJumps(int[], int, int, int) - Method in class g1601_1700.s1654_minimum_jumps_to_reach_home.Solution
- minimumLength(String) - Method in class g1701_1800.s1750_minimum_length_of_string_after_deleting_similar_ends.Solution
- minimumLengthEncoding(String[]) - Method in class g0801_0900.s0820_short_encoding_of_words.Solution
- minimumLines(int[][]) - Method in class g2201_2300.s2280_minimum_lines_to_represent_a_line_chart.Solution
- minimumMoney(int[][]) - Method in class g2401_2500.s2412_minimum_money_required_before_transactions.Solution
- minimumMountainRemovals(int[]) - Method in class g1601_1700.s1671_minimum_number_of_removals_to_make_mountain_array.Solution
- minimumMoves(int[][]) - Method in class g1201_1300.s1210_minimum_moves_to_reach_target_with_rotations.Solution
- minimumMoves(String) - Method in class g2001_2100.s2027_minimum_moves_to_convert_string.Solution
- minimumNumbers(int, int) - Method in class g2301_2400.s2310_sum_of_numbers_with_units_digit_k.Solution
- minimumObstacles(int[][]) - Method in class g2201_2300.s2290_minimum_obstacle_removal_to_reach_corner.Solution
- minimumOneBitOperations(int) - Method in class g1601_1700.s1611_minimum_one_bit_operations_to_make_integers_zero.Solution
- minimumOperations(int[]) - Method in class g2101_2200.s2170_minimum_operations_to_make_the_array_alternating.Solution
- minimumOperations(int[]) - Method in class g2301_2400.s2357_make_array_zero_by_subtracting_equal_amounts.Solution
- minimumOperations(int[], int, int) - Method in class g2001_2100.s2059_minimum_operations_to_convert_number.Solution
- minimumPerimeter(long) - Method in class g1901_2000.s1954_minimum_garden_perimeter_to_collect_enough_apples.Solution
- minimumRecolors(String, int) - Method in class g2301_2400.s2379_minimum_recolors_to_get_k_consecutive_black_blocks.Solution
- minimumRefill(int[], int, int) - Method in class g2101_2200.s2105_watering_plants_ii.Solution
- minimumRemoval(int[]) - Method in class g2101_2200.s2171_removing_minimum_number_of_magic_beans.Solution
- minimumReplacement(int[]) - Method in class g2301_2400.s2366_minimum_replacements_to_sort_the_array.Solution
- minimumRounds(int[]) - Method in class g2201_2300.s2244_minimum_rounds_to_complete_all_tasks.Solution
- minimumScore(int[], int[][]) - Method in class g2301_2400.s2322_minimum_score_after_removals_on_a_tree.Solution
- minimumSize(int[], int) - Method in class g1701_1800.s1760_minimum_limit_of_balls_in_a_bag.Solution
- minimumSum(int) - Method in class g2101_2200.s2160_minimum_sum_of_four_digit_number_after_splitting_digits.Solution
- minimumSwap(String, String) - Method in class g1201_1300.s1247_minimum_swaps_to_make_strings_equal.Solution
- minimumTeachings(int, int[][], int[][]) - Method in class g1701_1800.s1733_minimum_number_of_people_to_teach.Solution
- minimumTime(int[], int) - Method in class g2101_2200.s2187_minimum_time_to_complete_trips.Solution
- minimumTime(int, int[][], int[]) - Method in class g2001_2100.s2050_parallel_courses_iii.Solution
- minimumTime(String) - Method in class g2101_2200.s2167_minimum_time_to_remove_all_cars_containing_illegal_goods.Solution
- minimumTimeRequired(int[], int) - Method in class g1701_1800.s1723_find_minimum_time_to_finish_all_jobs.Solution
- minimumTotal(List<List<Integer>>) - Method in class g0101_0200.s0120_triangle.Solution
- minimumWeight(int, int[][], int, int, int) - Method in class g2201_2300.s2203_minimum_weighted_subgraph_with_the_required_paths.Solution
- minimumWhiteTiles(String, int, int) - Method in class g2201_2300.s2209_minimum_white_tiles_after_covering_with_carpets.Solution
- minimumXORSum(int[], int[]) - Method in class g1801_1900.s1879_minimum_xor_sum_of_two_arrays.Solution
- minIncrementForUnique(int[]) - Method in class g0901_1000.s0945_minimum_increment_to_make_array_unique.Solution
- minInsertions(String) - Method in class g1301_1400.s1312_minimum_insertion_steps_to_make_a_string_palindrome.Solution
- minInsertions(String) - Method in class g1501_1600.s1541_minimum_insertions_to_balance_a_parentheses_string.Solution
- minInteger(String, int) - Method in class g1501_1600.s1505_minimum_possible_integer_after_at_most_k_adjacent_swaps_on_digits.Solution
- minInterval(int[][], int[]) - Method in class g1801_1900.s1851_minimum_interval_to_include_each_query.Solution
- minJumps(int[]) - Method in class g1301_1400.s1345_jump_game_iv.Solution
- minKBitFlips(int[], int) - Method in class g0901_1000.s0995_minimum_number_of_k_consecutive_bit_flips.Solution
- minMalwareSpread(int[][], int[]) - Method in class g0901_1000.s0924_minimize_malware_spread.Solution
- minMalwareSpread(int[][], int[]) - Method in class g0901_1000.s0928_minimize_malware_spread_ii.Solution
- minMaxGame(int[]) - Method in class g2201_2300.s2293_min_max_game.Solution
- minMoves(int[]) - Method in class g0401_0500.s0453_minimum_moves_to_equal_array_elements.Solution
- minMoves(int[], int) - Method in class g1601_1700.s1674_minimum_moves_to_make_array_complementary.Solution
- minMoves(int[], int) - Method in class g1701_1800.s1703_minimum_adjacent_swaps_for_k_consecutive_ones.Solution
- minMoves(int, int) - Method in class g2101_2200.s2139_minimum_moves_to_reach_target_score.Solution
- minMoves2(int[]) - Method in class g0401_0500.s0462_minimum_moves_to_equal_array_elements_ii.Solution
- minMovesToMakePalindrome(String) - Method in class g2101_2200.s2193_minimum_number_of_moves_to_make_palindrome.Solution
- minMovesToSeat(int[], int[]) - Method in class g2001_2100.s2037_minimum_number_of_moves_to_seat_everyone.Solution
- minMutation(String, String, String[]) - Method in class g0401_0500.s0433_minimum_genetic_mutation.Solution
- minNonZeroProduct(int) - Method in class g1901_2000.s1969_minimum_non_zero_product_of_the_array_elements.Solution
- minNumberOfFrogs(String) - Method in class g1401_1500.s1419_minimum_number_of_frogs_croaking.Solution
- minNumberOfHours(int, int, int[], int[]) - Method in class g2301_2400.s2383_minimum_hours_of_training_to_win_a_competition.Solution
- minNumberOfSemesters(int, int[][], int) - Method in class g1401_1500.s1494_parallel_courses_ii.Solution
- minNumberOperations(int[]) - Method in class g1501_1600.s1526_minimum_number_of_increments_on_subarrays_to_form_a_target_array.Solution
- minOperations(int) - Method in class g1501_1600.s1551_minimum_operations_to_make_array_equal.Solution
- minOperations(int[]) - Method in class g1501_1600.s1558_minimum_numbers_of_function_calls_to_make_target_array.Solution
- minOperations(int[]) - Method in class g1801_1900.s1827_minimum_operations_to_make_the_array_increasing.Solution
- minOperations(int[]) - Method in class g2001_2100.s2009_minimum_number_of_operations_to_make_array_continuous.Solution
- minOperations(int[][], int) - Method in class g2001_2100.s2033_minimum_operations_to_make_a_uni_value_grid.Solution
- minOperations(int[], int) - Method in class g1601_1700.s1658_minimum_operations_to_reduce_x_to_zero.Solution
- minOperations(int[], int[]) - Method in class g1701_1800.s1713_minimum_operations_to_make_a_subsequence.Solution
- minOperations(int[], int[]) - Method in class g1701_1800.s1775_equal_sum_arrays_with_minimum_number_of_operations.Solution
- minOperations(int[], int[]) - Method in class g2301_2400.s2344_minimum_deletions_to_make_array_divisible.Solution
- minOperations(String) - Method in class g1701_1800.s1758_minimum_changes_to_make_alternating_binary_string.Solution
- minOperations(String) - Method in class g1701_1800.s1769_minimum_number_of_operations_to_move_all_balls_to_each_box.Solution
- minOperations(String[]) - Method in class g1501_1600.s1598_crawler_log_folder.Solution
- minOperationsMaxProfit(int[], int, int) - Method in class g1501_1600.s1599_maximum_profit_of_operating_a_centennial_wheel.Solution
- minOperationsToFlip(String) - Method in class g1801_1900.s1896_minimum_cost_to_change_the_final_value_of_expression.Solution
- minPairSum(int[]) - Method in class g1801_1900.s1877_minimize_maximum_pair_sum_in_array.Solution
- minPartitions(String) - Method in class g1601_1700.s1689_partitioning_into_minimum_number_of_deci_binary_numbers.Solution
- minPatches(int[], int) - Method in class g0301_0400.s0330_patching_array.Solution
- minPathCost(int[][], int[][]) - Method in class g2301_2400.s2304_minimum_path_cost_in_a_grid.Solution
- minPathSum(int[][]) - Method in class g0001_0100.s0064_minimum_path_sum.Solution
- minPushBox(char[][]) - Method in class g1201_1300.s1263_minimum_moves_to_move_a_box_to_their_target_location.Solution
- minRefuelStops(int, int, int[][]) - Method in class g0801_0900.s0871_minimum_number_of_refueling_stops.Solution
- minRemoveToMakeValid(String) - Method in class g1201_1300.s1249_minimum_remove_to_make_valid_parentheses.Solution
- minReorder(int, int[][]) - Method in class g1401_1500.s1466_reorder_routes_to_make_all_paths_lead_to_the_city_zero.Solution
- minScoreTriangulation(int[]) - Method in class g1001_1100.s1039_minimum_score_triangulation_of_polygon.Solution
- minSessions(int[], int) - Method in class g1901_2000.s1986_minimum_number_of_work_sessions_to_finish_the_tasks.Solution
- minSetSize(int[]) - Method in class g1301_1400.s1338_reduce_array_size_to_the_half.Solution
- minSideJumps(int[]) - Method in class g1801_1900.s1824_minimum_sideway_jumps.Solution
- minSkips(int[], int, int) - Method in class g1801_1900.s1883_minimum_skips_to_arrive_at_meeting_on_time.Solution
- minSpaceWastedKResizing(int[], int) - Method in class g1901_2000.s1959_minimum_total_space_wasted_with_k_resizing_operations.Solution
- minSpeedOnTime(int[], double) - Method in class g1801_1900.s1870_minimum_speed_to_arrive_on_time.Solution
- MinStack - Class in g0101_0200.s0155_min_stack
- MinStack() - Constructor for class g0101_0200.s0155_min_stack.MinStack
- minStartValue(int[]) - Method in class g1401_1500.s1413_minimum_value_to_get_positive_step_by_step_sum.Solution
- minSteps(int) - Method in class g0601_0700.s0650_2_keys_keyboard.Solution
- minSteps(String, String) - Method in class g1301_1400.s1347_minimum_number_of_steps_to_make_two_strings_anagram.Solution
- minSteps(String, String) - Method in class g2101_2200.s2186_minimum_number_of_steps_to_make_two_strings_anagram_ii.Solution
- minStickers(String[], String) - Method in class g0601_0700.s0691_stickers_to_spell_word.Solution
- minStoneSum(int[], int) - Method in class g1901_2000.s1962_remove_stones_to_minimize_the_total.Solution
- minSubarray(int[], int) - Method in class g1501_1600.s1590_make_sum_divisible_by_p.Solution
- minSubArrayLen(int, int[]) - Method in class g0201_0300.s0209_minimum_size_subarray_sum.Solution
- minSubsequence(int[]) - Method in class g1401_1500.s1403_minimum_subsequence_in_non_increasing_order.Solution
- minSumOfLengths(int[], int) - Method in class g1401_1500.s1477_find_two_non_overlapping_sub_arrays_each_with_target_sum.Solution
- minSumSquareDiff(int[], int[], int, int) - Method in class g2301_2400.s2333_minimum_sum_of_squared_difference.Solution
- minSwap(int[], int[]) - Method in class g0801_0900.s0801_minimum_swaps_to_make_sequences_increasing.Solution
- minSwaps(int[]) - Method in class g2101_2200.s2134_minimum_swaps_to_group_all_1s_together_ii.Solution
- minSwaps(int[][]) - Method in class g1501_1600.s1536_minimum_swaps_to_arrange_a_binary_grid.Solution
- minSwaps(String) - Method in class g1801_1900.s1864_minimum_number_of_swaps_to_make_the_binary_string_alternating.Solution
- minSwaps(String) - Method in class g1901_2000.s1963_minimum_number_of_swaps_to_make_the_string_balanced.Solution
- minSwapsCouples(int[]) - Method in class g0701_0800.s0765_couples_holding_hands.Solution
- minTaps(int, int[]) - Method in class g1301_1400.s1326_minimum_number_of_taps_to_open_to_water_a_garden.Solution
- minTime(int, int[][], List<Boolean>) - Method in class g1401_1500.s1443_minimum_time_to_collect_all_apples_in_a_tree.Solution
- minTimeToType(String) - Method in class g1901_2000.s1974_minimum_time_to_type_word_using_special_typewriter.Solution
- minTimeToVisitAllPoints(int[][]) - Method in class g1201_1300.s1266_minimum_time_visiting_all_points.Solution
- minTrioDegree(int, int[][]) - Method in class g1701_1800.s1761_minimum_degree_of_a_connected_trio_in_a_graph.Solution
- minWastedSpace(int[], int[][]) - Method in class g1801_1900.s1889_minimum_space_wasted_from_packaging.Solution
- minWindow(String, String) - Method in class g0001_0100.s0076_minimum_window_substring.Solution
- mirrorReflection(int, int) - Method in class g0801_0900.s0858_mirror_reflection.Solution
- missingNumber(int[]) - Method in class g0201_0300.s0268_missing_number.Solution
- missingRolls(int[], int, int) - Method in class g2001_2100.s2028_find_missing_observations.Solution
- MKAverage - Class in g1801_1900.s1825_finding_mk_average
- MKAverage(int, int) - Constructor for class g1801_1900.s1825_finding_mk_average.MKAverage
- modifyString(String) - Method in class g1501_1600.s1576_replace_all_s_to_avoid_consecutive_repeating_characters.Solution
- monotoneIncreasingDigits(int) - Method in class g0701_0800.s0738_monotone_increasing_digits.Solution
- mostBooked(int, int[][]) - Method in class g2401_2500.s2402_meeting_rooms_iii.Solution
- mostCommonWord(String, String[]) - Method in class g0801_0900.s0819_most_common_word.Solution
- mostCompetitive(int[], int) - Method in class g1601_1700.s1673_find_the_most_competitive_subsequence.Solution
- mostFrequent(int[], int) - Method in class g2101_2200.s2190_most_frequent_number_following_key_in_an_array.Solution
- mostFrequentEven(int[]) - Method in class g2401_2500.s2404_most_frequent_even_element.Solution
- mostPoints(int[][]) - Method in class g2101_2200.s2140_solving_questions_with_brainpower.Solution
- mostPopularCreator(String[], String[], int[]) - Method in class g2401_2500.s2456_most_popular_video_creator.Solution
- mostVisited(int, int[]) - Method in class g1501_1600.s1560_most_visited_sector_in_a_circular_track.Solution
- mostWordsFound(String[]) - Method in class g2101_2200.s2114_maximum_number_of_words_found_in_sentences.Solution
- movesToChessboard(int[][]) - Method in class g0701_0800.s0782_transform_to_chessboard.Solution
- movesToMakeZigzag(int[]) - Method in class g1101_1200.s1144_decrease_elements_to_make_array_zigzag.Solution
- movesToStamp(String, String) - Method in class g0901_1000.s0936_stamping_the_sequence.Solution
- moveZeroes(int[]) - Method in class g0201_0300.s0283_move_zeroes.Solution
- MovieRentingSystem - Class in g1901_2000.s1912_design_movie_rental_system
- MovieRentingSystem(int, int[][]) - Constructor for class g1901_2000.s1912_design_movie_rental_system.MovieRentingSystem
- multAll(int) - Method in class g1601_1700.s1622_fancy_sequence.Fancy
- multiply(String, String) - Method in class g0001_0100.s0043_multiply_strings.Solution
- myAtoi(String) - Method in class g0001_0100.s0008_string_to_integer_atoi.Solution
- MyCalendar - Class in g0701_0800.s0729_my_calendar_i
- MyCalendar() - Constructor for class g0701_0800.s0729_my_calendar_i.MyCalendar
- MyCalendarThree - Class in g0701_0800.s0732_my_calendar_iii
- MyCalendarThree() - Constructor for class g0701_0800.s0732_my_calendar_iii.MyCalendarThree
- MyCalendarTwo - Class in g0701_0800.s0731_my_calendar_ii
- MyCalendarTwo() - Constructor for class g0701_0800.s0731_my_calendar_ii.MyCalendarTwo
- MyCircularDeque - Class in g0601_0700.s0641_design_circular_deque
- MyCircularDeque(int) - Constructor for class g0601_0700.s0641_design_circular_deque.MyCircularDeque
- MyCircularQueue - Class in g0601_0700.s0622_design_circular_queue
- MyCircularQueue(int) - Constructor for class g0601_0700.s0622_design_circular_queue.MyCircularQueue
- MyHashMap - Class in g0701_0800.s0706_design_hashmap
- MyHashMap() - Constructor for class g0701_0800.s0706_design_hashmap.MyHashMap
- MyHashSet - Class in g0701_0800.s0705_design_hashset
- MyHashSet() - Constructor for class g0701_0800.s0705_design_hashset.MyHashSet
- MyLinkedList - Class in g0701_0800.s0707_design_linked_list
- MyLinkedList() - Constructor for class g0701_0800.s0707_design_linked_list.MyLinkedList
- myPow(double, int) - Method in class g0001_0100.s0050_powx_n.Solution
- MyQueue - Class in g0201_0300.s0232_implement_queue_using_stacks
- MyQueue() - Constructor for class g0201_0300.s0232_implement_queue_using_stacks.MyQueue
- mySqrt(int) - Method in class g0001_0100.s0069_sqrtx.Solution
- MyStack - Class in g0201_0300.s0225_implement_stack_using_queues
- MyStack() - Constructor for class g0201_0300.s0225_implement_stack_using_queues.MyStack
N
- nearestExit(char[][], int[]) - Method in class g1901_2000.s1926_nearest_exit_from_entrance_in_maze.Solution
- nearestPalindromic(String) - Method in class g0501_0600.s0564_find_the_closest_palindrome.Solution
- nearestValidPoint(int, int, int[][]) - Method in class g1701_1800.s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate.Solution
- neighbors - Variable in class com_github_leetcode.Node
- NestedInteger - Class in com_github_leetcode
- NestedInteger() - Constructor for class com_github_leetcode.NestedInteger
- NestedInteger(Integer) - Constructor for class com_github_leetcode.NestedInteger
- NestedInteger(List<NestedInteger>) - Constructor for class com_github_leetcode.NestedInteger
- NestedIterator - Class in g0301_0400.s0341_flatten_nested_list_iterator
- NestedIterator(List<NestedInteger>) - Constructor for class g0301_0400.s0341_flatten_nested_list_iterator.NestedIterator
- networkBecomesIdle(int[][], int[]) - Method in class g2001_2100.s2039_the_time_when_the_network_becomes_idle.Solution
- networkDelayTime(int[][], int, int) - Method in class g0701_0800.s0743_network_delay_time.Solution
- new21Game(int, int, int) - Method in class g0801_0900.s0837_new_21_game.Solution
- next - Variable in class com_github_leetcode.left_right.Node
- next - Variable in class com_github_leetcode.ListNode
- next - Variable in class com_github_leetcode.random.Node
- next - Variable in class g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Node
- next() - Method in class g0101_0200.s0173_binary_search_tree_iterator.BSTIterator
- next() - Method in class g0201_0300.s0284_peeking_iterator.PeekingIterator
- next() - Method in class g0301_0400.s0341_flatten_nested_list_iterator.NestedIterator
- next() - Method in class g1201_1300.s1286_iterator_for_combination.CombinationIterator
- next(int) - Method in class g0801_0900.s0900_rle_iterator.RLEIterator
- next(int) - Method in class g0901_1000.s0901_online_stock_span.StockSpanner
- nextBeautifulNumber(int) - Method in class g2001_2100.s2048_next_greater_numerically_balanced_number.Solution
- nextGreaterElement(int) - Method in class g0501_0600.s0556_next_greater_element_iii.Solution
- nextGreaterElement(int[], int[]) - Method in class g0401_0500.s0496_next_greater_element_i.Solution
- nextGreaterElements(int[]) - Method in class g0501_0600.s0503_next_greater_element_ii.Solution
- nextGreatestLetter(char[], char) - Method in class g0701_0800.s0744_find_smallest_letter_greater_than_target.Solution
- nextLargerNodes(ListNode) - Method in class g1001_1100.s1019_next_greater_node_in_linked_list.Solution
- nextPermutation(int[]) - Method in class g0001_0100.s0031_next_permutation.Solution
- Node - Class in com_github_leetcode.left_right
- Node - Class in com_github_leetcode
- Node - Class in com_github_leetcode.random
- Node - Class in g0401_0500.s0427_construct_quad_tree
- Node - Class in g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list
- Node - Class in g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees
- Node() - Constructor for class com_github_leetcode.Node
- Node() - Constructor for class com_github_leetcode.random.Node
- Node() - Constructor for class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node
- Node(boolean, boolean) - Constructor for class g0401_0500.s0427_construct_quad_tree.Node
- Node(boolean, boolean) - Constructor for class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node
- Node(boolean, boolean, Node, Node, Node, Node) - Constructor for class g0401_0500.s0427_construct_quad_tree.Node
- Node(int) - Constructor for class com_github_leetcode.left_right.Node
- Node(int) - Constructor for class com_github_leetcode.Node
- Node(int) - Constructor for class com_github_leetcode.random.Node
- Node(int) - Constructor for class g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Node
- Node(int, Node, Node, Node) - Constructor for class com_github_leetcode.left_right.Node
- Node(int, Node, Node) - Constructor for class com_github_leetcode.random.Node
- Node(int, List<Node>) - Constructor for class com_github_leetcode.Node
- nodesBetweenCriticalPoints(ListNode) - Method in class g2001_2100.s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points.Solution
- nthMagicalNumber(int, int, int) - Method in class g0801_0900.s0878_nth_magical_number.Solution
- nthPersonGetsNthSeat(int) - Method in class g1201_1300.s1227_airplane_seat_assignment_probability.Solution
- nthSuperUglyNumber(int, int[]) - Method in class g0301_0400.s0313_super_ugly_number.Solution
- nthUglyNumber(int) - Method in class g0201_0300.s0264_ugly_number_ii.Solution
- nthUglyNumber(int, int, int, int) - Method in class g1201_1300.s1201_ugly_number_iii.Solution
- NumArray - Class in g0301_0400.s0303_range_sum_query_immutable
- NumArray - Class in g0301_0400.s0307_range_sum_query_mutable
- NumArray(int[]) - Constructor for class g0301_0400.s0303_range_sum_query_immutable.NumArray
- NumArray(int[]) - Constructor for class g0301_0400.s0307_range_sum_query_mutable.NumArray
- number(IntConsumer) - Method in class g1101_1200.s1195_fizz_buzz_multithreaded.FizzBuzz
- NumberContainers - Class in g2301_2400.s2349_design_a_number_container_system
- NumberContainers() - Constructor for class g2301_2400.s2349_design_a_number_container_system.NumberContainers
- numberOfArithmeticSlices(int[]) - Method in class g0401_0500.s0413_arithmetic_slices.Solution
- numberOfArithmeticSlices(int[]) - Method in class g0401_0500.s0446_arithmetic_slices_ii_subsequence.Solution
- numberOfArrays(int[], int, int) - Method in class g2101_2200.s2145_count_the_hidden_sequences.Solution
- numberOfArrays(String, int) - Method in class g1401_1500.s1416_restore_the_array.Solution
- numberOfBeams(String[]) - Method in class g2101_2200.s2125_number_of_laser_beams_in_a_bank.Solution
- numberOfBoomerangs(int[][]) - Method in class g0401_0500.s0447_number_of_boomerangs.Solution
- numberOfCombinations(String) - Method in class g1901_2000.s1977_number_of_ways_to_separate_numbers.Solution
- numberOfGoodPaths(int[], int[][]) - Method in class g2401_2500.s2421_number_of_good_paths.Solution
- numberOfGoodSubsets(int[]) - Method in class g1901_2000.s1994_the_number_of_good_subsets.Solution
- numberOfLines(int[], String) - Method in class g0801_0900.s0806_number_of_lines_to_write_string.Solution
- numberOfMatches(int) - Method in class g1601_1700.s1688_count_of_matches_in_tournament.Solution
- numberOfPairs(int[]) - Method in class g2301_2400.s2341_maximum_number_of_pairs_in_array.Solution
- numberOfPairs(int[], int[], int) - Method in class g2401_2500.s2426_number_of_pairs_satisfying_inequality.Solution
- numberOfPaths(int[][], int) - Method in class g2401_2500.s2435_paths_in_matrix_whose_sum_is_divisible_by_k.Solution
- numberOfRounds(String, String) - Method in class g1901_2000.s1904_the_number_of_full_rounds_you_have_played.Solution
- numberOfSets(int, int) - Method in class g1601_1700.s1621_number_of_sets_of_k_non_overlapping_line_segments.Solution
- numberOfSteps(int) - Method in class g1301_1400.s1342_number_of_steps_to_reduce_a_number_to_zero.Solution
- numberOfSubarrays(int[], int) - Method in class g1201_1300.s1248_count_number_of_nice_subarrays.Solution
- numberOfSubstrings(String) - Method in class g1301_1400.s1358_number_of_substrings_containing_all_three_characters.Solution
- numberOfUniqueGoodSubsequences(String) - Method in class g1901_2000.s1987_number_of_unique_good_subsequences.Solution
- numberOfWays(int, int, int) - Method in class g2301_2400.s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps.Solution
- numberOfWays(String) - Method in class g2101_2200.s2147_number_of_ways_to_divide_a_long_corridor.Solution
- numberOfWays(String) - Method in class g2201_2300.s2222_number_of_ways_to_select_buildings.Solution
- numberOfWeakCharacters(int[][]) - Method in class g1901_2000.s1996_the_number_of_weak_characters_in_the_game.Solution
- numberOfWeeks(int[]) - Method in class g1901_2000.s1953_maximum_number_of_weeks_for_which_you_can_work.Solution
- numberToWords(int) - Method in class g0201_0300.s0273_integer_to_english_words.Solution
- numberWays(List<List<Integer>>) - Method in class g1401_1500.s1434_number_of_ways_to_wear_different_hats_to_each_other.Solution
- numBusesToDestination(int[][], int, int) - Method in class g0801_0900.s0815_bus_routes.Solution
- numComponents(ListNode, int[]) - Method in class g0801_0900.s0817_linked_list_components.Solution
- numDecodings(String) - Method in class g0001_0100.s0091_decode_ways.Solution
- numDecodings(String) - Method in class g0601_0700.s0639_decode_ways_ii.Solution
- numDifferentIntegers(String) - Method in class g1801_1900.s1805_number_of_different_integers_in_a_string.Solution
- numDistinct(String, String) - Method in class g0101_0200.s0115_distinct_subsequences.Solution
- numDupDigitsAtMostN(int) - Method in class g1001_1100.s1012_numbers_with_repeated_digits.Solution
- numEnclaves(int[][]) - Method in class g1001_1100.s1020_number_of_enclaves.Solution
- numEquivDominoPairs(int[][]) - Method in class g1101_1200.s1128_number_of_equivalent_domino_pairs.Solution
- numFactoredBinaryTrees(int[]) - Method in class g0801_0900.s0823_binary_trees_with_factors.Solution
- numFriendRequests(int[]) - Method in class g0801_0900.s0825_friends_of_appropriate_ages.Solution
- numIdenticalPairs(int[]) - Method in class g1501_1600.s1512_number_of_good_pairs.Solution
- numIslands(char[][]) - Method in class g0101_0200.s0200_number_of_islands.Solution
- numJewelsInStones(String, String) - Method in class g0701_0800.s0771_jewels_and_stones.Solution
- numMagicSquaresInside(int[][]) - Method in class g0801_0900.s0840_magic_squares_in_grid.Solution
- numMatchingSubseq(String, String[]) - Method in class g0701_0800.s0792_number_of_matching_subsequences.Solution
- NumMatrix - Class in g0301_0400.s0304_range_sum_query_2d_immutable
- NumMatrix(int[][]) - Constructor for class g0301_0400.s0304_range_sum_query_2d_immutable.NumMatrix
- numMovesStones(int, int, int) - Method in class g1001_1100.s1033_moving_stones_until_consecutive.Solution
- numMovesStonesII(int[]) - Method in class g1001_1100.s1040_moving_stones_until_consecutive_ii.Solution
- numMusicPlaylists(int, int, int) - Method in class g0901_1000.s0920_number_of_music_playlists.Solution
- numOfArrays(int, int, int) - Method in class g1401_1500.s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons.Solution
- numOfBurgers(int, int) - Method in class g1201_1300.s1276_number_of_burgers_with_no_waste_of_ingredients.Solution
- numOfMinutes(int, int, int[], int[]) - Method in class g1301_1400.s1376_time_needed_to_inform_all_employees.Solution
- numOfPairs(String[], String) - Method in class g2001_2100.s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target.Solution
- numOfStrings(String[], String) - Method in class g1901_2000.s1967_number_of_strings_that_appear_as_substrings_in_word.Solution
- numOfSubarrays(int[]) - Method in class g1501_1600.s1524_number_of_sub_arrays_with_odd_sum.Solution
- numOfSubarrays(int[], int, int) - Method in class g1301_1400.s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold.Solution
- numOfWays(int) - Method in class g1401_1500.s1411_number_of_ways_to_paint_n_3_grid.Solution
- numOfWays(int[]) - Method in class g1501_1600.s1569_number_of_ways_to_reorder_array_to_get_same_bst.Solution
- numPairsDivisibleBy60(int[]) - Method in class g1001_1100.s1010_pairs_of_songs_with_total_durations_divisible_by_60.Solution
- numPermsDISequence(String) - Method in class g0901_1000.s0903_valid_permutations_for_di_sequence.Solution
- numPoints(int[][], int) - Method in class g1401_1500.s1453_maximum_number_of_darts_inside_of_a_circular_dartboard.Solution
- numPrimeArrangements(int) - Method in class g1101_1200.s1175_prime_arrangements.Solution
- numRabbits(int[]) - Method in class g0701_0800.s0781_rabbits_in_forest.Solution
- numRescueBoats(int[], int) - Method in class g0801_0900.s0881_boats_to_save_people.Solution
- numRollsToTarget(int, int, int) - Method in class g1101_1200.s1155_number_of_dice_rolls_with_target_sum.Solution
- numRookCaptures(char[][]) - Method in class g0901_1000.s0999_available_captures_for_rook.Solution
- numSimilarGroups(String[]) - Method in class g0801_0900.s0839_similar_string_groups.Solution
- numSmallerByFrequency(String[], String[]) - Method in class g1101_1200.s1170_compare_strings_by_frequency_of_the_smallest_character.Solution
- numSpecial(int[][]) - Method in class g1501_1600.s1582_special_positions_in_a_binary_matrix.Solution
- numSpecialEquivGroups(String[]) - Method in class g0801_0900.s0893_groups_of_special_equivalent_strings.Solution
- numSplits(String) - Method in class g1501_1600.s1525_number_of_good_ways_to_split_a_string.Solution
- numSquarefulPerms(int[]) - Method in class g0901_1000.s0996_number_of_squareful_arrays.Solution
- numSquares(int) - Method in class g0201_0300.s0279_perfect_squares.Solution
- numsSameConsecDiff(int, int) - Method in class g0901_1000.s0967_numbers_with_same_consecutive_differences.Solution
- numSteps(String) - Method in class g1401_1500.s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one.Solution
- numSub(String) - Method in class g1501_1600.s1513_number_of_substrings_with_only_1s.Solution
- numSubarrayBoundedMax(int[], int, int) - Method in class g0701_0800.s0795_number_of_subarrays_with_bounded_maximum.Solution
- numSubarrayProductLessThanK(int[], int) - Method in class g0701_0800.s0713_subarray_product_less_than_k.Solution
- numSubarraysWithSum(int[], int) - Method in class g0901_1000.s0930_binary_subarrays_with_sum.Solution
- numSubmat(int[][]) - Method in class g1501_1600.s1504_count_submatrices_with_all_ones.Solution
- numSubmatrixSumTarget(int[][], int) - Method in class g1001_1100.s1074_number_of_submatrices_that_sum_to_target.Solution
- numSubseq(int[], int) - Method in class g1401_1500.s1498_number_of_subsequences_that_satisfy_the_given_sum_condition.Solution
- numTeams(int[]) - Method in class g1301_1400.s1395_count_number_of_teams.Solution
- numTilePossibilities(String) - Method in class g1001_1100.s1079_letter_tile_possibilities.Solution
- numTilings(int) - Method in class g0701_0800.s0790_domino_and_tromino_tiling.Solution
- numTimesAllBlue(int[]) - Method in class g1301_1400.s1375_number_of_times_binary_string_is_prefix_aligned.Solution
- numTrees(int) - Method in class g0001_0100.s0096_unique_binary_search_trees.Solution
- numTriplets(int[], int[]) - Method in class g1501_1600.s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers.Solution
- numUniqueEmails(String[]) - Method in class g0901_1000.s0929_unique_email_addresses.Solution
- numWaterBottles(int, int) - Method in class g1501_1600.s1518_water_bottles.Solution
- numWays(int, int) - Method in class g1201_1300.s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps.Solution
- numWays(String) - Method in class g1501_1600.s1573_number_of_ways_to_split_a_string.Solution
- numWays(String[], String) - Method in class g1601_1700.s1639_number_of_ways_to_form_a_target_string_given_a_dictionary.Solution
O
- odd(IntConsumer) - Method in class g1101_1200.s1116_print_zero_even_odd.ZeroEvenOdd
- oddCells(int, int, int[][]) - Method in class g1201_1300.s1252_cells_with_odd_values_in_a_matrix.Solution
- oddEvenJumps(int[]) - Method in class g0901_1000.s0975_odd_even_jump.Solution
- oddEvenList(ListNode) - Method in class g0301_0400.s0328_odd_even_linked_list.Solution
- oddString(String[]) - Method in class g2401_2500.s2451_odd_string_difference.Solution
- one() - Method in class g2101_2200.s2166_design_bitset.Bitset
- openLock(String[], String) - Method in class g0701_0800.s0752_open_the_lock.Solution
- optimalDivision(int[]) - Method in class g0501_0600.s0553_optimal_division.Solution
- orangesRotting(int[][]) - Method in class g0901_1000.s0994_rotting_oranges.Solution
- OrderedStream - Class in g1601_1700.s1656_design_an_ordered_stream
- OrderedStream(int) - Constructor for class g1601_1700.s1656_design_an_ordered_stream.OrderedStream
- orderlyQueue(String, int) - Method in class g0801_0900.s0899_orderly_queue.Solution
- orderOfLargestPlusSign(int, int[][]) - Method in class g0701_0800.s0764_largest_plus_sign.Solution
- originalDigits(String) - Method in class g0401_0500.s0423_reconstruct_original_digits_from_english.Solution
- outerTrees(int[][]) - Method in class g0501_0600.s0587_erect_the_fence.Solution
- oxygen(Runnable) - Method in class g1101_1200.s1117_building_h2o.H2O
- OxygenRunnable(H2O) - Constructor for class g1101_1200.s1117_building_h2o.H2O.OxygenRunnable
P
- P - Static variable in class g1901_2000.s1931_painting_a_grid_with_three_different_colors.Solution
- pacificAtlantic(int[][]) - Method in class g0401_0500.s0417_pacific_atlantic_water_flow.Solution
- pairSum(ListNode) - Method in class g2101_2200.s2130_maximum_twin_sum_of_a_linked_list.Solution
- palindromePairs(String[]) - Method in class g0301_0400.s0336_palindrome_pairs.Solution
- palindromePartition(String, int) - Method in class g1201_1300.s1278_palindrome_partitioning_iii.Solution
- pancakeSort(int[]) - Method in class g0901_1000.s0969_pancake_sorting.Solution
- ParkingSystem - Class in g1601_1700.s1603_design_parking_system
- ParkingSystem(int, int, int) - Constructor for class g1601_1700.s1603_design_parking_system.ParkingSystem
- parseBoolExpr(String) - Method in class g1101_1200.s1106_parsing_a_boolean_expression.Solution
- partition(ListNode, int) - Method in class g0001_0100.s0086_partition_list.Solution
- partition(String) - Method in class g0101_0200.s0131_palindrome_partitioning.Solution
- partitionArray(int[], int) - Method in class g2201_2300.s2294_partition_array_such_that_maximum_difference_is_k.Solution
- partitionDisjoint(int[]) - Method in class g0901_1000.s0915_partition_array_into_disjoint_intervals.Solution
- partitionLabels(String) - Method in class g0701_0800.s0763_partition_labels.Solution
- partitionString(String) - Method in class g2401_2500.s2405_optimal_partition_of_string.Solution
- pathInZigZagTree(int) - Method in class g1101_1200.s1104_path_in_zigzag_labelled_binary_tree.Solution
- pathSum(TreeNode, int) - Method in class g0101_0200.s0113_path_sum_ii.Solution
- pathSum(TreeNode, int) - Method in class g0401_0500.s0437_path_sum_iii.Solution
- pathsWithMaxScore(List<String>) - Method in class g1301_1400.s1301_number_of_paths_with_max_score.Solution
- peakIndexInMountainArray(int[]) - Method in class g0801_0900.s0852_peak_index_in_a_mountain_array.Solution
- peek() - Method in class g0201_0300.s0232_implement_queue_using_stacks.MyQueue
- peek() - Method in class g0201_0300.s0284_peeking_iterator.PeekingIterator
- PeekingIterator - Class in g0201_0300.s0284_peeking_iterator
- PeekingIterator(Iterator<Integer>) - Constructor for class g0201_0300.s0284_peeking_iterator.PeekingIterator
- peopleAwareOfSecret(int, int, int) - Method in class g2301_2400.s2327_number_of_people_aware_of_a_secret.Solution
- peopleIndexes(List<List<String>>) - Method in class g1401_1500.s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list.Solution
- percentageLetter(String, char) - Method in class g2201_2300.s2278_percentage_of_letter_in_string.Solution
- permute(int[]) - Method in class g0001_0100.s0046_permutations.Solution
- permuteUnique(int[]) - Method in class g0001_0100.s0047_permutations_ii.Solution
- pick() - Method in class g0401_0500.s0497_random_point_in_non_overlapping_rectangles.Solution
- pick() - Method in class g0701_0800.s0710_random_pick_with_blacklist.Solution
- pick(int) - Method in class g0301_0400.s0398_random_pick_index.Solution
- pickIndex() - Method in class g0501_0600.s0528_random_pick_with_weight.Solution
- ping(int) - Method in class g0901_1000.s0933_number_of_recent_calls.RecentCounter
- pivotArray(int[], int) - Method in class g2101_2200.s2161_partition_array_according_to_given_pivot.Solution
- pivotIndex(int[]) - Method in class g0701_0800.s0724_find_pivot_index.Solution
- placeWordInCrossword(char[][], String) - Method in class g2001_2100.s2018_check_if_word_can_be_placed_in_crossword.Solution
- platesBetweenCandles(String, int[][]) - Method in class g2001_2100.s2055_plates_between_candles.Solution
- plusOne(int[]) - Method in class g0001_0100.s0066_plus_one.Solution
- poorPigs(int, int, int) - Method in class g0401_0500.s0458_poor_pigs.Solution
- pop() - Method in class g0101_0200.s0155_min_stack.MinStack
- pop() - Method in class g0201_0300.s0225_implement_stack_using_queues.MyStack
- pop() - Method in class g0201_0300.s0232_implement_queue_using_stacks.MyQueue
- pop() - Method in class g0801_0900.s0895_maximum_frequency_stack.FreqStack
- pop() - Method in class g1101_1200.s1172_dinner_plate_stacks.DinnerPlates
- pop() - Method in class g1301_1400.s1381_design_a_stack_with_increment_operation.CustomStack
- popAtStack(int) - Method in class g1101_1200.s1172_dinner_plate_stacks.DinnerPlates
- popBack() - Method in class g1601_1700.s1670_design_front_middle_back_queue.FrontMiddleBackQueue
- popFront() - Method in class g1601_1700.s1670_design_front_middle_back_queue.FrontMiddleBackQueue
- popMiddle() - Method in class g1601_1700.s1670_design_front_middle_back_queue.FrontMiddleBackQueue
- popSmallest() - Method in class g2301_2400.s2336_smallest_number_in_infinite_set.SmallestInfiniteSet
- possibleBipartition(int, int[][]) - Method in class g0801_0900.s0886_possible_bipartition.Solution
- possibleToStamp(int[][], int, int) - Method in class g2101_2200.s2132_stamping_the_grid.Solution
- possiblyEquals(String, String) - Method in class g2001_2100.s2060_check_if_an_original_string_exists_given_two_encoded_strings.Solution
- postorder(Node) - Method in class g0501_0600.s0590_n_ary_tree_postorder_traversal.Solution
- postorderTraversal(TreeNode) - Method in class g0101_0200.s0145_binary_tree_postorder_traversal.Solution
- postTweet(int, int) - Method in class g0301_0400.s0355_design_twitter.Twitter
- powerfulIntegers(int, int, int) - Method in class g0901_1000.s0970_powerful_integers.Solution
- predictPartyVictory(String) - Method in class g0601_0700.s0649_dota2_senate.Solution
- predictTheWinner(int[]) - Method in class g0401_0500.s0486_predict_the_winner.Solution
- prefixCount(String[], String) - Method in class g2101_2200.s2185_counting_words_with_a_given_prefix.Solution
- prefixesDivBy5(int[]) - Method in class g1001_1100.s1018_binary_prefix_divisible_by_5.Solution
- preimageSizeFZF(int) - Method in class g0701_0800.s0793_preimage_size_of_factorial_zeroes_function.Solution
- preorder(Node) - Method in class g0501_0600.s0589_n_ary_tree_preorder_traversal.Solution
- preorderTraversal(TreeNode) - Method in class g0101_0200.s0144_binary_tree_preorder_traversal.Solution
- prev - Variable in class g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Node
- prevPermOpt1(int[]) - Method in class g1001_1100.s1053_previous_permutation_with_one_swap.Solution
- primePalindrome(int) - Method in class g0801_0900.s0866_prime_palindrome.Solution
- printTree(TreeNode) - Method in class g0601_0700.s0655_print_binary_tree.Solution
- printVertically(String) - Method in class g1301_1400.s1324_print_words_vertically.Solution
- prisonAfterNDays(int[], int) - Method in class g0901_1000.s0957_prison_cells_after_n_days.Solution
- processQueries(int[], int) - Method in class g1401_1500.s1409_queries_on_a_permutation_with_key.Solution
- productExceptSelf(int[]) - Method in class g0201_0300.s0238_product_of_array_except_self.Solution
- ProductOfNumbers - Class in g1301_1400.s1352_product_of_the_last_k_numbers
- ProductOfNumbers() - Constructor for class g1301_1400.s1352_product_of_the_last_k_numbers.ProductOfNumbers
- productQueries(int, int[][]) - Method in class g2401_2500.s2438_range_product_queries_of_powers.Solution
- profitableSchemes(int, int, int[], int[]) - Method in class g0801_0900.s0879_profitable_schemes.Solution
- projectionArea(int[][]) - Method in class g0801_0900.s0883_projection_area_of_3d_shapes.Solution
- pruneTree(TreeNode) - Method in class g0801_0900.s0814_binary_tree_pruning.Solution
- pseudoPalindromicPaths(TreeNode) - Method in class g1401_1500.s1457_pseudo_palindromic_paths_in_a_binary_tree.Solution
- push(int) - Method in class g0101_0200.s0155_min_stack.MinStack
- push(int) - Method in class g0201_0300.s0225_implement_stack_using_queues.MyStack
- push(int) - Method in class g0201_0300.s0232_implement_queue_using_stacks.MyQueue
- push(int) - Method in class g0801_0900.s0895_maximum_frequency_stack.FreqStack
- push(int) - Method in class g1101_1200.s1172_dinner_plate_stacks.DinnerPlates
- push(int) - Method in class g1301_1400.s1381_design_a_stack_with_increment_operation.CustomStack
- pushBack(int) - Method in class g1601_1700.s1670_design_front_middle_back_queue.FrontMiddleBackQueue
- pushDominoes(String) - Method in class g0801_0900.s0838_push_dominoes.Solution
- pushFront(int) - Method in class g1601_1700.s1670_design_front_middle_back_queue.FrontMiddleBackQueue
- pushMiddle(int) - Method in class g1601_1700.s1670_design_front_middle_back_queue.FrontMiddleBackQueue
- put(int, int) - Method in class g0101_0200.s0146_lru_cache.LRUCache
- put(int, int) - Method in class g0401_0500.s0460_lfu_cache.LFUCache
- put(int, int) - Method in class g0701_0800.s0706_design_hashmap.MyHashMap
- pyramidTransition(String, List<String>) - Method in class g0701_0800.s0756_pyramid_transition_matrix.Solution
Q
- q(int) - Method in class g0901_1000.s0911_online_election.TopVotedCandidate
- queensAttacktheKing(int[][], int[]) - Method in class g1201_1300.s1222_queens_that_can_attack_the_king.Solution
- query(char) - Method in class g1001_1100.s1032_stream_of_characters.StreamChecker
- query(int, int, int) - Method in class g1101_1200.s1157_online_majority_element_in_subarray.MajorityChecker
- query(int, int, int) - Method in class g2001_2100.s2080_range_frequency_queries.RangeFreqQuery
- queryRange(int, int) - Method in class g0701_0800.s0715_range_module.RangeModule
- queryString(String, int) - Method in class g1001_1100.s1016_binary_string_with_substrings_representing_1_to_n.Solution
R
- racecar(int) - Method in class g0801_0900.s0818_race_car.Solution
- rand10() - Method in class g0401_0500.s0470_implement_rand10_using_rand7.Solution
- random - Variable in class com_github_leetcode.random.Node
- RandomizedCollection - Class in g0301_0400.s0381_insert_delete_getrandom_o1_duplicates_allowed
- RandomizedCollection() - Constructor for class g0301_0400.s0381_insert_delete_getrandom_o1_duplicates_allowed.RandomizedCollection
- RandomizedSet - Class in g0301_0400.s0380_insert_delete_getrandom_o1
- RandomizedSet() - Constructor for class g0301_0400.s0380_insert_delete_getrandom_o1.RandomizedSet
- randPoint() - Method in class g0401_0500.s0478_generate_random_point_in_a_circle.Solution
- rangeBitwiseAnd(int, int) - Method in class g0201_0300.s0201_bitwise_and_of_numbers_range.Solution
- RangeFreqQuery - Class in g2001_2100.s2080_range_frequency_queries
- RangeFreqQuery(int[]) - Constructor for class g2001_2100.s2080_range_frequency_queries.RangeFreqQuery
- RangeModule - Class in g0701_0800.s0715_range_module
- RangeModule() - Constructor for class g0701_0800.s0715_range_module.RangeModule
- rangeSum(int[], int, int, int) - Method in class g1501_1600.s1508_range_sum_of_sorted_subarray_sums.Solution
- rangeSumBST(TreeNode, int, int) - Method in class g0901_1000.s0938_range_sum_of_bst.Solution
- rankTeams(String[]) - Method in class g1301_1400.s1366_rank_teams_by_votes.Solution
- reachableNodes(int[][], int, int) - Method in class g0801_0900.s0882_reachable_nodes_in_subdivided_graph.Solution
- reachableNodes(int, int[][], int[]) - Method in class g2301_2400.s2368_reachable_nodes_with_restrictions.Solution
- reachingPoints(int, int, int, int) - Method in class g0701_0800.s0780_reaching_points.Solution
- reachNumber(int) - Method in class g0701_0800.s0754_reach_a_number.Solution
- readBinaryWatch(int) - Method in class g0401_0500.s0401_binary_watch.Solution
- rear() - Method in class g0601_0700.s0622_design_circular_queue.MyCircularQueue
- rearrangeArray(int[]) - Method in class g1901_2000.s1968_array_with_elements_not_equal_to_average_of_neighbors.Solution
- rearrangeArray(int[]) - Method in class g2101_2200.s2149_rearrange_array_elements_by_sign.Solution
- rearrangeBarcodes(int[]) - Method in class g1001_1100.s1054_distant_barcodes.Solution
- rearrangeCharacters(String, String) - Method in class g2201_2300.s2287_rearrange_characters_to_make_target_string.Solution
- rearrangeSticks(int, int) - Method in class g1801_1900.s1866_number_of_ways_to_rearrange_sticks_with_k_sticks_visible.Solution
- RecentCounter - Class in g0901_1000.s0933_number_of_recent_calls
- RecentCounter() - Constructor for class g0901_1000.s0933_number_of_recent_calls.RecentCounter
- reconstructMatrix(int, int, int[]) - Method in class g1201_1300.s1253_reconstruct_a_2_row_binary_matrix.Solution
- reconstructQueue(int[][]) - Method in class g0401_0500.s0406_queue_reconstruction_by_height.Solution
- recordTweet(String, int) - Method in class g1301_1400.s1348_tweet_counts_per_frequency.TweetCounts
- recoverArray(int[]) - Method in class g2101_2200.s2122_recover_the_original_array.Solution
- recoverArray(int, int[]) - Method in class g1901_2000.s1982_find_array_given_subset_sums.Solution
- recoverFromPreorder(String) - Method in class g1001_1100.s1028_recover_a_tree_from_preorder_traversal.Solution
- recoverTree(TreeNode) - Method in class g0001_0100.s0099_recover_binary_search_tree.Solution
- rectangleArea(int[][]) - Method in class g0801_0900.s0850_rectangle_area_ii.Solution
- reduce(int[]) - Method in class g1401_1500.s1419_minimum_number_of_frogs_croaking.Solution
- reductionOperations(int[]) - Method in class g1801_1900.s1887_reduction_operations_to_make_the_array_elements_equal.Solution
- reformat(String) - Method in class g1401_1500.s1417_reformat_the_string.Solution
- reformatDate(String) - Method in class g1501_1600.s1507_reformat_date.Solution
- reformatNumber(String) - Method in class g1601_1700.s1694_reformat_phone_number.Solution
- regionsBySlashes(String[]) - Method in class g0901_1000.s0959_regions_cut_by_slashes.Solution
- reinitializePermutation(int) - Method in class g1801_1900.s1806_minimum_number_of_operations_to_reinitialize_a_permutation.Solution
- relativeSortArray(int[], int[]) - Method in class g1101_1200.s1122_relative_sort_array.Solution
- remove(int) - Method in class g0301_0400.s0380_insert_delete_getrandom_o1.RandomizedSet
- remove(int) - Method in class g0301_0400.s0381_insert_delete_getrandom_o1_duplicates_allowed.RandomizedCollection
- remove(int) - Method in class g0701_0800.s0705_design_hashset.MyHashSet
- remove(int) - Method in class g0701_0800.s0706_design_hashmap.MyHashMap
- removeAnagrams(String[]) - Method in class g2201_2300.s2273_find_resultant_array_after_removing_anagrams.Solution
- removeBoxes(int[]) - Method in class g0501_0600.s0546_remove_boxes.Solution
- removeComments(String[]) - Method in class g0701_0800.s0722_remove_comments.Solution
- removeCoveredIntervals(int[][]) - Method in class g1201_1300.s1288_remove_covered_intervals.Solution
- removeDigit(String, char) - Method in class g2201_2300.s2259_remove_digit_from_number_to_maximize_result.Solution
- removeDuplicateLetters(String) - Method in class g0301_0400.s0316_remove_duplicate_letters.Solution
- removeDuplicates(int[]) - Method in class g0001_0100.s0026_remove_duplicates_from_sorted_array.Solution
- removeDuplicates(int[]) - Method in class g0001_0100.s0080_remove_duplicates_from_sorted_array_ii.Solution
- removeDuplicates(String) - Method in class g1001_1100.s1047_remove_all_adjacent_duplicates_in_string.Solution
- removeDuplicates(String, int) - Method in class g1201_1300.s1209_remove_all_adjacent_duplicates_in_string_ii.Solution
- removeElement(int[], int) - Method in class g0001_0100.s0027_remove_element.Solution
- removeElements(ListNode, int) - Method in class g0201_0300.s0203_remove_linked_list_elements.Solution
- removeInvalidParentheses(String) - Method in class g0301_0400.s0301_remove_invalid_parentheses.Solution
- removeKdigits(String, int) - Method in class g0401_0500.s0402_remove_k_digits.Solution
- removeLeafNodes(TreeNode, int) - Method in class g1301_1400.s1325_delete_leaves_with_a_given_value.Solution
- removeNthFromEnd(ListNode, int) - Method in class g0001_0100.s0019_remove_nth_node_from_end_of_list.Solution
- removeOccurrences(String, String) - Method in class g1901_2000.s1910_remove_all_occurrences_of_a_substring.Solution
- removeOuterParentheses(String) - Method in class g1001_1100.s1021_remove_outermost_parentheses.Solution
- removePalindromeSub(String) - Method in class g1301_1400.s1332_remove_palindromic_subsequences.Solution
- removeRange(int, int) - Method in class g0701_0800.s0715_range_module.RangeModule
- removeStars(String) - Method in class g2301_2400.s2390_removing_stars_from_a_string.Solution
- removeStones(int[][]) - Method in class g0901_1000.s0947_most_stones_removed_with_same_row_or_column.Solution
- removeSubfolders(String[]) - Method in class g1201_1300.s1233_remove_sub_folders_from_the_filesystem.Solution
- removeZeroSumSublists(ListNode) - Method in class g1101_1200.s1171_remove_zero_sum_consecutive_nodes_from_linked_list.Solution
- renew(String, int) - Method in class g1701_1800.s1797_design_authentication_manager.AuthenticationManager
- rent(int, int) - Method in class g1901_2000.s1912_design_movie_rental_system.MovieRentingSystem
- reorderedPowerOf2(int) - Method in class g0801_0900.s0869_reordered_power_of_2.Solution
- reorderList(ListNode) - Method in class g0101_0200.s0143_reorder_list.Solution
- reorderLogFiles(String[]) - Method in class g0901_1000.s0937_reorder_data_in_log_files.Solution
- reorderSpaces(String) - Method in class g1501_1600.s1592_rearrange_spaces_between_words.Solution
- reorganizeString(String) - Method in class g0701_0800.s0767_reorganize_string.Solution
- repeatedCharacter(String) - Method in class g2301_2400.s2351_first_letter_to_appear_twice.Solution
- repeatedNTimes(int[]) - Method in class g0901_1000.s0961_n_repeated_element_in_size_2n_array.Solution
- repeatedStringMatch(String, String) - Method in class g0601_0700.s0686_repeated_string_match.Solution
- repeatedSubstringPattern(String) - Method in class g0401_0500.s0459_repeated_substring_pattern.Solution
- repeatLimitedString(String, int) - Method in class g2101_2200.s2182_construct_string_with_repeat_limit.Solution
- replaceDigits(String) - Method in class g1801_1900.s1844_replace_all_digits_with_characters.Solution
- replaceElements(int[]) - Method in class g1201_1300.s1299_replace_elements_with_greatest_element_on_right_side.Solution
- replaceNonCoprimes(int[]) - Method in class g2101_2200.s2197_replace_non_coprime_numbers_in_array.Solution
- replaceWords(List<String>, String) - Method in class g0601_0700.s0648_replace_words.Solution
- report() - Method in class g1901_2000.s1912_design_movie_rental_system.MovieRentingSystem
- reserve() - Method in class g1801_1900.s1845_seat_reservation_manager.SeatManager
- reset() - Method in class g0301_0400.s0384_shuffle_an_array.Solution
- reset() - Method in class g0501_0600.s0519_random_flip_matrix.Solution
- restoreArray(int[][]) - Method in class g1701_1800.s1743_restore_the_array_from_adjacent_pairs.Solution
- restoreIpAddresses(String) - Method in class g0001_0100.s0093_restore_ip_addresses.Solution
- restoreMatrix(int[], int[]) - Method in class g1601_1700.s1605_find_valid_matrix_given_row_and_column_sums.Solution
- restoreString(String, int[]) - Method in class g1501_1600.s1528_shuffle_string.Solution
- reverse(int) - Method in class g0001_0100.s0007_reverse_integer.Solution
- reverse(ListNode) - Method in class g0001_0100.s0092_reverse_linked_list_ii.Solution
- reverseBetween(ListNode, int, int) - Method in class g0001_0100.s0092_reverse_linked_list_ii.Solution
- reverseBits(int) - Method in class g0101_0200.s0190_reverse_bits.Solution
- reverseEvenLengthGroups(ListNode) - Method in class g2001_2100.s2074_reverse_nodes_in_even_length_groups.Solution
- reverseKGroup(ListNode, int) - Method in class g0001_0100.s0025_reverse_nodes_in_k_group.Solution
- reverseList(ListNode) - Method in class g0201_0300.s0206_reverse_linked_list.Solution
- reverseOddLevels(TreeNode) - Method in class g2401_2500.s2415_reverse_odd_levels_of_binary_tree.Solution
- reverseOnlyLetters(String) - Method in class g0901_1000.s0917_reverse_only_letters.Solution
- reversePairs(int[]) - Method in class g0401_0500.s0493_reverse_pairs.Solution
- reverseParentheses(String) - Method in class g1101_1200.s1190_reverse_substrings_between_each_pair_of_parentheses.Solution
- reversePrefix(String, char) - Method in class g1901_2000.s2000_reverse_prefix_of_word.Solution
- reverseStr(String, int) - Method in class g0501_0600.s0541_reverse_string_ii.Solution
- reverseString(char[]) - Method in class g0301_0400.s0344_reverse_string.Solution
- reverseVowels(String) - Method in class g0301_0400.s0345_reverse_vowels_of_a_string.Solution
- reverseWords(String) - Method in class g0101_0200.s0151_reverse_words_in_a_string.Solution
- reverseWords(String) - Method in class g0501_0600.s0557_reverse_words_in_a_string_iii.Solution
- right - Variable in class com_github_leetcode.left_right.Node
- right - Variable in class com_github_leetcode.TreeNode
- rightSideView(TreeNode) - Method in class g0101_0200.s0199_binary_tree_right_side_view.Solution
- RLEIterator - Class in g0801_0900.s0900_rle_iterator
- RLEIterator(int[]) - Constructor for class g0801_0900.s0900_rle_iterator.RLEIterator
- rob(int[]) - Method in class g0101_0200.s0198_house_robber.Solution
- rob(int[]) - Method in class g0201_0300.s0213_house_robber_ii.Solution
- rob(TreeNode) - Method in class g0301_0400.s0337_house_robber_iii.Solution
- Robot - Class in g2001_2100.s2069_walking_robot_simulation_ii
- Robot(int, int) - Constructor for class g2001_2100.s2069_walking_robot_simulation_ii.Robot
- robotSim(int[], int[][]) - Method in class g0801_0900.s0874_walking_robot_simulation.Solution
- robotWithString(String) - Method in class g2401_2500.s2434_using_a_robot_to_print_the_lexicographically_smallest_string.Solution
- romanToInt(String) - Method in class g0001_0100.s0013_roman_to_integer.Solution
- rotate(int[][]) - Method in class g0001_0100.s0048_rotate_image.Solution
- rotate(int[], int) - Method in class g0101_0200.s0189_rotate_array.Solution
- rotatedDigits(int) - Method in class g0701_0800.s0788_rotated_digits.Solution
- rotateGrid(int[][], int) - Method in class g1901_2000.s1914_cyclically_rotating_a_grid.Solution
- rotateRight(ListNode, int) - Method in class g0001_0100.s0061_rotate_list.Solution
- rotateString(String, String) - Method in class g0701_0800.s0796_rotate_string.Solution
- rotateTheBox(char[][]) - Method in class g1801_1900.s1861_rotating_the_box.Solution
- run() - Method in class g1101_1200.s1117_building_h2o.H2O.HydrogenRunnable
- run() - Method in class g1101_1200.s1117_building_h2o.H2O.OxygenRunnable
- runningSum(int[]) - Method in class g1401_1500.s1480_running_sum_of_1d_array.Solution
S
- sampleStats(int[]) - Method in class g1001_1100.s1093_statistics_from_a_large_sample.Solution
- scatter(int, int) - Method in class g2201_2300.s2286_booking_concert_tickets_in_groups.BookMyShow
- scheduleCourse(int[][]) - Method in class g0601_0700.s0630_course_schedule_iii.Solution
- scoreOfParentheses(String) - Method in class g0801_0900.s0856_score_of_parentheses.Solution
- scoreOfStudents(String, int[]) - Method in class g2001_2100.s2019_the_score_of_students_solving_math_expression.Solution
- search(int) - Method in class g1201_1300.s1206_design_skiplist.Skiplist
- search(int) - Method in class g1901_2000.s1912_design_movie_rental_system.MovieRentingSystem
- search(int[], int) - Method in class g0001_0100.s0033_search_in_rotated_sorted_array.Solution
- search(int[], int) - Method in class g0001_0100.s0081_search_in_rotated_sorted_array_ii.Solution
- search(int[], int) - Method in class g0701_0800.s0704_binary_search.Solution
- search(String) - Method in class g0201_0300.s0208_implement_trie_prefix_tree.Trie
- search(String) - Method in class g0201_0300.s0211_design_add_and_search_words_data_structure.WordDictionary
- search(String) - Method in class g0601_0700.s0676_implement_magic_dictionary.MagicDictionary
- search(String, Trie.TrieNode, int) - Method in class g0201_0300.s0208_implement_trie_prefix_tree.Trie
- searchBST(TreeNode, int) - Method in class g0601_0700.s0700_search_in_a_binary_search_tree.Solution
- searchInsert(int[], int) - Method in class g0001_0100.s0035_search_insert_position.Solution
- searchMatrix(int[][], int) - Method in class g0001_0100.s0074_search_a_2d_matrix.Solution
- searchMatrix(int[][], int) - Method in class g0201_0300.s0240_search_a_2d_matrix_ii.Solution
- searchRange(int[], int) - Method in class g0001_0100.s0034_find_first_and_last_position_of_element_in_sorted_array.Solution
- seat() - Method in class g0801_0900.s0855_exam_room.ExamRoom
- SeatManager - Class in g1801_1900.s1845_seat_reservation_manager
- SeatManager(int) - Constructor for class g1801_1900.s1845_seat_reservation_manager.SeatManager
- second(Runnable) - Method in class g1101_1200.s1114_print_in_order.Foo
- secondGreaterElement(int[]) - Method in class g2401_2500.s2454_next_greater_element_iv.Solution
- secondHighest(String) - Method in class g1701_1800.s1796_second_largest_digit_in_a_string.Solution
- secondMinimum(int, int[][], int, int) - Method in class g2001_2100.s2045_second_minimum_time_to_reach_destination.Solution
- secondsToRemoveOccurrences(String) - Method in class g2301_2400.s2380_time_needed_to_rearrange_a_binary_string.Solution
- selfDividingNumbers(int, int) - Method in class g0701_0800.s0728_self_dividing_numbers.Solution
- sellingWood(int, int, int[][]) - Method in class g2301_2400.s2312_selling_pieces_of_wood.Solution
- sequentialDigits(int, int) - Method in class g1201_1300.s1291_sequential_digits.Solution
- serialize(TreeNode) - Method in class g0201_0300.s0297_serialize_and_deserialize_binary_tree.Codec
- serialize(TreeNode) - Method in class g0401_0500.s0449_serialize_and_deserialize_bst.Codec
- serialize(TreeNode, StringBuilder) - Method in class g0201_0300.s0297_serialize_and_deserialize_binary_tree.Codec
- set(int, int) - Method in class g1101_1200.s1146_snapshot_array.SnapshotArray
- set(String, String, int) - Method in class g0901_1000.s0981_time_based_key_value_store.TimeMap
- setZeroes(int[][]) - Method in class g0001_0100.s0073_set_matrix_zeroes.Solution
- shiftGrid(int[][], int) - Method in class g1201_1300.s1260_shift_2d_grid.Solution
- shiftingLetters(String, int[]) - Method in class g0801_0900.s0848_shifting_letters.Solution
- shiftingLetters(String, int[][]) - Method in class g2301_2400.s2381_shifting_letters_ii.Solution
- shipWithinDays(int[], int) - Method in class g1001_1100.s1011_capacity_to_ship_packages_within_d_days.Solution
- shoppingOffers(List<Integer>, List<List<Integer>>, List<Integer>) - Method in class g0601_0700.s0638_shopping_offers.Solution
- shortestAlternatingPaths(int, int[][], int[][]) - Method in class g1101_1200.s1129_shortest_path_with_alternating_colors.Solution
- shortestBridge(int[][]) - Method in class g0901_1000.s0934_shortest_bridge.Solution
- shortestCommonSupersequence(String, String) - Method in class g1001_1100.s1092_shortest_common_supersequence.Solution
- shortestCompletingWord(String, String[]) - Method in class g0701_0800.s0748_shortest_completing_word.Solution
- shortestPalindrome(String) - Method in class g0201_0300.s0214_shortest_palindrome.Solution
- shortestPath(int[][], int) - Method in class g1201_1300.s1293_shortest_path_in_a_grid_with_obstacles_elimination.Solution
- shortestPathAllKeys(String[]) - Method in class g0801_0900.s0864_shortest_path_to_get_all_keys.Solution
- shortestPathBinaryMatrix(int[][]) - Method in class g1001_1100.s1091_shortest_path_in_binary_matrix.Solution
- shortestPathLength(int[][]) - Method in class g0801_0900.s0847_shortest_path_visiting_all_nodes.Solution
- shortestSequence(int[], int) - Method in class g2301_2400.s2350_shortest_impossible_sequence_of_rolls.Solution
- shortestSubarray(int[], int) - Method in class g0801_0900.s0862_shortest_subarray_with_sum_at_least_k.Solution
- shortestSuperstring(String[]) - Method in class g0901_1000.s0943_find_the_shortest_superstring.Solution
- shortestToChar(String, char) - Method in class g0801_0900.s0821_shortest_distance_to_a_character.Solution
- shuffle() - Method in class g0301_0400.s0384_shuffle_an_array.Solution
- shuffle(int[], int) - Method in class g1401_1500.s1470_shuffle_the_array.Solution
- simplifiedFractions(int) - Method in class g1401_1500.s1447_simplified_fractions.Solution
- simplifyPath(String) - Method in class g0001_0100.s0071_simplify_path.Solution
- singleNonDuplicate(int[]) - Method in class g0501_0600.s0540_single_element_in_a_sorted_array.Solution
- singleNumber(int[]) - Method in class g0101_0200.s0136_single_number.Solution
- singleNumber(int[]) - Method in class g0101_0200.s0137_single_number_ii.Solution
- singleNumber(int[]) - Method in class g0201_0300.s0260_single_number_iii.Solution
- Skiplist - Class in g1201_1300.s1206_design_skiplist
- Skiplist() - Constructor for class g1201_1300.s1206_design_skiplist.Skiplist
- Skiplist(int) - Constructor for class g1201_1300.s1206_design_skiplist.Skiplist
- slidingPuzzle(int[][]) - Method in class g0701_0800.s0773_sliding_puzzle.Solution
- slowestKey(int[], String) - Method in class g1601_1700.s1629_slowest_key.Solution
- smallerNumbersThanCurrent(int[]) - Method in class g1301_1400.s1365_how_many_numbers_are_smaller_than_the_current_number.Solution
- smallestChair(int[][], int) - Method in class g1901_2000.s1942_the_number_of_the_smallest_unoccupied_chair.Solution
- smallestDistancePair(int[], int) - Method in class g0701_0800.s0719_find_k_th_smallest_pair_distance.Solution
- smallestDivisor(int[], int) - Method in class g1201_1300.s1283_find_the_smallest_divisor_given_a_threshold.Solution
- smallestEqual(int[]) - Method in class g2001_2100.s2057_smallest_index_with_equal_value.Solution
- smallestEvenMultiple(int) - Method in class g2401_2500.s2413_smallest_even_multiple.Solution
- smallestFromLeaf(TreeNode) - Method in class g0901_1000.s0988_smallest_string_starting_from_leaf.Solution
- smallestGoodBase(String) - Method in class g0401_0500.s0483_smallest_good_base.Solution
- SmallestInfiniteSet - Class in g2301_2400.s2336_smallest_number_in_infinite_set
- SmallestInfiniteSet() - Constructor for class g2301_2400.s2336_smallest_number_in_infinite_set.SmallestInfiniteSet
- smallestMissingValueSubtree(int[], int[]) - Method in class g2001_2100.s2003_smallest_missing_genetic_value_in_each_subtree.Solution
- smallestNumber(long) - Method in class g2101_2200.s2165_smallest_value_of_the_rearranged_number.Solution
- smallestNumber(String) - Method in class g2301_2400.s2375_construct_smallest_number_from_di_string.Solution
- smallestRange(List<List<Integer>>) - Method in class g0601_0700.s0632_smallest_range_covering_elements_from_k_lists.Solution
- smallestRangeI(int[], int) - Method in class g0901_1000.s0908_smallest_range_i.Solution
- smallestRangeII(int[], int) - Method in class g0901_1000.s0910_smallest_range_ii.Solution
- smallestRepunitDivByK(int) - Method in class g1001_1100.s1015_smallest_integer_divisible_by_k.Solution
- smallestStringWithSwaps(String, List<List<Integer>>) - Method in class g1201_1300.s1202_smallest_string_with_swaps.Solution
- smallestSubarrays(int[]) - Method in class g2401_2500.s2411_smallest_subarrays_with_maximum_bitwise_or.Solution
- smallestSubsequence(String) - Method in class g1001_1100.s1081_smallest_subsequence_of_distinct_characters.Solution
- smallestSubsequence(String, int, char, int) - Method in class g2001_2100.s2030_smallest_k_length_subsequence_with_occurrences_of_a_letter.Solution
- smallestSufficientTeam(String[], List<List<String>>) - Method in class g1101_1200.s1125_smallest_sufficient_team.Solution
- smallestTrimmedNumbers(String[], int[][]) - Method in class g2301_2400.s2343_query_kth_smallest_trimmed_number.Solution
- snakesAndLadders(int[][]) - Method in class g0901_1000.s0909_snakes_and_ladders.Solution
- snap() - Method in class g1101_1200.s1146_snapshot_array.SnapshotArray
- SnapshotArray - Class in g1101_1200.s1146_snapshot_array
- SnapshotArray(int) - Constructor for class g1101_1200.s1146_snapshot_array.SnapshotArray
- Solution - Class in g0001_0100.s0001_two_sum
- Solution - Class in g0001_0100.s0002_add_two_numbers
- Solution - Class in g0001_0100.s0003_longest_substring_without_repeating_characters
- Solution - Class in g0001_0100.s0004_median_of_two_sorted_arrays
- Solution - Class in g0001_0100.s0005_longest_palindromic_substring
- Solution - Class in g0001_0100.s0006_zigzag_conversion
- Solution - Class in g0001_0100.s0007_reverse_integer
- Solution - Class in g0001_0100.s0008_string_to_integer_atoi
- Solution - Class in g0001_0100.s0009_palindrome_number
- Solution - Class in g0001_0100.s0010_regular_expression_matching
- Solution - Class in g0001_0100.s0011_container_with_most_water
- Solution - Class in g0001_0100.s0012_integer_to_roman
- Solution - Class in g0001_0100.s0013_roman_to_integer
- Solution - Class in g0001_0100.s0014_longest_common_prefix
- Solution - Class in g0001_0100.s0015_3sum
- Solution - Class in g0001_0100.s0016_3sum_closest
- Solution - Class in g0001_0100.s0017_letter_combinations_of_a_phone_number
- Solution - Class in g0001_0100.s0018_4sum
- Solution - Class in g0001_0100.s0019_remove_nth_node_from_end_of_list
- Solution - Class in g0001_0100.s0020_valid_parentheses
- Solution - Class in g0001_0100.s0021_merge_two_sorted_lists
- Solution - Class in g0001_0100.s0022_generate_parentheses
- Solution - Class in g0001_0100.s0023_merge_k_sorted_lists
- Solution - Class in g0001_0100.s0024_swap_nodes_in_pairs
- Solution - Class in g0001_0100.s0025_reverse_nodes_in_k_group
- Solution - Class in g0001_0100.s0026_remove_duplicates_from_sorted_array
- Solution - Class in g0001_0100.s0027_remove_element
- Solution - Class in g0001_0100.s0028_implement_strstr
- Solution - Class in g0001_0100.s0029_divide_two_integers
- Solution - Class in g0001_0100.s0030_substring_with_concatenation_of_all_words
- Solution - Class in g0001_0100.s0031_next_permutation
- Solution - Class in g0001_0100.s0032_longest_valid_parentheses
- Solution - Class in g0001_0100.s0033_search_in_rotated_sorted_array
- Solution - Class in g0001_0100.s0034_find_first_and_last_position_of_element_in_sorted_array
- Solution - Class in g0001_0100.s0035_search_insert_position
- Solution - Class in g0001_0100.s0036_valid_sudoku
- Solution - Class in g0001_0100.s0037_sudoku_solver
- Solution - Class in g0001_0100.s0038_count_and_say
- Solution - Class in g0001_0100.s0039_combination_sum
- Solution - Class in g0001_0100.s0040_combination_sum_ii
- Solution - Class in g0001_0100.s0041_first_missing_positive
- Solution - Class in g0001_0100.s0042_trapping_rain_water
- Solution - Class in g0001_0100.s0043_multiply_strings
- Solution - Class in g0001_0100.s0044_wildcard_matching
- Solution - Class in g0001_0100.s0045_jump_game_ii
- Solution - Class in g0001_0100.s0046_permutations
- Solution - Class in g0001_0100.s0047_permutations_ii
- Solution - Class in g0001_0100.s0048_rotate_image
- Solution - Class in g0001_0100.s0049_group_anagrams
- Solution - Class in g0001_0100.s0050_powx_n
- Solution - Class in g0001_0100.s0051_n_queens
- Solution - Class in g0001_0100.s0052_n_queens_ii
- Solution - Class in g0001_0100.s0053_maximum_subarray
- Solution - Class in g0001_0100.s0054_spiral_matrix
- Solution - Class in g0001_0100.s0055_jump_game
- Solution - Class in g0001_0100.s0056_merge_intervals
- Solution - Class in g0001_0100.s0057_insert_interval
- Solution - Class in g0001_0100.s0058_length_of_last_word
- Solution - Class in g0001_0100.s0059_spiral_matrix_ii
- Solution - Class in g0001_0100.s0060_permutation_sequence
- Solution - Class in g0001_0100.s0061_rotate_list
- Solution - Class in g0001_0100.s0062_unique_paths
- Solution - Class in g0001_0100.s0063_unique_paths_ii
- Solution - Class in g0001_0100.s0064_minimum_path_sum
- Solution - Class in g0001_0100.s0065_valid_number
- Solution - Class in g0001_0100.s0066_plus_one
- Solution - Class in g0001_0100.s0067_add_binary
- Solution - Class in g0001_0100.s0068_text_justification
- Solution - Class in g0001_0100.s0069_sqrtx
- Solution - Class in g0001_0100.s0070_climbing_stairs
- Solution - Class in g0001_0100.s0071_simplify_path
- Solution - Class in g0001_0100.s0072_edit_distance
- Solution - Class in g0001_0100.s0073_set_matrix_zeroes
- Solution - Class in g0001_0100.s0074_search_a_2d_matrix
- Solution - Class in g0001_0100.s0075_sort_colors
- Solution - Class in g0001_0100.s0076_minimum_window_substring
- Solution - Class in g0001_0100.s0077_combinations
- Solution - Class in g0001_0100.s0078_subsets
- Solution - Class in g0001_0100.s0079_word_search
- Solution - Class in g0001_0100.s0080_remove_duplicates_from_sorted_array_ii
- Solution - Class in g0001_0100.s0081_search_in_rotated_sorted_array_ii
- Solution - Class in g0001_0100.s0082_remove_duplicates_from_sorted_list_ii
- Solution - Class in g0001_0100.s0083_remove_duplicates_from_sorted_list
- Solution - Class in g0001_0100.s0084_largest_rectangle_in_histogram
- Solution - Class in g0001_0100.s0085_maximal_rectangle
- Solution - Class in g0001_0100.s0086_partition_list
- Solution - Class in g0001_0100.s0087_scramble_string
- Solution - Class in g0001_0100.s0088_merge_sorted_array
- Solution - Class in g0001_0100.s0089_gray_code
- Solution - Class in g0001_0100.s0090_subsets_ii
- Solution - Class in g0001_0100.s0091_decode_ways
- Solution - Class in g0001_0100.s0092_reverse_linked_list_ii
- Solution - Class in g0001_0100.s0093_restore_ip_addresses
- Solution - Class in g0001_0100.s0094_binary_tree_inorder_traversal
- Solution - Class in g0001_0100.s0095_unique_binary_search_trees_ii
- Solution - Class in g0001_0100.s0096_unique_binary_search_trees
- Solution - Class in g0001_0100.s0097_interleaving_string
- Solution - Class in g0001_0100.s0098_validate_binary_search_tree
- Solution - Class in g0001_0100.s0099_recover_binary_search_tree
- Solution - Class in g0001_0100.s0100_same_tree
- Solution - Class in g0101_0200.s0101_symmetric_tree
- Solution - Class in g0101_0200.s0102_binary_tree_level_order_traversal
- Solution - Class in g0101_0200.s0103_binary_tree_zigzag_level_order_traversal
- Solution - Class in g0101_0200.s0104_maximum_depth_of_binary_tree
- Solution - Class in g0101_0200.s0105_construct_binary_tree_from_preorder_and_inorder_traversal
- Solution - Class in g0101_0200.s0106_construct_binary_tree_from_inorder_and_postorder_traversal
- Solution - Class in g0101_0200.s0107_binary_tree_level_order_traversal_ii
- Solution - Class in g0101_0200.s0108_convert_sorted_array_to_binary_search_tree
- Solution - Class in g0101_0200.s0109_convert_sorted_list_to_binary_search_tree
- Solution - Class in g0101_0200.s0110_balanced_binary_tree
- Solution - Class in g0101_0200.s0111_minimum_depth_of_binary_tree
- Solution - Class in g0101_0200.s0112_path_sum
- Solution - Class in g0101_0200.s0113_path_sum_ii
- Solution - Class in g0101_0200.s0114_flatten_binary_tree_to_linked_list
- Solution - Class in g0101_0200.s0115_distinct_subsequences
- Solution - Class in g0101_0200.s0116_populating_next_right_pointers_in_each_node
- Solution - Class in g0101_0200.s0117_populating_next_right_pointers_in_each_node_ii
- Solution - Class in g0101_0200.s0118_pascals_triangle
- Solution - Class in g0101_0200.s0119_pascals_triangle_ii
- Solution - Class in g0101_0200.s0120_triangle
- Solution - Class in g0101_0200.s0121_best_time_to_buy_and_sell_stock
- Solution - Class in g0101_0200.s0122_best_time_to_buy_and_sell_stock_ii
- Solution - Class in g0101_0200.s0123_best_time_to_buy_and_sell_stock_iii
- Solution - Class in g0101_0200.s0124_binary_tree_maximum_path_sum
- Solution - Class in g0101_0200.s0125_valid_palindrome
- Solution - Class in g0101_0200.s0126_word_ladder_ii
- Solution - Class in g0101_0200.s0127_word_ladder
- Solution - Class in g0101_0200.s0128_longest_consecutive_sequence
- Solution - Class in g0101_0200.s0129_sum_root_to_leaf_numbers
- Solution - Class in g0101_0200.s0130_surrounded_regions
- Solution - Class in g0101_0200.s0131_palindrome_partitioning
- Solution - Class in g0101_0200.s0132_palindrome_partitioning_ii
- Solution - Class in g0101_0200.s0133_clone_graph
- Solution - Class in g0101_0200.s0134_gas_station
- Solution - Class in g0101_0200.s0135_candy
- Solution - Class in g0101_0200.s0136_single_number
- Solution - Class in g0101_0200.s0137_single_number_ii
- Solution - Class in g0101_0200.s0138_copy_list_with_random_pointer
- Solution - Class in g0101_0200.s0139_word_break
- Solution - Class in g0101_0200.s0140_word_break_ii
- Solution - Class in g0101_0200.s0141_linked_list_cycle
- Solution - Class in g0101_0200.s0142_linked_list_cycle_ii
- Solution - Class in g0101_0200.s0143_reorder_list
- Solution - Class in g0101_0200.s0144_binary_tree_preorder_traversal
- Solution - Class in g0101_0200.s0145_binary_tree_postorder_traversal
- Solution - Class in g0101_0200.s0147_insertion_sort_list
- Solution - Class in g0101_0200.s0148_sort_list
- Solution - Class in g0101_0200.s0149_max_points_on_a_line
- Solution - Class in g0101_0200.s0150_evaluate_reverse_polish_notation
- Solution - Class in g0101_0200.s0151_reverse_words_in_a_string
- Solution - Class in g0101_0200.s0152_maximum_product_subarray
- Solution - Class in g0101_0200.s0153_find_minimum_in_rotated_sorted_array
- Solution - Class in g0101_0200.s0154_find_minimum_in_rotated_sorted_array_ii
- Solution - Class in g0101_0200.s0160_intersection_of_two_linked_lists
- Solution - Class in g0101_0200.s0162_find_peak_element
- Solution - Class in g0101_0200.s0164_maximum_gap
- Solution - Class in g0101_0200.s0165_compare_version_numbers
- Solution - Class in g0101_0200.s0166_fraction_to_recurring_decimal
- Solution - Class in g0101_0200.s0167_two_sum_ii_input_array_is_sorted
- Solution - Class in g0101_0200.s0168_excel_sheet_column_title
- Solution - Class in g0101_0200.s0169_majority_element
- Solution - Class in g0101_0200.s0171_excel_sheet_column_number
- Solution - Class in g0101_0200.s0172_factorial_trailing_zeroes
- Solution - Class in g0101_0200.s0174_dungeon_game
- Solution - Class in g0101_0200.s0179_largest_number
- Solution - Class in g0101_0200.s0187_repeated_dna_sequences
- Solution - Class in g0101_0200.s0188_best_time_to_buy_and_sell_stock_iv
- Solution - Class in g0101_0200.s0189_rotate_array
- Solution - Class in g0101_0200.s0190_reverse_bits
- Solution - Class in g0101_0200.s0191_number_of_1_bits
- Solution - Class in g0101_0200.s0198_house_robber
- Solution - Class in g0101_0200.s0199_binary_tree_right_side_view
- Solution - Class in g0101_0200.s0200_number_of_islands
- Solution - Class in g0201_0300.s0201_bitwise_and_of_numbers_range
- Solution - Class in g0201_0300.s0202_happy_number
- Solution - Class in g0201_0300.s0203_remove_linked_list_elements
- Solution - Class in g0201_0300.s0204_count_primes
- Solution - Class in g0201_0300.s0205_isomorphic_strings
- Solution - Class in g0201_0300.s0206_reverse_linked_list
- Solution - Class in g0201_0300.s0207_course_schedule
- Solution - Class in g0201_0300.s0209_minimum_size_subarray_sum
- Solution - Class in g0201_0300.s0210_course_schedule_ii
- Solution - Class in g0201_0300.s0212_word_search_ii
- Solution - Class in g0201_0300.s0213_house_robber_ii
- Solution - Class in g0201_0300.s0214_shortest_palindrome
- Solution - Class in g0201_0300.s0215_kth_largest_element_in_an_array
- Solution - Class in g0201_0300.s0216_combination_sum_iii
- Solution - Class in g0201_0300.s0217_contains_duplicate
- Solution - Class in g0201_0300.s0218_the_skyline_problem
- Solution - Class in g0201_0300.s0219_contains_duplicate_ii
- Solution - Class in g0201_0300.s0220_contains_duplicate_iii
- Solution - Class in g0201_0300.s0221_maximal_square
- Solution - Class in g0201_0300.s0222_count_complete_tree_nodes
- Solution - Class in g0201_0300.s0223_rectangle_area
- Solution - Class in g0201_0300.s0224_basic_calculator
- Solution - Class in g0201_0300.s0226_invert_binary_tree
- Solution - Class in g0201_0300.s0227_basic_calculator_ii
- Solution - Class in g0201_0300.s0228_summary_ranges
- Solution - Class in g0201_0300.s0229_majority_element_ii
- Solution - Class in g0201_0300.s0230_kth_smallest_element_in_a_bst
- Solution - Class in g0201_0300.s0231_power_of_two
- Solution - Class in g0201_0300.s0233_number_of_digit_one
- Solution - Class in g0201_0300.s0234_palindrome_linked_list
- Solution - Class in g0201_0300.s0235_lowest_common_ancestor_of_a_binary_search_tree
- Solution - Class in g0201_0300.s0236_lowest_common_ancestor_of_a_binary_tree
- Solution - Class in g0201_0300.s0237_delete_node_in_a_linked_list
- Solution - Class in g0201_0300.s0238_product_of_array_except_self
- Solution - Class in g0201_0300.s0239_sliding_window_maximum
- Solution - Class in g0201_0300.s0240_search_a_2d_matrix_ii
- Solution - Class in g0201_0300.s0241_different_ways_to_add_parentheses
- Solution - Class in g0201_0300.s0242_valid_anagram
- Solution - Class in g0201_0300.s0257_binary_tree_paths
- Solution - Class in g0201_0300.s0258_add_digits
- Solution - Class in g0201_0300.s0260_single_number_iii
- Solution - Class in g0201_0300.s0263_ugly_number
- Solution - Class in g0201_0300.s0264_ugly_number_ii
- Solution - Class in g0201_0300.s0268_missing_number
- Solution - Class in g0201_0300.s0273_integer_to_english_words
- Solution - Class in g0201_0300.s0274_h_index
- Solution - Class in g0201_0300.s0275_h_index_ii
- Solution - Class in g0201_0300.s0278_first_bad_version
- Solution - Class in g0201_0300.s0279_perfect_squares
- Solution - Class in g0201_0300.s0282_expression_add_operators
- Solution - Class in g0201_0300.s0283_move_zeroes
- Solution - Class in g0201_0300.s0287_find_the_duplicate_number
- Solution - Class in g0201_0300.s0289_game_of_life
- Solution - Class in g0201_0300.s0290_word_pattern
- Solution - Class in g0201_0300.s0292_nim_game
- Solution - Class in g0201_0300.s0299_bulls_and_cows
- Solution - Class in g0201_0300.s0300_longest_increasing_subsequence
- Solution - Class in g0301_0400.s0301_remove_invalid_parentheses
- Solution - Class in g0301_0400.s0306_additive_number
- Solution - Class in g0301_0400.s0309_best_time_to_buy_and_sell_stock_with_cooldown
- Solution - Class in g0301_0400.s0310_minimum_height_trees
- Solution - Class in g0301_0400.s0312_burst_balloons
- Solution - Class in g0301_0400.s0313_super_ugly_number
- Solution - Class in g0301_0400.s0315_count_of_smaller_numbers_after_self
- Solution - Class in g0301_0400.s0316_remove_duplicate_letters
- Solution - Class in g0301_0400.s0318_maximum_product_of_word_lengths
- Solution - Class in g0301_0400.s0319_bulb_switcher
- Solution - Class in g0301_0400.s0321_create_maximum_number
- Solution - Class in g0301_0400.s0322_coin_change
- Solution - Class in g0301_0400.s0324_wiggle_sort_ii
- Solution - Class in g0301_0400.s0326_power_of_three
- Solution - Class in g0301_0400.s0327_count_of_range_sum
- Solution - Class in g0301_0400.s0328_odd_even_linked_list
- Solution - Class in g0301_0400.s0329_longest_increasing_path_in_a_matrix
- Solution - Class in g0301_0400.s0330_patching_array
- Solution - Class in g0301_0400.s0331_verify_preorder_serialization_of_a_binary_tree
- Solution - Class in g0301_0400.s0332_reconstruct_itinerary
- Solution - Class in g0301_0400.s0334_increasing_triplet_subsequence
- Solution - Class in g0301_0400.s0335_self_crossing
- Solution - Class in g0301_0400.s0336_palindrome_pairs
- Solution - Class in g0301_0400.s0337_house_robber_iii
- Solution - Class in g0301_0400.s0338_counting_bits
- Solution - Class in g0301_0400.s0342_power_of_four
- Solution - Class in g0301_0400.s0343_integer_break
- Solution - Class in g0301_0400.s0344_reverse_string
- Solution - Class in g0301_0400.s0345_reverse_vowels_of_a_string
- Solution - Class in g0301_0400.s0347_top_k_frequent_elements
- Solution - Class in g0301_0400.s0349_intersection_of_two_arrays
- Solution - Class in g0301_0400.s0350_intersection_of_two_arrays_ii
- Solution - Class in g0301_0400.s0354_russian_doll_envelopes
- Solution - Class in g0301_0400.s0357_count_numbers_with_unique_digits
- Solution - Class in g0301_0400.s0363_max_sum_of_rectangle_no_larger_than_k
- Solution - Class in g0301_0400.s0365_water_and_jug_problem
- Solution - Class in g0301_0400.s0367_valid_perfect_square
- Solution - Class in g0301_0400.s0368_largest_divisible_subset
- Solution - Class in g0301_0400.s0371_sum_of_two_integers
- Solution - Class in g0301_0400.s0372_super_pow
- Solution - Class in g0301_0400.s0373_find_k_pairs_with_smallest_sums
- Solution - Class in g0301_0400.s0374_guess_number_higher_or_lower
- Solution - Class in g0301_0400.s0375_guess_number_higher_or_lower_ii
- Solution - Class in g0301_0400.s0376_wiggle_subsequence
- Solution - Class in g0301_0400.s0377_combination_sum_iv
- Solution - Class in g0301_0400.s0378_kth_smallest_element_in_a_sorted_matrix
- Solution - Class in g0301_0400.s0382_linked_list_random_node
- Solution - Class in g0301_0400.s0383_ransom_note
- Solution - Class in g0301_0400.s0384_shuffle_an_array
- Solution - Class in g0301_0400.s0385_mini_parser
- Solution - Class in g0301_0400.s0386_lexicographical_numbers
- Solution - Class in g0301_0400.s0387_first_unique_character_in_a_string
- Solution - Class in g0301_0400.s0388_longest_absolute_file_path
- Solution - Class in g0301_0400.s0389_find_the_difference
- Solution - Class in g0301_0400.s0390_elimination_game
- Solution - Class in g0301_0400.s0391_perfect_rectangle
- Solution - Class in g0301_0400.s0392_is_subsequence
- Solution - Class in g0301_0400.s0393_utf_8_validation
- Solution - Class in g0301_0400.s0394_decode_string
- Solution - Class in g0301_0400.s0395_longest_substring_with_at_least_k_repeating_characters
- Solution - Class in g0301_0400.s0396_rotate_function
- Solution - Class in g0301_0400.s0397_integer_replacement
- Solution - Class in g0301_0400.s0398_random_pick_index
- Solution - Class in g0301_0400.s0399_evaluate_division
- Solution - Class in g0301_0400.s0400_nth_digit
- Solution - Class in g0401_0500.s0401_binary_watch
- Solution - Class in g0401_0500.s0402_remove_k_digits
- Solution - Class in g0401_0500.s0403_frog_jump
- Solution - Class in g0401_0500.s0404_sum_of_left_leaves
- Solution - Class in g0401_0500.s0405_convert_a_number_to_hexadecimal
- Solution - Class in g0401_0500.s0406_queue_reconstruction_by_height
- Solution - Class in g0401_0500.s0407_trapping_rain_water_ii
- Solution - Class in g0401_0500.s0409_longest_palindrome
- Solution - Class in g0401_0500.s0410_split_array_largest_sum
- Solution - Class in g0401_0500.s0412_fizz_buzz
- Solution - Class in g0401_0500.s0413_arithmetic_slices
- Solution - Class in g0401_0500.s0414_third_maximum_number
- Solution - Class in g0401_0500.s0415_add_strings
- Solution - Class in g0401_0500.s0416_partition_equal_subset_sum
- Solution - Class in g0401_0500.s0417_pacific_atlantic_water_flow
- Solution - Class in g0401_0500.s0419_battleships_in_a_board
- Solution - Class in g0401_0500.s0420_strong_password_checker
- Solution - Class in g0401_0500.s0421_maximum_xor_of_two_numbers_in_an_array
- Solution - Class in g0401_0500.s0423_reconstruct_original_digits_from_english
- Solution - Class in g0401_0500.s0424_longest_repeating_character_replacement
- Solution - Class in g0401_0500.s0427_construct_quad_tree
- Solution - Class in g0401_0500.s0429_n_ary_tree_level_order_traversal
- Solution - Class in g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list
- Solution - Class in g0401_0500.s0433_minimum_genetic_mutation
- Solution - Class in g0401_0500.s0434_number_of_segments_in_a_string
- Solution - Class in g0401_0500.s0435_non_overlapping_intervals
- Solution - Class in g0401_0500.s0436_find_right_interval
- Solution - Class in g0401_0500.s0437_path_sum_iii
- Solution - Class in g0401_0500.s0438_find_all_anagrams_in_a_string
- Solution - Class in g0401_0500.s0440_k_th_smallest_in_lexicographical_order
- Solution - Class in g0401_0500.s0441_arranging_coins
- Solution - Class in g0401_0500.s0442_find_all_duplicates_in_an_array
- Solution - Class in g0401_0500.s0443_string_compression
- Solution - Class in g0401_0500.s0445_add_two_numbers_ii
- Solution - Class in g0401_0500.s0446_arithmetic_slices_ii_subsequence
- Solution - Class in g0401_0500.s0447_number_of_boomerangs
- Solution - Class in g0401_0500.s0448_find_all_numbers_disappeared_in_an_array
- Solution - Class in g0401_0500.s0450_delete_node_in_a_bst
- Solution - Class in g0401_0500.s0451_sort_characters_by_frequency
- Solution - Class in g0401_0500.s0452_minimum_number_of_arrows_to_burst_balloons
- Solution - Class in g0401_0500.s0453_minimum_moves_to_equal_array_elements
- Solution - Class in g0401_0500.s0454_4sum_ii
- Solution - Class in g0401_0500.s0455_assign_cookies
- Solution - Class in g0401_0500.s0456_132_pattern
- Solution - Class in g0401_0500.s0457_circular_array_loop
- Solution - Class in g0401_0500.s0458_poor_pigs
- Solution - Class in g0401_0500.s0459_repeated_substring_pattern
- Solution - Class in g0401_0500.s0461_hamming_distance
- Solution - Class in g0401_0500.s0462_minimum_moves_to_equal_array_elements_ii
- Solution - Class in g0401_0500.s0463_island_perimeter
- Solution - Class in g0401_0500.s0464_can_i_win
- Solution - Class in g0401_0500.s0466_count_the_repetitions
- Solution - Class in g0401_0500.s0467_unique_substrings_in_wraparound_string
- Solution - Class in g0401_0500.s0468_validate_ip_address
- Solution - Class in g0401_0500.s0470_implement_rand10_using_rand7
- Solution - Class in g0401_0500.s0472_concatenated_words
- Solution - Class in g0401_0500.s0473_matchsticks_to_square
- Solution - Class in g0401_0500.s0474_ones_and_zeroes
- Solution - Class in g0401_0500.s0475_heaters
- Solution - Class in g0401_0500.s0476_number_complement
- Solution - Class in g0401_0500.s0477_total_hamming_distance
- Solution - Class in g0401_0500.s0478_generate_random_point_in_a_circle
- Solution - Class in g0401_0500.s0479_largest_palindrome_product
- Solution - Class in g0401_0500.s0480_sliding_window_median
- Solution - Class in g0401_0500.s0481_magical_string
- Solution - Class in g0401_0500.s0482_license_key_formatting
- Solution - Class in g0401_0500.s0483_smallest_good_base
- Solution - Class in g0401_0500.s0485_max_consecutive_ones
- Solution - Class in g0401_0500.s0486_predict_the_winner
- Solution - Class in g0401_0500.s0488_zuma_game
- Solution - Class in g0401_0500.s0491_increasing_subsequences
- Solution - Class in g0401_0500.s0492_construct_the_rectangle
- Solution - Class in g0401_0500.s0493_reverse_pairs
- Solution - Class in g0401_0500.s0494_target_sum
- Solution - Class in g0401_0500.s0495_teemo_attacking
- Solution - Class in g0401_0500.s0496_next_greater_element_i
- Solution - Class in g0401_0500.s0497_random_point_in_non_overlapping_rectangles
- Solution - Class in g0401_0500.s0498_diagonal_traverse
- Solution - Class in g0401_0500.s0500_keyboard_row
- Solution - Class in g0501_0600.s0501_find_mode_in_binary_search_tree
- Solution - Class in g0501_0600.s0502_ipo
- Solution - Class in g0501_0600.s0503_next_greater_element_ii
- Solution - Class in g0501_0600.s0504_base_7
- Solution - Class in g0501_0600.s0506_relative_ranks
- Solution - Class in g0501_0600.s0507_perfect_number
- Solution - Class in g0501_0600.s0508_most_frequent_subtree_sum
- Solution - Class in g0501_0600.s0509_fibonacci_number
- Solution - Class in g0501_0600.s0513_find_bottom_left_tree_value
- Solution - Class in g0501_0600.s0514_freedom_trail
- Solution - Class in g0501_0600.s0515_find_largest_value_in_each_tree_row
- Solution - Class in g0501_0600.s0516_longest_palindromic_subsequence
- Solution - Class in g0501_0600.s0517_super_washing_machines
- Solution - Class in g0501_0600.s0518_coin_change_2
- Solution - Class in g0501_0600.s0519_random_flip_matrix
- Solution - Class in g0501_0600.s0520_detect_capital
- Solution - Class in g0501_0600.s0521_longest_uncommon_subsequence_i
- Solution - Class in g0501_0600.s0522_longest_uncommon_subsequence_ii
- Solution - Class in g0501_0600.s0523_continuous_subarray_sum
- Solution - Class in g0501_0600.s0524_longest_word_in_dictionary_through_deleting
- Solution - Class in g0501_0600.s0525_contiguous_array
- Solution - Class in g0501_0600.s0526_beautiful_arrangement
- Solution - Class in g0501_0600.s0528_random_pick_with_weight
- Solution - Class in g0501_0600.s0529_minesweeper
- Solution - Class in g0501_0600.s0530_minimum_absolute_difference_in_bst
- Solution - Class in g0501_0600.s0532_k_diff_pairs_in_an_array
- Solution - Class in g0501_0600.s0537_complex_number_multiplication
- Solution - Class in g0501_0600.s0538_convert_bst_to_greater_tree
- Solution - Class in g0501_0600.s0539_minimum_time_difference
- Solution - Class in g0501_0600.s0540_single_element_in_a_sorted_array
- Solution - Class in g0501_0600.s0541_reverse_string_ii
- Solution - Class in g0501_0600.s0542_01_matrix
- Solution - Class in g0501_0600.s0543_diameter_of_binary_tree
- Solution - Class in g0501_0600.s0546_remove_boxes
- Solution - Class in g0501_0600.s0547_number_of_provinces
- Solution - Class in g0501_0600.s0551_student_attendance_record_i
- Solution - Class in g0501_0600.s0552_student_attendance_record_ii
- Solution - Class in g0501_0600.s0553_optimal_division
- Solution - Class in g0501_0600.s0554_brick_wall
- Solution - Class in g0501_0600.s0556_next_greater_element_iii
- Solution - Class in g0501_0600.s0557_reverse_words_in_a_string_iii
- Solution - Class in g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees
- Solution - Class in g0501_0600.s0559_maximum_depth_of_n_ary_tree
- Solution - Class in g0501_0600.s0560_subarray_sum_equals_k
- Solution - Class in g0501_0600.s0561_array_partition_i
- Solution - Class in g0501_0600.s0563_binary_tree_tilt
- Solution - Class in g0501_0600.s0564_find_the_closest_palindrome
- Solution - Class in g0501_0600.s0565_array_nesting
- Solution - Class in g0501_0600.s0566_reshape_the_matrix
- Solution - Class in g0501_0600.s0567_permutation_in_string
- Solution - Class in g0501_0600.s0572_subtree_of_another_tree
- Solution - Class in g0501_0600.s0575_distribute_candies
- Solution - Class in g0501_0600.s0576_out_of_boundary_paths
- Solution - Class in g0501_0600.s0581_shortest_unsorted_continuous_subarray
- Solution - Class in g0501_0600.s0583_delete_operation_for_two_strings
- Solution - Class in g0501_0600.s0587_erect_the_fence
- Solution - Class in g0501_0600.s0589_n_ary_tree_preorder_traversal
- Solution - Class in g0501_0600.s0590_n_ary_tree_postorder_traversal
- Solution - Class in g0501_0600.s0591_tag_validator
- Solution - Class in g0501_0600.s0592_fraction_addition_and_subtraction
- Solution - Class in g0501_0600.s0593_valid_square
- Solution - Class in g0501_0600.s0594_longest_harmonious_subsequence
- Solution - Class in g0501_0600.s0598_range_addition_ii
- Solution - Class in g0501_0600.s0599_minimum_index_sum_of_two_lists
- Solution - Class in g0501_0600.s0600_non_negative_integers_without_consecutive_ones
- Solution - Class in g0601_0700.s0605_can_place_flowers
- Solution - Class in g0601_0700.s0606_construct_string_from_binary_tree
- Solution - Class in g0601_0700.s0609_find_duplicate_file_in_system
- Solution - Class in g0601_0700.s0611_valid_triangle_number
- Solution - Class in g0601_0700.s0617_merge_two_binary_trees
- Solution - Class in g0601_0700.s0621_task_scheduler
- Solution - Class in g0601_0700.s0623_add_one_row_to_tree
- Solution - Class in g0601_0700.s0628_maximum_product_of_three_numbers
- Solution - Class in g0601_0700.s0629_k_inverse_pairs_array
- Solution - Class in g0601_0700.s0630_course_schedule_iii
- Solution - Class in g0601_0700.s0632_smallest_range_covering_elements_from_k_lists
- Solution - Class in g0601_0700.s0633_sum_of_square_numbers
- Solution - Class in g0601_0700.s0636_exclusive_time_of_functions
- Solution - Class in g0601_0700.s0637_average_of_levels_in_binary_tree
- Solution - Class in g0601_0700.s0638_shopping_offers
- Solution - Class in g0601_0700.s0639_decode_ways_ii
- Solution - Class in g0601_0700.s0640_solve_the_equation
- Solution - Class in g0601_0700.s0643_maximum_average_subarray_i
- Solution - Class in g0601_0700.s0645_set_mismatch
- Solution - Class in g0601_0700.s0646_maximum_length_of_pair_chain
- Solution - Class in g0601_0700.s0647_palindromic_substrings
- Solution - Class in g0601_0700.s0648_replace_words
- Solution - Class in g0601_0700.s0649_dota2_senate
- Solution - Class in g0601_0700.s0650_2_keys_keyboard
- Solution - Class in g0601_0700.s0652_find_duplicate_subtrees
- Solution - Class in g0601_0700.s0653_two_sum_iv_input_is_a_bst
- Solution - Class in g0601_0700.s0654_maximum_binary_tree
- Solution - Class in g0601_0700.s0655_print_binary_tree
- Solution - Class in g0601_0700.s0657_robot_return_to_origin
- Solution - Class in g0601_0700.s0658_find_k_closest_elements
- Solution - Class in g0601_0700.s0659_split_array_into_consecutive_subsequences
- Solution - Class in g0601_0700.s0661_image_smoother
- Solution - Class in g0601_0700.s0662_maximum_width_of_binary_tree
- Solution - Class in g0601_0700.s0664_strange_printer
- Solution - Class in g0601_0700.s0665_non_decreasing_array
- Solution - Class in g0601_0700.s0667_beautiful_arrangement_ii
- Solution - Class in g0601_0700.s0668_kth_smallest_number_in_multiplication_table
- Solution - Class in g0601_0700.s0669_trim_a_binary_search_tree
- Solution - Class in g0601_0700.s0670_maximum_swap
- Solution - Class in g0601_0700.s0671_second_minimum_node_in_a_binary_tree
- Solution - Class in g0601_0700.s0672_bulb_switcher_ii
- Solution - Class in g0601_0700.s0673_number_of_longest_increasing_subsequence
- Solution - Class in g0601_0700.s0674_longest_continuous_increasing_subsequence
- Solution - Class in g0601_0700.s0675_cut_off_trees_for_golf_event
- Solution - Class in g0601_0700.s0678_valid_parenthesis_string
- Solution - Class in g0601_0700.s0679_24_game
- Solution - Class in g0601_0700.s0680_valid_palindrome_ii
- Solution - Class in g0601_0700.s0682_baseball_game
- Solution - Class in g0601_0700.s0684_redundant_connection
- Solution - Class in g0601_0700.s0685_redundant_connection_ii
- Solution - Class in g0601_0700.s0686_repeated_string_match
- Solution - Class in g0601_0700.s0687_longest_univalue_path
- Solution - Class in g0601_0700.s0688_knight_probability_in_chessboard
- Solution - Class in g0601_0700.s0689_maximum_sum_of_3_non_overlapping_subarrays
- Solution - Class in g0601_0700.s0690_employee_importance
- Solution - Class in g0601_0700.s0691_stickers_to_spell_word
- Solution - Class in g0601_0700.s0692_top_k_frequent_words
- Solution - Class in g0601_0700.s0693_binary_number_with_alternating_bits
- Solution - Class in g0601_0700.s0695_max_area_of_island
- Solution - Class in g0601_0700.s0696_count_binary_substrings
- Solution - Class in g0601_0700.s0697_degree_of_an_array
- Solution - Class in g0601_0700.s0698_partition_to_k_equal_sum_subsets
- Solution - Class in g0601_0700.s0699_falling_squares
- Solution - Class in g0601_0700.s0700_search_in_a_binary_search_tree
- Solution - Class in g0701_0800.s0701_insert_into_a_binary_search_tree
- Solution - Class in g0701_0800.s0704_binary_search
- Solution - Class in g0701_0800.s0709_to_lower_case
- Solution - Class in g0701_0800.s0710_random_pick_with_blacklist
- Solution - Class in g0701_0800.s0712_minimum_ascii_delete_sum_for_two_strings
- Solution - Class in g0701_0800.s0713_subarray_product_less_than_k
- Solution - Class in g0701_0800.s0714_best_time_to_buy_and_sell_stock_with_transaction_fee
- Solution - Class in g0701_0800.s0717_1_bit_and_2_bit_characters
- Solution - Class in g0701_0800.s0718_maximum_length_of_repeated_subarray
- Solution - Class in g0701_0800.s0719_find_k_th_smallest_pair_distance
- Solution - Class in g0701_0800.s0720_longest_word_in_dictionary
- Solution - Class in g0701_0800.s0721_accounts_merge
- Solution - Class in g0701_0800.s0722_remove_comments
- Solution - Class in g0701_0800.s0724_find_pivot_index
- Solution - Class in g0701_0800.s0725_split_linked_list_in_parts
- Solution - Class in g0701_0800.s0726_number_of_atoms
- Solution - Class in g0701_0800.s0728_self_dividing_numbers
- Solution - Class in g0701_0800.s0730_count_different_palindromic_subsequences
- Solution - Class in g0701_0800.s0733_flood_fill
- Solution - Class in g0701_0800.s0735_asteroid_collision
- Solution - Class in g0701_0800.s0736_parse_lisp_expression
- Solution - Class in g0701_0800.s0738_monotone_increasing_digits
- Solution - Class in g0701_0800.s0739_daily_temperatures
- Solution - Class in g0701_0800.s0740_delete_and_earn
- Solution - Class in g0701_0800.s0741_cherry_pickup
- Solution - Class in g0701_0800.s0743_network_delay_time
- Solution - Class in g0701_0800.s0744_find_smallest_letter_greater_than_target
- Solution - Class in g0701_0800.s0746_min_cost_climbing_stairs
- Solution - Class in g0701_0800.s0747_largest_number_at_least_twice_of_others
- Solution - Class in g0701_0800.s0748_shortest_completing_word
- Solution - Class in g0701_0800.s0749_contain_virus
- Solution - Class in g0701_0800.s0752_open_the_lock
- Solution - Class in g0701_0800.s0753_cracking_the_safe
- Solution - Class in g0701_0800.s0754_reach_a_number
- Solution - Class in g0701_0800.s0756_pyramid_transition_matrix
- Solution - Class in g0701_0800.s0757_set_intersection_size_at_least_two
- Solution - Class in g0701_0800.s0761_special_binary_string
- Solution - Class in g0701_0800.s0762_prime_number_of_set_bits_in_binary_representation
- Solution - Class in g0701_0800.s0763_partition_labels
- Solution - Class in g0701_0800.s0764_largest_plus_sign
- Solution - Class in g0701_0800.s0765_couples_holding_hands
- Solution - Class in g0701_0800.s0766_toeplitz_matrix
- Solution - Class in g0701_0800.s0767_reorganize_string
- Solution - Class in g0701_0800.s0768_max_chunks_to_make_sorted_ii
- Solution - Class in g0701_0800.s0769_max_chunks_to_make_sorted
- Solution - Class in g0701_0800.s0770_basic_calculator_iv
- Solution - Class in g0701_0800.s0771_jewels_and_stones
- Solution - Class in g0701_0800.s0773_sliding_puzzle
- Solution - Class in g0701_0800.s0775_global_and_local_inversions
- Solution - Class in g0701_0800.s0777_swap_adjacent_in_lr_string
- Solution - Class in g0701_0800.s0778_swim_in_rising_water
- Solution - Class in g0701_0800.s0779_k_th_symbol_in_grammar
- Solution - Class in g0701_0800.s0780_reaching_points
- Solution - Class in g0701_0800.s0781_rabbits_in_forest
- Solution - Class in g0701_0800.s0782_transform_to_chessboard
- Solution - Class in g0701_0800.s0783_minimum_distance_between_bst_nodes
- Solution - Class in g0701_0800.s0784_letter_case_permutation
- Solution - Class in g0701_0800.s0785_is_graph_bipartite
- Solution - Class in g0701_0800.s0786_k_th_smallest_prime_fraction
- Solution - Class in g0701_0800.s0787_cheapest_flights_within_k_stops
- Solution - Class in g0701_0800.s0788_rotated_digits
- Solution - Class in g0701_0800.s0789_escape_the_ghosts
- Solution - Class in g0701_0800.s0790_domino_and_tromino_tiling
- Solution - Class in g0701_0800.s0791_custom_sort_string
- Solution - Class in g0701_0800.s0792_number_of_matching_subsequences
- Solution - Class in g0701_0800.s0793_preimage_size_of_factorial_zeroes_function
- Solution - Class in g0701_0800.s0794_valid_tic_tac_toe_state
- Solution - Class in g0701_0800.s0795_number_of_subarrays_with_bounded_maximum
- Solution - Class in g0701_0800.s0796_rotate_string
- Solution - Class in g0701_0800.s0797_all_paths_from_source_to_target
- Solution - Class in g0701_0800.s0798_smallest_rotation_with_highest_score
- Solution - Class in g0701_0800.s0799_champagne_tower
- Solution - Class in g0801_0900.s0801_minimum_swaps_to_make_sequences_increasing
- Solution - Class in g0801_0900.s0802_find_eventual_safe_states
- Solution - Class in g0801_0900.s0803_bricks_falling_when_hit
- Solution - Class in g0801_0900.s0804_unique_morse_code_words
- Solution - Class in g0801_0900.s0805_split_array_with_same_average
- Solution - Class in g0801_0900.s0806_number_of_lines_to_write_string
- Solution - Class in g0801_0900.s0807_max_increase_to_keep_city_skyline
- Solution - Class in g0801_0900.s0808_soup_servings
- Solution - Class in g0801_0900.s0809_expressive_words
- Solution - Class in g0801_0900.s0810_chalkboard_xor_game
- Solution - Class in g0801_0900.s0811_subdomain_visit_count
- Solution - Class in g0801_0900.s0812_largest_triangle_area
- Solution - Class in g0801_0900.s0813_largest_sum_of_averages
- Solution - Class in g0801_0900.s0814_binary_tree_pruning
- Solution - Class in g0801_0900.s0815_bus_routes
- Solution - Class in g0801_0900.s0816_ambiguous_coordinates
- Solution - Class in g0801_0900.s0817_linked_list_components
- Solution - Class in g0801_0900.s0818_race_car
- Solution - Class in g0801_0900.s0819_most_common_word
- Solution - Class in g0801_0900.s0820_short_encoding_of_words
- Solution - Class in g0801_0900.s0821_shortest_distance_to_a_character
- Solution - Class in g0801_0900.s0822_card_flipping_game
- Solution - Class in g0801_0900.s0823_binary_trees_with_factors
- Solution - Class in g0801_0900.s0824_goat_latin
- Solution - Class in g0801_0900.s0825_friends_of_appropriate_ages
- Solution - Class in g0801_0900.s0826_most_profit_assigning_work
- Solution - Class in g0801_0900.s0827_making_a_large_island
- Solution - Class in g0801_0900.s0828_count_unique_characters_of_all_substrings_of_a_given_string
- Solution - Class in g0801_0900.s0829_consecutive_numbers_sum
- Solution - Class in g0801_0900.s0830_positions_of_large_groups
- Solution - Class in g0801_0900.s0831_masking_personal_information
- Solution - Class in g0801_0900.s0832_flipping_an_image
- Solution - Class in g0801_0900.s0833_find_and_replace_in_string
- Solution - Class in g0801_0900.s0834_sum_of_distances_in_tree
- Solution - Class in g0801_0900.s0835_image_overlap
- Solution - Class in g0801_0900.s0836_rectangle_overlap
- Solution - Class in g0801_0900.s0837_new_21_game
- Solution - Class in g0801_0900.s0838_push_dominoes
- Solution - Class in g0801_0900.s0839_similar_string_groups
- Solution - Class in g0801_0900.s0840_magic_squares_in_grid
- Solution - Class in g0801_0900.s0841_keys_and_rooms
- Solution - Class in g0801_0900.s0842_split_array_into_fibonacci_sequence
- Solution - Class in g0801_0900.s0843_guess_the_word
- Solution - Class in g0801_0900.s0844_backspace_string_compare
- Solution - Class in g0801_0900.s0845_longest_mountain_in_array
- Solution - Class in g0801_0900.s0846_hand_of_straights
- Solution - Class in g0801_0900.s0847_shortest_path_visiting_all_nodes
- Solution - Class in g0801_0900.s0848_shifting_letters
- Solution - Class in g0801_0900.s0849_maximize_distance_to_closest_person
- Solution - Class in g0801_0900.s0850_rectangle_area_ii
- Solution - Class in g0801_0900.s0851_loud_and_rich
- Solution - Class in g0801_0900.s0852_peak_index_in_a_mountain_array
- Solution - Class in g0801_0900.s0853_car_fleet
- Solution - Class in g0801_0900.s0854_k_similar_strings
- Solution - Class in g0801_0900.s0856_score_of_parentheses
- Solution - Class in g0801_0900.s0857_minimum_cost_to_hire_k_workers
- Solution - Class in g0801_0900.s0858_mirror_reflection
- Solution - Class in g0801_0900.s0859_buddy_strings
- Solution - Class in g0801_0900.s0860_lemonade_change
- Solution - Class in g0801_0900.s0861_score_after_flipping_matrix
- Solution - Class in g0801_0900.s0862_shortest_subarray_with_sum_at_least_k
- Solution - Class in g0801_0900.s0863_all_nodes_distance_k_in_binary_tree
- Solution - Class in g0801_0900.s0864_shortest_path_to_get_all_keys
- Solution - Class in g0801_0900.s0865_smallest_subtree_with_all_the_deepest_nodes
- Solution - Class in g0801_0900.s0866_prime_palindrome
- Solution - Class in g0801_0900.s0867_transpose_matrix
- Solution - Class in g0801_0900.s0868_binary_gap
- Solution - Class in g0801_0900.s0869_reordered_power_of_2
- Solution - Class in g0801_0900.s0870_advantage_shuffle
- Solution - Class in g0801_0900.s0871_minimum_number_of_refueling_stops
- Solution - Class in g0801_0900.s0872_leaf_similar_trees
- Solution - Class in g0801_0900.s0873_length_of_longest_fibonacci_subsequence
- Solution - Class in g0801_0900.s0874_walking_robot_simulation
- Solution - Class in g0801_0900.s0875_koko_eating_bananas
- Solution - Class in g0801_0900.s0876_middle_of_the_linked_list
- Solution - Class in g0801_0900.s0877_stone_game
- Solution - Class in g0801_0900.s0878_nth_magical_number
- Solution - Class in g0801_0900.s0879_profitable_schemes
- Solution - Class in g0801_0900.s0880_decoded_string_at_index
- Solution - Class in g0801_0900.s0881_boats_to_save_people
- Solution - Class in g0801_0900.s0882_reachable_nodes_in_subdivided_graph
- Solution - Class in g0801_0900.s0883_projection_area_of_3d_shapes
- Solution - Class in g0801_0900.s0884_uncommon_words_from_two_sentences
- Solution - Class in g0801_0900.s0885_spiral_matrix_iii
- Solution - Class in g0801_0900.s0886_possible_bipartition
- Solution - Class in g0801_0900.s0887_super_egg_drop
- Solution - Class in g0801_0900.s0888_fair_candy_swap
- Solution - Class in g0801_0900.s0889_construct_binary_tree_from_preorder_and_postorder_traversal
- Solution - Class in g0801_0900.s0890_find_and_replace_pattern
- Solution - Class in g0801_0900.s0891_sum_of_subsequence_widths
- Solution - Class in g0801_0900.s0892_surface_area_of_3d_shapes
- Solution - Class in g0801_0900.s0893_groups_of_special_equivalent_strings
- Solution - Class in g0801_0900.s0896_monotonic_array
- Solution - Class in g0801_0900.s0897_increasing_order_search_tree
- Solution - Class in g0801_0900.s0898_bitwise_ors_of_subarrays
- Solution - Class in g0801_0900.s0899_orderly_queue
- Solution - Class in g0901_1000.s0902_numbers_at_most_n_given_digit_set
- Solution - Class in g0901_1000.s0903_valid_permutations_for_di_sequence
- Solution - Class in g0901_1000.s0904_fruit_into_baskets
- Solution - Class in g0901_1000.s0905_sort_array_by_parity
- Solution - Class in g0901_1000.s0906_super_palindromes
- Solution - Class in g0901_1000.s0907_sum_of_subarray_minimums
- Solution - Class in g0901_1000.s0908_smallest_range_i
- Solution - Class in g0901_1000.s0909_snakes_and_ladders
- Solution - Class in g0901_1000.s0910_smallest_range_ii
- Solution - Class in g0901_1000.s0912_sort_an_array
- Solution - Class in g0901_1000.s0913_cat_and_mouse
- Solution - Class in g0901_1000.s0914_x_of_a_kind_in_a_deck_of_cards
- Solution - Class in g0901_1000.s0915_partition_array_into_disjoint_intervals
- Solution - Class in g0901_1000.s0916_word_subsets
- Solution - Class in g0901_1000.s0917_reverse_only_letters
- Solution - Class in g0901_1000.s0918_maximum_sum_circular_subarray
- Solution - Class in g0901_1000.s0920_number_of_music_playlists
- Solution - Class in g0901_1000.s0921_minimum_add_to_make_parentheses_valid
- Solution - Class in g0901_1000.s0922_sort_array_by_parity_ii
- Solution - Class in g0901_1000.s0923_3sum_with_multiplicity
- Solution - Class in g0901_1000.s0924_minimize_malware_spread
- Solution - Class in g0901_1000.s0925_long_pressed_name
- Solution - Class in g0901_1000.s0926_flip_string_to_monotone_increasing
- Solution - Class in g0901_1000.s0927_three_equal_parts
- Solution - Class in g0901_1000.s0928_minimize_malware_spread_ii
- Solution - Class in g0901_1000.s0929_unique_email_addresses
- Solution - Class in g0901_1000.s0930_binary_subarrays_with_sum
- Solution - Class in g0901_1000.s0931_minimum_falling_path_sum
- Solution - Class in g0901_1000.s0932_beautiful_array
- Solution - Class in g0901_1000.s0934_shortest_bridge
- Solution - Class in g0901_1000.s0935_knight_dialer
- Solution - Class in g0901_1000.s0936_stamping_the_sequence
- Solution - Class in g0901_1000.s0937_reorder_data_in_log_files
- Solution - Class in g0901_1000.s0938_range_sum_of_bst
- Solution - Class in g0901_1000.s0939_minimum_area_rectangle
- Solution - Class in g0901_1000.s0940_distinct_subsequences_ii
- Solution - Class in g0901_1000.s0941_valid_mountain_array
- Solution - Class in g0901_1000.s0942_di_string_match
- Solution - Class in g0901_1000.s0943_find_the_shortest_superstring
- Solution - Class in g0901_1000.s0944_delete_columns_to_make_sorted
- Solution - Class in g0901_1000.s0945_minimum_increment_to_make_array_unique
- Solution - Class in g0901_1000.s0946_validate_stack_sequences
- Solution - Class in g0901_1000.s0947_most_stones_removed_with_same_row_or_column
- Solution - Class in g0901_1000.s0948_bag_of_tokens
- Solution - Class in g0901_1000.s0949_largest_time_for_given_digits
- Solution - Class in g0901_1000.s0950_reveal_cards_in_increasing_order
- Solution - Class in g0901_1000.s0951_flip_equivalent_binary_trees
- Solution - Class in g0901_1000.s0952_largest_component_size_by_common_factor
- Solution - Class in g0901_1000.s0953_verifying_an_alien_dictionary
- Solution - Class in g0901_1000.s0954_array_of_doubled_pairs
- Solution - Class in g0901_1000.s0955_delete_columns_to_make_sorted_ii
- Solution - Class in g0901_1000.s0956_tallest_billboard
- Solution - Class in g0901_1000.s0957_prison_cells_after_n_days
- Solution - Class in g0901_1000.s0958_check_completeness_of_a_binary_tree
- Solution - Class in g0901_1000.s0959_regions_cut_by_slashes
- Solution - Class in g0901_1000.s0960_delete_columns_to_make_sorted_iii
- Solution - Class in g0901_1000.s0961_n_repeated_element_in_size_2n_array
- Solution - Class in g0901_1000.s0962_maximum_width_ramp
- Solution - Class in g0901_1000.s0963_minimum_area_rectangle_ii
- Solution - Class in g0901_1000.s0964_least_operators_to_express_number
- Solution - Class in g0901_1000.s0965_univalued_binary_tree
- Solution - Class in g0901_1000.s0966_vowel_spellchecker
- Solution - Class in g0901_1000.s0967_numbers_with_same_consecutive_differences
- Solution - Class in g0901_1000.s0968_binary_tree_cameras
- Solution - Class in g0901_1000.s0969_pancake_sorting
- Solution - Class in g0901_1000.s0970_powerful_integers
- Solution - Class in g0901_1000.s0971_flip_binary_tree_to_match_preorder_traversal
- Solution - Class in g0901_1000.s0972_equal_rational_numbers
- Solution - Class in g0901_1000.s0973_k_closest_points_to_origin
- Solution - Class in g0901_1000.s0974_subarray_sums_divisible_by_k
- Solution - Class in g0901_1000.s0975_odd_even_jump
- Solution - Class in g0901_1000.s0976_largest_perimeter_triangle
- Solution - Class in g0901_1000.s0977_squares_of_a_sorted_array
- Solution - Class in g0901_1000.s0978_longest_turbulent_subarray
- Solution - Class in g0901_1000.s0979_distribute_coins_in_binary_tree
- Solution - Class in g0901_1000.s0980_unique_paths_iii
- Solution - Class in g0901_1000.s0982_triples_with_bitwise_and_equal_to_zero
- Solution - Class in g0901_1000.s0983_minimum_cost_for_tickets
- Solution - Class in g0901_1000.s0984_string_without_aaa_or_bbb
- Solution - Class in g0901_1000.s0985_sum_of_even_numbers_after_queries
- Solution - Class in g0901_1000.s0986_interval_list_intersections
- Solution - Class in g0901_1000.s0987_vertical_order_traversal_of_a_binary_tree
- Solution - Class in g0901_1000.s0988_smallest_string_starting_from_leaf
- Solution - Class in g0901_1000.s0989_add_to_array_form_of_integer
- Solution - Class in g0901_1000.s0990_satisfiability_of_equality_equations
- Solution - Class in g0901_1000.s0991_broken_calculator
- Solution - Class in g0901_1000.s0992_subarrays_with_k_different_integers
- Solution - Class in g0901_1000.s0993_cousins_in_binary_tree
- Solution - Class in g0901_1000.s0994_rotting_oranges
- Solution - Class in g0901_1000.s0995_minimum_number_of_k_consecutive_bit_flips
- Solution - Class in g0901_1000.s0996_number_of_squareful_arrays
- Solution - Class in g0901_1000.s0997_find_the_town_judge
- Solution - Class in g0901_1000.s0998_maximum_binary_tree_ii
- Solution - Class in g0901_1000.s0999_available_captures_for_rook
- Solution - Class in g0901_1000.s1000_minimum_cost_to_merge_stones
- Solution - Class in g1001_1100.s1001_grid_illumination
- Solution - Class in g1001_1100.s1002_find_common_characters
- Solution - Class in g1001_1100.s1003_check_if_word_is_valid_after_substitutions
- Solution - Class in g1001_1100.s1004_max_consecutive_ones_iii
- Solution - Class in g1001_1100.s1005_maximize_sum_of_array_after_k_negations
- Solution - Class in g1001_1100.s1006_clumsy_factorial
- Solution - Class in g1001_1100.s1007_minimum_domino_rotations_for_equal_row
- Solution - Class in g1001_1100.s1008_construct_binary_search_tree_from_preorder_traversal
- Solution - Class in g1001_1100.s1009_complement_of_base_10_integer
- Solution - Class in g1001_1100.s1010_pairs_of_songs_with_total_durations_divisible_by_60
- Solution - Class in g1001_1100.s1011_capacity_to_ship_packages_within_d_days
- Solution - Class in g1001_1100.s1012_numbers_with_repeated_digits
- Solution - Class in g1001_1100.s1013_partition_array_into_three_parts_with_equal_sum
- Solution - Class in g1001_1100.s1014_best_sightseeing_pair
- Solution - Class in g1001_1100.s1015_smallest_integer_divisible_by_k
- Solution - Class in g1001_1100.s1016_binary_string_with_substrings_representing_1_to_n
- Solution - Class in g1001_1100.s1017_convert_to_base_2
- Solution - Class in g1001_1100.s1018_binary_prefix_divisible_by_5
- Solution - Class in g1001_1100.s1019_next_greater_node_in_linked_list
- Solution - Class in g1001_1100.s1020_number_of_enclaves
- Solution - Class in g1001_1100.s1021_remove_outermost_parentheses
- Solution - Class in g1001_1100.s1022_sum_of_root_to_leaf_binary_numbers
- Solution - Class in g1001_1100.s1023_camelcase_matching
- Solution - Class in g1001_1100.s1024_video_stitching
- Solution - Class in g1001_1100.s1025_divisor_game
- Solution - Class in g1001_1100.s1026_maximum_difference_between_node_and_ancestor
- Solution - Class in g1001_1100.s1027_longest_arithmetic_subsequence
- Solution - Class in g1001_1100.s1028_recover_a_tree_from_preorder_traversal
- Solution - Class in g1001_1100.s1029_two_city_scheduling
- Solution - Class in g1001_1100.s1030_matrix_cells_in_distance_order
- Solution - Class in g1001_1100.s1031_maximum_sum_of_two_non_overlapping_subarrays
- Solution - Class in g1001_1100.s1033_moving_stones_until_consecutive
- Solution - Class in g1001_1100.s1034_coloring_a_border
- Solution - Class in g1001_1100.s1035_uncrossed_lines
- Solution - Class in g1001_1100.s1036_escape_a_large_maze
- Solution - Class in g1001_1100.s1037_valid_boomerang
- Solution - Class in g1001_1100.s1038_binary_search_tree_to_greater_sum_tree
- Solution - Class in g1001_1100.s1039_minimum_score_triangulation_of_polygon
- Solution - Class in g1001_1100.s1040_moving_stones_until_consecutive_ii
- Solution - Class in g1001_1100.s1041_robot_bounded_in_circle
- Solution - Class in g1001_1100.s1042_flower_planting_with_no_adjacent
- Solution - Class in g1001_1100.s1043_partition_array_for_maximum_sum
- Solution - Class in g1001_1100.s1044_longest_duplicate_substring
- Solution - Class in g1001_1100.s1046_last_stone_weight
- Solution - Class in g1001_1100.s1047_remove_all_adjacent_duplicates_in_string
- Solution - Class in g1001_1100.s1048_longest_string_chain
- Solution - Class in g1001_1100.s1049_last_stone_weight_ii
- Solution - Class in g1001_1100.s1051_height_checker
- Solution - Class in g1001_1100.s1052_grumpy_bookstore_owner
- Solution - Class in g1001_1100.s1053_previous_permutation_with_one_swap
- Solution - Class in g1001_1100.s1054_distant_barcodes
- Solution - Class in g1001_1100.s1071_greatest_common_divisor_of_strings
- Solution - Class in g1001_1100.s1072_flip_columns_for_maximum_number_of_equal_rows
- Solution - Class in g1001_1100.s1073_adding_two_negabinary_numbers
- Solution - Class in g1001_1100.s1074_number_of_submatrices_that_sum_to_target
- Solution - Class in g1001_1100.s1078_occurrences_after_bigram
- Solution - Class in g1001_1100.s1079_letter_tile_possibilities
- Solution - Class in g1001_1100.s1080_insufficient_nodes_in_root_to_leaf_paths
- Solution - Class in g1001_1100.s1081_smallest_subsequence_of_distinct_characters
- Solution - Class in g1001_1100.s1089_duplicate_zeros
- Solution - Class in g1001_1100.s1090_largest_values_from_labels
- Solution - Class in g1001_1100.s1091_shortest_path_in_binary_matrix
- Solution - Class in g1001_1100.s1092_shortest_common_supersequence
- Solution - Class in g1001_1100.s1093_statistics_from_a_large_sample
- Solution - Class in g1001_1100.s1094_car_pooling
- Solution - Class in g1001_1100.s1095_find_in_mountain_array
- Solution - Class in g1001_1100.s1096_brace_expansion_ii
- Solution - Class in g1101_1200.s1103_distribute_candies_to_people
- Solution - Class in g1101_1200.s1104_path_in_zigzag_labelled_binary_tree
- Solution - Class in g1101_1200.s1105_filling_bookcase_shelves
- Solution - Class in g1101_1200.s1106_parsing_a_boolean_expression
- Solution - Class in g1101_1200.s1108_defanging_an_ip_address
- Solution - Class in g1101_1200.s1109_corporate_flight_bookings
- Solution - Class in g1101_1200.s1110_delete_nodes_and_return_forest
- Solution - Class in g1101_1200.s1111_maximum_nesting_depth_of_two_valid_parentheses_strings
- Solution - Class in g1101_1200.s1122_relative_sort_array
- Solution - Class in g1101_1200.s1123_lowest_common_ancestor_of_deepest_leaves
- Solution - Class in g1101_1200.s1124_longest_well_performing_interval
- Solution - Class in g1101_1200.s1125_smallest_sufficient_team
- Solution - Class in g1101_1200.s1128_number_of_equivalent_domino_pairs
- Solution - Class in g1101_1200.s1129_shortest_path_with_alternating_colors
- Solution - Class in g1101_1200.s1130_minimum_cost_tree_from_leaf_values
- Solution - Class in g1101_1200.s1131_maximum_of_absolute_value_expression
- Solution - Class in g1101_1200.s1137_n_th_tribonacci_number
- Solution - Class in g1101_1200.s1138_alphabet_board_path
- Solution - Class in g1101_1200.s1139_largest_1_bordered_square
- Solution - Class in g1101_1200.s1140_stone_game_ii
- Solution - Class in g1101_1200.s1143_longest_common_subsequence
- Solution - Class in g1101_1200.s1144_decrease_elements_to_make_array_zigzag
- Solution - Class in g1101_1200.s1145_binary_tree_coloring_game
- Solution - Class in g1101_1200.s1147_longest_chunked_palindrome_decomposition
- Solution - Class in g1101_1200.s1154_day_of_the_year
- Solution - Class in g1101_1200.s1155_number_of_dice_rolls_with_target_sum
- Solution - Class in g1101_1200.s1156_swap_for_longest_repeated_character_substring
- Solution - Class in g1101_1200.s1160_find_words_that_can_be_formed_by_characters
- Solution - Class in g1101_1200.s1161_maximum_level_sum_of_a_binary_tree
- Solution - Class in g1101_1200.s1162_as_far_from_land_as_possible
- Solution - Class in g1101_1200.s1163_last_substring_in_lexicographical_order
- Solution - Class in g1101_1200.s1169_invalid_transactions
- Solution - Class in g1101_1200.s1170_compare_strings_by_frequency_of_the_smallest_character
- Solution - Class in g1101_1200.s1171_remove_zero_sum_consecutive_nodes_from_linked_list
- Solution - Class in g1101_1200.s1175_prime_arrangements
- Solution - Class in g1101_1200.s1177_can_make_palindrome_from_substring
- Solution - Class in g1101_1200.s1178_number_of_valid_words_for_each_puzzle
- Solution - Class in g1101_1200.s1184_distance_between_bus_stops
- Solution - Class in g1101_1200.s1185_day_of_the_week
- Solution - Class in g1101_1200.s1186_maximum_subarray_sum_with_one_deletion
- Solution - Class in g1101_1200.s1187_make_array_strictly_increasing
- Solution - Class in g1101_1200.s1189_maximum_number_of_balloons
- Solution - Class in g1101_1200.s1190_reverse_substrings_between_each_pair_of_parentheses
- Solution - Class in g1101_1200.s1191_k_concatenation_maximum_sum
- Solution - Class in g1101_1200.s1192_critical_connections_in_a_network
- Solution - Class in g1101_1200.s1200_minimum_absolute_difference
- Solution - Class in g1201_1300.s1201_ugly_number_iii
- Solution - Class in g1201_1300.s1202_smallest_string_with_swaps
- Solution - Class in g1201_1300.s1203_sort_items_by_groups_respecting_dependencies
- Solution - Class in g1201_1300.s1207_unique_number_of_occurrences
- Solution - Class in g1201_1300.s1208_get_equal_substrings_within_budget
- Solution - Class in g1201_1300.s1209_remove_all_adjacent_duplicates_in_string_ii
- Solution - Class in g1201_1300.s1210_minimum_moves_to_reach_target_with_rotations
- Solution - Class in g1201_1300.s1217_minimum_cost_to_move_chips_to_the_same_position
- Solution - Class in g1201_1300.s1218_longest_arithmetic_subsequence_of_given_difference
- Solution - Class in g1201_1300.s1219_path_with_maximum_gold
- Solution - Class in g1201_1300.s1220_count_vowels_permutation
- Solution - Class in g1201_1300.s1221_split_a_string_in_balanced_strings
- Solution - Class in g1201_1300.s1222_queens_that_can_attack_the_king
- Solution - Class in g1201_1300.s1223_dice_roll_simulation
- Solution - Class in g1201_1300.s1224_maximum_equal_frequency
- Solution - Class in g1201_1300.s1227_airplane_seat_assignment_probability
- Solution - Class in g1201_1300.s1232_check_if_it_is_a_straight_line
- Solution - Class in g1201_1300.s1233_remove_sub_folders_from_the_filesystem
- Solution - Class in g1201_1300.s1234_replace_the_substring_for_balanced_string
- Solution - Class in g1201_1300.s1235_maximum_profit_in_job_scheduling
- Solution - Class in g1201_1300.s1237_find_positive_integer_solution_for_a_given_equation
- Solution - Class in g1201_1300.s1238_circular_permutation_in_binary_representation
- Solution - Class in g1201_1300.s1239_maximum_length_of_a_concatenated_string_with_unique_characters
- Solution - Class in g1201_1300.s1240_tiling_a_rectangle_with_the_fewest_squares
- Solution - Class in g1201_1300.s1247_minimum_swaps_to_make_strings_equal
- Solution - Class in g1201_1300.s1248_count_number_of_nice_subarrays
- Solution - Class in g1201_1300.s1249_minimum_remove_to_make_valid_parentheses
- Solution - Class in g1201_1300.s1250_check_if_it_is_a_good_array
- Solution - Class in g1201_1300.s1252_cells_with_odd_values_in_a_matrix
- Solution - Class in g1201_1300.s1253_reconstruct_a_2_row_binary_matrix
- Solution - Class in g1201_1300.s1254_number_of_closed_islands
- Solution - Class in g1201_1300.s1255_maximum_score_words_formed_by_letters
- Solution - Class in g1201_1300.s1260_shift_2d_grid
- Solution - Class in g1201_1300.s1262_greatest_sum_divisible_by_three
- Solution - Class in g1201_1300.s1263_minimum_moves_to_move_a_box_to_their_target_location
- Solution - Class in g1201_1300.s1266_minimum_time_visiting_all_points
- Solution - Class in g1201_1300.s1267_count_servers_that_communicate
- Solution - Class in g1201_1300.s1268_search_suggestions_system
- Solution - Class in g1201_1300.s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps
- Solution - Class in g1201_1300.s1275_find_winner_on_a_tic_tac_toe_game
- Solution - Class in g1201_1300.s1276_number_of_burgers_with_no_waste_of_ingredients
- Solution - Class in g1201_1300.s1277_count_square_submatrices_with_all_ones
- Solution - Class in g1201_1300.s1278_palindrome_partitioning_iii
- Solution - Class in g1201_1300.s1281_subtract_the_product_and_sum_of_digits_of_an_integer
- Solution - Class in g1201_1300.s1282_group_the_people_given_the_group_size_they_belong_to
- Solution - Class in g1201_1300.s1283_find_the_smallest_divisor_given_a_threshold
- Solution - Class in g1201_1300.s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix
- Solution - Class in g1201_1300.s1287_element_appearing_more_than_25_in_sorted_array
- Solution - Class in g1201_1300.s1288_remove_covered_intervals
- Solution - Class in g1201_1300.s1289_minimum_falling_path_sum_ii
- Solution - Class in g1201_1300.s1290_convert_binary_number_in_a_linked_list_to_integer
- Solution - Class in g1201_1300.s1291_sequential_digits
- Solution - Class in g1201_1300.s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold
- Solution - Class in g1201_1300.s1293_shortest_path_in_a_grid_with_obstacles_elimination
- Solution - Class in g1201_1300.s1295_find_numbers_with_even_number_of_digits
- Solution - Class in g1201_1300.s1296_divide_array_in_sets_of_k_consecutive_numbers
- Solution - Class in g1201_1300.s1297_maximum_number_of_occurrences_of_a_substring
- Solution - Class in g1201_1300.s1298_maximum_candies_you_can_get_from_boxes
- Solution - Class in g1201_1300.s1299_replace_elements_with_greatest_element_on_right_side
- Solution - Class in g1201_1300.s1300_sum_of_mutated_array_closest_to_target
- Solution - Class in g1301_1400.s1301_number_of_paths_with_max_score
- Solution - Class in g1301_1400.s1302_deepest_leaves_sum
- Solution - Class in g1301_1400.s1304_find_n_unique_integers_sum_up_to_zero
- Solution - Class in g1301_1400.s1305_all_elements_in_two_binary_search_trees
- Solution - Class in g1301_1400.s1306_jump_game_iii
- Solution - Class in g1301_1400.s1307_verbal_arithmetic_puzzle
- Solution - Class in g1301_1400.s1309_decrypt_string_from_alphabet_to_integer_mapping
- Solution - Class in g1301_1400.s1310_xor_queries_of_a_subarray
- Solution - Class in g1301_1400.s1311_get_watched_videos_by_your_friends
- Solution - Class in g1301_1400.s1312_minimum_insertion_steps_to_make_a_string_palindrome
- Solution - Class in g1301_1400.s1313_decompress_run_length_encoded_list
- Solution - Class in g1301_1400.s1314_matrix_block_sum
- Solution - Class in g1301_1400.s1315_sum_of_nodes_with_even_valued_grandparent
- Solution - Class in g1301_1400.s1316_distinct_echo_substrings
- Solution - Class in g1301_1400.s1317_convert_integer_to_the_sum_of_two_no_zero_integers
- Solution - Class in g1301_1400.s1318_minimum_flips_to_make_a_or_b_equal_to_c
- Solution - Class in g1301_1400.s1319_number_of_operations_to_make_network_connected
- Solution - Class in g1301_1400.s1320_minimum_distance_to_type_a_word_using_two_fingers
- Solution - Class in g1301_1400.s1323_maximum_69_number
- Solution - Class in g1301_1400.s1324_print_words_vertically
- Solution - Class in g1301_1400.s1325_delete_leaves_with_a_given_value
- Solution - Class in g1301_1400.s1326_minimum_number_of_taps_to_open_to_water_a_garden
- Solution - Class in g1301_1400.s1328_break_a_palindrome
- Solution - Class in g1301_1400.s1329_sort_the_matrix_diagonally
- Solution - Class in g1301_1400.s1330_reverse_subarray_to_maximize_array_value
- Solution - Class in g1301_1400.s1331_rank_transform_of_an_array
- Solution - Class in g1301_1400.s1332_remove_palindromic_subsequences
- Solution - Class in g1301_1400.s1333_filter_restaurants_by_vegan_friendly_price_and_distance
- Solution - Class in g1301_1400.s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance
- Solution - Class in g1301_1400.s1335_minimum_difficulty_of_a_job_schedule
- Solution - Class in g1301_1400.s1337_the_k_weakest_rows_in_a_matrix
- Solution - Class in g1301_1400.s1338_reduce_array_size_to_the_half
- Solution - Class in g1301_1400.s1339_maximum_product_of_splitted_binary_tree
- Solution - Class in g1301_1400.s1340_jump_game_v
- Solution - Class in g1301_1400.s1342_number_of_steps_to_reduce_a_number_to_zero
- Solution - Class in g1301_1400.s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold
- Solution - Class in g1301_1400.s1344_angle_between_hands_of_a_clock
- Solution - Class in g1301_1400.s1345_jump_game_iv
- Solution - Class in g1301_1400.s1346_check_if_n_and_its_double_exist
- Solution - Class in g1301_1400.s1347_minimum_number_of_steps_to_make_two_strings_anagram
- Solution - Class in g1301_1400.s1349_maximum_students_taking_exam
- Solution - Class in g1301_1400.s1351_count_negative_numbers_in_a_sorted_matrix
- Solution - Class in g1301_1400.s1353_maximum_number_of_events_that_can_be_attended
- Solution - Class in g1301_1400.s1354_construct_target_array_with_multiple_sums
- Solution - Class in g1301_1400.s1356_sort_integers_by_the_number_of_1_bits
- Solution - Class in g1301_1400.s1358_number_of_substrings_containing_all_three_characters
- Solution - Class in g1301_1400.s1359_count_all_valid_pickup_and_delivery_options
- Solution - Class in g1301_1400.s1360_number_of_days_between_two_dates
- Solution - Class in g1301_1400.s1361_validate_binary_tree_nodes
- Solution - Class in g1301_1400.s1362_closest_divisors
- Solution - Class in g1301_1400.s1363_largest_multiple_of_three
- Solution - Class in g1301_1400.s1365_how_many_numbers_are_smaller_than_the_current_number
- Solution - Class in g1301_1400.s1366_rank_teams_by_votes
- Solution - Class in g1301_1400.s1367_linked_list_in_binary_tree
- Solution - Class in g1301_1400.s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid
- Solution - Class in g1301_1400.s1370_increasing_decreasing_string
- Solution - Class in g1301_1400.s1371_find_the_longest_substring_containing_vowels_in_even_counts
- Solution - Class in g1301_1400.s1372_longest_zigzag_path_in_a_binary_tree
- Solution - Class in g1301_1400.s1373_maximum_sum_bst_in_binary_tree
- Solution - Class in g1301_1400.s1374_generate_a_string_with_characters_that_have_odd_counts
- Solution - Class in g1301_1400.s1375_number_of_times_binary_string_is_prefix_aligned
- Solution - Class in g1301_1400.s1376_time_needed_to_inform_all_employees
- Solution - Class in g1301_1400.s1377_frog_position_after_t_seconds
- Solution - Class in g1301_1400.s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree
- Solution - Class in g1301_1400.s1380_lucky_numbers_in_a_matrix
- Solution - Class in g1301_1400.s1382_balance_a_binary_search_tree
- Solution - Class in g1301_1400.s1383_maximum_performance_of_a_team
- Solution - Class in g1301_1400.s1385_find_the_distance_value_between_two_arrays
- Solution - Class in g1301_1400.s1386_cinema_seat_allocation
- Solution - Class in g1301_1400.s1387_sort_integers_by_the_power_value
- Solution - Class in g1301_1400.s1388_pizza_with_3n_slices
- Solution - Class in g1301_1400.s1389_create_target_array_in_the_given_order
- Solution - Class in g1301_1400.s1390_four_divisors
- Solution - Class in g1301_1400.s1391_check_if_there_is_a_valid_path_in_a_grid
- Solution - Class in g1301_1400.s1392_longest_happy_prefix
- Solution - Class in g1301_1400.s1394_find_lucky_integer_in_an_array
- Solution - Class in g1301_1400.s1395_count_number_of_teams
- Solution - Class in g1301_1400.s1397_find_all_good_strings
- Solution - Class in g1301_1400.s1399_count_largest_group
- Solution - Class in g1301_1400.s1400_construct_k_palindrome_strings
- Solution - Class in g1401_1500.s1401_circle_and_rectangle_overlapping
- Solution - Class in g1401_1500.s1402_reducing_dishes
- Solution - Class in g1401_1500.s1403_minimum_subsequence_in_non_increasing_order
- Solution - Class in g1401_1500.s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one
- Solution - Class in g1401_1500.s1405_longest_happy_string
- Solution - Class in g1401_1500.s1406_stone_game_iii
- Solution - Class in g1401_1500.s1408_string_matching_in_an_array
- Solution - Class in g1401_1500.s1409_queries_on_a_permutation_with_key
- Solution - Class in g1401_1500.s1410_html_entity_parser
- Solution - Class in g1401_1500.s1411_number_of_ways_to_paint_n_3_grid
- Solution - Class in g1401_1500.s1413_minimum_value_to_get_positive_step_by_step_sum
- Solution - Class in g1401_1500.s1414_find_the_minimum_number_of_fibonacci_numbers_whose_sum_is_k
- Solution - Class in g1401_1500.s1415_the_k_th_lexicographical_string_of_all_happy_strings_of_length_n
- Solution - Class in g1401_1500.s1416_restore_the_array
- Solution - Class in g1401_1500.s1417_reformat_the_string
- Solution - Class in g1401_1500.s1418_display_table_of_food_orders_in_a_restaurant
- Solution - Class in g1401_1500.s1419_minimum_number_of_frogs_croaking
- Solution - Class in g1401_1500.s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons
- Solution - Class in g1401_1500.s1422_maximum_score_after_splitting_a_string
- Solution - Class in g1401_1500.s1423_maximum_points_you_can_obtain_from_cards
- Solution - Class in g1401_1500.s1424_diagonal_traverse_ii
- Solution - Class in g1401_1500.s1425_constrained_subsequence_sum
- Solution - Class in g1401_1500.s1431_kids_with_the_greatest_number_of_candies
- Solution - Class in g1401_1500.s1432_max_difference_you_can_get_from_changing_an_integer
- Solution - Class in g1401_1500.s1433_check_if_a_string_can_break_another_string
- Solution - Class in g1401_1500.s1434_number_of_ways_to_wear_different_hats_to_each_other
- Solution - Class in g1401_1500.s1436_destination_city
- Solution - Class in g1401_1500.s1437_check_if_all_1s_are_at_least_length_k_places_away
- Solution - Class in g1401_1500.s1438_longest_continuous_subarray_with_absolute_diff_less_than_or_equal_to_limit
- Solution - Class in g1401_1500.s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows
- Solution - Class in g1401_1500.s1441_build_an_array_with_stack_operations
- Solution - Class in g1401_1500.s1442_count_triplets_that_can_form_two_arrays_of_equal_xor
- Solution - Class in g1401_1500.s1443_minimum_time_to_collect_all_apples_in_a_tree
- Solution - Class in g1401_1500.s1444_number_of_ways_of_cutting_a_pizza
- Solution - Class in g1401_1500.s1446_consecutive_characters
- Solution - Class in g1401_1500.s1447_simplified_fractions
- Solution - Class in g1401_1500.s1448_count_good_nodes_in_binary_tree
- Solution - Class in g1401_1500.s1449_form_largest_integer_with_digits_that_add_up_to_target
- Solution - Class in g1401_1500.s1450_number_of_students_doing_homework_at_a_given_time
- Solution - Class in g1401_1500.s1451_rearrange_words_in_a_sentence
- Solution - Class in g1401_1500.s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list
- Solution - Class in g1401_1500.s1453_maximum_number_of_darts_inside_of_a_circular_dartboard
- Solution - Class in g1401_1500.s1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentence
- Solution - Class in g1401_1500.s1456_maximum_number_of_vowels_in_a_substring_of_given_length
- Solution - Class in g1401_1500.s1457_pseudo_palindromic_paths_in_a_binary_tree
- Solution - Class in g1401_1500.s1458_max_dot_product_of_two_subsequences
- Solution - Class in g1401_1500.s1460_make_two_arrays_equal_by_reversing_sub_arrays
- Solution - Class in g1401_1500.s1461_check_if_a_string_contains_all_binary_codes_of_size_k
- Solution - Class in g1401_1500.s1462_course_schedule_iv
- Solution - Class in g1401_1500.s1463_cherry_pickup_ii
- Solution - Class in g1401_1500.s1464_maximum_product_of_two_elements_in_an_array
- Solution - Class in g1401_1500.s1465_maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts
- Solution - Class in g1401_1500.s1466_reorder_routes_to_make_all_paths_lead_to_the_city_zero
- Solution - Class in g1401_1500.s1467_probability_of_a_two_boxes_having_the_same_number_of_distinct_balls
- Solution - Class in g1401_1500.s1470_shuffle_the_array
- Solution - Class in g1401_1500.s1471_the_k_strongest_values_in_an_array
- Solution - Class in g1401_1500.s1473_paint_house_iii
- Solution - Class in g1401_1500.s1475_final_prices_with_a_special_discount_in_a_shop
- Solution - Class in g1401_1500.s1477_find_two_non_overlapping_sub_arrays_each_with_target_sum
- Solution - Class in g1401_1500.s1478_allocate_mailboxes
- Solution - Class in g1401_1500.s1480_running_sum_of_1d_array
- Solution - Class in g1401_1500.s1481_least_number_of_unique_integers_after_k_removals
- Solution - Class in g1401_1500.s1482_minimum_number_of_days_to_make_m_bouquets
- Solution - Class in g1401_1500.s1486_xor_operation_in_an_array
- Solution - Class in g1401_1500.s1487_making_file_names_unique
- Solution - Class in g1401_1500.s1488_avoid_flood_in_the_city
- Solution - Class in g1401_1500.s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree
- Solution - Class in g1401_1500.s1491_average_salary_excluding_the_minimum_and_maximum_salary
- Solution - Class in g1401_1500.s1492_the_kth_factor_of_n
- Solution - Class in g1401_1500.s1493_longest_subarray_of_1s_after_deleting_one_element
- Solution - Class in g1401_1500.s1494_parallel_courses_ii
- Solution - Class in g1401_1500.s1496_path_crossing
- Solution - Class in g1401_1500.s1497_check_if_array_pairs_are_divisible_by_k
- Solution - Class in g1401_1500.s1498_number_of_subsequences_that_satisfy_the_given_sum_condition
- Solution - Class in g1401_1500.s1499_max_value_of_equation
- Solution - Class in g1501_1600.s1502_can_make_arithmetic_progression_from_sequence
- Solution - Class in g1501_1600.s1503_last_moment_before_all_ants_fall_out_of_a_plank
- Solution - Class in g1501_1600.s1504_count_submatrices_with_all_ones
- Solution - Class in g1501_1600.s1505_minimum_possible_integer_after_at_most_k_adjacent_swaps_on_digits
- Solution - Class in g1501_1600.s1507_reformat_date
- Solution - Class in g1501_1600.s1508_range_sum_of_sorted_subarray_sums
- Solution - Class in g1501_1600.s1509_minimum_difference_between_largest_and_smallest_value_in_three_moves
- Solution - Class in g1501_1600.s1510_stone_game_iv
- Solution - Class in g1501_1600.s1512_number_of_good_pairs
- Solution - Class in g1501_1600.s1513_number_of_substrings_with_only_1s
- Solution - Class in g1501_1600.s1514_path_with_maximum_probability
- Solution - Class in g1501_1600.s1515_best_position_for_a_service_centre
- Solution - Class in g1501_1600.s1518_water_bottles
- Solution - Class in g1501_1600.s1519_number_of_nodes_in_the_sub_tree_with_the_same_label
- Solution - Class in g1501_1600.s1520_maximum_number_of_non_overlapping_substrings
- Solution - Class in g1501_1600.s1521_find_a_value_of_a_mysterious_function_closest_to_target
- Solution - Class in g1501_1600.s1523_count_odd_numbers_in_an_interval_range
- Solution - Class in g1501_1600.s1524_number_of_sub_arrays_with_odd_sum
- Solution - Class in g1501_1600.s1525_number_of_good_ways_to_split_a_string
- Solution - Class in g1501_1600.s1526_minimum_number_of_increments_on_subarrays_to_form_a_target_array
- Solution - Class in g1501_1600.s1528_shuffle_string
- Solution - Class in g1501_1600.s1529_bulb_switcher_iv
- Solution - Class in g1501_1600.s1530_number_of_good_leaf_nodes_pairs
- Solution - Class in g1501_1600.s1531_string_compression_ii
- Solution - Class in g1501_1600.s1534_count_good_triplets
- Solution - Class in g1501_1600.s1535_find_the_winner_of_an_array_game
- Solution - Class in g1501_1600.s1536_minimum_swaps_to_arrange_a_binary_grid
- Solution - Class in g1501_1600.s1537_get_the_maximum_score
- Solution - Class in g1501_1600.s1539_kth_missing_positive_number
- Solution - Class in g1501_1600.s1540_can_convert_string_in_k_moves
- Solution - Class in g1501_1600.s1541_minimum_insertions_to_balance_a_parentheses_string
- Solution - Class in g1501_1600.s1542_find_longest_awesome_substring
- Solution - Class in g1501_1600.s1544_make_the_string_great
- Solution - Class in g1501_1600.s1545_find_kth_bit_in_nth_binary_string
- Solution - Class in g1501_1600.s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target
- Solution - Class in g1501_1600.s1547_minimum_cost_to_cut_a_stick
- Solution - Class in g1501_1600.s1550_three_consecutive_odds
- Solution - Class in g1501_1600.s1551_minimum_operations_to_make_array_equal
- Solution - Class in g1501_1600.s1552_magnetic_force_between_two_balls
- Solution - Class in g1501_1600.s1553_minimum_number_of_days_to_eat_n_oranges
- Solution - Class in g1501_1600.s1556_thousand_separator
- Solution - Class in g1501_1600.s1557_minimum_number_of_vertices_to_reach_all_nodes
- Solution - Class in g1501_1600.s1558_minimum_numbers_of_function_calls_to_make_target_array
- Solution - Class in g1501_1600.s1559_detect_cycles_in_2d_grid
- Solution - Class in g1501_1600.s1560_most_visited_sector_in_a_circular_track
- Solution - Class in g1501_1600.s1561_maximum_number_of_coins_you_can_get
- Solution - Class in g1501_1600.s1562_find_latest_group_of_size_m
- Solution - Class in g1501_1600.s1563_stone_game_v
- Solution - Class in g1501_1600.s1566_detect_pattern_of_length_m_repeated_k_or_more_times
- Solution - Class in g1501_1600.s1567_maximum_length_of_subarray_with_positive_product
- Solution - Class in g1501_1600.s1568_minimum_number_of_days_to_disconnect_island
- Solution - Class in g1501_1600.s1569_number_of_ways_to_reorder_array_to_get_same_bst
- Solution - Class in g1501_1600.s1572_matrix_diagonal_sum
- Solution - Class in g1501_1600.s1573_number_of_ways_to_split_a_string
- Solution - Class in g1501_1600.s1574_shortest_subarray_to_be_removed_to_make_array_sorted
- Solution - Class in g1501_1600.s1575_count_all_possible_routes
- Solution - Class in g1501_1600.s1576_replace_all_s_to_avoid_consecutive_repeating_characters
- Solution - Class in g1501_1600.s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers
- Solution - Class in g1501_1600.s1578_minimum_time_to_make_rope_colorful
- Solution - Class in g1501_1600.s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable
- Solution - Class in g1501_1600.s1582_special_positions_in_a_binary_matrix
- Solution - Class in g1501_1600.s1583_count_unhappy_friends
- Solution - Class in g1501_1600.s1584_min_cost_to_connect_all_points
- Solution - Class in g1501_1600.s1585_check_if_string_is_transformable_with_substring_sort_operations
- Solution - Class in g1501_1600.s1588_sum_of_all_odd_length_subarrays
- Solution - Class in g1501_1600.s1589_maximum_sum_obtained_of_any_permutation
- Solution - Class in g1501_1600.s1590_make_sum_divisible_by_p
- Solution - Class in g1501_1600.s1591_strange_printer_ii
- Solution - Class in g1501_1600.s1592_rearrange_spaces_between_words
- Solution - Class in g1501_1600.s1593_split_a_string_into_the_max_number_of_unique_substrings
- Solution - Class in g1501_1600.s1594_maximum_non_negative_product_in_a_matrix
- Solution - Class in g1501_1600.s1595_minimum_cost_to_connect_two_groups_of_points
- Solution - Class in g1501_1600.s1598_crawler_log_folder
- Solution - Class in g1501_1600.s1599_maximum_profit_of_operating_a_centennial_wheel
- Solution - Class in g1601_1700.s1601_maximum_number_of_achievable_transfer_requests
- Solution - Class in g1601_1700.s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period
- Solution - Class in g1601_1700.s1605_find_valid_matrix_given_row_and_column_sums
- Solution - Class in g1601_1700.s1606_find_servers_that_handled_most_number_of_requests
- Solution - Class in g1601_1700.s1608_special_array_with_x_elements_greater_than_or_equal_x
- Solution - Class in g1601_1700.s1609_even_odd_tree
- Solution - Class in g1601_1700.s1610_maximum_number_of_visible_points
- Solution - Class in g1601_1700.s1611_minimum_one_bit_operations_to_make_integers_zero
- Solution - Class in g1601_1700.s1614_maximum_nesting_depth_of_the_parentheses
- Solution - Class in g1601_1700.s1615_maximal_network_rank
- Solution - Class in g1601_1700.s1616_split_two_strings_to_make_palindrome
- Solution - Class in g1601_1700.s1617_count_subtrees_with_max_distance_between_cities
- Solution - Class in g1601_1700.s1619_mean_of_array_after_removing_some_elements
- Solution - Class in g1601_1700.s1620_coordinate_with_maximum_network_quality
- Solution - Class in g1601_1700.s1621_number_of_sets_of_k_non_overlapping_line_segments
- Solution - Class in g1601_1700.s1624_largest_substring_between_two_equal_characters
- Solution - Class in g1601_1700.s1625_lexicographically_smallest_string_after_applying_operations
- Solution - Class in g1601_1700.s1626_best_team_with_no_conflicts
- Solution - Class in g1601_1700.s1627_graph_connectivity_with_threshold
- Solution - Class in g1601_1700.s1629_slowest_key
- Solution - Class in g1601_1700.s1630_arithmetic_subarrays
- Solution - Class in g1601_1700.s1631_path_with_minimum_effort
- Solution - Class in g1601_1700.s1632_rank_transform_of_a_matrix
- Solution - Class in g1601_1700.s1636_sort_array_by_increasing_frequency
- Solution - Class in g1601_1700.s1637_widest_vertical_area_between_two_points_containing_no_points
- Solution - Class in g1601_1700.s1638_count_substrings_that_differ_by_one_character
- Solution - Class in g1601_1700.s1639_number_of_ways_to_form_a_target_string_given_a_dictionary
- Solution - Class in g1601_1700.s1640_check_array_formation_through_concatenation
- Solution - Class in g1601_1700.s1641_count_sorted_vowel_strings
- Solution - Class in g1601_1700.s1642_furthest_building_you_can_reach
- Solution - Class in g1601_1700.s1643_kth_smallest_instructions
- Solution - Class in g1601_1700.s1646_get_maximum_in_generated_array
- Solution - Class in g1601_1700.s1647_minimum_deletions_to_make_character_frequencies_unique
- Solution - Class in g1601_1700.s1648_sell_diminishing_valued_colored_balls
- Solution - Class in g1601_1700.s1649_create_sorted_array_through_instructions
- Solution - Class in g1601_1700.s1652_defuse_the_bomb
- Solution - Class in g1601_1700.s1653_minimum_deletions_to_make_string_balanced
- Solution - Class in g1601_1700.s1654_minimum_jumps_to_reach_home
- Solution - Class in g1601_1700.s1655_distribute_repeating_integers
- Solution - Class in g1601_1700.s1657_determine_if_two_strings_are_close
- Solution - Class in g1601_1700.s1658_minimum_operations_to_reduce_x_to_zero
- Solution - Class in g1601_1700.s1659_maximize_grid_happiness
- Solution - Class in g1601_1700.s1662_check_if_two_string_arrays_are_equivalent
- Solution - Class in g1601_1700.s1663_smallest_string_with_a_given_numeric_value
- Solution - Class in g1601_1700.s1664_ways_to_make_a_fair_array
- Solution - Class in g1601_1700.s1665_minimum_initial_energy_to_finish_tasks
- Solution - Class in g1601_1700.s1668_maximum_repeating_substring
- Solution - Class in g1601_1700.s1669_merge_in_between_linked_lists
- Solution - Class in g1601_1700.s1671_minimum_number_of_removals_to_make_mountain_array
- Solution - Class in g1601_1700.s1672_richest_customer_wealth
- Solution - Class in g1601_1700.s1673_find_the_most_competitive_subsequence
- Solution - Class in g1601_1700.s1674_minimum_moves_to_make_array_complementary
- Solution - Class in g1601_1700.s1675_minimize_deviation_in_array
- Solution - Class in g1601_1700.s1678_goal_parser_interpretation
- Solution - Class in g1601_1700.s1679_max_number_of_k_sum_pairs
- Solution - Class in g1601_1700.s1680_concatenation_of_consecutive_binary_numbers
- Solution - Class in g1601_1700.s1681_minimum_incompatibility
- Solution - Class in g1601_1700.s1684_count_the_number_of_consistent_strings
- Solution - Class in g1601_1700.s1685_sum_of_absolute_differences_in_a_sorted_array
- Solution - Class in g1601_1700.s1686_stone_game_vi
- Solution - Class in g1601_1700.s1687_delivering_boxes_from_storage_to_ports
- Solution - Class in g1601_1700.s1688_count_of_matches_in_tournament
- Solution - Class in g1601_1700.s1689_partitioning_into_minimum_number_of_deci_binary_numbers
- Solution - Class in g1601_1700.s1690_stone_game_vii
- Solution - Class in g1601_1700.s1691_maximum_height_by_stacking_cuboids
- Solution - Class in g1601_1700.s1694_reformat_phone_number
- Solution - Class in g1601_1700.s1695_maximum_erasure_value
- Solution - Class in g1601_1700.s1696_jump_game_vi
- Solution - Class in g1601_1700.s1697_checking_existence_of_edge_length_limited_paths
- Solution - Class in g1601_1700.s1700_number_of_students_unable_to_eat_lunch
- Solution - Class in g1701_1800.s1701_average_waiting_time
- Solution - Class in g1701_1800.s1702_maximum_binary_string_after_change
- Solution - Class in g1701_1800.s1703_minimum_adjacent_swaps_for_k_consecutive_ones
- Solution - Class in g1701_1800.s1704_determine_if_string_halves_are_alike
- Solution - Class in g1701_1800.s1705_maximum_number_of_eaten_apples
- Solution - Class in g1701_1800.s1706_where_will_the_ball_fall
- Solution - Class in g1701_1800.s1707_maximum_xor_with_an_element_from_array
- Solution - Class in g1701_1800.s1710_maximum_units_on_a_truck
- Solution - Class in g1701_1800.s1711_count_good_meals
- Solution - Class in g1701_1800.s1712_ways_to_split_array_into_three_subarrays
- Solution - Class in g1701_1800.s1713_minimum_operations_to_make_a_subsequence
- Solution - Class in g1701_1800.s1716_calculate_money_in_leetcode_bank
- Solution - Class in g1701_1800.s1717_maximum_score_from_removing_substrings
- Solution - Class in g1701_1800.s1718_construct_the_lexicographically_largest_valid_sequence
- Solution - Class in g1701_1800.s1719_number_of_ways_to_reconstruct_a_tree
- Solution - Class in g1701_1800.s1720_decode_xored_array
- Solution - Class in g1701_1800.s1721_swapping_nodes_in_a_linked_list
- Solution - Class in g1701_1800.s1722_minimize_hamming_distance_after_swap_operations
- Solution - Class in g1701_1800.s1723_find_minimum_time_to_finish_all_jobs
- Solution - Class in g1701_1800.s1725_number_of_rectangles_that_can_form_the_largest_square
- Solution - Class in g1701_1800.s1726_tuple_with_same_product
- Solution - Class in g1701_1800.s1727_largest_submatrix_with_rearrangements
- Solution - Class in g1701_1800.s1728_cat_and_mouse_ii
- Solution - Class in g1701_1800.s1732_find_the_highest_altitude
- Solution - Class in g1701_1800.s1733_minimum_number_of_people_to_teach
- Solution - Class in g1701_1800.s1734_decode_xored_permutation
- Solution - Class in g1701_1800.s1735_count_ways_to_make_array_with_product
- Solution - Class in g1701_1800.s1736_latest_time_by_replacing_hidden_digits
- Solution - Class in g1701_1800.s1737_change_minimum_characters_to_satisfy_one_of_three_conditions
- Solution - Class in g1701_1800.s1738_find_kth_largest_xor_coordinate_value
- Solution - Class in g1701_1800.s1739_building_boxes
- Solution - Class in g1701_1800.s1742_maximum_number_of_balls_in_a_box
- Solution - Class in g1701_1800.s1743_restore_the_array_from_adjacent_pairs
- Solution - Class in g1701_1800.s1744_can_you_eat_your_favorite_candy_on_your_favorite_day
- Solution - Class in g1701_1800.s1745_palindrome_partitioning_iv
- Solution - Class in g1701_1800.s1748_sum_of_unique_elements
- Solution - Class in g1701_1800.s1749_maximum_absolute_sum_of_any_subarray
- Solution - Class in g1701_1800.s1750_minimum_length_of_string_after_deleting_similar_ends
- Solution - Class in g1701_1800.s1751_maximum_number_of_events_that_can_be_attended_ii
- Solution - Class in g1701_1800.s1752_check_if_array_is_sorted_and_rotated
- Solution - Class in g1701_1800.s1753_maximum_score_from_removing_stones
- Solution - Class in g1701_1800.s1754_largest_merge_of_two_strings
- Solution - Class in g1701_1800.s1755_closest_subsequence_sum
- Solution - Class in g1701_1800.s1758_minimum_changes_to_make_alternating_binary_string
- Solution - Class in g1701_1800.s1759_count_number_of_homogenous_substrings
- Solution - Class in g1701_1800.s1760_minimum_limit_of_balls_in_a_bag
- Solution - Class in g1701_1800.s1761_minimum_degree_of_a_connected_trio_in_a_graph
- Solution - Class in g1701_1800.s1763_longest_nice_substring
- Solution - Class in g1701_1800.s1764_form_array_by_concatenating_subarrays_of_another_array
- Solution - Class in g1701_1800.s1765_map_of_highest_peak
- Solution - Class in g1701_1800.s1766_tree_of_coprimes
- Solution - Class in g1701_1800.s1768_merge_strings_alternately
- Solution - Class in g1701_1800.s1769_minimum_number_of_operations_to_move_all_balls_to_each_box
- Solution - Class in g1701_1800.s1770_maximum_score_from_performing_multiplication_operations
- Solution - Class in g1701_1800.s1771_maximize_palindrome_length_from_subsequences
- Solution - Class in g1701_1800.s1773_count_items_matching_a_rule
- Solution - Class in g1701_1800.s1774_closest_dessert_cost
- Solution - Class in g1701_1800.s1775_equal_sum_arrays_with_minimum_number_of_operations
- Solution - Class in g1701_1800.s1776_car_fleet_ii
- Solution - Class in g1701_1800.s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate
- Solution - Class in g1701_1800.s1780_check_if_number_is_a_sum_of_powers_of_three
- Solution - Class in g1701_1800.s1781_sum_of_beauty_of_all_substrings
- Solution - Class in g1701_1800.s1782_count_pairs_of_nodes
- Solution - Class in g1701_1800.s1784_check_if_binary_string_has_at_most_one_segment_of_ones
- Solution - Class in g1701_1800.s1785_minimum_elements_to_add_to_form_a_given_sum
- Solution - Class in g1701_1800.s1786_number_of_restricted_paths_from_first_to_last_node
- Solution - Class in g1701_1800.s1787_make_the_xor_of_all_segments_equal_to_zero
- Solution - Class in g1701_1800.s1790_check_if_one_string_swap_can_make_strings_equal
- Solution - Class in g1701_1800.s1791_find_center_of_star_graph
- Solution - Class in g1701_1800.s1792_maximum_average_pass_ratio
- Solution - Class in g1701_1800.s1793_maximum_score_of_a_good_subarray
- Solution - Class in g1701_1800.s1796_second_largest_digit_in_a_string
- Solution - Class in g1701_1800.s1798_maximum_number_of_consecutive_values_you_can_make
- Solution - Class in g1701_1800.s1799_maximize_score_after_n_operations
- Solution - Class in g1701_1800.s1800_maximum_ascending_subarray_sum
- Solution - Class in g1801_1900.s1801_number_of_orders_in_the_backlog
- Solution - Class in g1801_1900.s1802_maximum_value_at_a_given_index_in_a_bounded_array
- Solution - Class in g1801_1900.s1803_count_pairs_with_xor_in_a_range
- Solution - Class in g1801_1900.s1805_number_of_different_integers_in_a_string
- Solution - Class in g1801_1900.s1806_minimum_number_of_operations_to_reinitialize_a_permutation
- Solution - Class in g1801_1900.s1807_evaluate_the_bracket_pairs_of_a_string
- Solution - Class in g1801_1900.s1808_maximize_number_of_nice_divisors
- Solution - Class in g1801_1900.s1812_determine_color_of_a_chessboard_square
- Solution - Class in g1801_1900.s1813_sentence_similarity_iii
- Solution - Class in g1801_1900.s1814_count_nice_pairs_in_an_array
- Solution - Class in g1801_1900.s1815_maximum_number_of_groups_getting_fresh_donuts
- Solution - Class in g1801_1900.s1816_truncate_sentence
- Solution - Class in g1801_1900.s1817_finding_the_users_active_minutes
- Solution - Class in g1801_1900.s1818_minimum_absolute_sum_difference
- Solution - Class in g1801_1900.s1819_number_of_different_subsequences_gcds
- Solution - Class in g1801_1900.s1822_sign_of_the_product_of_an_array
- Solution - Class in g1801_1900.s1823_find_the_winner_of_the_circular_game
- Solution - Class in g1801_1900.s1824_minimum_sideway_jumps
- Solution - Class in g1801_1900.s1827_minimum_operations_to_make_the_array_increasing
- Solution - Class in g1801_1900.s1828_queries_on_number_of_points_inside_a_circle
- Solution - Class in g1801_1900.s1829_maximum_xor_for_each_query
- Solution - Class in g1801_1900.s1830_minimum_number_of_operations_to_make_string_sorted
- Solution - Class in g1801_1900.s1832_check_if_the_sentence_is_pangram
- Solution - Class in g1801_1900.s1833_maximum_ice_cream_bars
- Solution - Class in g1801_1900.s1834_single_threaded_cpu
- Solution - Class in g1801_1900.s1835_find_xor_sum_of_all_pairs_bitwise_and
- Solution - Class in g1801_1900.s1837_sum_of_digits_in_base_k
- Solution - Class in g1801_1900.s1838_frequency_of_the_most_frequent_element
- Solution - Class in g1801_1900.s1839_longest_substring_of_all_vowels_in_order
- Solution - Class in g1801_1900.s1840_maximum_building_height
- Solution - Class in g1801_1900.s1844_replace_all_digits_with_characters
- Solution - Class in g1801_1900.s1846_maximum_element_after_decreasing_and_rearranging
- Solution - Class in g1801_1900.s1847_closest_room
- Solution - Class in g1801_1900.s1848_minimum_distance_to_the_target_element
- Solution - Class in g1801_1900.s1849_splitting_a_string_into_descending_consecutive_values
- Solution - Class in g1801_1900.s1850_minimum_adjacent_swaps_to_reach_the_kth_smallest_number
- Solution - Class in g1801_1900.s1851_minimum_interval_to_include_each_query
- Solution - Class in g1801_1900.s1854_maximum_population_year
- Solution - Class in g1801_1900.s1855_maximum_distance_between_a_pair_of_values
- Solution - Class in g1801_1900.s1856_maximum_subarray_min_product
- Solution - Class in g1801_1900.s1857_largest_color_value_in_a_directed_graph
- Solution - Class in g1801_1900.s1859_sorting_the_sentence
- Solution - Class in g1801_1900.s1860_incremental_memory_leak
- Solution - Class in g1801_1900.s1861_rotating_the_box
- Solution - Class in g1801_1900.s1862_sum_of_floored_pairs
- Solution - Class in g1801_1900.s1863_sum_of_all_subset_xor_totals
- Solution - Class in g1801_1900.s1864_minimum_number_of_swaps_to_make_the_binary_string_alternating
- Solution - Class in g1801_1900.s1866_number_of_ways_to_rearrange_sticks_with_k_sticks_visible
- Solution - Class in g1801_1900.s1869_longer_contiguous_segments_of_ones_than_zeros
- Solution - Class in g1801_1900.s1870_minimum_speed_to_arrive_on_time
- Solution - Class in g1801_1900.s1871_jump_game_vii
- Solution - Class in g1801_1900.s1872_stone_game_viii
- Solution - Class in g1801_1900.s1876_substrings_of_size_three_with_distinct_characters
- Solution - Class in g1801_1900.s1877_minimize_maximum_pair_sum_in_array
- Solution - Class in g1801_1900.s1878_get_biggest_three_rhombus_sums_in_a_grid
- Solution - Class in g1801_1900.s1879_minimum_xor_sum_of_two_arrays
- Solution - Class in g1801_1900.s1880_check_if_word_equals_summation_of_two_words
- Solution - Class in g1801_1900.s1881_maximum_value_after_insertion
- Solution - Class in g1801_1900.s1882_process_tasks_using_servers
- Solution - Class in g1801_1900.s1883_minimum_skips_to_arrive_at_meeting_on_time
- Solution - Class in g1801_1900.s1884_egg_drop_with_2_eggs_and_n_floors
- Solution - Class in g1801_1900.s1886_determine_whether_matrix_can_be_obtained_by_rotation
- Solution - Class in g1801_1900.s1887_reduction_operations_to_make_the_array_elements_equal
- Solution - Class in g1801_1900.s1888_minimum_number_of_flips_to_make_the_binary_string_alternating
- Solution - Class in g1801_1900.s1889_minimum_space_wasted_from_packaging
- Solution - Class in g1801_1900.s1893_check_if_all_the_integers_in_a_range_are_covered
- Solution - Class in g1801_1900.s1894_find_the_student_that_will_replace_the_chalk
- Solution - Class in g1801_1900.s1895_largest_magic_square
- Solution - Class in g1801_1900.s1896_minimum_cost_to_change_the_final_value_of_expression
- Solution - Class in g1801_1900.s1897_redistribute_characters_to_make_all_strings_equal
- Solution - Class in g1801_1900.s1898_maximum_number_of_removable_characters
- Solution - Class in g1801_1900.s1899_merge_triplets_to_form_target_triplet
- Solution - Class in g1801_1900.s1900_the_earliest_and_latest_rounds_where_players_compete
- Solution - Class in g1901_2000.s1901_find_a_peak_element_ii
- Solution - Class in g1901_2000.s1903_largest_odd_number_in_string
- Solution - Class in g1901_2000.s1904_the_number_of_full_rounds_you_have_played
- Solution - Class in g1901_2000.s1905_count_sub_islands
- Solution - Class in g1901_2000.s1906_minimum_absolute_difference_queries
- Solution - Class in g1901_2000.s1909_remove_one_element_to_make_the_array_strictly_increasing
- Solution - Class in g1901_2000.s1910_remove_all_occurrences_of_a_substring
- Solution - Class in g1901_2000.s1911_maximum_alternating_subsequence_sum
- Solution - Class in g1901_2000.s1913_maximum_product_difference_between_two_pairs
- Solution - Class in g1901_2000.s1914_cyclically_rotating_a_grid
- Solution - Class in g1901_2000.s1915_number_of_wonderful_substrings
- Solution - Class in g1901_2000.s1916_count_ways_to_build_rooms_in_an_ant_colony
- Solution - Class in g1901_2000.s1920_build_array_from_permutation
- Solution - Class in g1901_2000.s1921_eliminate_maximum_number_of_monsters
- Solution - Class in g1901_2000.s1922_count_good_numbers
- Solution - Class in g1901_2000.s1923_longest_common_subpath
- Solution - Class in g1901_2000.s1925_count_square_sum_triples
- Solution - Class in g1901_2000.s1926_nearest_exit_from_entrance_in_maze
- Solution - Class in g1901_2000.s1927_sum_game
- Solution - Class in g1901_2000.s1928_minimum_cost_to_reach_destination_in_time
- Solution - Class in g1901_2000.s1929_concatenation_of_array
- Solution - Class in g1901_2000.s1930_unique_length_3_palindromic_subsequences
- Solution - Class in g1901_2000.s1931_painting_a_grid_with_three_different_colors
- Solution - Class in g1901_2000.s1932_merge_bsts_to_create_single_bst
- Solution - Class in g1901_2000.s1935_maximum_number_of_words_you_can_type
- Solution - Class in g1901_2000.s1936_add_minimum_number_of_rungs
- Solution - Class in g1901_2000.s1937_maximum_number_of_points_with_cost
- Solution - Class in g1901_2000.s1938_maximum_genetic_difference_query
- Solution - Class in g1901_2000.s1941_check_if_all_characters_have_equal_number_of_occurrences
- Solution - Class in g1901_2000.s1942_the_number_of_the_smallest_unoccupied_chair
- Solution - Class in g1901_2000.s1943_describe_the_painting
- Solution - Class in g1901_2000.s1944_number_of_visible_people_in_a_queue
- Solution - Class in g1901_2000.s1945_sum_of_digits_of_string_after_convert
- Solution - Class in g1901_2000.s1946_largest_number_after_mutating_substring
- Solution - Class in g1901_2000.s1947_maximum_compatibility_score_sum
- Solution - Class in g1901_2000.s1948_delete_duplicate_folders_in_system
- Solution - Class in g1901_2000.s1952_three_divisors
- Solution - Class in g1901_2000.s1953_maximum_number_of_weeks_for_which_you_can_work
- Solution - Class in g1901_2000.s1954_minimum_garden_perimeter_to_collect_enough_apples
- Solution - Class in g1901_2000.s1955_count_number_of_special_subsequences
- Solution - Class in g1901_2000.s1957_delete_characters_to_make_fancy_string
- Solution - Class in g1901_2000.s1958_check_if_move_is_legal
- Solution - Class in g1901_2000.s1959_minimum_total_space_wasted_with_k_resizing_operations
- Solution - Class in g1901_2000.s1960_maximum_product_of_the_length_of_two_palindromic_substrings
- Solution - Class in g1901_2000.s1961_check_if_string_is_a_prefix_of_array
- Solution - Class in g1901_2000.s1962_remove_stones_to_minimize_the_total
- Solution - Class in g1901_2000.s1963_minimum_number_of_swaps_to_make_the_string_balanced
- Solution - Class in g1901_2000.s1964_find_the_longest_valid_obstacle_course_at_each_position
- Solution - Class in g1901_2000.s1967_number_of_strings_that_appear_as_substrings_in_word
- Solution - Class in g1901_2000.s1968_array_with_elements_not_equal_to_average_of_neighbors
- Solution - Class in g1901_2000.s1969_minimum_non_zero_product_of_the_array_elements
- Solution - Class in g1901_2000.s1970_last_day_where_you_can_still_cross
- Solution - Class in g1901_2000.s1971_find_if_path_exists_in_graph
- Solution - Class in g1901_2000.s1974_minimum_time_to_type_word_using_special_typewriter
- Solution - Class in g1901_2000.s1975_maximum_matrix_sum
- Solution - Class in g1901_2000.s1976_number_of_ways_to_arrive_at_destination
- Solution - Class in g1901_2000.s1977_number_of_ways_to_separate_numbers
- Solution - Class in g1901_2000.s1979_find_greatest_common_divisor_of_array
- Solution - Class in g1901_2000.s1980_find_unique_binary_string
- Solution - Class in g1901_2000.s1981_minimize_the_difference_between_target_and_chosen_elements
- Solution - Class in g1901_2000.s1982_find_array_given_subset_sums
- Solution - Class in g1901_2000.s1984_minimum_difference_between_highest_and_lowest_of_k_scores
- Solution - Class in g1901_2000.s1985_find_the_kth_largest_integer_in_the_array
- Solution - Class in g1901_2000.s1986_minimum_number_of_work_sessions_to_finish_the_tasks
- Solution - Class in g1901_2000.s1987_number_of_unique_good_subsequences
- Solution - Class in g1901_2000.s1991_find_the_middle_index_in_array
- Solution - Class in g1901_2000.s1992_find_all_groups_of_farmland
- Solution - Class in g1901_2000.s1994_the_number_of_good_subsets
- Solution - Class in g1901_2000.s1995_count_special_quadruplets
- Solution - Class in g1901_2000.s1996_the_number_of_weak_characters_in_the_game
- Solution - Class in g1901_2000.s1997_first_day_where_you_have_been_in_all_the_rooms
- Solution - Class in g1901_2000.s1998_gcd_sort_of_an_array
- Solution - Class in g1901_2000.s2000_reverse_prefix_of_word
- Solution - Class in g2001_2100.s2001_number_of_pairs_of_interchangeable_rectangles
- Solution - Class in g2001_2100.s2002_maximum_product_of_the_length_of_two_palindromic_subsequences
- Solution - Class in g2001_2100.s2003_smallest_missing_genetic_value_in_each_subtree
- Solution - Class in g2001_2100.s2006_count_number_of_pairs_with_absolute_difference_k
- Solution - Class in g2001_2100.s2007_find_original_array_from_doubled_array
- Solution - Class in g2001_2100.s2008_maximum_earnings_from_taxi
- Solution - Class in g2001_2100.s2009_minimum_number_of_operations_to_make_array_continuous
- Solution - Class in g2001_2100.s2011_final_value_of_variable_after_performing_operations
- Solution - Class in g2001_2100.s2012_sum_of_beauty_in_the_array
- Solution - Class in g2001_2100.s2014_longest_subsequence_repeated_k_times
- Solution - Class in g2001_2100.s2016_maximum_difference_between_increasing_elements
- Solution - Class in g2001_2100.s2017_grid_game
- Solution - Class in g2001_2100.s2018_check_if_word_can_be_placed_in_crossword
- Solution - Class in g2001_2100.s2019_the_score_of_students_solving_math_expression
- Solution - Class in g2001_2100.s2022_convert_1d_array_into_2d_array
- Solution - Class in g2001_2100.s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target
- Solution - Class in g2001_2100.s2024_maximize_the_confusion_of_an_exam
- Solution - Class in g2001_2100.s2025_maximum_number_of_ways_to_partition_an_array
- Solution - Class in g2001_2100.s2027_minimum_moves_to_convert_string
- Solution - Class in g2001_2100.s2028_find_missing_observations
- Solution - Class in g2001_2100.s2029_stone_game_ix
- Solution - Class in g2001_2100.s2030_smallest_k_length_subsequence_with_occurrences_of_a_letter
- Solution - Class in g2001_2100.s2032_two_out_of_three
- Solution - Class in g2001_2100.s2033_minimum_operations_to_make_a_uni_value_grid
- Solution - Class in g2001_2100.s2035_partition_array_into_two_arrays_to_minimize_sum_difference
- Solution - Class in g2001_2100.s2037_minimum_number_of_moves_to_seat_everyone
- Solution - Class in g2001_2100.s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color
- Solution - Class in g2001_2100.s2039_the_time_when_the_network_becomes_idle
- Solution - Class in g2001_2100.s2040_kth_smallest_product_of_two_sorted_arrays
- Solution - Class in g2001_2100.s2042_check_if_numbers_are_ascending_in_a_sentence
- Solution - Class in g2001_2100.s2044_count_number_of_maximum_bitwise_or_subsets
- Solution - Class in g2001_2100.s2045_second_minimum_time_to_reach_destination
- Solution - Class in g2001_2100.s2047_number_of_valid_words_in_a_sentence
- Solution - Class in g2001_2100.s2048_next_greater_numerically_balanced_number
- Solution - Class in g2001_2100.s2049_count_nodes_with_the_highest_score
- Solution - Class in g2001_2100.s2050_parallel_courses_iii
- Solution - Class in g2001_2100.s2053_kth_distinct_string_in_an_array
- Solution - Class in g2001_2100.s2054_two_best_non_overlapping_events
- Solution - Class in g2001_2100.s2055_plates_between_candles
- Solution - Class in g2001_2100.s2056_number_of_valid_move_combinations_on_chessboard
- Solution - Class in g2001_2100.s2057_smallest_index_with_equal_value
- Solution - Class in g2001_2100.s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points
- Solution - Class in g2001_2100.s2059_minimum_operations_to_convert_number
- Solution - Class in g2001_2100.s2060_check_if_an_original_string_exists_given_two_encoded_strings
- Solution - Class in g2001_2100.s2062_count_vowel_substrings_of_a_string
- Solution - Class in g2001_2100.s2063_vowels_of_all_substrings
- Solution - Class in g2001_2100.s2064_minimized_maximum_of_products_distributed_to_any_store
- Solution - Class in g2001_2100.s2065_maximum_path_quality_of_a_graph
- Solution - Class in g2001_2100.s2068_check_whether_two_strings_are_almost_equivalent
- Solution - Class in g2001_2100.s2070_most_beautiful_item_for_each_query
- Solution - Class in g2001_2100.s2071_maximum_number_of_tasks_you_can_assign
- Solution - Class in g2001_2100.s2073_time_needed_to_buy_tickets
- Solution - Class in g2001_2100.s2074_reverse_nodes_in_even_length_groups
- Solution - Class in g2001_2100.s2075_decode_the_slanted_ciphertext
- Solution - Class in g2001_2100.s2076_process_restricted_friend_requests
- Solution - Class in g2001_2100.s2078_two_furthest_houses_with_different_colors
- Solution - Class in g2001_2100.s2079_watering_plants
- Solution - Class in g2001_2100.s2081_sum_of_k_mirror_numbers
- Solution - Class in g2001_2100.s2085_count_common_words_with_one_occurrence
- Solution - Class in g2001_2100.s2086_minimum_number_of_buckets_required_to_collect_rainwater_from_houses
- Solution - Class in g2001_2100.s2087_minimum_cost_homecoming_of_a_robot_in_a_grid
- Solution - Class in g2001_2100.s2088_count_fertile_pyramids_in_a_land
- Solution - Class in g2001_2100.s2089_find_target_indices_after_sorting_array
- Solution - Class in g2001_2100.s2090_k_radius_subarray_averages
- Solution - Class in g2001_2100.s2091_removing_minimum_and_maximum_from_array
- Solution - Class in g2001_2100.s2092_find_all_people_with_secret
- Solution - Class in g2001_2100.s2094_finding_3_digit_even_numbers
- Solution - Class in g2001_2100.s2095_delete_the_middle_node_of_a_linked_list
- Solution - Class in g2001_2100.s2096_step_by_step_directions_from_a_binary_tree_node_to_another
- Solution - Class in g2001_2100.s2097_valid_arrangement_of_pairs
- Solution - Class in g2001_2100.s2099_find_subsequence_of_length_k_with_the_largest_sum
- Solution - Class in g2001_2100.s2100_find_good_days_to_rob_the_bank
- Solution - Class in g2101_2200.s2101_detonate_the_maximum_bombs
- Solution - Class in g2101_2200.s2103_rings_and_rods
- Solution - Class in g2101_2200.s2104_sum_of_subarray_ranges
- Solution - Class in g2101_2200.s2105_watering_plants_ii
- Solution - Class in g2101_2200.s2106_maximum_fruits_harvested_after_at_most_k_steps
- Solution - Class in g2101_2200.s2108_find_first_palindromic_string_in_the_array
- Solution - Class in g2101_2200.s2109_adding_spaces_to_a_string
- Solution - Class in g2101_2200.s2110_number_of_smooth_descent_periods_of_a_stock
- Solution - Class in g2101_2200.s2111_minimum_operations_to_make_the_array_k_increasing
- Solution - Class in g2101_2200.s2114_maximum_number_of_words_found_in_sentences
- Solution - Class in g2101_2200.s2115_find_all_possible_recipes_from_given_supplies
- Solution - Class in g2101_2200.s2116_check_if_a_parentheses_string_can_be_valid
- Solution - Class in g2101_2200.s2117_abbreviating_the_product_of_a_range
- Solution - Class in g2101_2200.s2119_a_number_after_a_double_reversal
- Solution - Class in g2101_2200.s2120_execution_of_all_suffix_instructions_staying_in_a_grid
- Solution - Class in g2101_2200.s2121_intervals_between_identical_elements
- Solution - Class in g2101_2200.s2122_recover_the_original_array
- Solution - Class in g2101_2200.s2124_check_if_all_as_appears_before_all_bs
- Solution - Class in g2101_2200.s2125_number_of_laser_beams_in_a_bank
- Solution - Class in g2101_2200.s2126_destroying_asteroids
- Solution - Class in g2101_2200.s2127_maximum_employees_to_be_invited_to_a_meeting
- Solution - Class in g2101_2200.s2129_capitalize_the_title
- Solution - Class in g2101_2200.s2130_maximum_twin_sum_of_a_linked_list
- Solution - Class in g2101_2200.s2131_longest_palindrome_by_concatenating_two_letter_words
- Solution - Class in g2101_2200.s2132_stamping_the_grid
- Solution - Class in g2101_2200.s2133_check_if_every_row_and_column_contains_all_numbers
- Solution - Class in g2101_2200.s2134_minimum_swaps_to_group_all_1s_together_ii
- Solution - Class in g2101_2200.s2135_count_words_obtained_after_adding_a_letter
- Solution - Class in g2101_2200.s2136_earliest_possible_day_of_full_bloom
- Solution - Class in g2101_2200.s2138_divide_a_string_into_groups_of_size_k
- Solution - Class in g2101_2200.s2139_minimum_moves_to_reach_target_score
- Solution - Class in g2101_2200.s2140_solving_questions_with_brainpower
- Solution - Class in g2101_2200.s2141_maximum_running_time_of_n_computers
- Solution - Class in g2101_2200.s2144_minimum_cost_of_buying_candies_with_discount
- Solution - Class in g2101_2200.s2145_count_the_hidden_sequences
- Solution - Class in g2101_2200.s2146_k_highest_ranked_items_within_a_price_range
- Solution - Class in g2101_2200.s2147_number_of_ways_to_divide_a_long_corridor
- Solution - Class in g2101_2200.s2148_count_elements_with_strictly_smaller_and_greater_elements
- Solution - Class in g2101_2200.s2149_rearrange_array_elements_by_sign
- Solution - Class in g2101_2200.s2150_find_all_lonely_numbers_in_the_array
- Solution - Class in g2101_2200.s2151_maximum_good_people_based_on_statements
- Solution - Class in g2101_2200.s2154_keep_multiplying_found_values_by_two
- Solution - Class in g2101_2200.s2155_all_divisions_with_the_highest_score_of_a_binary_array
- Solution - Class in g2101_2200.s2156_find_substring_with_given_hash_value
- Solution - Class in g2101_2200.s2157_groups_of_strings
- Solution - Class in g2101_2200.s2160_minimum_sum_of_four_digit_number_after_splitting_digits
- Solution - Class in g2101_2200.s2161_partition_array_according_to_given_pivot
- Solution - Class in g2101_2200.s2162_minimum_cost_to_set_cooking_time
- Solution - Class in g2101_2200.s2163_minimum_difference_in_sums_after_removal_of_elements
- Solution - Class in g2101_2200.s2164_sort_even_and_odd_indices_independently
- Solution - Class in g2101_2200.s2165_smallest_value_of_the_rearranged_number
- Solution - Class in g2101_2200.s2167_minimum_time_to_remove_all_cars_containing_illegal_goods
- Solution - Class in g2101_2200.s2169_count_operations_to_obtain_zero
- Solution - Class in g2101_2200.s2170_minimum_operations_to_make_the_array_alternating
- Solution - Class in g2101_2200.s2171_removing_minimum_number_of_magic_beans
- Solution - Class in g2101_2200.s2172_maximum_and_sum_of_array
- Solution - Class in g2101_2200.s2176_count_equal_and_divisible_pairs_in_an_array
- Solution - Class in g2101_2200.s2177_find_three_consecutive_integers_that_sum_to_a_given_number
- Solution - Class in g2101_2200.s2178_maximum_split_of_positive_even_integers
- Solution - Class in g2101_2200.s2179_count_good_triplets_in_an_array
- Solution - Class in g2101_2200.s2180_count_integers_with_even_digit_sum
- Solution - Class in g2101_2200.s2181_merge_nodes_in_between_zeros
- Solution - Class in g2101_2200.s2182_construct_string_with_repeat_limit
- Solution - Class in g2101_2200.s2183_count_array_pairs_divisible_by_k
- Solution - Class in g2101_2200.s2185_counting_words_with_a_given_prefix
- Solution - Class in g2101_2200.s2186_minimum_number_of_steps_to_make_two_strings_anagram_ii
- Solution - Class in g2101_2200.s2187_minimum_time_to_complete_trips
- Solution - Class in g2101_2200.s2188_minimum_time_to_finish_the_race
- Solution - Class in g2101_2200.s2190_most_frequent_number_following_key_in_an_array
- Solution - Class in g2101_2200.s2191_sort_the_jumbled_numbers
- Solution - Class in g2101_2200.s2192_all_ancestors_of_a_node_in_a_directed_acyclic_graph
- Solution - Class in g2101_2200.s2193_minimum_number_of_moves_to_make_palindrome
- Solution - Class in g2101_2200.s2194_cells_in_a_range_on_an_excel_sheet
- Solution - Class in g2101_2200.s2195_append_k_integers_with_minimal_sum
- Solution - Class in g2101_2200.s2196_create_binary_tree_from_descriptions
- Solution - Class in g2101_2200.s2197_replace_non_coprime_numbers_in_array
- Solution - Class in g2101_2200.s2200_find_all_k_distant_indices_in_an_array
- Solution - Class in g2201_2300.s2201_count_artifacts_that_can_be_extracted
- Solution - Class in g2201_2300.s2202_maximize_the_topmost_element_after_k_moves
- Solution - Class in g2201_2300.s2203_minimum_weighted_subgraph_with_the_required_paths
- Solution - Class in g2201_2300.s2206_divide_array_into_equal_pairs
- Solution - Class in g2201_2300.s2207_maximize_number_of_subsequences_in_a_string
- Solution - Class in g2201_2300.s2208_minimum_operations_to_halve_array_sum
- Solution - Class in g2201_2300.s2209_minimum_white_tiles_after_covering_with_carpets
- Solution - Class in g2201_2300.s2210_count_hills_and_valleys_in_an_array
- Solution - Class in g2201_2300.s2211_count_collisions_on_a_road
- Solution - Class in g2201_2300.s2212_maximum_points_in_an_archery_competition
- Solution - Class in g2201_2300.s2213_longest_substring_of_one_repeating_character
- Solution - Class in g2201_2300.s2215_find_the_difference_of_two_arrays
- Solution - Class in g2201_2300.s2216_minimum_deletions_to_make_array_beautiful
- Solution - Class in g2201_2300.s2217_find_palindrome_with_fixed_length
- Solution - Class in g2201_2300.s2218_maximum_value_of_k_coins_from_piles
- Solution - Class in g2201_2300.s2220_minimum_bit_flips_to_convert_number
- Solution - Class in g2201_2300.s2221_find_triangular_sum_of_an_array
- Solution - Class in g2201_2300.s2222_number_of_ways_to_select_buildings
- Solution - Class in g2201_2300.s2223_sum_of_scores_of_built_strings
- Solution - Class in g2201_2300.s2224_minimum_number_of_operations_to_convert_time
- Solution - Class in g2201_2300.s2225_find_players_with_zero_or_one_losses
- Solution - Class in g2201_2300.s2226_maximum_candies_allocated_to_k_children
- Solution - Class in g2201_2300.s2231_largest_number_after_digit_swaps_by_parity
- Solution - Class in g2201_2300.s2232_minimize_result_by_adding_parentheses_to_expression
- Solution - Class in g2201_2300.s2233_maximum_product_after_k_increments
- Solution - Class in g2201_2300.s2234_maximum_total_beauty_of_the_gardens
- Solution - Class in g2201_2300.s2235_add_two_integers
- Solution - Class in g2201_2300.s2236_root_equals_sum_of_children
- Solution - Class in g2201_2300.s2239_find_closest_number_to_zero
- Solution - Class in g2201_2300.s2240_number_of_ways_to_buy_pens_and_pencils
- Solution - Class in g2201_2300.s2242_maximum_score_of_a_node_sequence
- Solution - Class in g2201_2300.s2243_calculate_digit_sum_of_a_string
- Solution - Class in g2201_2300.s2244_minimum_rounds_to_complete_all_tasks
- Solution - Class in g2201_2300.s2245_maximum_trailing_zeros_in_a_cornered_path
- Solution - Class in g2201_2300.s2246_longest_path_with_different_adjacent_characters
- Solution - Class in g2201_2300.s2248_intersection_of_multiple_arrays
- Solution - Class in g2201_2300.s2249_count_lattice_points_inside_a_circle
- Solution - Class in g2201_2300.s2250_count_number_of_rectangles_containing_each_point
- Solution - Class in g2201_2300.s2251_number_of_flowers_in_full_bloom
- Solution - Class in g2201_2300.s2255_count_prefixes_of_a_given_string
- Solution - Class in g2201_2300.s2256_minimum_average_difference
- Solution - Class in g2201_2300.s2257_count_unguarded_cells_in_the_grid
- Solution - Class in g2201_2300.s2258_escape_the_spreading_fire
- Solution - Class in g2201_2300.s2259_remove_digit_from_number_to_maximize_result
- Solution - Class in g2201_2300.s2260_minimum_consecutive_cards_to_pick_up
- Solution - Class in g2201_2300.s2261_k_divisible_elements_subarrays
- Solution - Class in g2201_2300.s2262_total_appeal_of_a_string
- Solution - Class in g2201_2300.s2264_largest_3_same_digit_number_in_string
- Solution - Class in g2201_2300.s2265_count_nodes_equal_to_average_of_subtree
- Solution - Class in g2201_2300.s2266_count_number_of_texts
- Solution - Class in g2201_2300.s2267_check_if_there_is_a_valid_parentheses_string_path
- Solution - Class in g2201_2300.s2269_find_the_k_beauty_of_a_number
- Solution - Class in g2201_2300.s2270_number_of_ways_to_split_array
- Solution - Class in g2201_2300.s2271_maximum_white_tiles_covered_by_a_carpet
- Solution - Class in g2201_2300.s2272_substring_with_largest_variance
- Solution - Class in g2201_2300.s2273_find_resultant_array_after_removing_anagrams
- Solution - Class in g2201_2300.s2274_maximum_consecutive_floors_without_special_floors
- Solution - Class in g2201_2300.s2275_largest_combination_with_bitwise_and_greater_than_zero
- Solution - Class in g2201_2300.s2278_percentage_of_letter_in_string
- Solution - Class in g2201_2300.s2279_maximum_bags_with_full_capacity_of_rocks
- Solution - Class in g2201_2300.s2280_minimum_lines_to_represent_a_line_chart
- Solution - Class in g2201_2300.s2281_sum_of_total_strength_of_wizards
- Solution - Class in g2201_2300.s2283_check_if_number_has_equal_digit_count_and_digit_value
- Solution - Class in g2201_2300.s2284_sender_with_largest_word_count
- Solution - Class in g2201_2300.s2285_maximum_total_importance_of_roads
- Solution - Class in g2201_2300.s2287_rearrange_characters_to_make_target_string
- Solution - Class in g2201_2300.s2288_apply_discount_to_prices
- Solution - Class in g2201_2300.s2289_steps_to_make_array_non_decreasing
- Solution - Class in g2201_2300.s2290_minimum_obstacle_removal_to_reach_corner
- Solution - Class in g2201_2300.s2293_min_max_game
- Solution - Class in g2201_2300.s2294_partition_array_such_that_maximum_difference_is_k
- Solution - Class in g2201_2300.s2295_replace_elements_in_an_array
- Solution - Class in g2201_2300.s2299_strong_password_checker_ii
- Solution - Class in g2201_2300.s2300_successful_pairs_of_spells_and_potions
- Solution - Class in g2301_2400.s2301_match_substring_after_replacement
- Solution - Class in g2301_2400.s2302_count_subarrays_with_score_less_than_k
- Solution - Class in g2301_2400.s2303_calculate_amount_paid_in_taxes
- Solution - Class in g2301_2400.s2304_minimum_path_cost_in_a_grid
- Solution - Class in g2301_2400.s2305_fair_distribution_of_cookies
- Solution - Class in g2301_2400.s2306_naming_a_company
- Solution - Class in g2301_2400.s2309_greatest_english_letter_in_upper_and_lower_case
- Solution - Class in g2301_2400.s2310_sum_of_numbers_with_units_digit_k
- Solution - Class in g2301_2400.s2311_longest_binary_subsequence_less_than_or_equal_to_k
- Solution - Class in g2301_2400.s2312_selling_pieces_of_wood
- Solution - Class in g2301_2400.s2315_count_asterisks
- Solution - Class in g2301_2400.s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph
- Solution - Class in g2301_2400.s2317_maximum_xor_after_operations
- Solution - Class in g2301_2400.s2318_number_of_distinct_roll_sequences
- Solution - Class in g2301_2400.s2319_check_if_matrix_is_x_matrix
- Solution - Class in g2301_2400.s2320_count_number_of_ways_to_place_houses
- Solution - Class in g2301_2400.s2321_maximum_score_of_spliced_array
- Solution - Class in g2301_2400.s2322_minimum_score_after_removals_on_a_tree
- Solution - Class in g2301_2400.s2325_decode_the_message
- Solution - Class in g2301_2400.s2326_spiral_matrix_iv
- Solution - Class in g2301_2400.s2327_number_of_people_aware_of_a_secret
- Solution - Class in g2301_2400.s2328_number_of_increasing_paths_in_a_grid
- Solution - Class in g2301_2400.s2331_evaluate_boolean_binary_tree
- Solution - Class in g2301_2400.s2332_the_latest_time_to_catch_a_bus
- Solution - Class in g2301_2400.s2333_minimum_sum_of_squared_difference
- Solution - Class in g2301_2400.s2334_subarray_with_elements_greater_than_varying_threshold
- Solution - Class in g2301_2400.s2335_minimum_amount_of_time_to_fill_cups
- Solution - Class in g2301_2400.s2337_move_pieces_to_obtain_a_string
- Solution - Class in g2301_2400.s2338_count_the_number_of_ideal_arrays
- Solution - Class in g2301_2400.s2341_maximum_number_of_pairs_in_array
- Solution - Class in g2301_2400.s2342_max_sum_of_a_pair_with_equal_sum_of_digits
- Solution - Class in g2301_2400.s2343_query_kth_smallest_trimmed_number
- Solution - Class in g2301_2400.s2344_minimum_deletions_to_make_array_divisible
- Solution - Class in g2301_2400.s2347_best_poker_hand
- Solution - Class in g2301_2400.s2348_number_of_zero_filled_subarrays
- Solution - Class in g2301_2400.s2350_shortest_impossible_sequence_of_rolls
- Solution - Class in g2301_2400.s2351_first_letter_to_appear_twice
- Solution - Class in g2301_2400.s2352_equal_row_and_column_pairs
- Solution - Class in g2301_2400.s2354_number_of_excellent_pairs
- Solution - Class in g2301_2400.s2357_make_array_zero_by_subtracting_equal_amounts
- Solution - Class in g2301_2400.s2358_maximum_number_of_groups_entering_a_competition
- Solution - Class in g2301_2400.s2359_find_closest_node_to_given_two_nodes
- Solution - Class in g2301_2400.s2360_longest_cycle_in_a_graph
- Solution - Class in g2301_2400.s2363_merge_similar_items
- Solution - Class in g2301_2400.s2364_count_number_of_bad_pairs
- Solution - Class in g2301_2400.s2365_task_scheduler_ii
- Solution - Class in g2301_2400.s2366_minimum_replacements_to_sort_the_array
- Solution - Class in g2301_2400.s2367_number_of_arithmetic_triplets
- Solution - Class in g2301_2400.s2368_reachable_nodes_with_restrictions
- Solution - Class in g2301_2400.s2369_check_if_there_is_a_valid_partition_for_the_array
- Solution - Class in g2301_2400.s2370_longest_ideal_subsequence
- Solution - Class in g2301_2400.s2373_largest_local_values_in_a_matrix
- Solution - Class in g2301_2400.s2374_node_with_highest_edge_score
- Solution - Class in g2301_2400.s2375_construct_smallest_number_from_di_string
- Solution - Class in g2301_2400.s2376_count_special_integers
- Solution - Class in g2301_2400.s2379_minimum_recolors_to_get_k_consecutive_black_blocks
- Solution - Class in g2301_2400.s2380_time_needed_to_rearrange_a_binary_string
- Solution - Class in g2301_2400.s2381_shifting_letters_ii
- Solution - Class in g2301_2400.s2382_maximum_segment_sum_after_removals
- Solution - Class in g2301_2400.s2383_minimum_hours_of_training_to_win_a_competition
- Solution - Class in g2301_2400.s2384_largest_palindromic_number
- Solution - Class in g2301_2400.s2385_amount_of_time_for_binary_tree_to_be_infected
- Solution - Class in g2301_2400.s2386_find_the_k_sum_of_an_array
- Solution - Class in g2301_2400.s2389_longest_subsequence_with_limited_sum
- Solution - Class in g2301_2400.s2390_removing_stars_from_a_string
- Solution - Class in g2301_2400.s2391_minimum_amount_of_time_to_collect_garbage
- Solution - Class in g2301_2400.s2392_build_a_matrix_with_conditions
- Solution - Class in g2301_2400.s2395_find_subarrays_with_equal_sum
- Solution - Class in g2301_2400.s2396_strictly_palindromic_number
- Solution - Class in g2301_2400.s2397_maximum_rows_covered_by_columns
- Solution - Class in g2301_2400.s2398_maximum_number_of_robots_within_budget
- Solution - Class in g2301_2400.s2399_check_distances_between_same_letters
- Solution - Class in g2301_2400.s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps
- Solution - Class in g2401_2500.s2401_longest_nice_subarray
- Solution - Class in g2401_2500.s2402_meeting_rooms_iii
- Solution - Class in g2401_2500.s2404_most_frequent_even_element
- Solution - Class in g2401_2500.s2405_optimal_partition_of_string
- Solution - Class in g2401_2500.s2406_divide_intervals_into_minimum_number_of_groups
- Solution - Class in g2401_2500.s2407_longest_increasing_subsequence_ii
- Solution - Class in g2401_2500.s2409_count_days_spent_together
- Solution - Class in g2401_2500.s2410_maximum_matching_of_players_with_trainers
- Solution - Class in g2401_2500.s2411_smallest_subarrays_with_maximum_bitwise_or
- Solution - Class in g2401_2500.s2412_minimum_money_required_before_transactions
- Solution - Class in g2401_2500.s2413_smallest_even_multiple
- Solution - Class in g2401_2500.s2414_length_of_the_longest_alphabetical_continuous_substring
- Solution - Class in g2401_2500.s2415_reverse_odd_levels_of_binary_tree
- Solution - Class in g2401_2500.s2416_sum_of_prefix_scores_of_strings
- Solution - Class in g2401_2500.s2418_sort_the_people
- Solution - Class in g2401_2500.s2419_longest_subarray_with_maximum_bitwise_and
- Solution - Class in g2401_2500.s2420_find_all_good_indices
- Solution - Class in g2401_2500.s2421_number_of_good_paths
- Solution - Class in g2401_2500.s2423_remove_letter_to_equalize_frequency
- Solution - Class in g2401_2500.s2425_bitwise_xor_of_all_pairings
- Solution - Class in g2401_2500.s2426_number_of_pairs_satisfying_inequality
- Solution - Class in g2401_2500.s2427_number_of_common_factors
- Solution - Class in g2401_2500.s2428_maximum_sum_of_an_hourglass
- Solution - Class in g2401_2500.s2429_minimize_xor
- Solution - Class in g2401_2500.s2430_maximum_deletions_on_a_string
- Solution - Class in g2401_2500.s2432_the_employee_that_worked_on_the_longest_task
- Solution - Class in g2401_2500.s2433_find_the_original_array_of_prefix_xor
- Solution - Class in g2401_2500.s2434_using_a_robot_to_print_the_lexicographically_smallest_string
- Solution - Class in g2401_2500.s2435_paths_in_matrix_whose_sum_is_divisible_by_k
- Solution - Class in g2401_2500.s2437_number_of_valid_clock_times
- Solution - Class in g2401_2500.s2438_range_product_queries_of_powers
- Solution - Class in g2401_2500.s2439_minimize_maximum_of_array
- Solution - Class in g2401_2500.s2440_create_components_with_same_value
- Solution - Class in g2401_2500.s2441_largest_positive_integer_that_exists_with_its_negative
- Solution - Class in g2401_2500.s2442_count_number_of_distinct_integers_after_reverse_operations
- Solution - Class in g2401_2500.s2443_sum_of_number_and_its_reverse
- Solution - Class in g2401_2500.s2444_count_subarrays_with_fixed_bounds
- Solution - Class in g2401_2500.s2446_determine_if_two_events_have_conflict
- Solution - Class in g2401_2500.s2447_number_of_subarrays_with_gcd_equal_to_k
- Solution - Class in g2401_2500.s2448_minimum_cost_to_make_array_equal
- Solution - Class in g2401_2500.s2449_minimum_number_of_operations_to_make_arrays_similar
- Solution - Class in g2401_2500.s2451_odd_string_difference
- Solution - Class in g2401_2500.s2452_words_within_two_edits_of_dictionary
- Solution - Class in g2401_2500.s2453_destroy_sequential_targets
- Solution - Class in g2401_2500.s2454_next_greater_element_iv
- Solution - Class in g2401_2500.s2455_average_value_of_even_numbers_that_are_divisible_by_three
- Solution - Class in g2401_2500.s2456_most_popular_video_creator
- Solution - Class in g2401_2500.s2457_minimum_addition_to_make_integer_beautiful
- Solution - Class in g2401_2500.s2458_height_of_binary_tree_after_subtree_removal_queries
- Solution - Class in g2401_2500.s2460_apply_operations_to_an_array
- Solution - Class in g2401_2500.s2461_maximum_sum_of_distinct_subarrays_with_length_k
- Solution() - Constructor for class g0001_0100.s0001_two_sum.Solution
- Solution() - Constructor for class g0001_0100.s0002_add_two_numbers.Solution
- Solution() - Constructor for class g0001_0100.s0003_longest_substring_without_repeating_characters.Solution
- Solution() - Constructor for class g0001_0100.s0004_median_of_two_sorted_arrays.Solution
- Solution() - Constructor for class g0001_0100.s0005_longest_palindromic_substring.Solution
- Solution() - Constructor for class g0001_0100.s0006_zigzag_conversion.Solution
- Solution() - Constructor for class g0001_0100.s0007_reverse_integer.Solution
- Solution() - Constructor for class g0001_0100.s0008_string_to_integer_atoi.Solution
- Solution() - Constructor for class g0001_0100.s0009_palindrome_number.Solution
- Solution() - Constructor for class g0001_0100.s0010_regular_expression_matching.Solution
- Solution() - Constructor for class g0001_0100.s0011_container_with_most_water.Solution
- Solution() - Constructor for class g0001_0100.s0012_integer_to_roman.Solution
- Solution() - Constructor for class g0001_0100.s0013_roman_to_integer.Solution
- Solution() - Constructor for class g0001_0100.s0014_longest_common_prefix.Solution
- Solution() - Constructor for class g0001_0100.s0015_3sum.Solution
- Solution() - Constructor for class g0001_0100.s0016_3sum_closest.Solution
- Solution() - Constructor for class g0001_0100.s0017_letter_combinations_of_a_phone_number.Solution
- Solution() - Constructor for class g0001_0100.s0018_4sum.Solution
- Solution() - Constructor for class g0001_0100.s0019_remove_nth_node_from_end_of_list.Solution
- Solution() - Constructor for class g0001_0100.s0020_valid_parentheses.Solution
- Solution() - Constructor for class g0001_0100.s0021_merge_two_sorted_lists.Solution
- Solution() - Constructor for class g0001_0100.s0022_generate_parentheses.Solution
- Solution() - Constructor for class g0001_0100.s0023_merge_k_sorted_lists.Solution
- Solution() - Constructor for class g0001_0100.s0024_swap_nodes_in_pairs.Solution
- Solution() - Constructor for class g0001_0100.s0025_reverse_nodes_in_k_group.Solution
- Solution() - Constructor for class g0001_0100.s0026_remove_duplicates_from_sorted_array.Solution
- Solution() - Constructor for class g0001_0100.s0027_remove_element.Solution
- Solution() - Constructor for class g0001_0100.s0028_implement_strstr.Solution
- Solution() - Constructor for class g0001_0100.s0029_divide_two_integers.Solution
- Solution() - Constructor for class g0001_0100.s0030_substring_with_concatenation_of_all_words.Solution
- Solution() - Constructor for class g0001_0100.s0031_next_permutation.Solution
- Solution() - Constructor for class g0001_0100.s0032_longest_valid_parentheses.Solution
- Solution() - Constructor for class g0001_0100.s0033_search_in_rotated_sorted_array.Solution
- Solution() - Constructor for class g0001_0100.s0034_find_first_and_last_position_of_element_in_sorted_array.Solution
- Solution() - Constructor for class g0001_0100.s0035_search_insert_position.Solution
- Solution() - Constructor for class g0001_0100.s0036_valid_sudoku.Solution
- Solution() - Constructor for class g0001_0100.s0037_sudoku_solver.Solution
- Solution() - Constructor for class g0001_0100.s0038_count_and_say.Solution
- Solution() - Constructor for class g0001_0100.s0039_combination_sum.Solution
- Solution() - Constructor for class g0001_0100.s0040_combination_sum_ii.Solution
- Solution() - Constructor for class g0001_0100.s0041_first_missing_positive.Solution
- Solution() - Constructor for class g0001_0100.s0042_trapping_rain_water.Solution
- Solution() - Constructor for class g0001_0100.s0043_multiply_strings.Solution
- Solution() - Constructor for class g0001_0100.s0044_wildcard_matching.Solution
- Solution() - Constructor for class g0001_0100.s0045_jump_game_ii.Solution
- Solution() - Constructor for class g0001_0100.s0046_permutations.Solution
- Solution() - Constructor for class g0001_0100.s0047_permutations_ii.Solution
- Solution() - Constructor for class g0001_0100.s0048_rotate_image.Solution
- Solution() - Constructor for class g0001_0100.s0049_group_anagrams.Solution
- Solution() - Constructor for class g0001_0100.s0050_powx_n.Solution
- Solution() - Constructor for class g0001_0100.s0051_n_queens.Solution
- Solution() - Constructor for class g0001_0100.s0052_n_queens_ii.Solution
- Solution() - Constructor for class g0001_0100.s0053_maximum_subarray.Solution
- Solution() - Constructor for class g0001_0100.s0054_spiral_matrix.Solution
- Solution() - Constructor for class g0001_0100.s0055_jump_game.Solution
- Solution() - Constructor for class g0001_0100.s0056_merge_intervals.Solution
- Solution() - Constructor for class g0001_0100.s0057_insert_interval.Solution
- Solution() - Constructor for class g0001_0100.s0058_length_of_last_word.Solution
- Solution() - Constructor for class g0001_0100.s0059_spiral_matrix_ii.Solution
- Solution() - Constructor for class g0001_0100.s0060_permutation_sequence.Solution
- Solution() - Constructor for class g0001_0100.s0061_rotate_list.Solution
- Solution() - Constructor for class g0001_0100.s0062_unique_paths.Solution
- Solution() - Constructor for class g0001_0100.s0063_unique_paths_ii.Solution
- Solution() - Constructor for class g0001_0100.s0064_minimum_path_sum.Solution
- Solution() - Constructor for class g0001_0100.s0065_valid_number.Solution
- Solution() - Constructor for class g0001_0100.s0066_plus_one.Solution
- Solution() - Constructor for class g0001_0100.s0067_add_binary.Solution
- Solution() - Constructor for class g0001_0100.s0068_text_justification.Solution
- Solution() - Constructor for class g0001_0100.s0069_sqrtx.Solution
- Solution() - Constructor for class g0001_0100.s0070_climbing_stairs.Solution
- Solution() - Constructor for class g0001_0100.s0071_simplify_path.Solution
- Solution() - Constructor for class g0001_0100.s0072_edit_distance.Solution
- Solution() - Constructor for class g0001_0100.s0073_set_matrix_zeroes.Solution
- Solution() - Constructor for class g0001_0100.s0074_search_a_2d_matrix.Solution
- Solution() - Constructor for class g0001_0100.s0075_sort_colors.Solution
- Solution() - Constructor for class g0001_0100.s0076_minimum_window_substring.Solution
- Solution() - Constructor for class g0001_0100.s0077_combinations.Solution
- Solution() - Constructor for class g0001_0100.s0078_subsets.Solution
- Solution() - Constructor for class g0001_0100.s0079_word_search.Solution
- Solution() - Constructor for class g0001_0100.s0080_remove_duplicates_from_sorted_array_ii.Solution
- Solution() - Constructor for class g0001_0100.s0081_search_in_rotated_sorted_array_ii.Solution
- Solution() - Constructor for class g0001_0100.s0082_remove_duplicates_from_sorted_list_ii.Solution
- Solution() - Constructor for class g0001_0100.s0083_remove_duplicates_from_sorted_list.Solution
- Solution() - Constructor for class g0001_0100.s0084_largest_rectangle_in_histogram.Solution
- Solution() - Constructor for class g0001_0100.s0085_maximal_rectangle.Solution
- Solution() - Constructor for class g0001_0100.s0086_partition_list.Solution
- Solution() - Constructor for class g0001_0100.s0087_scramble_string.Solution
- Solution() - Constructor for class g0001_0100.s0088_merge_sorted_array.Solution
- Solution() - Constructor for class g0001_0100.s0089_gray_code.Solution
- Solution() - Constructor for class g0001_0100.s0090_subsets_ii.Solution
- Solution() - Constructor for class g0001_0100.s0091_decode_ways.Solution
- Solution() - Constructor for class g0001_0100.s0092_reverse_linked_list_ii.Solution
- Solution() - Constructor for class g0001_0100.s0093_restore_ip_addresses.Solution
- Solution() - Constructor for class g0001_0100.s0094_binary_tree_inorder_traversal.Solution
- Solution() - Constructor for class g0001_0100.s0095_unique_binary_search_trees_ii.Solution
- Solution() - Constructor for class g0001_0100.s0096_unique_binary_search_trees.Solution
- Solution() - Constructor for class g0001_0100.s0097_interleaving_string.Solution
- Solution() - Constructor for class g0001_0100.s0098_validate_binary_search_tree.Solution
- Solution() - Constructor for class g0001_0100.s0099_recover_binary_search_tree.Solution
- Solution() - Constructor for class g0001_0100.s0100_same_tree.Solution
- Solution() - Constructor for class g0101_0200.s0101_symmetric_tree.Solution
- Solution() - Constructor for class g0101_0200.s0102_binary_tree_level_order_traversal.Solution
- Solution() - Constructor for class g0101_0200.s0103_binary_tree_zigzag_level_order_traversal.Solution
- Solution() - Constructor for class g0101_0200.s0104_maximum_depth_of_binary_tree.Solution
- Solution() - Constructor for class g0101_0200.s0105_construct_binary_tree_from_preorder_and_inorder_traversal.Solution
- Solution() - Constructor for class g0101_0200.s0106_construct_binary_tree_from_inorder_and_postorder_traversal.Solution
- Solution() - Constructor for class g0101_0200.s0107_binary_tree_level_order_traversal_ii.Solution
- Solution() - Constructor for class g0101_0200.s0108_convert_sorted_array_to_binary_search_tree.Solution
- Solution() - Constructor for class g0101_0200.s0109_convert_sorted_list_to_binary_search_tree.Solution
- Solution() - Constructor for class g0101_0200.s0110_balanced_binary_tree.Solution
- Solution() - Constructor for class g0101_0200.s0111_minimum_depth_of_binary_tree.Solution
- Solution() - Constructor for class g0101_0200.s0112_path_sum.Solution
- Solution() - Constructor for class g0101_0200.s0113_path_sum_ii.Solution
- Solution() - Constructor for class g0101_0200.s0114_flatten_binary_tree_to_linked_list.Solution
- Solution() - Constructor for class g0101_0200.s0115_distinct_subsequences.Solution
- Solution() - Constructor for class g0101_0200.s0116_populating_next_right_pointers_in_each_node.Solution
- Solution() - Constructor for class g0101_0200.s0117_populating_next_right_pointers_in_each_node_ii.Solution
- Solution() - Constructor for class g0101_0200.s0118_pascals_triangle.Solution
- Solution() - Constructor for class g0101_0200.s0119_pascals_triangle_ii.Solution
- Solution() - Constructor for class g0101_0200.s0120_triangle.Solution
- Solution() - Constructor for class g0101_0200.s0121_best_time_to_buy_and_sell_stock.Solution
- Solution() - Constructor for class g0101_0200.s0122_best_time_to_buy_and_sell_stock_ii.Solution
- Solution() - Constructor for class g0101_0200.s0123_best_time_to_buy_and_sell_stock_iii.Solution
- Solution() - Constructor for class g0101_0200.s0124_binary_tree_maximum_path_sum.Solution
- Solution() - Constructor for class g0101_0200.s0125_valid_palindrome.Solution
- Solution() - Constructor for class g0101_0200.s0126_word_ladder_ii.Solution
- Solution() - Constructor for class g0101_0200.s0127_word_ladder.Solution
- Solution() - Constructor for class g0101_0200.s0128_longest_consecutive_sequence.Solution
- Solution() - Constructor for class g0101_0200.s0129_sum_root_to_leaf_numbers.Solution
- Solution() - Constructor for class g0101_0200.s0130_surrounded_regions.Solution
- Solution() - Constructor for class g0101_0200.s0131_palindrome_partitioning.Solution
- Solution() - Constructor for class g0101_0200.s0132_palindrome_partitioning_ii.Solution
- Solution() - Constructor for class g0101_0200.s0133_clone_graph.Solution
- Solution() - Constructor for class g0101_0200.s0134_gas_station.Solution
- Solution() - Constructor for class g0101_0200.s0135_candy.Solution
- Solution() - Constructor for class g0101_0200.s0136_single_number.Solution
- Solution() - Constructor for class g0101_0200.s0137_single_number_ii.Solution
- Solution() - Constructor for class g0101_0200.s0138_copy_list_with_random_pointer.Solution
- Solution() - Constructor for class g0101_0200.s0139_word_break.Solution
- Solution() - Constructor for class g0101_0200.s0140_word_break_ii.Solution
- Solution() - Constructor for class g0101_0200.s0141_linked_list_cycle.Solution
- Solution() - Constructor for class g0101_0200.s0142_linked_list_cycle_ii.Solution
- Solution() - Constructor for class g0101_0200.s0143_reorder_list.Solution
- Solution() - Constructor for class g0101_0200.s0144_binary_tree_preorder_traversal.Solution
- Solution() - Constructor for class g0101_0200.s0145_binary_tree_postorder_traversal.Solution
- Solution() - Constructor for class g0101_0200.s0147_insertion_sort_list.Solution
- Solution() - Constructor for class g0101_0200.s0148_sort_list.Solution
- Solution() - Constructor for class g0101_0200.s0149_max_points_on_a_line.Solution
- Solution() - Constructor for class g0101_0200.s0150_evaluate_reverse_polish_notation.Solution
- Solution() - Constructor for class g0101_0200.s0151_reverse_words_in_a_string.Solution
- Solution() - Constructor for class g0101_0200.s0152_maximum_product_subarray.Solution
- Solution() - Constructor for class g0101_0200.s0153_find_minimum_in_rotated_sorted_array.Solution
- Solution() - Constructor for class g0101_0200.s0154_find_minimum_in_rotated_sorted_array_ii.Solution
- Solution() - Constructor for class g0101_0200.s0160_intersection_of_two_linked_lists.Solution
- Solution() - Constructor for class g0101_0200.s0162_find_peak_element.Solution
- Solution() - Constructor for class g0101_0200.s0164_maximum_gap.Solution
- Solution() - Constructor for class g0101_0200.s0165_compare_version_numbers.Solution
- Solution() - Constructor for class g0101_0200.s0166_fraction_to_recurring_decimal.Solution
- Solution() - Constructor for class g0101_0200.s0167_two_sum_ii_input_array_is_sorted.Solution
- Solution() - Constructor for class g0101_0200.s0168_excel_sheet_column_title.Solution
- Solution() - Constructor for class g0101_0200.s0169_majority_element.Solution
- Solution() - Constructor for class g0101_0200.s0171_excel_sheet_column_number.Solution
- Solution() - Constructor for class g0101_0200.s0172_factorial_trailing_zeroes.Solution
- Solution() - Constructor for class g0101_0200.s0174_dungeon_game.Solution
- Solution() - Constructor for class g0101_0200.s0179_largest_number.Solution
- Solution() - Constructor for class g0101_0200.s0187_repeated_dna_sequences.Solution
- Solution() - Constructor for class g0101_0200.s0188_best_time_to_buy_and_sell_stock_iv.Solution
- Solution() - Constructor for class g0101_0200.s0189_rotate_array.Solution
- Solution() - Constructor for class g0101_0200.s0190_reverse_bits.Solution
- Solution() - Constructor for class g0101_0200.s0191_number_of_1_bits.Solution
- Solution() - Constructor for class g0101_0200.s0198_house_robber.Solution
- Solution() - Constructor for class g0101_0200.s0199_binary_tree_right_side_view.Solution
- Solution() - Constructor for class g0101_0200.s0200_number_of_islands.Solution
- Solution() - Constructor for class g0201_0300.s0201_bitwise_and_of_numbers_range.Solution
- Solution() - Constructor for class g0201_0300.s0202_happy_number.Solution
- Solution() - Constructor for class g0201_0300.s0203_remove_linked_list_elements.Solution
- Solution() - Constructor for class g0201_0300.s0204_count_primes.Solution
- Solution() - Constructor for class g0201_0300.s0205_isomorphic_strings.Solution
- Solution() - Constructor for class g0201_0300.s0206_reverse_linked_list.Solution
- Solution() - Constructor for class g0201_0300.s0207_course_schedule.Solution
- Solution() - Constructor for class g0201_0300.s0209_minimum_size_subarray_sum.Solution
- Solution() - Constructor for class g0201_0300.s0210_course_schedule_ii.Solution
- Solution() - Constructor for class g0201_0300.s0212_word_search_ii.Solution
- Solution() - Constructor for class g0201_0300.s0213_house_robber_ii.Solution
- Solution() - Constructor for class g0201_0300.s0214_shortest_palindrome.Solution
- Solution() - Constructor for class g0201_0300.s0215_kth_largest_element_in_an_array.Solution
- Solution() - Constructor for class g0201_0300.s0216_combination_sum_iii.Solution
- Solution() - Constructor for class g0201_0300.s0217_contains_duplicate.Solution
- Solution() - Constructor for class g0201_0300.s0218_the_skyline_problem.Solution
- Solution() - Constructor for class g0201_0300.s0219_contains_duplicate_ii.Solution
- Solution() - Constructor for class g0201_0300.s0220_contains_duplicate_iii.Solution
- Solution() - Constructor for class g0201_0300.s0221_maximal_square.Solution
- Solution() - Constructor for class g0201_0300.s0222_count_complete_tree_nodes.Solution
- Solution() - Constructor for class g0201_0300.s0223_rectangle_area.Solution
- Solution() - Constructor for class g0201_0300.s0224_basic_calculator.Solution
- Solution() - Constructor for class g0201_0300.s0226_invert_binary_tree.Solution
- Solution() - Constructor for class g0201_0300.s0227_basic_calculator_ii.Solution
- Solution() - Constructor for class g0201_0300.s0228_summary_ranges.Solution
- Solution() - Constructor for class g0201_0300.s0229_majority_element_ii.Solution
- Solution() - Constructor for class g0201_0300.s0230_kth_smallest_element_in_a_bst.Solution
- Solution() - Constructor for class g0201_0300.s0231_power_of_two.Solution
- Solution() - Constructor for class g0201_0300.s0233_number_of_digit_one.Solution
- Solution() - Constructor for class g0201_0300.s0234_palindrome_linked_list.Solution
- Solution() - Constructor for class g0201_0300.s0235_lowest_common_ancestor_of_a_binary_search_tree.Solution
- Solution() - Constructor for class g0201_0300.s0236_lowest_common_ancestor_of_a_binary_tree.Solution
- Solution() - Constructor for class g0201_0300.s0237_delete_node_in_a_linked_list.Solution
- Solution() - Constructor for class g0201_0300.s0238_product_of_array_except_self.Solution
- Solution() - Constructor for class g0201_0300.s0239_sliding_window_maximum.Solution
- Solution() - Constructor for class g0201_0300.s0240_search_a_2d_matrix_ii.Solution
- Solution() - Constructor for class g0201_0300.s0241_different_ways_to_add_parentheses.Solution
- Solution() - Constructor for class g0201_0300.s0242_valid_anagram.Solution
- Solution() - Constructor for class g0201_0300.s0257_binary_tree_paths.Solution
- Solution() - Constructor for class g0201_0300.s0258_add_digits.Solution
- Solution() - Constructor for class g0201_0300.s0260_single_number_iii.Solution
- Solution() - Constructor for class g0201_0300.s0263_ugly_number.Solution
- Solution() - Constructor for class g0201_0300.s0264_ugly_number_ii.Solution
- Solution() - Constructor for class g0201_0300.s0268_missing_number.Solution
- Solution() - Constructor for class g0201_0300.s0273_integer_to_english_words.Solution
- Solution() - Constructor for class g0201_0300.s0274_h_index.Solution
- Solution() - Constructor for class g0201_0300.s0275_h_index_ii.Solution
- Solution() - Constructor for class g0201_0300.s0278_first_bad_version.Solution
- Solution() - Constructor for class g0201_0300.s0279_perfect_squares.Solution
- Solution() - Constructor for class g0201_0300.s0282_expression_add_operators.Solution
- Solution() - Constructor for class g0201_0300.s0283_move_zeroes.Solution
- Solution() - Constructor for class g0201_0300.s0287_find_the_duplicate_number.Solution
- Solution() - Constructor for class g0201_0300.s0289_game_of_life.Solution
- Solution() - Constructor for class g0201_0300.s0290_word_pattern.Solution
- Solution() - Constructor for class g0201_0300.s0292_nim_game.Solution
- Solution() - Constructor for class g0201_0300.s0299_bulls_and_cows.Solution
- Solution() - Constructor for class g0201_0300.s0300_longest_increasing_subsequence.Solution
- Solution() - Constructor for class g0301_0400.s0301_remove_invalid_parentheses.Solution
- Solution() - Constructor for class g0301_0400.s0306_additive_number.Solution
- Solution() - Constructor for class g0301_0400.s0309_best_time_to_buy_and_sell_stock_with_cooldown.Solution
- Solution() - Constructor for class g0301_0400.s0310_minimum_height_trees.Solution
- Solution() - Constructor for class g0301_0400.s0312_burst_balloons.Solution
- Solution() - Constructor for class g0301_0400.s0313_super_ugly_number.Solution
- Solution() - Constructor for class g0301_0400.s0315_count_of_smaller_numbers_after_self.Solution
- Solution() - Constructor for class g0301_0400.s0316_remove_duplicate_letters.Solution
- Solution() - Constructor for class g0301_0400.s0318_maximum_product_of_word_lengths.Solution
- Solution() - Constructor for class g0301_0400.s0319_bulb_switcher.Solution
- Solution() - Constructor for class g0301_0400.s0321_create_maximum_number.Solution
- Solution() - Constructor for class g0301_0400.s0322_coin_change.Solution
- Solution() - Constructor for class g0301_0400.s0324_wiggle_sort_ii.Solution
- Solution() - Constructor for class g0301_0400.s0326_power_of_three.Solution
- Solution() - Constructor for class g0301_0400.s0327_count_of_range_sum.Solution
- Solution() - Constructor for class g0301_0400.s0328_odd_even_linked_list.Solution
- Solution() - Constructor for class g0301_0400.s0329_longest_increasing_path_in_a_matrix.Solution
- Solution() - Constructor for class g0301_0400.s0330_patching_array.Solution
- Solution() - Constructor for class g0301_0400.s0331_verify_preorder_serialization_of_a_binary_tree.Solution
- Solution() - Constructor for class g0301_0400.s0332_reconstruct_itinerary.Solution
- Solution() - Constructor for class g0301_0400.s0334_increasing_triplet_subsequence.Solution
- Solution() - Constructor for class g0301_0400.s0335_self_crossing.Solution
- Solution() - Constructor for class g0301_0400.s0336_palindrome_pairs.Solution
- Solution() - Constructor for class g0301_0400.s0337_house_robber_iii.Solution
- Solution() - Constructor for class g0301_0400.s0338_counting_bits.Solution
- Solution() - Constructor for class g0301_0400.s0342_power_of_four.Solution
- Solution() - Constructor for class g0301_0400.s0343_integer_break.Solution
- Solution() - Constructor for class g0301_0400.s0344_reverse_string.Solution
- Solution() - Constructor for class g0301_0400.s0345_reverse_vowels_of_a_string.Solution
- Solution() - Constructor for class g0301_0400.s0347_top_k_frequent_elements.Solution
- Solution() - Constructor for class g0301_0400.s0349_intersection_of_two_arrays.Solution
- Solution() - Constructor for class g0301_0400.s0350_intersection_of_two_arrays_ii.Solution
- Solution() - Constructor for class g0301_0400.s0354_russian_doll_envelopes.Solution
- Solution() - Constructor for class g0301_0400.s0357_count_numbers_with_unique_digits.Solution
- Solution() - Constructor for class g0301_0400.s0363_max_sum_of_rectangle_no_larger_than_k.Solution
- Solution() - Constructor for class g0301_0400.s0365_water_and_jug_problem.Solution
- Solution() - Constructor for class g0301_0400.s0367_valid_perfect_square.Solution
- Solution() - Constructor for class g0301_0400.s0368_largest_divisible_subset.Solution
- Solution() - Constructor for class g0301_0400.s0371_sum_of_two_integers.Solution
- Solution() - Constructor for class g0301_0400.s0372_super_pow.Solution
- Solution() - Constructor for class g0301_0400.s0373_find_k_pairs_with_smallest_sums.Solution
- Solution() - Constructor for class g0301_0400.s0374_guess_number_higher_or_lower.Solution
- Solution() - Constructor for class g0301_0400.s0375_guess_number_higher_or_lower_ii.Solution
- Solution() - Constructor for class g0301_0400.s0376_wiggle_subsequence.Solution
- Solution() - Constructor for class g0301_0400.s0377_combination_sum_iv.Solution
- Solution() - Constructor for class g0301_0400.s0378_kth_smallest_element_in_a_sorted_matrix.Solution
- Solution() - Constructor for class g0301_0400.s0383_ransom_note.Solution
- Solution() - Constructor for class g0301_0400.s0385_mini_parser.Solution
- Solution() - Constructor for class g0301_0400.s0386_lexicographical_numbers.Solution
- Solution() - Constructor for class g0301_0400.s0387_first_unique_character_in_a_string.Solution
- Solution() - Constructor for class g0301_0400.s0388_longest_absolute_file_path.Solution
- Solution() - Constructor for class g0301_0400.s0389_find_the_difference.Solution
- Solution() - Constructor for class g0301_0400.s0390_elimination_game.Solution
- Solution() - Constructor for class g0301_0400.s0391_perfect_rectangle.Solution
- Solution() - Constructor for class g0301_0400.s0392_is_subsequence.Solution
- Solution() - Constructor for class g0301_0400.s0393_utf_8_validation.Solution
- Solution() - Constructor for class g0301_0400.s0394_decode_string.Solution
- Solution() - Constructor for class g0301_0400.s0395_longest_substring_with_at_least_k_repeating_characters.Solution
- Solution() - Constructor for class g0301_0400.s0396_rotate_function.Solution
- Solution() - Constructor for class g0301_0400.s0397_integer_replacement.Solution
- Solution() - Constructor for class g0301_0400.s0399_evaluate_division.Solution
- Solution() - Constructor for class g0301_0400.s0400_nth_digit.Solution
- Solution() - Constructor for class g0401_0500.s0401_binary_watch.Solution
- Solution() - Constructor for class g0401_0500.s0402_remove_k_digits.Solution
- Solution() - Constructor for class g0401_0500.s0403_frog_jump.Solution
- Solution() - Constructor for class g0401_0500.s0404_sum_of_left_leaves.Solution
- Solution() - Constructor for class g0401_0500.s0405_convert_a_number_to_hexadecimal.Solution
- Solution() - Constructor for class g0401_0500.s0406_queue_reconstruction_by_height.Solution
- Solution() - Constructor for class g0401_0500.s0407_trapping_rain_water_ii.Solution
- Solution() - Constructor for class g0401_0500.s0409_longest_palindrome.Solution
- Solution() - Constructor for class g0401_0500.s0410_split_array_largest_sum.Solution
- Solution() - Constructor for class g0401_0500.s0412_fizz_buzz.Solution
- Solution() - Constructor for class g0401_0500.s0413_arithmetic_slices.Solution
- Solution() - Constructor for class g0401_0500.s0414_third_maximum_number.Solution
- Solution() - Constructor for class g0401_0500.s0415_add_strings.Solution
- Solution() - Constructor for class g0401_0500.s0416_partition_equal_subset_sum.Solution
- Solution() - Constructor for class g0401_0500.s0417_pacific_atlantic_water_flow.Solution
- Solution() - Constructor for class g0401_0500.s0419_battleships_in_a_board.Solution
- Solution() - Constructor for class g0401_0500.s0420_strong_password_checker.Solution
- Solution() - Constructor for class g0401_0500.s0421_maximum_xor_of_two_numbers_in_an_array.Solution
- Solution() - Constructor for class g0401_0500.s0423_reconstruct_original_digits_from_english.Solution
- Solution() - Constructor for class g0401_0500.s0424_longest_repeating_character_replacement.Solution
- Solution() - Constructor for class g0401_0500.s0427_construct_quad_tree.Solution
- Solution() - Constructor for class g0401_0500.s0429_n_ary_tree_level_order_traversal.Solution
- Solution() - Constructor for class g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Solution
- Solution() - Constructor for class g0401_0500.s0433_minimum_genetic_mutation.Solution
- Solution() - Constructor for class g0401_0500.s0434_number_of_segments_in_a_string.Solution
- Solution() - Constructor for class g0401_0500.s0435_non_overlapping_intervals.Solution
- Solution() - Constructor for class g0401_0500.s0436_find_right_interval.Solution
- Solution() - Constructor for class g0401_0500.s0437_path_sum_iii.Solution
- Solution() - Constructor for class g0401_0500.s0438_find_all_anagrams_in_a_string.Solution
- Solution() - Constructor for class g0401_0500.s0440_k_th_smallest_in_lexicographical_order.Solution
- Solution() - Constructor for class g0401_0500.s0441_arranging_coins.Solution
- Solution() - Constructor for class g0401_0500.s0442_find_all_duplicates_in_an_array.Solution
- Solution() - Constructor for class g0401_0500.s0443_string_compression.Solution
- Solution() - Constructor for class g0401_0500.s0445_add_two_numbers_ii.Solution
- Solution() - Constructor for class g0401_0500.s0446_arithmetic_slices_ii_subsequence.Solution
- Solution() - Constructor for class g0401_0500.s0447_number_of_boomerangs.Solution
- Solution() - Constructor for class g0401_0500.s0448_find_all_numbers_disappeared_in_an_array.Solution
- Solution() - Constructor for class g0401_0500.s0450_delete_node_in_a_bst.Solution
- Solution() - Constructor for class g0401_0500.s0451_sort_characters_by_frequency.Solution
- Solution() - Constructor for class g0401_0500.s0452_minimum_number_of_arrows_to_burst_balloons.Solution
- Solution() - Constructor for class g0401_0500.s0453_minimum_moves_to_equal_array_elements.Solution
- Solution() - Constructor for class g0401_0500.s0454_4sum_ii.Solution
- Solution() - Constructor for class g0401_0500.s0455_assign_cookies.Solution
- Solution() - Constructor for class g0401_0500.s0456_132_pattern.Solution
- Solution() - Constructor for class g0401_0500.s0457_circular_array_loop.Solution
- Solution() - Constructor for class g0401_0500.s0458_poor_pigs.Solution
- Solution() - Constructor for class g0401_0500.s0459_repeated_substring_pattern.Solution
- Solution() - Constructor for class g0401_0500.s0461_hamming_distance.Solution
- Solution() - Constructor for class g0401_0500.s0462_minimum_moves_to_equal_array_elements_ii.Solution
- Solution() - Constructor for class g0401_0500.s0463_island_perimeter.Solution
- Solution() - Constructor for class g0401_0500.s0464_can_i_win.Solution
- Solution() - Constructor for class g0401_0500.s0466_count_the_repetitions.Solution
- Solution() - Constructor for class g0401_0500.s0467_unique_substrings_in_wraparound_string.Solution
- Solution() - Constructor for class g0401_0500.s0468_validate_ip_address.Solution
- Solution() - Constructor for class g0401_0500.s0470_implement_rand10_using_rand7.Solution
- Solution() - Constructor for class g0401_0500.s0472_concatenated_words.Solution
- Solution() - Constructor for class g0401_0500.s0473_matchsticks_to_square.Solution
- Solution() - Constructor for class g0401_0500.s0474_ones_and_zeroes.Solution
- Solution() - Constructor for class g0401_0500.s0475_heaters.Solution
- Solution() - Constructor for class g0401_0500.s0476_number_complement.Solution
- Solution() - Constructor for class g0401_0500.s0477_total_hamming_distance.Solution
- Solution() - Constructor for class g0401_0500.s0479_largest_palindrome_product.Solution
- Solution() - Constructor for class g0401_0500.s0480_sliding_window_median.Solution
- Solution() - Constructor for class g0401_0500.s0481_magical_string.Solution
- Solution() - Constructor for class g0401_0500.s0482_license_key_formatting.Solution
- Solution() - Constructor for class g0401_0500.s0483_smallest_good_base.Solution
- Solution() - Constructor for class g0401_0500.s0485_max_consecutive_ones.Solution
- Solution() - Constructor for class g0401_0500.s0486_predict_the_winner.Solution
- Solution() - Constructor for class g0401_0500.s0488_zuma_game.Solution
- Solution() - Constructor for class g0401_0500.s0491_increasing_subsequences.Solution
- Solution() - Constructor for class g0401_0500.s0492_construct_the_rectangle.Solution
- Solution() - Constructor for class g0401_0500.s0493_reverse_pairs.Solution
- Solution() - Constructor for class g0401_0500.s0494_target_sum.Solution
- Solution() - Constructor for class g0401_0500.s0495_teemo_attacking.Solution
- Solution() - Constructor for class g0401_0500.s0496_next_greater_element_i.Solution
- Solution() - Constructor for class g0401_0500.s0498_diagonal_traverse.Solution
- Solution() - Constructor for class g0401_0500.s0500_keyboard_row.Solution
- Solution() - Constructor for class g0501_0600.s0501_find_mode_in_binary_search_tree.Solution
- Solution() - Constructor for class g0501_0600.s0502_ipo.Solution
- Solution() - Constructor for class g0501_0600.s0503_next_greater_element_ii.Solution
- Solution() - Constructor for class g0501_0600.s0504_base_7.Solution
- Solution() - Constructor for class g0501_0600.s0506_relative_ranks.Solution
- Solution() - Constructor for class g0501_0600.s0507_perfect_number.Solution
- Solution() - Constructor for class g0501_0600.s0508_most_frequent_subtree_sum.Solution
- Solution() - Constructor for class g0501_0600.s0509_fibonacci_number.Solution
- Solution() - Constructor for class g0501_0600.s0513_find_bottom_left_tree_value.Solution
- Solution() - Constructor for class g0501_0600.s0514_freedom_trail.Solution
- Solution() - Constructor for class g0501_0600.s0515_find_largest_value_in_each_tree_row.Solution
- Solution() - Constructor for class g0501_0600.s0516_longest_palindromic_subsequence.Solution
- Solution() - Constructor for class g0501_0600.s0517_super_washing_machines.Solution
- Solution() - Constructor for class g0501_0600.s0518_coin_change_2.Solution
- Solution() - Constructor for class g0501_0600.s0520_detect_capital.Solution
- Solution() - Constructor for class g0501_0600.s0521_longest_uncommon_subsequence_i.Solution
- Solution() - Constructor for class g0501_0600.s0522_longest_uncommon_subsequence_ii.Solution
- Solution() - Constructor for class g0501_0600.s0523_continuous_subarray_sum.Solution
- Solution() - Constructor for class g0501_0600.s0524_longest_word_in_dictionary_through_deleting.Solution
- Solution() - Constructor for class g0501_0600.s0525_contiguous_array.Solution
- Solution() - Constructor for class g0501_0600.s0526_beautiful_arrangement.Solution
- Solution() - Constructor for class g0501_0600.s0529_minesweeper.Solution
- Solution() - Constructor for class g0501_0600.s0530_minimum_absolute_difference_in_bst.Solution
- Solution() - Constructor for class g0501_0600.s0532_k_diff_pairs_in_an_array.Solution
- Solution() - Constructor for class g0501_0600.s0537_complex_number_multiplication.Solution
- Solution() - Constructor for class g0501_0600.s0538_convert_bst_to_greater_tree.Solution
- Solution() - Constructor for class g0501_0600.s0539_minimum_time_difference.Solution
- Solution() - Constructor for class g0501_0600.s0540_single_element_in_a_sorted_array.Solution
- Solution() - Constructor for class g0501_0600.s0541_reverse_string_ii.Solution
- Solution() - Constructor for class g0501_0600.s0542_01_matrix.Solution
- Solution() - Constructor for class g0501_0600.s0543_diameter_of_binary_tree.Solution
- Solution() - Constructor for class g0501_0600.s0546_remove_boxes.Solution
- Solution() - Constructor for class g0501_0600.s0547_number_of_provinces.Solution
- Solution() - Constructor for class g0501_0600.s0551_student_attendance_record_i.Solution
- Solution() - Constructor for class g0501_0600.s0552_student_attendance_record_ii.Solution
- Solution() - Constructor for class g0501_0600.s0553_optimal_division.Solution
- Solution() - Constructor for class g0501_0600.s0554_brick_wall.Solution
- Solution() - Constructor for class g0501_0600.s0556_next_greater_element_iii.Solution
- Solution() - Constructor for class g0501_0600.s0557_reverse_words_in_a_string_iii.Solution
- Solution() - Constructor for class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Solution
- Solution() - Constructor for class g0501_0600.s0559_maximum_depth_of_n_ary_tree.Solution
- Solution() - Constructor for class g0501_0600.s0560_subarray_sum_equals_k.Solution
- Solution() - Constructor for class g0501_0600.s0561_array_partition_i.Solution
- Solution() - Constructor for class g0501_0600.s0563_binary_tree_tilt.Solution
- Solution() - Constructor for class g0501_0600.s0564_find_the_closest_palindrome.Solution
- Solution() - Constructor for class g0501_0600.s0565_array_nesting.Solution
- Solution() - Constructor for class g0501_0600.s0566_reshape_the_matrix.Solution
- Solution() - Constructor for class g0501_0600.s0567_permutation_in_string.Solution
- Solution() - Constructor for class g0501_0600.s0572_subtree_of_another_tree.Solution
- Solution() - Constructor for class g0501_0600.s0575_distribute_candies.Solution
- Solution() - Constructor for class g0501_0600.s0576_out_of_boundary_paths.Solution
- Solution() - Constructor for class g0501_0600.s0581_shortest_unsorted_continuous_subarray.Solution
- Solution() - Constructor for class g0501_0600.s0583_delete_operation_for_two_strings.Solution
- Solution() - Constructor for class g0501_0600.s0587_erect_the_fence.Solution
- Solution() - Constructor for class g0501_0600.s0589_n_ary_tree_preorder_traversal.Solution
- Solution() - Constructor for class g0501_0600.s0590_n_ary_tree_postorder_traversal.Solution
- Solution() - Constructor for class g0501_0600.s0591_tag_validator.Solution
- Solution() - Constructor for class g0501_0600.s0592_fraction_addition_and_subtraction.Solution
- Solution() - Constructor for class g0501_0600.s0593_valid_square.Solution
- Solution() - Constructor for class g0501_0600.s0594_longest_harmonious_subsequence.Solution
- Solution() - Constructor for class g0501_0600.s0598_range_addition_ii.Solution
- Solution() - Constructor for class g0501_0600.s0599_minimum_index_sum_of_two_lists.Solution
- Solution() - Constructor for class g0501_0600.s0600_non_negative_integers_without_consecutive_ones.Solution
- Solution() - Constructor for class g0601_0700.s0605_can_place_flowers.Solution
- Solution() - Constructor for class g0601_0700.s0606_construct_string_from_binary_tree.Solution
- Solution() - Constructor for class g0601_0700.s0609_find_duplicate_file_in_system.Solution
- Solution() - Constructor for class g0601_0700.s0611_valid_triangle_number.Solution
- Solution() - Constructor for class g0601_0700.s0617_merge_two_binary_trees.Solution
- Solution() - Constructor for class g0601_0700.s0621_task_scheduler.Solution
- Solution() - Constructor for class g0601_0700.s0623_add_one_row_to_tree.Solution
- Solution() - Constructor for class g0601_0700.s0628_maximum_product_of_three_numbers.Solution
- Solution() - Constructor for class g0601_0700.s0629_k_inverse_pairs_array.Solution
- Solution() - Constructor for class g0601_0700.s0630_course_schedule_iii.Solution
- Solution() - Constructor for class g0601_0700.s0632_smallest_range_covering_elements_from_k_lists.Solution
- Solution() - Constructor for class g0601_0700.s0633_sum_of_square_numbers.Solution
- Solution() - Constructor for class g0601_0700.s0636_exclusive_time_of_functions.Solution
- Solution() - Constructor for class g0601_0700.s0637_average_of_levels_in_binary_tree.Solution
- Solution() - Constructor for class g0601_0700.s0638_shopping_offers.Solution
- Solution() - Constructor for class g0601_0700.s0639_decode_ways_ii.Solution
- Solution() - Constructor for class g0601_0700.s0640_solve_the_equation.Solution
- Solution() - Constructor for class g0601_0700.s0643_maximum_average_subarray_i.Solution
- Solution() - Constructor for class g0601_0700.s0645_set_mismatch.Solution
- Solution() - Constructor for class g0601_0700.s0646_maximum_length_of_pair_chain.Solution
- Solution() - Constructor for class g0601_0700.s0647_palindromic_substrings.Solution
- Solution() - Constructor for class g0601_0700.s0648_replace_words.Solution
- Solution() - Constructor for class g0601_0700.s0649_dota2_senate.Solution
- Solution() - Constructor for class g0601_0700.s0650_2_keys_keyboard.Solution
- Solution() - Constructor for class g0601_0700.s0652_find_duplicate_subtrees.Solution
- Solution() - Constructor for class g0601_0700.s0653_two_sum_iv_input_is_a_bst.Solution
- Solution() - Constructor for class g0601_0700.s0654_maximum_binary_tree.Solution
- Solution() - Constructor for class g0601_0700.s0655_print_binary_tree.Solution
- Solution() - Constructor for class g0601_0700.s0657_robot_return_to_origin.Solution
- Solution() - Constructor for class g0601_0700.s0658_find_k_closest_elements.Solution
- Solution() - Constructor for class g0601_0700.s0659_split_array_into_consecutive_subsequences.Solution
- Solution() - Constructor for class g0601_0700.s0661_image_smoother.Solution
- Solution() - Constructor for class g0601_0700.s0662_maximum_width_of_binary_tree.Solution
- Solution() - Constructor for class g0601_0700.s0664_strange_printer.Solution
- Solution() - Constructor for class g0601_0700.s0665_non_decreasing_array.Solution
- Solution() - Constructor for class g0601_0700.s0667_beautiful_arrangement_ii.Solution
- Solution() - Constructor for class g0601_0700.s0668_kth_smallest_number_in_multiplication_table.Solution
- Solution() - Constructor for class g0601_0700.s0669_trim_a_binary_search_tree.Solution
- Solution() - Constructor for class g0601_0700.s0670_maximum_swap.Solution
- Solution() - Constructor for class g0601_0700.s0671_second_minimum_node_in_a_binary_tree.Solution
- Solution() - Constructor for class g0601_0700.s0672_bulb_switcher_ii.Solution
- Solution() - Constructor for class g0601_0700.s0673_number_of_longest_increasing_subsequence.Solution
- Solution() - Constructor for class g0601_0700.s0674_longest_continuous_increasing_subsequence.Solution
- Solution() - Constructor for class g0601_0700.s0675_cut_off_trees_for_golf_event.Solution
- Solution() - Constructor for class g0601_0700.s0678_valid_parenthesis_string.Solution
- Solution() - Constructor for class g0601_0700.s0679_24_game.Solution
- Solution() - Constructor for class g0601_0700.s0680_valid_palindrome_ii.Solution
- Solution() - Constructor for class g0601_0700.s0682_baseball_game.Solution
- Solution() - Constructor for class g0601_0700.s0684_redundant_connection.Solution
- Solution() - Constructor for class g0601_0700.s0685_redundant_connection_ii.Solution
- Solution() - Constructor for class g0601_0700.s0686_repeated_string_match.Solution
- Solution() - Constructor for class g0601_0700.s0687_longest_univalue_path.Solution
- Solution() - Constructor for class g0601_0700.s0688_knight_probability_in_chessboard.Solution
- Solution() - Constructor for class g0601_0700.s0689_maximum_sum_of_3_non_overlapping_subarrays.Solution
- Solution() - Constructor for class g0601_0700.s0690_employee_importance.Solution
- Solution() - Constructor for class g0601_0700.s0691_stickers_to_spell_word.Solution
- Solution() - Constructor for class g0601_0700.s0692_top_k_frequent_words.Solution
- Solution() - Constructor for class g0601_0700.s0693_binary_number_with_alternating_bits.Solution
- Solution() - Constructor for class g0601_0700.s0695_max_area_of_island.Solution
- Solution() - Constructor for class g0601_0700.s0696_count_binary_substrings.Solution
- Solution() - Constructor for class g0601_0700.s0697_degree_of_an_array.Solution
- Solution() - Constructor for class g0601_0700.s0698_partition_to_k_equal_sum_subsets.Solution
- Solution() - Constructor for class g0601_0700.s0699_falling_squares.Solution
- Solution() - Constructor for class g0601_0700.s0700_search_in_a_binary_search_tree.Solution
- Solution() - Constructor for class g0701_0800.s0701_insert_into_a_binary_search_tree.Solution
- Solution() - Constructor for class g0701_0800.s0704_binary_search.Solution
- Solution() - Constructor for class g0701_0800.s0709_to_lower_case.Solution
- Solution() - Constructor for class g0701_0800.s0712_minimum_ascii_delete_sum_for_two_strings.Solution
- Solution() - Constructor for class g0701_0800.s0713_subarray_product_less_than_k.Solution
- Solution() - Constructor for class g0701_0800.s0714_best_time_to_buy_and_sell_stock_with_transaction_fee.Solution
- Solution() - Constructor for class g0701_0800.s0717_1_bit_and_2_bit_characters.Solution
- Solution() - Constructor for class g0701_0800.s0718_maximum_length_of_repeated_subarray.Solution
- Solution() - Constructor for class g0701_0800.s0719_find_k_th_smallest_pair_distance.Solution
- Solution() - Constructor for class g0701_0800.s0720_longest_word_in_dictionary.Solution
- Solution() - Constructor for class g0701_0800.s0721_accounts_merge.Solution
- Solution() - Constructor for class g0701_0800.s0722_remove_comments.Solution
- Solution() - Constructor for class g0701_0800.s0724_find_pivot_index.Solution
- Solution() - Constructor for class g0701_0800.s0725_split_linked_list_in_parts.Solution
- Solution() - Constructor for class g0701_0800.s0726_number_of_atoms.Solution
- Solution() - Constructor for class g0701_0800.s0728_self_dividing_numbers.Solution
- Solution() - Constructor for class g0701_0800.s0730_count_different_palindromic_subsequences.Solution
- Solution() - Constructor for class g0701_0800.s0733_flood_fill.Solution
- Solution() - Constructor for class g0701_0800.s0735_asteroid_collision.Solution
- Solution() - Constructor for class g0701_0800.s0736_parse_lisp_expression.Solution
- Solution() - Constructor for class g0701_0800.s0738_monotone_increasing_digits.Solution
- Solution() - Constructor for class g0701_0800.s0739_daily_temperatures.Solution
- Solution() - Constructor for class g0701_0800.s0740_delete_and_earn.Solution
- Solution() - Constructor for class g0701_0800.s0741_cherry_pickup.Solution
- Solution() - Constructor for class g0701_0800.s0743_network_delay_time.Solution
- Solution() - Constructor for class g0701_0800.s0744_find_smallest_letter_greater_than_target.Solution
- Solution() - Constructor for class g0701_0800.s0746_min_cost_climbing_stairs.Solution
- Solution() - Constructor for class g0701_0800.s0747_largest_number_at_least_twice_of_others.Solution
- Solution() - Constructor for class g0701_0800.s0748_shortest_completing_word.Solution
- Solution() - Constructor for class g0701_0800.s0749_contain_virus.Solution
- Solution() - Constructor for class g0701_0800.s0752_open_the_lock.Solution
- Solution() - Constructor for class g0701_0800.s0753_cracking_the_safe.Solution
- Solution() - Constructor for class g0701_0800.s0754_reach_a_number.Solution
- Solution() - Constructor for class g0701_0800.s0756_pyramid_transition_matrix.Solution
- Solution() - Constructor for class g0701_0800.s0757_set_intersection_size_at_least_two.Solution
- Solution() - Constructor for class g0701_0800.s0761_special_binary_string.Solution
- Solution() - Constructor for class g0701_0800.s0762_prime_number_of_set_bits_in_binary_representation.Solution
- Solution() - Constructor for class g0701_0800.s0763_partition_labels.Solution
- Solution() - Constructor for class g0701_0800.s0764_largest_plus_sign.Solution
- Solution() - Constructor for class g0701_0800.s0765_couples_holding_hands.Solution
- Solution() - Constructor for class g0701_0800.s0766_toeplitz_matrix.Solution
- Solution() - Constructor for class g0701_0800.s0767_reorganize_string.Solution
- Solution() - Constructor for class g0701_0800.s0768_max_chunks_to_make_sorted_ii.Solution
- Solution() - Constructor for class g0701_0800.s0769_max_chunks_to_make_sorted.Solution
- Solution() - Constructor for class g0701_0800.s0770_basic_calculator_iv.Solution
- Solution() - Constructor for class g0701_0800.s0771_jewels_and_stones.Solution
- Solution() - Constructor for class g0701_0800.s0773_sliding_puzzle.Solution
- Solution() - Constructor for class g0701_0800.s0775_global_and_local_inversions.Solution
- Solution() - Constructor for class g0701_0800.s0777_swap_adjacent_in_lr_string.Solution
- Solution() - Constructor for class g0701_0800.s0778_swim_in_rising_water.Solution
- Solution() - Constructor for class g0701_0800.s0779_k_th_symbol_in_grammar.Solution
- Solution() - Constructor for class g0701_0800.s0780_reaching_points.Solution
- Solution() - Constructor for class g0701_0800.s0781_rabbits_in_forest.Solution
- Solution() - Constructor for class g0701_0800.s0782_transform_to_chessboard.Solution
- Solution() - Constructor for class g0701_0800.s0783_minimum_distance_between_bst_nodes.Solution
- Solution() - Constructor for class g0701_0800.s0784_letter_case_permutation.Solution
- Solution() - Constructor for class g0701_0800.s0785_is_graph_bipartite.Solution
- Solution() - Constructor for class g0701_0800.s0786_k_th_smallest_prime_fraction.Solution
- Solution() - Constructor for class g0701_0800.s0787_cheapest_flights_within_k_stops.Solution
- Solution() - Constructor for class g0701_0800.s0788_rotated_digits.Solution
- Solution() - Constructor for class g0701_0800.s0789_escape_the_ghosts.Solution
- Solution() - Constructor for class g0701_0800.s0790_domino_and_tromino_tiling.Solution
- Solution() - Constructor for class g0701_0800.s0791_custom_sort_string.Solution
- Solution() - Constructor for class g0701_0800.s0792_number_of_matching_subsequences.Solution
- Solution() - Constructor for class g0701_0800.s0793_preimage_size_of_factorial_zeroes_function.Solution
- Solution() - Constructor for class g0701_0800.s0794_valid_tic_tac_toe_state.Solution
- Solution() - Constructor for class g0701_0800.s0795_number_of_subarrays_with_bounded_maximum.Solution
- Solution() - Constructor for class g0701_0800.s0796_rotate_string.Solution
- Solution() - Constructor for class g0701_0800.s0797_all_paths_from_source_to_target.Solution
- Solution() - Constructor for class g0701_0800.s0798_smallest_rotation_with_highest_score.Solution
- Solution() - Constructor for class g0701_0800.s0799_champagne_tower.Solution
- Solution() - Constructor for class g0801_0900.s0801_minimum_swaps_to_make_sequences_increasing.Solution
- Solution() - Constructor for class g0801_0900.s0802_find_eventual_safe_states.Solution
- Solution() - Constructor for class g0801_0900.s0803_bricks_falling_when_hit.Solution
- Solution() - Constructor for class g0801_0900.s0804_unique_morse_code_words.Solution
- Solution() - Constructor for class g0801_0900.s0805_split_array_with_same_average.Solution
- Solution() - Constructor for class g0801_0900.s0806_number_of_lines_to_write_string.Solution
- Solution() - Constructor for class g0801_0900.s0807_max_increase_to_keep_city_skyline.Solution
- Solution() - Constructor for class g0801_0900.s0808_soup_servings.Solution
- Solution() - Constructor for class g0801_0900.s0809_expressive_words.Solution
- Solution() - Constructor for class g0801_0900.s0810_chalkboard_xor_game.Solution
- Solution() - Constructor for class g0801_0900.s0811_subdomain_visit_count.Solution
- Solution() - Constructor for class g0801_0900.s0812_largest_triangle_area.Solution
- Solution() - Constructor for class g0801_0900.s0813_largest_sum_of_averages.Solution
- Solution() - Constructor for class g0801_0900.s0814_binary_tree_pruning.Solution
- Solution() - Constructor for class g0801_0900.s0815_bus_routes.Solution
- Solution() - Constructor for class g0801_0900.s0816_ambiguous_coordinates.Solution
- Solution() - Constructor for class g0801_0900.s0817_linked_list_components.Solution
- Solution() - Constructor for class g0801_0900.s0818_race_car.Solution
- Solution() - Constructor for class g0801_0900.s0819_most_common_word.Solution
- Solution() - Constructor for class g0801_0900.s0820_short_encoding_of_words.Solution
- Solution() - Constructor for class g0801_0900.s0821_shortest_distance_to_a_character.Solution
- Solution() - Constructor for class g0801_0900.s0822_card_flipping_game.Solution
- Solution() - Constructor for class g0801_0900.s0823_binary_trees_with_factors.Solution
- Solution() - Constructor for class g0801_0900.s0824_goat_latin.Solution
- Solution() - Constructor for class g0801_0900.s0825_friends_of_appropriate_ages.Solution
- Solution() - Constructor for class g0801_0900.s0826_most_profit_assigning_work.Solution
- Solution() - Constructor for class g0801_0900.s0827_making_a_large_island.Solution
- Solution() - Constructor for class g0801_0900.s0828_count_unique_characters_of_all_substrings_of_a_given_string.Solution
- Solution() - Constructor for class g0801_0900.s0829_consecutive_numbers_sum.Solution
- Solution() - Constructor for class g0801_0900.s0830_positions_of_large_groups.Solution
- Solution() - Constructor for class g0801_0900.s0831_masking_personal_information.Solution
- Solution() - Constructor for class g0801_0900.s0832_flipping_an_image.Solution
- Solution() - Constructor for class g0801_0900.s0833_find_and_replace_in_string.Solution
- Solution() - Constructor for class g0801_0900.s0834_sum_of_distances_in_tree.Solution
- Solution() - Constructor for class g0801_0900.s0835_image_overlap.Solution
- Solution() - Constructor for class g0801_0900.s0836_rectangle_overlap.Solution
- Solution() - Constructor for class g0801_0900.s0837_new_21_game.Solution
- Solution() - Constructor for class g0801_0900.s0838_push_dominoes.Solution
- Solution() - Constructor for class g0801_0900.s0839_similar_string_groups.Solution
- Solution() - Constructor for class g0801_0900.s0840_magic_squares_in_grid.Solution
- Solution() - Constructor for class g0801_0900.s0841_keys_and_rooms.Solution
- Solution() - Constructor for class g0801_0900.s0842_split_array_into_fibonacci_sequence.Solution
- Solution() - Constructor for class g0801_0900.s0843_guess_the_word.Solution
- Solution() - Constructor for class g0801_0900.s0844_backspace_string_compare.Solution
- Solution() - Constructor for class g0801_0900.s0845_longest_mountain_in_array.Solution
- Solution() - Constructor for class g0801_0900.s0846_hand_of_straights.Solution
- Solution() - Constructor for class g0801_0900.s0847_shortest_path_visiting_all_nodes.Solution
- Solution() - Constructor for class g0801_0900.s0848_shifting_letters.Solution
- Solution() - Constructor for class g0801_0900.s0849_maximize_distance_to_closest_person.Solution
- Solution() - Constructor for class g0801_0900.s0850_rectangle_area_ii.Solution
- Solution() - Constructor for class g0801_0900.s0851_loud_and_rich.Solution
- Solution() - Constructor for class g0801_0900.s0852_peak_index_in_a_mountain_array.Solution
- Solution() - Constructor for class g0801_0900.s0853_car_fleet.Solution
- Solution() - Constructor for class g0801_0900.s0854_k_similar_strings.Solution
- Solution() - Constructor for class g0801_0900.s0856_score_of_parentheses.Solution
- Solution() - Constructor for class g0801_0900.s0857_minimum_cost_to_hire_k_workers.Solution
- Solution() - Constructor for class g0801_0900.s0858_mirror_reflection.Solution
- Solution() - Constructor for class g0801_0900.s0859_buddy_strings.Solution
- Solution() - Constructor for class g0801_0900.s0860_lemonade_change.Solution
- Solution() - Constructor for class g0801_0900.s0861_score_after_flipping_matrix.Solution
- Solution() - Constructor for class g0801_0900.s0862_shortest_subarray_with_sum_at_least_k.Solution
- Solution() - Constructor for class g0801_0900.s0863_all_nodes_distance_k_in_binary_tree.Solution
- Solution() - Constructor for class g0801_0900.s0864_shortest_path_to_get_all_keys.Solution
- Solution() - Constructor for class g0801_0900.s0865_smallest_subtree_with_all_the_deepest_nodes.Solution
- Solution() - Constructor for class g0801_0900.s0866_prime_palindrome.Solution
- Solution() - Constructor for class g0801_0900.s0867_transpose_matrix.Solution
- Solution() - Constructor for class g0801_0900.s0868_binary_gap.Solution
- Solution() - Constructor for class g0801_0900.s0869_reordered_power_of_2.Solution
- Solution() - Constructor for class g0801_0900.s0870_advantage_shuffle.Solution
- Solution() - Constructor for class g0801_0900.s0871_minimum_number_of_refueling_stops.Solution
- Solution() - Constructor for class g0801_0900.s0872_leaf_similar_trees.Solution
- Solution() - Constructor for class g0801_0900.s0873_length_of_longest_fibonacci_subsequence.Solution
- Solution() - Constructor for class g0801_0900.s0874_walking_robot_simulation.Solution
- Solution() - Constructor for class g0801_0900.s0875_koko_eating_bananas.Solution
- Solution() - Constructor for class g0801_0900.s0876_middle_of_the_linked_list.Solution
- Solution() - Constructor for class g0801_0900.s0877_stone_game.Solution
- Solution() - Constructor for class g0801_0900.s0878_nth_magical_number.Solution
- Solution() - Constructor for class g0801_0900.s0879_profitable_schemes.Solution
- Solution() - Constructor for class g0801_0900.s0880_decoded_string_at_index.Solution
- Solution() - Constructor for class g0801_0900.s0881_boats_to_save_people.Solution
- Solution() - Constructor for class g0801_0900.s0882_reachable_nodes_in_subdivided_graph.Solution
- Solution() - Constructor for class g0801_0900.s0883_projection_area_of_3d_shapes.Solution
- Solution() - Constructor for class g0801_0900.s0884_uncommon_words_from_two_sentences.Solution
- Solution() - Constructor for class g0801_0900.s0885_spiral_matrix_iii.Solution
- Solution() - Constructor for class g0801_0900.s0886_possible_bipartition.Solution
- Solution() - Constructor for class g0801_0900.s0887_super_egg_drop.Solution
- Solution() - Constructor for class g0801_0900.s0888_fair_candy_swap.Solution
- Solution() - Constructor for class g0801_0900.s0889_construct_binary_tree_from_preorder_and_postorder_traversal.Solution
- Solution() - Constructor for class g0801_0900.s0890_find_and_replace_pattern.Solution
- Solution() - Constructor for class g0801_0900.s0891_sum_of_subsequence_widths.Solution
- Solution() - Constructor for class g0801_0900.s0892_surface_area_of_3d_shapes.Solution
- Solution() - Constructor for class g0801_0900.s0893_groups_of_special_equivalent_strings.Solution
- Solution() - Constructor for class g0801_0900.s0896_monotonic_array.Solution
- Solution() - Constructor for class g0801_0900.s0897_increasing_order_search_tree.Solution
- Solution() - Constructor for class g0801_0900.s0898_bitwise_ors_of_subarrays.Solution
- Solution() - Constructor for class g0801_0900.s0899_orderly_queue.Solution
- Solution() - Constructor for class g0901_1000.s0902_numbers_at_most_n_given_digit_set.Solution
- Solution() - Constructor for class g0901_1000.s0903_valid_permutations_for_di_sequence.Solution
- Solution() - Constructor for class g0901_1000.s0904_fruit_into_baskets.Solution
- Solution() - Constructor for class g0901_1000.s0905_sort_array_by_parity.Solution
- Solution() - Constructor for class g0901_1000.s0906_super_palindromes.Solution
- Solution() - Constructor for class g0901_1000.s0907_sum_of_subarray_minimums.Solution
- Solution() - Constructor for class g0901_1000.s0908_smallest_range_i.Solution
- Solution() - Constructor for class g0901_1000.s0909_snakes_and_ladders.Solution
- Solution() - Constructor for class g0901_1000.s0910_smallest_range_ii.Solution
- Solution() - Constructor for class g0901_1000.s0912_sort_an_array.Solution
- Solution() - Constructor for class g0901_1000.s0913_cat_and_mouse.Solution
- Solution() - Constructor for class g0901_1000.s0914_x_of_a_kind_in_a_deck_of_cards.Solution
- Solution() - Constructor for class g0901_1000.s0915_partition_array_into_disjoint_intervals.Solution
- Solution() - Constructor for class g0901_1000.s0916_word_subsets.Solution
- Solution() - Constructor for class g0901_1000.s0917_reverse_only_letters.Solution
- Solution() - Constructor for class g0901_1000.s0918_maximum_sum_circular_subarray.Solution
- Solution() - Constructor for class g0901_1000.s0920_number_of_music_playlists.Solution
- Solution() - Constructor for class g0901_1000.s0921_minimum_add_to_make_parentheses_valid.Solution
- Solution() - Constructor for class g0901_1000.s0922_sort_array_by_parity_ii.Solution
- Solution() - Constructor for class g0901_1000.s0923_3sum_with_multiplicity.Solution
- Solution() - Constructor for class g0901_1000.s0924_minimize_malware_spread.Solution
- Solution() - Constructor for class g0901_1000.s0925_long_pressed_name.Solution
- Solution() - Constructor for class g0901_1000.s0926_flip_string_to_monotone_increasing.Solution
- Solution() - Constructor for class g0901_1000.s0927_three_equal_parts.Solution
- Solution() - Constructor for class g0901_1000.s0928_minimize_malware_spread_ii.Solution
- Solution() - Constructor for class g0901_1000.s0929_unique_email_addresses.Solution
- Solution() - Constructor for class g0901_1000.s0930_binary_subarrays_with_sum.Solution
- Solution() - Constructor for class g0901_1000.s0931_minimum_falling_path_sum.Solution
- Solution() - Constructor for class g0901_1000.s0932_beautiful_array.Solution
- Solution() - Constructor for class g0901_1000.s0934_shortest_bridge.Solution
- Solution() - Constructor for class g0901_1000.s0935_knight_dialer.Solution
- Solution() - Constructor for class g0901_1000.s0936_stamping_the_sequence.Solution
- Solution() - Constructor for class g0901_1000.s0937_reorder_data_in_log_files.Solution
- Solution() - Constructor for class g0901_1000.s0938_range_sum_of_bst.Solution
- Solution() - Constructor for class g0901_1000.s0939_minimum_area_rectangle.Solution
- Solution() - Constructor for class g0901_1000.s0940_distinct_subsequences_ii.Solution
- Solution() - Constructor for class g0901_1000.s0941_valid_mountain_array.Solution
- Solution() - Constructor for class g0901_1000.s0942_di_string_match.Solution
- Solution() - Constructor for class g0901_1000.s0943_find_the_shortest_superstring.Solution
- Solution() - Constructor for class g0901_1000.s0944_delete_columns_to_make_sorted.Solution
- Solution() - Constructor for class g0901_1000.s0945_minimum_increment_to_make_array_unique.Solution
- Solution() - Constructor for class g0901_1000.s0946_validate_stack_sequences.Solution
- Solution() - Constructor for class g0901_1000.s0947_most_stones_removed_with_same_row_or_column.Solution
- Solution() - Constructor for class g0901_1000.s0948_bag_of_tokens.Solution
- Solution() - Constructor for class g0901_1000.s0949_largest_time_for_given_digits.Solution
- Solution() - Constructor for class g0901_1000.s0950_reveal_cards_in_increasing_order.Solution
- Solution() - Constructor for class g0901_1000.s0951_flip_equivalent_binary_trees.Solution
- Solution() - Constructor for class g0901_1000.s0952_largest_component_size_by_common_factor.Solution
- Solution() - Constructor for class g0901_1000.s0953_verifying_an_alien_dictionary.Solution
- Solution() - Constructor for class g0901_1000.s0954_array_of_doubled_pairs.Solution
- Solution() - Constructor for class g0901_1000.s0955_delete_columns_to_make_sorted_ii.Solution
- Solution() - Constructor for class g0901_1000.s0956_tallest_billboard.Solution
- Solution() - Constructor for class g0901_1000.s0957_prison_cells_after_n_days.Solution
- Solution() - Constructor for class g0901_1000.s0958_check_completeness_of_a_binary_tree.Solution
- Solution() - Constructor for class g0901_1000.s0959_regions_cut_by_slashes.Solution
- Solution() - Constructor for class g0901_1000.s0960_delete_columns_to_make_sorted_iii.Solution
- Solution() - Constructor for class g0901_1000.s0961_n_repeated_element_in_size_2n_array.Solution
- Solution() - Constructor for class g0901_1000.s0962_maximum_width_ramp.Solution
- Solution() - Constructor for class g0901_1000.s0963_minimum_area_rectangle_ii.Solution
- Solution() - Constructor for class g0901_1000.s0964_least_operators_to_express_number.Solution
- Solution() - Constructor for class g0901_1000.s0965_univalued_binary_tree.Solution
- Solution() - Constructor for class g0901_1000.s0966_vowel_spellchecker.Solution
- Solution() - Constructor for class g0901_1000.s0967_numbers_with_same_consecutive_differences.Solution
- Solution() - Constructor for class g0901_1000.s0968_binary_tree_cameras.Solution
- Solution() - Constructor for class g0901_1000.s0969_pancake_sorting.Solution
- Solution() - Constructor for class g0901_1000.s0970_powerful_integers.Solution
- Solution() - Constructor for class g0901_1000.s0971_flip_binary_tree_to_match_preorder_traversal.Solution
- Solution() - Constructor for class g0901_1000.s0972_equal_rational_numbers.Solution
- Solution() - Constructor for class g0901_1000.s0973_k_closest_points_to_origin.Solution
- Solution() - Constructor for class g0901_1000.s0974_subarray_sums_divisible_by_k.Solution
- Solution() - Constructor for class g0901_1000.s0975_odd_even_jump.Solution
- Solution() - Constructor for class g0901_1000.s0976_largest_perimeter_triangle.Solution
- Solution() - Constructor for class g0901_1000.s0977_squares_of_a_sorted_array.Solution
- Solution() - Constructor for class g0901_1000.s0978_longest_turbulent_subarray.Solution
- Solution() - Constructor for class g0901_1000.s0979_distribute_coins_in_binary_tree.Solution
- Solution() - Constructor for class g0901_1000.s0980_unique_paths_iii.Solution
- Solution() - Constructor for class g0901_1000.s0982_triples_with_bitwise_and_equal_to_zero.Solution
- Solution() - Constructor for class g0901_1000.s0983_minimum_cost_for_tickets.Solution
- Solution() - Constructor for class g0901_1000.s0984_string_without_aaa_or_bbb.Solution
- Solution() - Constructor for class g0901_1000.s0985_sum_of_even_numbers_after_queries.Solution
- Solution() - Constructor for class g0901_1000.s0986_interval_list_intersections.Solution
- Solution() - Constructor for class g0901_1000.s0987_vertical_order_traversal_of_a_binary_tree.Solution
- Solution() - Constructor for class g0901_1000.s0988_smallest_string_starting_from_leaf.Solution
- Solution() - Constructor for class g0901_1000.s0989_add_to_array_form_of_integer.Solution
- Solution() - Constructor for class g0901_1000.s0990_satisfiability_of_equality_equations.Solution
- Solution() - Constructor for class g0901_1000.s0991_broken_calculator.Solution
- Solution() - Constructor for class g0901_1000.s0992_subarrays_with_k_different_integers.Solution
- Solution() - Constructor for class g0901_1000.s0993_cousins_in_binary_tree.Solution
- Solution() - Constructor for class g0901_1000.s0994_rotting_oranges.Solution
- Solution() - Constructor for class g0901_1000.s0995_minimum_number_of_k_consecutive_bit_flips.Solution
- Solution() - Constructor for class g0901_1000.s0996_number_of_squareful_arrays.Solution
- Solution() - Constructor for class g0901_1000.s0997_find_the_town_judge.Solution
- Solution() - Constructor for class g0901_1000.s0998_maximum_binary_tree_ii.Solution
- Solution() - Constructor for class g0901_1000.s0999_available_captures_for_rook.Solution
- Solution() - Constructor for class g0901_1000.s1000_minimum_cost_to_merge_stones.Solution
- Solution() - Constructor for class g1001_1100.s1001_grid_illumination.Solution
- Solution() - Constructor for class g1001_1100.s1002_find_common_characters.Solution
- Solution() - Constructor for class g1001_1100.s1003_check_if_word_is_valid_after_substitutions.Solution
- Solution() - Constructor for class g1001_1100.s1004_max_consecutive_ones_iii.Solution
- Solution() - Constructor for class g1001_1100.s1005_maximize_sum_of_array_after_k_negations.Solution
- Solution() - Constructor for class g1001_1100.s1006_clumsy_factorial.Solution
- Solution() - Constructor for class g1001_1100.s1007_minimum_domino_rotations_for_equal_row.Solution
- Solution() - Constructor for class g1001_1100.s1008_construct_binary_search_tree_from_preorder_traversal.Solution
- Solution() - Constructor for class g1001_1100.s1009_complement_of_base_10_integer.Solution
- Solution() - Constructor for class g1001_1100.s1010_pairs_of_songs_with_total_durations_divisible_by_60.Solution
- Solution() - Constructor for class g1001_1100.s1011_capacity_to_ship_packages_within_d_days.Solution
- Solution() - Constructor for class g1001_1100.s1012_numbers_with_repeated_digits.Solution
- Solution() - Constructor for class g1001_1100.s1013_partition_array_into_three_parts_with_equal_sum.Solution
- Solution() - Constructor for class g1001_1100.s1014_best_sightseeing_pair.Solution
- Solution() - Constructor for class g1001_1100.s1015_smallest_integer_divisible_by_k.Solution
- Solution() - Constructor for class g1001_1100.s1016_binary_string_with_substrings_representing_1_to_n.Solution
- Solution() - Constructor for class g1001_1100.s1017_convert_to_base_2.Solution
- Solution() - Constructor for class g1001_1100.s1018_binary_prefix_divisible_by_5.Solution
- Solution() - Constructor for class g1001_1100.s1019_next_greater_node_in_linked_list.Solution
- Solution() - Constructor for class g1001_1100.s1020_number_of_enclaves.Solution
- Solution() - Constructor for class g1001_1100.s1021_remove_outermost_parentheses.Solution
- Solution() - Constructor for class g1001_1100.s1022_sum_of_root_to_leaf_binary_numbers.Solution
- Solution() - Constructor for class g1001_1100.s1023_camelcase_matching.Solution
- Solution() - Constructor for class g1001_1100.s1024_video_stitching.Solution
- Solution() - Constructor for class g1001_1100.s1025_divisor_game.Solution
- Solution() - Constructor for class g1001_1100.s1026_maximum_difference_between_node_and_ancestor.Solution
- Solution() - Constructor for class g1001_1100.s1027_longest_arithmetic_subsequence.Solution
- Solution() - Constructor for class g1001_1100.s1028_recover_a_tree_from_preorder_traversal.Solution
- Solution() - Constructor for class g1001_1100.s1029_two_city_scheduling.Solution
- Solution() - Constructor for class g1001_1100.s1030_matrix_cells_in_distance_order.Solution
- Solution() - Constructor for class g1001_1100.s1031_maximum_sum_of_two_non_overlapping_subarrays.Solution
- Solution() - Constructor for class g1001_1100.s1033_moving_stones_until_consecutive.Solution
- Solution() - Constructor for class g1001_1100.s1034_coloring_a_border.Solution
- Solution() - Constructor for class g1001_1100.s1035_uncrossed_lines.Solution
- Solution() - Constructor for class g1001_1100.s1036_escape_a_large_maze.Solution
- Solution() - Constructor for class g1001_1100.s1037_valid_boomerang.Solution
- Solution() - Constructor for class g1001_1100.s1038_binary_search_tree_to_greater_sum_tree.Solution
- Solution() - Constructor for class g1001_1100.s1039_minimum_score_triangulation_of_polygon.Solution
- Solution() - Constructor for class g1001_1100.s1040_moving_stones_until_consecutive_ii.Solution
- Solution() - Constructor for class g1001_1100.s1041_robot_bounded_in_circle.Solution
- Solution() - Constructor for class g1001_1100.s1042_flower_planting_with_no_adjacent.Solution
- Solution() - Constructor for class g1001_1100.s1043_partition_array_for_maximum_sum.Solution
- Solution() - Constructor for class g1001_1100.s1044_longest_duplicate_substring.Solution
- Solution() - Constructor for class g1001_1100.s1046_last_stone_weight.Solution
- Solution() - Constructor for class g1001_1100.s1047_remove_all_adjacent_duplicates_in_string.Solution
- Solution() - Constructor for class g1001_1100.s1048_longest_string_chain.Solution
- Solution() - Constructor for class g1001_1100.s1049_last_stone_weight_ii.Solution
- Solution() - Constructor for class g1001_1100.s1051_height_checker.Solution
- Solution() - Constructor for class g1001_1100.s1052_grumpy_bookstore_owner.Solution
- Solution() - Constructor for class g1001_1100.s1053_previous_permutation_with_one_swap.Solution
- Solution() - Constructor for class g1001_1100.s1054_distant_barcodes.Solution
- Solution() - Constructor for class g1001_1100.s1071_greatest_common_divisor_of_strings.Solution
- Solution() - Constructor for class g1001_1100.s1072_flip_columns_for_maximum_number_of_equal_rows.Solution
- Solution() - Constructor for class g1001_1100.s1073_adding_two_negabinary_numbers.Solution
- Solution() - Constructor for class g1001_1100.s1074_number_of_submatrices_that_sum_to_target.Solution
- Solution() - Constructor for class g1001_1100.s1078_occurrences_after_bigram.Solution
- Solution() - Constructor for class g1001_1100.s1079_letter_tile_possibilities.Solution
- Solution() - Constructor for class g1001_1100.s1080_insufficient_nodes_in_root_to_leaf_paths.Solution
- Solution() - Constructor for class g1001_1100.s1081_smallest_subsequence_of_distinct_characters.Solution
- Solution() - Constructor for class g1001_1100.s1089_duplicate_zeros.Solution
- Solution() - Constructor for class g1001_1100.s1090_largest_values_from_labels.Solution
- Solution() - Constructor for class g1001_1100.s1091_shortest_path_in_binary_matrix.Solution
- Solution() - Constructor for class g1001_1100.s1092_shortest_common_supersequence.Solution
- Solution() - Constructor for class g1001_1100.s1093_statistics_from_a_large_sample.Solution
- Solution() - Constructor for class g1001_1100.s1094_car_pooling.Solution
- Solution() - Constructor for class g1001_1100.s1095_find_in_mountain_array.Solution
- Solution() - Constructor for class g1001_1100.s1096_brace_expansion_ii.Solution
- Solution() - Constructor for class g1101_1200.s1103_distribute_candies_to_people.Solution
- Solution() - Constructor for class g1101_1200.s1104_path_in_zigzag_labelled_binary_tree.Solution
- Solution() - Constructor for class g1101_1200.s1105_filling_bookcase_shelves.Solution
- Solution() - Constructor for class g1101_1200.s1106_parsing_a_boolean_expression.Solution
- Solution() - Constructor for class g1101_1200.s1108_defanging_an_ip_address.Solution
- Solution() - Constructor for class g1101_1200.s1109_corporate_flight_bookings.Solution
- Solution() - Constructor for class g1101_1200.s1110_delete_nodes_and_return_forest.Solution
- Solution() - Constructor for class g1101_1200.s1111_maximum_nesting_depth_of_two_valid_parentheses_strings.Solution
- Solution() - Constructor for class g1101_1200.s1122_relative_sort_array.Solution
- Solution() - Constructor for class g1101_1200.s1123_lowest_common_ancestor_of_deepest_leaves.Solution
- Solution() - Constructor for class g1101_1200.s1124_longest_well_performing_interval.Solution
- Solution() - Constructor for class g1101_1200.s1125_smallest_sufficient_team.Solution
- Solution() - Constructor for class g1101_1200.s1128_number_of_equivalent_domino_pairs.Solution
- Solution() - Constructor for class g1101_1200.s1129_shortest_path_with_alternating_colors.Solution
- Solution() - Constructor for class g1101_1200.s1130_minimum_cost_tree_from_leaf_values.Solution
- Solution() - Constructor for class g1101_1200.s1131_maximum_of_absolute_value_expression.Solution
- Solution() - Constructor for class g1101_1200.s1137_n_th_tribonacci_number.Solution
- Solution() - Constructor for class g1101_1200.s1138_alphabet_board_path.Solution
- Solution() - Constructor for class g1101_1200.s1139_largest_1_bordered_square.Solution
- Solution() - Constructor for class g1101_1200.s1140_stone_game_ii.Solution
- Solution() - Constructor for class g1101_1200.s1143_longest_common_subsequence.Solution
- Solution() - Constructor for class g1101_1200.s1144_decrease_elements_to_make_array_zigzag.Solution
- Solution() - Constructor for class g1101_1200.s1145_binary_tree_coloring_game.Solution
- Solution() - Constructor for class g1101_1200.s1147_longest_chunked_palindrome_decomposition.Solution
- Solution() - Constructor for class g1101_1200.s1154_day_of_the_year.Solution
- Solution() - Constructor for class g1101_1200.s1155_number_of_dice_rolls_with_target_sum.Solution
- Solution() - Constructor for class g1101_1200.s1156_swap_for_longest_repeated_character_substring.Solution
- Solution() - Constructor for class g1101_1200.s1160_find_words_that_can_be_formed_by_characters.Solution
- Solution() - Constructor for class g1101_1200.s1161_maximum_level_sum_of_a_binary_tree.Solution
- Solution() - Constructor for class g1101_1200.s1162_as_far_from_land_as_possible.Solution
- Solution() - Constructor for class g1101_1200.s1163_last_substring_in_lexicographical_order.Solution
- Solution() - Constructor for class g1101_1200.s1169_invalid_transactions.Solution
- Solution() - Constructor for class g1101_1200.s1170_compare_strings_by_frequency_of_the_smallest_character.Solution
- Solution() - Constructor for class g1101_1200.s1171_remove_zero_sum_consecutive_nodes_from_linked_list.Solution
- Solution() - Constructor for class g1101_1200.s1175_prime_arrangements.Solution
- Solution() - Constructor for class g1101_1200.s1177_can_make_palindrome_from_substring.Solution
- Solution() - Constructor for class g1101_1200.s1178_number_of_valid_words_for_each_puzzle.Solution
- Solution() - Constructor for class g1101_1200.s1184_distance_between_bus_stops.Solution
- Solution() - Constructor for class g1101_1200.s1185_day_of_the_week.Solution
- Solution() - Constructor for class g1101_1200.s1186_maximum_subarray_sum_with_one_deletion.Solution
- Solution() - Constructor for class g1101_1200.s1187_make_array_strictly_increasing.Solution
- Solution() - Constructor for class g1101_1200.s1189_maximum_number_of_balloons.Solution
- Solution() - Constructor for class g1101_1200.s1190_reverse_substrings_between_each_pair_of_parentheses.Solution
- Solution() - Constructor for class g1101_1200.s1191_k_concatenation_maximum_sum.Solution
- Solution() - Constructor for class g1101_1200.s1192_critical_connections_in_a_network.Solution
- Solution() - Constructor for class g1101_1200.s1200_minimum_absolute_difference.Solution
- Solution() - Constructor for class g1201_1300.s1201_ugly_number_iii.Solution
- Solution() - Constructor for class g1201_1300.s1202_smallest_string_with_swaps.Solution
- Solution() - Constructor for class g1201_1300.s1203_sort_items_by_groups_respecting_dependencies.Solution
- Solution() - Constructor for class g1201_1300.s1207_unique_number_of_occurrences.Solution
- Solution() - Constructor for class g1201_1300.s1208_get_equal_substrings_within_budget.Solution
- Solution() - Constructor for class g1201_1300.s1209_remove_all_adjacent_duplicates_in_string_ii.Solution
- Solution() - Constructor for class g1201_1300.s1210_minimum_moves_to_reach_target_with_rotations.Solution
- Solution() - Constructor for class g1201_1300.s1217_minimum_cost_to_move_chips_to_the_same_position.Solution
- Solution() - Constructor for class g1201_1300.s1218_longest_arithmetic_subsequence_of_given_difference.Solution
- Solution() - Constructor for class g1201_1300.s1219_path_with_maximum_gold.Solution
- Solution() - Constructor for class g1201_1300.s1220_count_vowels_permutation.Solution
- Solution() - Constructor for class g1201_1300.s1221_split_a_string_in_balanced_strings.Solution
- Solution() - Constructor for class g1201_1300.s1222_queens_that_can_attack_the_king.Solution
- Solution() - Constructor for class g1201_1300.s1223_dice_roll_simulation.Solution
- Solution() - Constructor for class g1201_1300.s1224_maximum_equal_frequency.Solution
- Solution() - Constructor for class g1201_1300.s1227_airplane_seat_assignment_probability.Solution
- Solution() - Constructor for class g1201_1300.s1232_check_if_it_is_a_straight_line.Solution
- Solution() - Constructor for class g1201_1300.s1233_remove_sub_folders_from_the_filesystem.Solution
- Solution() - Constructor for class g1201_1300.s1234_replace_the_substring_for_balanced_string.Solution
- Solution() - Constructor for class g1201_1300.s1235_maximum_profit_in_job_scheduling.Solution
- Solution() - Constructor for class g1201_1300.s1237_find_positive_integer_solution_for_a_given_equation.Solution
- Solution() - Constructor for class g1201_1300.s1238_circular_permutation_in_binary_representation.Solution
- Solution() - Constructor for class g1201_1300.s1239_maximum_length_of_a_concatenated_string_with_unique_characters.Solution
- Solution() - Constructor for class g1201_1300.s1240_tiling_a_rectangle_with_the_fewest_squares.Solution
- Solution() - Constructor for class g1201_1300.s1247_minimum_swaps_to_make_strings_equal.Solution
- Solution() - Constructor for class g1201_1300.s1248_count_number_of_nice_subarrays.Solution
- Solution() - Constructor for class g1201_1300.s1249_minimum_remove_to_make_valid_parentheses.Solution
- Solution() - Constructor for class g1201_1300.s1250_check_if_it_is_a_good_array.Solution
- Solution() - Constructor for class g1201_1300.s1252_cells_with_odd_values_in_a_matrix.Solution
- Solution() - Constructor for class g1201_1300.s1253_reconstruct_a_2_row_binary_matrix.Solution
- Solution() - Constructor for class g1201_1300.s1254_number_of_closed_islands.Solution
- Solution() - Constructor for class g1201_1300.s1255_maximum_score_words_formed_by_letters.Solution
- Solution() - Constructor for class g1201_1300.s1260_shift_2d_grid.Solution
- Solution() - Constructor for class g1201_1300.s1262_greatest_sum_divisible_by_three.Solution
- Solution() - Constructor for class g1201_1300.s1263_minimum_moves_to_move_a_box_to_their_target_location.Solution
- Solution() - Constructor for class g1201_1300.s1266_minimum_time_visiting_all_points.Solution
- Solution() - Constructor for class g1201_1300.s1267_count_servers_that_communicate.Solution
- Solution() - Constructor for class g1201_1300.s1268_search_suggestions_system.Solution
- Solution() - Constructor for class g1201_1300.s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps.Solution
- Solution() - Constructor for class g1201_1300.s1275_find_winner_on_a_tic_tac_toe_game.Solution
- Solution() - Constructor for class g1201_1300.s1276_number_of_burgers_with_no_waste_of_ingredients.Solution
- Solution() - Constructor for class g1201_1300.s1277_count_square_submatrices_with_all_ones.Solution
- Solution() - Constructor for class g1201_1300.s1278_palindrome_partitioning_iii.Solution
- Solution() - Constructor for class g1201_1300.s1281_subtract_the_product_and_sum_of_digits_of_an_integer.Solution
- Solution() - Constructor for class g1201_1300.s1282_group_the_people_given_the_group_size_they_belong_to.Solution
- Solution() - Constructor for class g1201_1300.s1283_find_the_smallest_divisor_given_a_threshold.Solution
- Solution() - Constructor for class g1201_1300.s1284_minimum_number_of_flips_to_convert_binary_matrix_to_zero_matrix.Solution
- Solution() - Constructor for class g1201_1300.s1287_element_appearing_more_than_25_in_sorted_array.Solution
- Solution() - Constructor for class g1201_1300.s1288_remove_covered_intervals.Solution
- Solution() - Constructor for class g1201_1300.s1289_minimum_falling_path_sum_ii.Solution
- Solution() - Constructor for class g1201_1300.s1290_convert_binary_number_in_a_linked_list_to_integer.Solution
- Solution() - Constructor for class g1201_1300.s1291_sequential_digits.Solution
- Solution() - Constructor for class g1201_1300.s1292_maximum_side_length_of_a_square_with_sum_less_than_or_equal_to_threshold.Solution
- Solution() - Constructor for class g1201_1300.s1293_shortest_path_in_a_grid_with_obstacles_elimination.Solution
- Solution() - Constructor for class g1201_1300.s1295_find_numbers_with_even_number_of_digits.Solution
- Solution() - Constructor for class g1201_1300.s1296_divide_array_in_sets_of_k_consecutive_numbers.Solution
- Solution() - Constructor for class g1201_1300.s1297_maximum_number_of_occurrences_of_a_substring.Solution
- Solution() - Constructor for class g1201_1300.s1298_maximum_candies_you_can_get_from_boxes.Solution
- Solution() - Constructor for class g1201_1300.s1299_replace_elements_with_greatest_element_on_right_side.Solution
- Solution() - Constructor for class g1201_1300.s1300_sum_of_mutated_array_closest_to_target.Solution
- Solution() - Constructor for class g1301_1400.s1301_number_of_paths_with_max_score.Solution
- Solution() - Constructor for class g1301_1400.s1302_deepest_leaves_sum.Solution
- Solution() - Constructor for class g1301_1400.s1304_find_n_unique_integers_sum_up_to_zero.Solution
- Solution() - Constructor for class g1301_1400.s1305_all_elements_in_two_binary_search_trees.Solution
- Solution() - Constructor for class g1301_1400.s1306_jump_game_iii.Solution
- Solution() - Constructor for class g1301_1400.s1307_verbal_arithmetic_puzzle.Solution
- Solution() - Constructor for class g1301_1400.s1309_decrypt_string_from_alphabet_to_integer_mapping.Solution
- Solution() - Constructor for class g1301_1400.s1310_xor_queries_of_a_subarray.Solution
- Solution() - Constructor for class g1301_1400.s1311_get_watched_videos_by_your_friends.Solution
- Solution() - Constructor for class g1301_1400.s1312_minimum_insertion_steps_to_make_a_string_palindrome.Solution
- Solution() - Constructor for class g1301_1400.s1313_decompress_run_length_encoded_list.Solution
- Solution() - Constructor for class g1301_1400.s1314_matrix_block_sum.Solution
- Solution() - Constructor for class g1301_1400.s1315_sum_of_nodes_with_even_valued_grandparent.Solution
- Solution() - Constructor for class g1301_1400.s1316_distinct_echo_substrings.Solution
- Solution() - Constructor for class g1301_1400.s1317_convert_integer_to_the_sum_of_two_no_zero_integers.Solution
- Solution() - Constructor for class g1301_1400.s1318_minimum_flips_to_make_a_or_b_equal_to_c.Solution
- Solution() - Constructor for class g1301_1400.s1319_number_of_operations_to_make_network_connected.Solution
- Solution() - Constructor for class g1301_1400.s1320_minimum_distance_to_type_a_word_using_two_fingers.Solution
- Solution() - Constructor for class g1301_1400.s1323_maximum_69_number.Solution
- Solution() - Constructor for class g1301_1400.s1324_print_words_vertically.Solution
- Solution() - Constructor for class g1301_1400.s1325_delete_leaves_with_a_given_value.Solution
- Solution() - Constructor for class g1301_1400.s1326_minimum_number_of_taps_to_open_to_water_a_garden.Solution
- Solution() - Constructor for class g1301_1400.s1328_break_a_palindrome.Solution
- Solution() - Constructor for class g1301_1400.s1329_sort_the_matrix_diagonally.Solution
- Solution() - Constructor for class g1301_1400.s1330_reverse_subarray_to_maximize_array_value.Solution
- Solution() - Constructor for class g1301_1400.s1331_rank_transform_of_an_array.Solution
- Solution() - Constructor for class g1301_1400.s1332_remove_palindromic_subsequences.Solution
- Solution() - Constructor for class g1301_1400.s1333_filter_restaurants_by_vegan_friendly_price_and_distance.Solution
- Solution() - Constructor for class g1301_1400.s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance.Solution
- Solution() - Constructor for class g1301_1400.s1335_minimum_difficulty_of_a_job_schedule.Solution
- Solution() - Constructor for class g1301_1400.s1337_the_k_weakest_rows_in_a_matrix.Solution
- Solution() - Constructor for class g1301_1400.s1338_reduce_array_size_to_the_half.Solution
- Solution() - Constructor for class g1301_1400.s1339_maximum_product_of_splitted_binary_tree.Solution
- Solution() - Constructor for class g1301_1400.s1340_jump_game_v.Solution
- Solution() - Constructor for class g1301_1400.s1342_number_of_steps_to_reduce_a_number_to_zero.Solution
- Solution() - Constructor for class g1301_1400.s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold.Solution
- Solution() - Constructor for class g1301_1400.s1344_angle_between_hands_of_a_clock.Solution
- Solution() - Constructor for class g1301_1400.s1345_jump_game_iv.Solution
- Solution() - Constructor for class g1301_1400.s1346_check_if_n_and_its_double_exist.Solution
- Solution() - Constructor for class g1301_1400.s1347_minimum_number_of_steps_to_make_two_strings_anagram.Solution
- Solution() - Constructor for class g1301_1400.s1349_maximum_students_taking_exam.Solution
- Solution() - Constructor for class g1301_1400.s1351_count_negative_numbers_in_a_sorted_matrix.Solution
- Solution() - Constructor for class g1301_1400.s1353_maximum_number_of_events_that_can_be_attended.Solution
- Solution() - Constructor for class g1301_1400.s1354_construct_target_array_with_multiple_sums.Solution
- Solution() - Constructor for class g1301_1400.s1356_sort_integers_by_the_number_of_1_bits.Solution
- Solution() - Constructor for class g1301_1400.s1358_number_of_substrings_containing_all_three_characters.Solution
- Solution() - Constructor for class g1301_1400.s1359_count_all_valid_pickup_and_delivery_options.Solution
- Solution() - Constructor for class g1301_1400.s1360_number_of_days_between_two_dates.Solution
- Solution() - Constructor for class g1301_1400.s1361_validate_binary_tree_nodes.Solution
- Solution() - Constructor for class g1301_1400.s1362_closest_divisors.Solution
- Solution() - Constructor for class g1301_1400.s1363_largest_multiple_of_three.Solution
- Solution() - Constructor for class g1301_1400.s1365_how_many_numbers_are_smaller_than_the_current_number.Solution
- Solution() - Constructor for class g1301_1400.s1366_rank_teams_by_votes.Solution
- Solution() - Constructor for class g1301_1400.s1367_linked_list_in_binary_tree.Solution
- Solution() - Constructor for class g1301_1400.s1368_minimum_cost_to_make_at_least_one_valid_path_in_a_grid.Solution
- Solution() - Constructor for class g1301_1400.s1370_increasing_decreasing_string.Solution
- Solution() - Constructor for class g1301_1400.s1371_find_the_longest_substring_containing_vowels_in_even_counts.Solution
- Solution() - Constructor for class g1301_1400.s1372_longest_zigzag_path_in_a_binary_tree.Solution
- Solution() - Constructor for class g1301_1400.s1373_maximum_sum_bst_in_binary_tree.Solution
- Solution() - Constructor for class g1301_1400.s1374_generate_a_string_with_characters_that_have_odd_counts.Solution
- Solution() - Constructor for class g1301_1400.s1375_number_of_times_binary_string_is_prefix_aligned.Solution
- Solution() - Constructor for class g1301_1400.s1376_time_needed_to_inform_all_employees.Solution
- Solution() - Constructor for class g1301_1400.s1377_frog_position_after_t_seconds.Solution
- Solution() - Constructor for class g1301_1400.s1379_find_a_corresponding_node_of_a_binary_tree_in_a_clone_of_that_tree.Solution
- Solution() - Constructor for class g1301_1400.s1380_lucky_numbers_in_a_matrix.Solution
- Solution() - Constructor for class g1301_1400.s1382_balance_a_binary_search_tree.Solution
- Solution() - Constructor for class g1301_1400.s1383_maximum_performance_of_a_team.Solution
- Solution() - Constructor for class g1301_1400.s1385_find_the_distance_value_between_two_arrays.Solution
- Solution() - Constructor for class g1301_1400.s1386_cinema_seat_allocation.Solution
- Solution() - Constructor for class g1301_1400.s1387_sort_integers_by_the_power_value.Solution
- Solution() - Constructor for class g1301_1400.s1388_pizza_with_3n_slices.Solution
- Solution() - Constructor for class g1301_1400.s1389_create_target_array_in_the_given_order.Solution
- Solution() - Constructor for class g1301_1400.s1390_four_divisors.Solution
- Solution() - Constructor for class g1301_1400.s1391_check_if_there_is_a_valid_path_in_a_grid.Solution
- Solution() - Constructor for class g1301_1400.s1392_longest_happy_prefix.Solution
- Solution() - Constructor for class g1301_1400.s1394_find_lucky_integer_in_an_array.Solution
- Solution() - Constructor for class g1301_1400.s1395_count_number_of_teams.Solution
- Solution() - Constructor for class g1301_1400.s1397_find_all_good_strings.Solution
- Solution() - Constructor for class g1301_1400.s1399_count_largest_group.Solution
- Solution() - Constructor for class g1301_1400.s1400_construct_k_palindrome_strings.Solution
- Solution() - Constructor for class g1401_1500.s1401_circle_and_rectangle_overlapping.Solution
- Solution() - Constructor for class g1401_1500.s1402_reducing_dishes.Solution
- Solution() - Constructor for class g1401_1500.s1403_minimum_subsequence_in_non_increasing_order.Solution
- Solution() - Constructor for class g1401_1500.s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one.Solution
- Solution() - Constructor for class g1401_1500.s1405_longest_happy_string.Solution
- Solution() - Constructor for class g1401_1500.s1406_stone_game_iii.Solution
- Solution() - Constructor for class g1401_1500.s1408_string_matching_in_an_array.Solution
- Solution() - Constructor for class g1401_1500.s1409_queries_on_a_permutation_with_key.Solution
- Solution() - Constructor for class g1401_1500.s1410_html_entity_parser.Solution
- Solution() - Constructor for class g1401_1500.s1411_number_of_ways_to_paint_n_3_grid.Solution
- Solution() - Constructor for class g1401_1500.s1413_minimum_value_to_get_positive_step_by_step_sum.Solution
- Solution() - Constructor for class g1401_1500.s1414_find_the_minimum_number_of_fibonacci_numbers_whose_sum_is_k.Solution
- Solution() - Constructor for class g1401_1500.s1415_the_k_th_lexicographical_string_of_all_happy_strings_of_length_n.Solution
- Solution() - Constructor for class g1401_1500.s1416_restore_the_array.Solution
- Solution() - Constructor for class g1401_1500.s1417_reformat_the_string.Solution
- Solution() - Constructor for class g1401_1500.s1418_display_table_of_food_orders_in_a_restaurant.Solution
- Solution() - Constructor for class g1401_1500.s1419_minimum_number_of_frogs_croaking.Solution
- Solution() - Constructor for class g1401_1500.s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons.Solution
- Solution() - Constructor for class g1401_1500.s1422_maximum_score_after_splitting_a_string.Solution
- Solution() - Constructor for class g1401_1500.s1423_maximum_points_you_can_obtain_from_cards.Solution
- Solution() - Constructor for class g1401_1500.s1424_diagonal_traverse_ii.Solution
- Solution() - Constructor for class g1401_1500.s1425_constrained_subsequence_sum.Solution
- Solution() - Constructor for class g1401_1500.s1431_kids_with_the_greatest_number_of_candies.Solution
- Solution() - Constructor for class g1401_1500.s1432_max_difference_you_can_get_from_changing_an_integer.Solution
- Solution() - Constructor for class g1401_1500.s1433_check_if_a_string_can_break_another_string.Solution
- Solution() - Constructor for class g1401_1500.s1434_number_of_ways_to_wear_different_hats_to_each_other.Solution
- Solution() - Constructor for class g1401_1500.s1436_destination_city.Solution
- Solution() - Constructor for class g1401_1500.s1437_check_if_all_1s_are_at_least_length_k_places_away.Solution
- Solution() - Constructor for class g1401_1500.s1438_longest_continuous_subarray_with_absolute_diff_less_than_or_equal_to_limit.Solution
- Solution() - Constructor for class g1401_1500.s1439_find_the_kth_smallest_sum_of_a_matrix_with_sorted_rows.Solution
- Solution() - Constructor for class g1401_1500.s1441_build_an_array_with_stack_operations.Solution
- Solution() - Constructor for class g1401_1500.s1442_count_triplets_that_can_form_two_arrays_of_equal_xor.Solution
- Solution() - Constructor for class g1401_1500.s1443_minimum_time_to_collect_all_apples_in_a_tree.Solution
- Solution() - Constructor for class g1401_1500.s1444_number_of_ways_of_cutting_a_pizza.Solution
- Solution() - Constructor for class g1401_1500.s1446_consecutive_characters.Solution
- Solution() - Constructor for class g1401_1500.s1447_simplified_fractions.Solution
- Solution() - Constructor for class g1401_1500.s1448_count_good_nodes_in_binary_tree.Solution
- Solution() - Constructor for class g1401_1500.s1449_form_largest_integer_with_digits_that_add_up_to_target.Solution
- Solution() - Constructor for class g1401_1500.s1450_number_of_students_doing_homework_at_a_given_time.Solution
- Solution() - Constructor for class g1401_1500.s1451_rearrange_words_in_a_sentence.Solution
- Solution() - Constructor for class g1401_1500.s1452_people_whose_list_of_favorite_companies_is_not_a_subset_of_another_list.Solution
- Solution() - Constructor for class g1401_1500.s1453_maximum_number_of_darts_inside_of_a_circular_dartboard.Solution
- Solution() - Constructor for class g1401_1500.s1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentence.Solution
- Solution() - Constructor for class g1401_1500.s1456_maximum_number_of_vowels_in_a_substring_of_given_length.Solution
- Solution() - Constructor for class g1401_1500.s1457_pseudo_palindromic_paths_in_a_binary_tree.Solution
- Solution() - Constructor for class g1401_1500.s1458_max_dot_product_of_two_subsequences.Solution
- Solution() - Constructor for class g1401_1500.s1460_make_two_arrays_equal_by_reversing_sub_arrays.Solution
- Solution() - Constructor for class g1401_1500.s1461_check_if_a_string_contains_all_binary_codes_of_size_k.Solution
- Solution() - Constructor for class g1401_1500.s1462_course_schedule_iv.Solution
- Solution() - Constructor for class g1401_1500.s1463_cherry_pickup_ii.Solution
- Solution() - Constructor for class g1401_1500.s1464_maximum_product_of_two_elements_in_an_array.Solution
- Solution() - Constructor for class g1401_1500.s1465_maximum_area_of_a_piece_of_cake_after_horizontal_and_vertical_cuts.Solution
- Solution() - Constructor for class g1401_1500.s1466_reorder_routes_to_make_all_paths_lead_to_the_city_zero.Solution
- Solution() - Constructor for class g1401_1500.s1467_probability_of_a_two_boxes_having_the_same_number_of_distinct_balls.Solution
- Solution() - Constructor for class g1401_1500.s1470_shuffle_the_array.Solution
- Solution() - Constructor for class g1401_1500.s1471_the_k_strongest_values_in_an_array.Solution
- Solution() - Constructor for class g1401_1500.s1473_paint_house_iii.Solution
- Solution() - Constructor for class g1401_1500.s1475_final_prices_with_a_special_discount_in_a_shop.Solution
- Solution() - Constructor for class g1401_1500.s1477_find_two_non_overlapping_sub_arrays_each_with_target_sum.Solution
- Solution() - Constructor for class g1401_1500.s1478_allocate_mailboxes.Solution
- Solution() - Constructor for class g1401_1500.s1480_running_sum_of_1d_array.Solution
- Solution() - Constructor for class g1401_1500.s1481_least_number_of_unique_integers_after_k_removals.Solution
- Solution() - Constructor for class g1401_1500.s1482_minimum_number_of_days_to_make_m_bouquets.Solution
- Solution() - Constructor for class g1401_1500.s1486_xor_operation_in_an_array.Solution
- Solution() - Constructor for class g1401_1500.s1487_making_file_names_unique.Solution
- Solution() - Constructor for class g1401_1500.s1488_avoid_flood_in_the_city.Solution
- Solution() - Constructor for class g1401_1500.s1489_find_critical_and_pseudo_critical_edges_in_minimum_spanning_tree.Solution
- Solution() - Constructor for class g1401_1500.s1491_average_salary_excluding_the_minimum_and_maximum_salary.Solution
- Solution() - Constructor for class g1401_1500.s1492_the_kth_factor_of_n.Solution
- Solution() - Constructor for class g1401_1500.s1493_longest_subarray_of_1s_after_deleting_one_element.Solution
- Solution() - Constructor for class g1401_1500.s1494_parallel_courses_ii.Solution
- Solution() - Constructor for class g1401_1500.s1496_path_crossing.Solution
- Solution() - Constructor for class g1401_1500.s1497_check_if_array_pairs_are_divisible_by_k.Solution
- Solution() - Constructor for class g1401_1500.s1498_number_of_subsequences_that_satisfy_the_given_sum_condition.Solution
- Solution() - Constructor for class g1401_1500.s1499_max_value_of_equation.Solution
- Solution() - Constructor for class g1501_1600.s1502_can_make_arithmetic_progression_from_sequence.Solution
- Solution() - Constructor for class g1501_1600.s1503_last_moment_before_all_ants_fall_out_of_a_plank.Solution
- Solution() - Constructor for class g1501_1600.s1504_count_submatrices_with_all_ones.Solution
- Solution() - Constructor for class g1501_1600.s1505_minimum_possible_integer_after_at_most_k_adjacent_swaps_on_digits.Solution
- Solution() - Constructor for class g1501_1600.s1507_reformat_date.Solution
- Solution() - Constructor for class g1501_1600.s1508_range_sum_of_sorted_subarray_sums.Solution
- Solution() - Constructor for class g1501_1600.s1509_minimum_difference_between_largest_and_smallest_value_in_three_moves.Solution
- Solution() - Constructor for class g1501_1600.s1510_stone_game_iv.Solution
- Solution() - Constructor for class g1501_1600.s1512_number_of_good_pairs.Solution
- Solution() - Constructor for class g1501_1600.s1513_number_of_substrings_with_only_1s.Solution
- Solution() - Constructor for class g1501_1600.s1514_path_with_maximum_probability.Solution
- Solution() - Constructor for class g1501_1600.s1515_best_position_for_a_service_centre.Solution
- Solution() - Constructor for class g1501_1600.s1518_water_bottles.Solution
- Solution() - Constructor for class g1501_1600.s1519_number_of_nodes_in_the_sub_tree_with_the_same_label.Solution
- Solution() - Constructor for class g1501_1600.s1520_maximum_number_of_non_overlapping_substrings.Solution
- Solution() - Constructor for class g1501_1600.s1521_find_a_value_of_a_mysterious_function_closest_to_target.Solution
- Solution() - Constructor for class g1501_1600.s1523_count_odd_numbers_in_an_interval_range.Solution
- Solution() - Constructor for class g1501_1600.s1524_number_of_sub_arrays_with_odd_sum.Solution
- Solution() - Constructor for class g1501_1600.s1525_number_of_good_ways_to_split_a_string.Solution
- Solution() - Constructor for class g1501_1600.s1526_minimum_number_of_increments_on_subarrays_to_form_a_target_array.Solution
- Solution() - Constructor for class g1501_1600.s1528_shuffle_string.Solution
- Solution() - Constructor for class g1501_1600.s1529_bulb_switcher_iv.Solution
- Solution() - Constructor for class g1501_1600.s1530_number_of_good_leaf_nodes_pairs.Solution
- Solution() - Constructor for class g1501_1600.s1531_string_compression_ii.Solution
- Solution() - Constructor for class g1501_1600.s1534_count_good_triplets.Solution
- Solution() - Constructor for class g1501_1600.s1535_find_the_winner_of_an_array_game.Solution
- Solution() - Constructor for class g1501_1600.s1536_minimum_swaps_to_arrange_a_binary_grid.Solution
- Solution() - Constructor for class g1501_1600.s1537_get_the_maximum_score.Solution
- Solution() - Constructor for class g1501_1600.s1539_kth_missing_positive_number.Solution
- Solution() - Constructor for class g1501_1600.s1540_can_convert_string_in_k_moves.Solution
- Solution() - Constructor for class g1501_1600.s1541_minimum_insertions_to_balance_a_parentheses_string.Solution
- Solution() - Constructor for class g1501_1600.s1542_find_longest_awesome_substring.Solution
- Solution() - Constructor for class g1501_1600.s1544_make_the_string_great.Solution
- Solution() - Constructor for class g1501_1600.s1545_find_kth_bit_in_nth_binary_string.Solution
- Solution() - Constructor for class g1501_1600.s1546_maximum_number_of_non_overlapping_subarrays_with_sum_equals_target.Solution
- Solution() - Constructor for class g1501_1600.s1547_minimum_cost_to_cut_a_stick.Solution
- Solution() - Constructor for class g1501_1600.s1550_three_consecutive_odds.Solution
- Solution() - Constructor for class g1501_1600.s1551_minimum_operations_to_make_array_equal.Solution
- Solution() - Constructor for class g1501_1600.s1552_magnetic_force_between_two_balls.Solution
- Solution() - Constructor for class g1501_1600.s1553_minimum_number_of_days_to_eat_n_oranges.Solution
- Solution() - Constructor for class g1501_1600.s1556_thousand_separator.Solution
- Solution() - Constructor for class g1501_1600.s1557_minimum_number_of_vertices_to_reach_all_nodes.Solution
- Solution() - Constructor for class g1501_1600.s1558_minimum_numbers_of_function_calls_to_make_target_array.Solution
- Solution() - Constructor for class g1501_1600.s1559_detect_cycles_in_2d_grid.Solution
- Solution() - Constructor for class g1501_1600.s1560_most_visited_sector_in_a_circular_track.Solution
- Solution() - Constructor for class g1501_1600.s1561_maximum_number_of_coins_you_can_get.Solution
- Solution() - Constructor for class g1501_1600.s1562_find_latest_group_of_size_m.Solution
- Solution() - Constructor for class g1501_1600.s1563_stone_game_v.Solution
- Solution() - Constructor for class g1501_1600.s1566_detect_pattern_of_length_m_repeated_k_or_more_times.Solution
- Solution() - Constructor for class g1501_1600.s1567_maximum_length_of_subarray_with_positive_product.Solution
- Solution() - Constructor for class g1501_1600.s1568_minimum_number_of_days_to_disconnect_island.Solution
- Solution() - Constructor for class g1501_1600.s1569_number_of_ways_to_reorder_array_to_get_same_bst.Solution
- Solution() - Constructor for class g1501_1600.s1572_matrix_diagonal_sum.Solution
- Solution() - Constructor for class g1501_1600.s1573_number_of_ways_to_split_a_string.Solution
- Solution() - Constructor for class g1501_1600.s1574_shortest_subarray_to_be_removed_to_make_array_sorted.Solution
- Solution() - Constructor for class g1501_1600.s1575_count_all_possible_routes.Solution
- Solution() - Constructor for class g1501_1600.s1576_replace_all_s_to_avoid_consecutive_repeating_characters.Solution
- Solution() - Constructor for class g1501_1600.s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers.Solution
- Solution() - Constructor for class g1501_1600.s1578_minimum_time_to_make_rope_colorful.Solution
- Solution() - Constructor for class g1501_1600.s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable.Solution
- Solution() - Constructor for class g1501_1600.s1582_special_positions_in_a_binary_matrix.Solution
- Solution() - Constructor for class g1501_1600.s1583_count_unhappy_friends.Solution
- Solution() - Constructor for class g1501_1600.s1584_min_cost_to_connect_all_points.Solution
- Solution() - Constructor for class g1501_1600.s1585_check_if_string_is_transformable_with_substring_sort_operations.Solution
- Solution() - Constructor for class g1501_1600.s1588_sum_of_all_odd_length_subarrays.Solution
- Solution() - Constructor for class g1501_1600.s1589_maximum_sum_obtained_of_any_permutation.Solution
- Solution() - Constructor for class g1501_1600.s1590_make_sum_divisible_by_p.Solution
- Solution() - Constructor for class g1501_1600.s1591_strange_printer_ii.Solution
- Solution() - Constructor for class g1501_1600.s1592_rearrange_spaces_between_words.Solution
- Solution() - Constructor for class g1501_1600.s1593_split_a_string_into_the_max_number_of_unique_substrings.Solution
- Solution() - Constructor for class g1501_1600.s1594_maximum_non_negative_product_in_a_matrix.Solution
- Solution() - Constructor for class g1501_1600.s1595_minimum_cost_to_connect_two_groups_of_points.Solution
- Solution() - Constructor for class g1501_1600.s1598_crawler_log_folder.Solution
- Solution() - Constructor for class g1501_1600.s1599_maximum_profit_of_operating_a_centennial_wheel.Solution
- Solution() - Constructor for class g1601_1700.s1601_maximum_number_of_achievable_transfer_requests.Solution
- Solution() - Constructor for class g1601_1700.s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period.Solution
- Solution() - Constructor for class g1601_1700.s1605_find_valid_matrix_given_row_and_column_sums.Solution
- Solution() - Constructor for class g1601_1700.s1606_find_servers_that_handled_most_number_of_requests.Solution
- Solution() - Constructor for class g1601_1700.s1608_special_array_with_x_elements_greater_than_or_equal_x.Solution
- Solution() - Constructor for class g1601_1700.s1609_even_odd_tree.Solution
- Solution() - Constructor for class g1601_1700.s1610_maximum_number_of_visible_points.Solution
- Solution() - Constructor for class g1601_1700.s1611_minimum_one_bit_operations_to_make_integers_zero.Solution
- Solution() - Constructor for class g1601_1700.s1614_maximum_nesting_depth_of_the_parentheses.Solution
- Solution() - Constructor for class g1601_1700.s1615_maximal_network_rank.Solution
- Solution() - Constructor for class g1601_1700.s1616_split_two_strings_to_make_palindrome.Solution
- Solution() - Constructor for class g1601_1700.s1617_count_subtrees_with_max_distance_between_cities.Solution
- Solution() - Constructor for class g1601_1700.s1619_mean_of_array_after_removing_some_elements.Solution
- Solution() - Constructor for class g1601_1700.s1620_coordinate_with_maximum_network_quality.Solution
- Solution() - Constructor for class g1601_1700.s1621_number_of_sets_of_k_non_overlapping_line_segments.Solution
- Solution() - Constructor for class g1601_1700.s1624_largest_substring_between_two_equal_characters.Solution
- Solution() - Constructor for class g1601_1700.s1625_lexicographically_smallest_string_after_applying_operations.Solution
- Solution() - Constructor for class g1601_1700.s1626_best_team_with_no_conflicts.Solution
- Solution() - Constructor for class g1601_1700.s1627_graph_connectivity_with_threshold.Solution
- Solution() - Constructor for class g1601_1700.s1629_slowest_key.Solution
- Solution() - Constructor for class g1601_1700.s1630_arithmetic_subarrays.Solution
- Solution() - Constructor for class g1601_1700.s1631_path_with_minimum_effort.Solution
- Solution() - Constructor for class g1601_1700.s1632_rank_transform_of_a_matrix.Solution
- Solution() - Constructor for class g1601_1700.s1636_sort_array_by_increasing_frequency.Solution
- Solution() - Constructor for class g1601_1700.s1637_widest_vertical_area_between_two_points_containing_no_points.Solution
- Solution() - Constructor for class g1601_1700.s1638_count_substrings_that_differ_by_one_character.Solution
- Solution() - Constructor for class g1601_1700.s1639_number_of_ways_to_form_a_target_string_given_a_dictionary.Solution
- Solution() - Constructor for class g1601_1700.s1640_check_array_formation_through_concatenation.Solution
- Solution() - Constructor for class g1601_1700.s1641_count_sorted_vowel_strings.Solution
- Solution() - Constructor for class g1601_1700.s1642_furthest_building_you_can_reach.Solution
- Solution() - Constructor for class g1601_1700.s1643_kth_smallest_instructions.Solution
- Solution() - Constructor for class g1601_1700.s1646_get_maximum_in_generated_array.Solution
- Solution() - Constructor for class g1601_1700.s1647_minimum_deletions_to_make_character_frequencies_unique.Solution
- Solution() - Constructor for class g1601_1700.s1648_sell_diminishing_valued_colored_balls.Solution
- Solution() - Constructor for class g1601_1700.s1649_create_sorted_array_through_instructions.Solution
- Solution() - Constructor for class g1601_1700.s1652_defuse_the_bomb.Solution
- Solution() - Constructor for class g1601_1700.s1653_minimum_deletions_to_make_string_balanced.Solution
- Solution() - Constructor for class g1601_1700.s1654_minimum_jumps_to_reach_home.Solution
- Solution() - Constructor for class g1601_1700.s1655_distribute_repeating_integers.Solution
- Solution() - Constructor for class g1601_1700.s1657_determine_if_two_strings_are_close.Solution
- Solution() - Constructor for class g1601_1700.s1658_minimum_operations_to_reduce_x_to_zero.Solution
- Solution() - Constructor for class g1601_1700.s1659_maximize_grid_happiness.Solution
- Solution() - Constructor for class g1601_1700.s1662_check_if_two_string_arrays_are_equivalent.Solution
- Solution() - Constructor for class g1601_1700.s1663_smallest_string_with_a_given_numeric_value.Solution
- Solution() - Constructor for class g1601_1700.s1664_ways_to_make_a_fair_array.Solution
- Solution() - Constructor for class g1601_1700.s1665_minimum_initial_energy_to_finish_tasks.Solution
- Solution() - Constructor for class g1601_1700.s1668_maximum_repeating_substring.Solution
- Solution() - Constructor for class g1601_1700.s1669_merge_in_between_linked_lists.Solution
- Solution() - Constructor for class g1601_1700.s1671_minimum_number_of_removals_to_make_mountain_array.Solution
- Solution() - Constructor for class g1601_1700.s1672_richest_customer_wealth.Solution
- Solution() - Constructor for class g1601_1700.s1673_find_the_most_competitive_subsequence.Solution
- Solution() - Constructor for class g1601_1700.s1674_minimum_moves_to_make_array_complementary.Solution
- Solution() - Constructor for class g1601_1700.s1675_minimize_deviation_in_array.Solution
- Solution() - Constructor for class g1601_1700.s1678_goal_parser_interpretation.Solution
- Solution() - Constructor for class g1601_1700.s1679_max_number_of_k_sum_pairs.Solution
- Solution() - Constructor for class g1601_1700.s1680_concatenation_of_consecutive_binary_numbers.Solution
- Solution() - Constructor for class g1601_1700.s1681_minimum_incompatibility.Solution
- Solution() - Constructor for class g1601_1700.s1684_count_the_number_of_consistent_strings.Solution
- Solution() - Constructor for class g1601_1700.s1685_sum_of_absolute_differences_in_a_sorted_array.Solution
- Solution() - Constructor for class g1601_1700.s1686_stone_game_vi.Solution
- Solution() - Constructor for class g1601_1700.s1687_delivering_boxes_from_storage_to_ports.Solution
- Solution() - Constructor for class g1601_1700.s1688_count_of_matches_in_tournament.Solution
- Solution() - Constructor for class g1601_1700.s1689_partitioning_into_minimum_number_of_deci_binary_numbers.Solution
- Solution() - Constructor for class g1601_1700.s1690_stone_game_vii.Solution
- Solution() - Constructor for class g1601_1700.s1691_maximum_height_by_stacking_cuboids.Solution
- Solution() - Constructor for class g1601_1700.s1694_reformat_phone_number.Solution
- Solution() - Constructor for class g1601_1700.s1695_maximum_erasure_value.Solution
- Solution() - Constructor for class g1601_1700.s1696_jump_game_vi.Solution
- Solution() - Constructor for class g1601_1700.s1697_checking_existence_of_edge_length_limited_paths.Solution
- Solution() - Constructor for class g1601_1700.s1700_number_of_students_unable_to_eat_lunch.Solution
- Solution() - Constructor for class g1701_1800.s1701_average_waiting_time.Solution
- Solution() - Constructor for class g1701_1800.s1702_maximum_binary_string_after_change.Solution
- Solution() - Constructor for class g1701_1800.s1703_minimum_adjacent_swaps_for_k_consecutive_ones.Solution
- Solution() - Constructor for class g1701_1800.s1704_determine_if_string_halves_are_alike.Solution
- Solution() - Constructor for class g1701_1800.s1705_maximum_number_of_eaten_apples.Solution
- Solution() - Constructor for class g1701_1800.s1706_where_will_the_ball_fall.Solution
- Solution() - Constructor for class g1701_1800.s1707_maximum_xor_with_an_element_from_array.Solution
- Solution() - Constructor for class g1701_1800.s1710_maximum_units_on_a_truck.Solution
- Solution() - Constructor for class g1701_1800.s1711_count_good_meals.Solution
- Solution() - Constructor for class g1701_1800.s1712_ways_to_split_array_into_three_subarrays.Solution
- Solution() - Constructor for class g1701_1800.s1713_minimum_operations_to_make_a_subsequence.Solution
- Solution() - Constructor for class g1701_1800.s1716_calculate_money_in_leetcode_bank.Solution
- Solution() - Constructor for class g1701_1800.s1717_maximum_score_from_removing_substrings.Solution
- Solution() - Constructor for class g1701_1800.s1718_construct_the_lexicographically_largest_valid_sequence.Solution
- Solution() - Constructor for class g1701_1800.s1719_number_of_ways_to_reconstruct_a_tree.Solution
- Solution() - Constructor for class g1701_1800.s1720_decode_xored_array.Solution
- Solution() - Constructor for class g1701_1800.s1721_swapping_nodes_in_a_linked_list.Solution
- Solution() - Constructor for class g1701_1800.s1722_minimize_hamming_distance_after_swap_operations.Solution
- Solution() - Constructor for class g1701_1800.s1723_find_minimum_time_to_finish_all_jobs.Solution
- Solution() - Constructor for class g1701_1800.s1725_number_of_rectangles_that_can_form_the_largest_square.Solution
- Solution() - Constructor for class g1701_1800.s1726_tuple_with_same_product.Solution
- Solution() - Constructor for class g1701_1800.s1727_largest_submatrix_with_rearrangements.Solution
- Solution() - Constructor for class g1701_1800.s1728_cat_and_mouse_ii.Solution
- Solution() - Constructor for class g1701_1800.s1732_find_the_highest_altitude.Solution
- Solution() - Constructor for class g1701_1800.s1733_minimum_number_of_people_to_teach.Solution
- Solution() - Constructor for class g1701_1800.s1734_decode_xored_permutation.Solution
- Solution() - Constructor for class g1701_1800.s1735_count_ways_to_make_array_with_product.Solution
- Solution() - Constructor for class g1701_1800.s1736_latest_time_by_replacing_hidden_digits.Solution
- Solution() - Constructor for class g1701_1800.s1737_change_minimum_characters_to_satisfy_one_of_three_conditions.Solution
- Solution() - Constructor for class g1701_1800.s1738_find_kth_largest_xor_coordinate_value.Solution
- Solution() - Constructor for class g1701_1800.s1739_building_boxes.Solution
- Solution() - Constructor for class g1701_1800.s1742_maximum_number_of_balls_in_a_box.Solution
- Solution() - Constructor for class g1701_1800.s1743_restore_the_array_from_adjacent_pairs.Solution
- Solution() - Constructor for class g1701_1800.s1744_can_you_eat_your_favorite_candy_on_your_favorite_day.Solution
- Solution() - Constructor for class g1701_1800.s1745_palindrome_partitioning_iv.Solution
- Solution() - Constructor for class g1701_1800.s1748_sum_of_unique_elements.Solution
- Solution() - Constructor for class g1701_1800.s1749_maximum_absolute_sum_of_any_subarray.Solution
- Solution() - Constructor for class g1701_1800.s1750_minimum_length_of_string_after_deleting_similar_ends.Solution
- Solution() - Constructor for class g1701_1800.s1751_maximum_number_of_events_that_can_be_attended_ii.Solution
- Solution() - Constructor for class g1701_1800.s1752_check_if_array_is_sorted_and_rotated.Solution
- Solution() - Constructor for class g1701_1800.s1753_maximum_score_from_removing_stones.Solution
- Solution() - Constructor for class g1701_1800.s1754_largest_merge_of_two_strings.Solution
- Solution() - Constructor for class g1701_1800.s1755_closest_subsequence_sum.Solution
- Solution() - Constructor for class g1701_1800.s1758_minimum_changes_to_make_alternating_binary_string.Solution
- Solution() - Constructor for class g1701_1800.s1759_count_number_of_homogenous_substrings.Solution
- Solution() - Constructor for class g1701_1800.s1760_minimum_limit_of_balls_in_a_bag.Solution
- Solution() - Constructor for class g1701_1800.s1761_minimum_degree_of_a_connected_trio_in_a_graph.Solution
- Solution() - Constructor for class g1701_1800.s1763_longest_nice_substring.Solution
- Solution() - Constructor for class g1701_1800.s1764_form_array_by_concatenating_subarrays_of_another_array.Solution
- Solution() - Constructor for class g1701_1800.s1765_map_of_highest_peak.Solution
- Solution() - Constructor for class g1701_1800.s1766_tree_of_coprimes.Solution
- Solution() - Constructor for class g1701_1800.s1768_merge_strings_alternately.Solution
- Solution() - Constructor for class g1701_1800.s1769_minimum_number_of_operations_to_move_all_balls_to_each_box.Solution
- Solution() - Constructor for class g1701_1800.s1770_maximum_score_from_performing_multiplication_operations.Solution
- Solution() - Constructor for class g1701_1800.s1771_maximize_palindrome_length_from_subsequences.Solution
- Solution() - Constructor for class g1701_1800.s1773_count_items_matching_a_rule.Solution
- Solution() - Constructor for class g1701_1800.s1774_closest_dessert_cost.Solution
- Solution() - Constructor for class g1701_1800.s1775_equal_sum_arrays_with_minimum_number_of_operations.Solution
- Solution() - Constructor for class g1701_1800.s1776_car_fleet_ii.Solution
- Solution() - Constructor for class g1701_1800.s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate.Solution
- Solution() - Constructor for class g1701_1800.s1780_check_if_number_is_a_sum_of_powers_of_three.Solution
- Solution() - Constructor for class g1701_1800.s1781_sum_of_beauty_of_all_substrings.Solution
- Solution() - Constructor for class g1701_1800.s1782_count_pairs_of_nodes.Solution
- Solution() - Constructor for class g1701_1800.s1784_check_if_binary_string_has_at_most_one_segment_of_ones.Solution
- Solution() - Constructor for class g1701_1800.s1785_minimum_elements_to_add_to_form_a_given_sum.Solution
- Solution() - Constructor for class g1701_1800.s1786_number_of_restricted_paths_from_first_to_last_node.Solution
- Solution() - Constructor for class g1701_1800.s1787_make_the_xor_of_all_segments_equal_to_zero.Solution
- Solution() - Constructor for class g1701_1800.s1790_check_if_one_string_swap_can_make_strings_equal.Solution
- Solution() - Constructor for class g1701_1800.s1791_find_center_of_star_graph.Solution
- Solution() - Constructor for class g1701_1800.s1792_maximum_average_pass_ratio.Solution
- Solution() - Constructor for class g1701_1800.s1793_maximum_score_of_a_good_subarray.Solution
- Solution() - Constructor for class g1701_1800.s1796_second_largest_digit_in_a_string.Solution
- Solution() - Constructor for class g1701_1800.s1798_maximum_number_of_consecutive_values_you_can_make.Solution
- Solution() - Constructor for class g1701_1800.s1799_maximize_score_after_n_operations.Solution
- Solution() - Constructor for class g1701_1800.s1800_maximum_ascending_subarray_sum.Solution
- Solution() - Constructor for class g1801_1900.s1801_number_of_orders_in_the_backlog.Solution
- Solution() - Constructor for class g1801_1900.s1802_maximum_value_at_a_given_index_in_a_bounded_array.Solution
- Solution() - Constructor for class g1801_1900.s1803_count_pairs_with_xor_in_a_range.Solution
- Solution() - Constructor for class g1801_1900.s1805_number_of_different_integers_in_a_string.Solution
- Solution() - Constructor for class g1801_1900.s1806_minimum_number_of_operations_to_reinitialize_a_permutation.Solution
- Solution() - Constructor for class g1801_1900.s1807_evaluate_the_bracket_pairs_of_a_string.Solution
- Solution() - Constructor for class g1801_1900.s1808_maximize_number_of_nice_divisors.Solution
- Solution() - Constructor for class g1801_1900.s1812_determine_color_of_a_chessboard_square.Solution
- Solution() - Constructor for class g1801_1900.s1813_sentence_similarity_iii.Solution
- Solution() - Constructor for class g1801_1900.s1814_count_nice_pairs_in_an_array.Solution
- Solution() - Constructor for class g1801_1900.s1815_maximum_number_of_groups_getting_fresh_donuts.Solution
- Solution() - Constructor for class g1801_1900.s1816_truncate_sentence.Solution
- Solution() - Constructor for class g1801_1900.s1817_finding_the_users_active_minutes.Solution
- Solution() - Constructor for class g1801_1900.s1818_minimum_absolute_sum_difference.Solution
- Solution() - Constructor for class g1801_1900.s1819_number_of_different_subsequences_gcds.Solution
- Solution() - Constructor for class g1801_1900.s1822_sign_of_the_product_of_an_array.Solution
- Solution() - Constructor for class g1801_1900.s1823_find_the_winner_of_the_circular_game.Solution
- Solution() - Constructor for class g1801_1900.s1824_minimum_sideway_jumps.Solution
- Solution() - Constructor for class g1801_1900.s1827_minimum_operations_to_make_the_array_increasing.Solution
- Solution() - Constructor for class g1801_1900.s1828_queries_on_number_of_points_inside_a_circle.Solution
- Solution() - Constructor for class g1801_1900.s1829_maximum_xor_for_each_query.Solution
- Solution() - Constructor for class g1801_1900.s1830_minimum_number_of_operations_to_make_string_sorted.Solution
- Solution() - Constructor for class g1801_1900.s1832_check_if_the_sentence_is_pangram.Solution
- Solution() - Constructor for class g1801_1900.s1833_maximum_ice_cream_bars.Solution
- Solution() - Constructor for class g1801_1900.s1834_single_threaded_cpu.Solution
- Solution() - Constructor for class g1801_1900.s1835_find_xor_sum_of_all_pairs_bitwise_and.Solution
- Solution() - Constructor for class g1801_1900.s1837_sum_of_digits_in_base_k.Solution
- Solution() - Constructor for class g1801_1900.s1838_frequency_of_the_most_frequent_element.Solution
- Solution() - Constructor for class g1801_1900.s1839_longest_substring_of_all_vowels_in_order.Solution
- Solution() - Constructor for class g1801_1900.s1840_maximum_building_height.Solution
- Solution() - Constructor for class g1801_1900.s1844_replace_all_digits_with_characters.Solution
- Solution() - Constructor for class g1801_1900.s1846_maximum_element_after_decreasing_and_rearranging.Solution
- Solution() - Constructor for class g1801_1900.s1847_closest_room.Solution
- Solution() - Constructor for class g1801_1900.s1848_minimum_distance_to_the_target_element.Solution
- Solution() - Constructor for class g1801_1900.s1849_splitting_a_string_into_descending_consecutive_values.Solution
- Solution() - Constructor for class g1801_1900.s1850_minimum_adjacent_swaps_to_reach_the_kth_smallest_number.Solution
- Solution() - Constructor for class g1801_1900.s1851_minimum_interval_to_include_each_query.Solution
- Solution() - Constructor for class g1801_1900.s1854_maximum_population_year.Solution
- Solution() - Constructor for class g1801_1900.s1855_maximum_distance_between_a_pair_of_values.Solution
- Solution() - Constructor for class g1801_1900.s1856_maximum_subarray_min_product.Solution
- Solution() - Constructor for class g1801_1900.s1857_largest_color_value_in_a_directed_graph.Solution
- Solution() - Constructor for class g1801_1900.s1859_sorting_the_sentence.Solution
- Solution() - Constructor for class g1801_1900.s1860_incremental_memory_leak.Solution
- Solution() - Constructor for class g1801_1900.s1861_rotating_the_box.Solution
- Solution() - Constructor for class g1801_1900.s1862_sum_of_floored_pairs.Solution
- Solution() - Constructor for class g1801_1900.s1863_sum_of_all_subset_xor_totals.Solution
- Solution() - Constructor for class g1801_1900.s1864_minimum_number_of_swaps_to_make_the_binary_string_alternating.Solution
- Solution() - Constructor for class g1801_1900.s1866_number_of_ways_to_rearrange_sticks_with_k_sticks_visible.Solution
- Solution() - Constructor for class g1801_1900.s1869_longer_contiguous_segments_of_ones_than_zeros.Solution
- Solution() - Constructor for class g1801_1900.s1870_minimum_speed_to_arrive_on_time.Solution
- Solution() - Constructor for class g1801_1900.s1871_jump_game_vii.Solution
- Solution() - Constructor for class g1801_1900.s1872_stone_game_viii.Solution
- Solution() - Constructor for class g1801_1900.s1876_substrings_of_size_three_with_distinct_characters.Solution
- Solution() - Constructor for class g1801_1900.s1877_minimize_maximum_pair_sum_in_array.Solution
- Solution() - Constructor for class g1801_1900.s1878_get_biggest_three_rhombus_sums_in_a_grid.Solution
- Solution() - Constructor for class g1801_1900.s1879_minimum_xor_sum_of_two_arrays.Solution
- Solution() - Constructor for class g1801_1900.s1880_check_if_word_equals_summation_of_two_words.Solution
- Solution() - Constructor for class g1801_1900.s1881_maximum_value_after_insertion.Solution
- Solution() - Constructor for class g1801_1900.s1882_process_tasks_using_servers.Solution
- Solution() - Constructor for class g1801_1900.s1883_minimum_skips_to_arrive_at_meeting_on_time.Solution
- Solution() - Constructor for class g1801_1900.s1884_egg_drop_with_2_eggs_and_n_floors.Solution
- Solution() - Constructor for class g1801_1900.s1886_determine_whether_matrix_can_be_obtained_by_rotation.Solution
- Solution() - Constructor for class g1801_1900.s1887_reduction_operations_to_make_the_array_elements_equal.Solution
- Solution() - Constructor for class g1801_1900.s1888_minimum_number_of_flips_to_make_the_binary_string_alternating.Solution
- Solution() - Constructor for class g1801_1900.s1889_minimum_space_wasted_from_packaging.Solution
- Solution() - Constructor for class g1801_1900.s1893_check_if_all_the_integers_in_a_range_are_covered.Solution
- Solution() - Constructor for class g1801_1900.s1894_find_the_student_that_will_replace_the_chalk.Solution
- Solution() - Constructor for class g1801_1900.s1895_largest_magic_square.Solution
- Solution() - Constructor for class g1801_1900.s1896_minimum_cost_to_change_the_final_value_of_expression.Solution
- Solution() - Constructor for class g1801_1900.s1897_redistribute_characters_to_make_all_strings_equal.Solution
- Solution() - Constructor for class g1801_1900.s1898_maximum_number_of_removable_characters.Solution
- Solution() - Constructor for class g1801_1900.s1899_merge_triplets_to_form_target_triplet.Solution
- Solution() - Constructor for class g1801_1900.s1900_the_earliest_and_latest_rounds_where_players_compete.Solution
- Solution() - Constructor for class g1901_2000.s1901_find_a_peak_element_ii.Solution
- Solution() - Constructor for class g1901_2000.s1903_largest_odd_number_in_string.Solution
- Solution() - Constructor for class g1901_2000.s1904_the_number_of_full_rounds_you_have_played.Solution
- Solution() - Constructor for class g1901_2000.s1905_count_sub_islands.Solution
- Solution() - Constructor for class g1901_2000.s1906_minimum_absolute_difference_queries.Solution
- Solution() - Constructor for class g1901_2000.s1909_remove_one_element_to_make_the_array_strictly_increasing.Solution
- Solution() - Constructor for class g1901_2000.s1910_remove_all_occurrences_of_a_substring.Solution
- Solution() - Constructor for class g1901_2000.s1911_maximum_alternating_subsequence_sum.Solution
- Solution() - Constructor for class g1901_2000.s1913_maximum_product_difference_between_two_pairs.Solution
- Solution() - Constructor for class g1901_2000.s1914_cyclically_rotating_a_grid.Solution
- Solution() - Constructor for class g1901_2000.s1915_number_of_wonderful_substrings.Solution
- Solution() - Constructor for class g1901_2000.s1916_count_ways_to_build_rooms_in_an_ant_colony.Solution
- Solution() - Constructor for class g1901_2000.s1920_build_array_from_permutation.Solution
- Solution() - Constructor for class g1901_2000.s1921_eliminate_maximum_number_of_monsters.Solution
- Solution() - Constructor for class g1901_2000.s1922_count_good_numbers.Solution
- Solution() - Constructor for class g1901_2000.s1923_longest_common_subpath.Solution
- Solution() - Constructor for class g1901_2000.s1925_count_square_sum_triples.Solution
- Solution() - Constructor for class g1901_2000.s1926_nearest_exit_from_entrance_in_maze.Solution
- Solution() - Constructor for class g1901_2000.s1927_sum_game.Solution
- Solution() - Constructor for class g1901_2000.s1928_minimum_cost_to_reach_destination_in_time.Solution
- Solution() - Constructor for class g1901_2000.s1929_concatenation_of_array.Solution
- Solution() - Constructor for class g1901_2000.s1930_unique_length_3_palindromic_subsequences.Solution
- Solution() - Constructor for class g1901_2000.s1931_painting_a_grid_with_three_different_colors.Solution
- Solution() - Constructor for class g1901_2000.s1932_merge_bsts_to_create_single_bst.Solution
- Solution() - Constructor for class g1901_2000.s1935_maximum_number_of_words_you_can_type.Solution
- Solution() - Constructor for class g1901_2000.s1936_add_minimum_number_of_rungs.Solution
- Solution() - Constructor for class g1901_2000.s1937_maximum_number_of_points_with_cost.Solution
- Solution() - Constructor for class g1901_2000.s1938_maximum_genetic_difference_query.Solution
- Solution() - Constructor for class g1901_2000.s1941_check_if_all_characters_have_equal_number_of_occurrences.Solution
- Solution() - Constructor for class g1901_2000.s1942_the_number_of_the_smallest_unoccupied_chair.Solution
- Solution() - Constructor for class g1901_2000.s1943_describe_the_painting.Solution
- Solution() - Constructor for class g1901_2000.s1944_number_of_visible_people_in_a_queue.Solution
- Solution() - Constructor for class g1901_2000.s1945_sum_of_digits_of_string_after_convert.Solution
- Solution() - Constructor for class g1901_2000.s1946_largest_number_after_mutating_substring.Solution
- Solution() - Constructor for class g1901_2000.s1947_maximum_compatibility_score_sum.Solution
- Solution() - Constructor for class g1901_2000.s1948_delete_duplicate_folders_in_system.Solution
- Solution() - Constructor for class g1901_2000.s1952_three_divisors.Solution
- Solution() - Constructor for class g1901_2000.s1953_maximum_number_of_weeks_for_which_you_can_work.Solution
- Solution() - Constructor for class g1901_2000.s1954_minimum_garden_perimeter_to_collect_enough_apples.Solution
- Solution() - Constructor for class g1901_2000.s1955_count_number_of_special_subsequences.Solution
- Solution() - Constructor for class g1901_2000.s1957_delete_characters_to_make_fancy_string.Solution
- Solution() - Constructor for class g1901_2000.s1958_check_if_move_is_legal.Solution
- Solution() - Constructor for class g1901_2000.s1959_minimum_total_space_wasted_with_k_resizing_operations.Solution
- Solution() - Constructor for class g1901_2000.s1960_maximum_product_of_the_length_of_two_palindromic_substrings.Solution
- Solution() - Constructor for class g1901_2000.s1961_check_if_string_is_a_prefix_of_array.Solution
- Solution() - Constructor for class g1901_2000.s1962_remove_stones_to_minimize_the_total.Solution
- Solution() - Constructor for class g1901_2000.s1963_minimum_number_of_swaps_to_make_the_string_balanced.Solution
- Solution() - Constructor for class g1901_2000.s1964_find_the_longest_valid_obstacle_course_at_each_position.Solution
- Solution() - Constructor for class g1901_2000.s1967_number_of_strings_that_appear_as_substrings_in_word.Solution
- Solution() - Constructor for class g1901_2000.s1968_array_with_elements_not_equal_to_average_of_neighbors.Solution
- Solution() - Constructor for class g1901_2000.s1969_minimum_non_zero_product_of_the_array_elements.Solution
- Solution() - Constructor for class g1901_2000.s1970_last_day_where_you_can_still_cross.Solution
- Solution() - Constructor for class g1901_2000.s1971_find_if_path_exists_in_graph.Solution
- Solution() - Constructor for class g1901_2000.s1974_minimum_time_to_type_word_using_special_typewriter.Solution
- Solution() - Constructor for class g1901_2000.s1975_maximum_matrix_sum.Solution
- Solution() - Constructor for class g1901_2000.s1976_number_of_ways_to_arrive_at_destination.Solution
- Solution() - Constructor for class g1901_2000.s1977_number_of_ways_to_separate_numbers.Solution
- Solution() - Constructor for class g1901_2000.s1979_find_greatest_common_divisor_of_array.Solution
- Solution() - Constructor for class g1901_2000.s1980_find_unique_binary_string.Solution
- Solution() - Constructor for class g1901_2000.s1981_minimize_the_difference_between_target_and_chosen_elements.Solution
- Solution() - Constructor for class g1901_2000.s1982_find_array_given_subset_sums.Solution
- Solution() - Constructor for class g1901_2000.s1984_minimum_difference_between_highest_and_lowest_of_k_scores.Solution
- Solution() - Constructor for class g1901_2000.s1985_find_the_kth_largest_integer_in_the_array.Solution
- Solution() - Constructor for class g1901_2000.s1986_minimum_number_of_work_sessions_to_finish_the_tasks.Solution
- Solution() - Constructor for class g1901_2000.s1987_number_of_unique_good_subsequences.Solution
- Solution() - Constructor for class g1901_2000.s1991_find_the_middle_index_in_array.Solution
- Solution() - Constructor for class g1901_2000.s1992_find_all_groups_of_farmland.Solution
- Solution() - Constructor for class g1901_2000.s1994_the_number_of_good_subsets.Solution
- Solution() - Constructor for class g1901_2000.s1995_count_special_quadruplets.Solution
- Solution() - Constructor for class g1901_2000.s1996_the_number_of_weak_characters_in_the_game.Solution
- Solution() - Constructor for class g1901_2000.s1997_first_day_where_you_have_been_in_all_the_rooms.Solution
- Solution() - Constructor for class g1901_2000.s1998_gcd_sort_of_an_array.Solution
- Solution() - Constructor for class g1901_2000.s2000_reverse_prefix_of_word.Solution
- Solution() - Constructor for class g2001_2100.s2001_number_of_pairs_of_interchangeable_rectangles.Solution
- Solution() - Constructor for class g2001_2100.s2002_maximum_product_of_the_length_of_two_palindromic_subsequences.Solution
- Solution() - Constructor for class g2001_2100.s2003_smallest_missing_genetic_value_in_each_subtree.Solution
- Solution() - Constructor for class g2001_2100.s2006_count_number_of_pairs_with_absolute_difference_k.Solution
- Solution() - Constructor for class g2001_2100.s2007_find_original_array_from_doubled_array.Solution
- Solution() - Constructor for class g2001_2100.s2008_maximum_earnings_from_taxi.Solution
- Solution() - Constructor for class g2001_2100.s2009_minimum_number_of_operations_to_make_array_continuous.Solution
- Solution() - Constructor for class g2001_2100.s2011_final_value_of_variable_after_performing_operations.Solution
- Solution() - Constructor for class g2001_2100.s2012_sum_of_beauty_in_the_array.Solution
- Solution() - Constructor for class g2001_2100.s2014_longest_subsequence_repeated_k_times.Solution
- Solution() - Constructor for class g2001_2100.s2016_maximum_difference_between_increasing_elements.Solution
- Solution() - Constructor for class g2001_2100.s2017_grid_game.Solution
- Solution() - Constructor for class g2001_2100.s2018_check_if_word_can_be_placed_in_crossword.Solution
- Solution() - Constructor for class g2001_2100.s2019_the_score_of_students_solving_math_expression.Solution
- Solution() - Constructor for class g2001_2100.s2022_convert_1d_array_into_2d_array.Solution
- Solution() - Constructor for class g2001_2100.s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target.Solution
- Solution() - Constructor for class g2001_2100.s2024_maximize_the_confusion_of_an_exam.Solution
- Solution() - Constructor for class g2001_2100.s2025_maximum_number_of_ways_to_partition_an_array.Solution
- Solution() - Constructor for class g2001_2100.s2027_minimum_moves_to_convert_string.Solution
- Solution() - Constructor for class g2001_2100.s2028_find_missing_observations.Solution
- Solution() - Constructor for class g2001_2100.s2029_stone_game_ix.Solution
- Solution() - Constructor for class g2001_2100.s2030_smallest_k_length_subsequence_with_occurrences_of_a_letter.Solution
- Solution() - Constructor for class g2001_2100.s2032_two_out_of_three.Solution
- Solution() - Constructor for class g2001_2100.s2033_minimum_operations_to_make_a_uni_value_grid.Solution
- Solution() - Constructor for class g2001_2100.s2035_partition_array_into_two_arrays_to_minimize_sum_difference.Solution
- Solution() - Constructor for class g2001_2100.s2037_minimum_number_of_moves_to_seat_everyone.Solution
- Solution() - Constructor for class g2001_2100.s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color.Solution
- Solution() - Constructor for class g2001_2100.s2039_the_time_when_the_network_becomes_idle.Solution
- Solution() - Constructor for class g2001_2100.s2040_kth_smallest_product_of_two_sorted_arrays.Solution
- Solution() - Constructor for class g2001_2100.s2042_check_if_numbers_are_ascending_in_a_sentence.Solution
- Solution() - Constructor for class g2001_2100.s2044_count_number_of_maximum_bitwise_or_subsets.Solution
- Solution() - Constructor for class g2001_2100.s2045_second_minimum_time_to_reach_destination.Solution
- Solution() - Constructor for class g2001_2100.s2047_number_of_valid_words_in_a_sentence.Solution
- Solution() - Constructor for class g2001_2100.s2048_next_greater_numerically_balanced_number.Solution
- Solution() - Constructor for class g2001_2100.s2049_count_nodes_with_the_highest_score.Solution
- Solution() - Constructor for class g2001_2100.s2050_parallel_courses_iii.Solution
- Solution() - Constructor for class g2001_2100.s2053_kth_distinct_string_in_an_array.Solution
- Solution() - Constructor for class g2001_2100.s2054_two_best_non_overlapping_events.Solution
- Solution() - Constructor for class g2001_2100.s2055_plates_between_candles.Solution
- Solution() - Constructor for class g2001_2100.s2056_number_of_valid_move_combinations_on_chessboard.Solution
- Solution() - Constructor for class g2001_2100.s2057_smallest_index_with_equal_value.Solution
- Solution() - Constructor for class g2001_2100.s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points.Solution
- Solution() - Constructor for class g2001_2100.s2059_minimum_operations_to_convert_number.Solution
- Solution() - Constructor for class g2001_2100.s2060_check_if_an_original_string_exists_given_two_encoded_strings.Solution
- Solution() - Constructor for class g2001_2100.s2062_count_vowel_substrings_of_a_string.Solution
- Solution() - Constructor for class g2001_2100.s2063_vowels_of_all_substrings.Solution
- Solution() - Constructor for class g2001_2100.s2064_minimized_maximum_of_products_distributed_to_any_store.Solution
- Solution() - Constructor for class g2001_2100.s2065_maximum_path_quality_of_a_graph.Solution
- Solution() - Constructor for class g2001_2100.s2068_check_whether_two_strings_are_almost_equivalent.Solution
- Solution() - Constructor for class g2001_2100.s2070_most_beautiful_item_for_each_query.Solution
- Solution() - Constructor for class g2001_2100.s2071_maximum_number_of_tasks_you_can_assign.Solution
- Solution() - Constructor for class g2001_2100.s2073_time_needed_to_buy_tickets.Solution
- Solution() - Constructor for class g2001_2100.s2074_reverse_nodes_in_even_length_groups.Solution
- Solution() - Constructor for class g2001_2100.s2075_decode_the_slanted_ciphertext.Solution
- Solution() - Constructor for class g2001_2100.s2076_process_restricted_friend_requests.Solution
- Solution() - Constructor for class g2001_2100.s2078_two_furthest_houses_with_different_colors.Solution
- Solution() - Constructor for class g2001_2100.s2079_watering_plants.Solution
- Solution() - Constructor for class g2001_2100.s2081_sum_of_k_mirror_numbers.Solution
- Solution() - Constructor for class g2001_2100.s2085_count_common_words_with_one_occurrence.Solution
- Solution() - Constructor for class g2001_2100.s2086_minimum_number_of_buckets_required_to_collect_rainwater_from_houses.Solution
- Solution() - Constructor for class g2001_2100.s2087_minimum_cost_homecoming_of_a_robot_in_a_grid.Solution
- Solution() - Constructor for class g2001_2100.s2088_count_fertile_pyramids_in_a_land.Solution
- Solution() - Constructor for class g2001_2100.s2089_find_target_indices_after_sorting_array.Solution
- Solution() - Constructor for class g2001_2100.s2090_k_radius_subarray_averages.Solution
- Solution() - Constructor for class g2001_2100.s2091_removing_minimum_and_maximum_from_array.Solution
- Solution() - Constructor for class g2001_2100.s2092_find_all_people_with_secret.Solution
- Solution() - Constructor for class g2001_2100.s2094_finding_3_digit_even_numbers.Solution
- Solution() - Constructor for class g2001_2100.s2095_delete_the_middle_node_of_a_linked_list.Solution
- Solution() - Constructor for class g2001_2100.s2096_step_by_step_directions_from_a_binary_tree_node_to_another.Solution
- Solution() - Constructor for class g2001_2100.s2097_valid_arrangement_of_pairs.Solution
- Solution() - Constructor for class g2001_2100.s2099_find_subsequence_of_length_k_with_the_largest_sum.Solution
- Solution() - Constructor for class g2001_2100.s2100_find_good_days_to_rob_the_bank.Solution
- Solution() - Constructor for class g2101_2200.s2101_detonate_the_maximum_bombs.Solution
- Solution() - Constructor for class g2101_2200.s2103_rings_and_rods.Solution
- Solution() - Constructor for class g2101_2200.s2104_sum_of_subarray_ranges.Solution
- Solution() - Constructor for class g2101_2200.s2105_watering_plants_ii.Solution
- Solution() - Constructor for class g2101_2200.s2106_maximum_fruits_harvested_after_at_most_k_steps.Solution
- Solution() - Constructor for class g2101_2200.s2108_find_first_palindromic_string_in_the_array.Solution
- Solution() - Constructor for class g2101_2200.s2109_adding_spaces_to_a_string.Solution
- Solution() - Constructor for class g2101_2200.s2110_number_of_smooth_descent_periods_of_a_stock.Solution
- Solution() - Constructor for class g2101_2200.s2111_minimum_operations_to_make_the_array_k_increasing.Solution
- Solution() - Constructor for class g2101_2200.s2114_maximum_number_of_words_found_in_sentences.Solution
- Solution() - Constructor for class g2101_2200.s2115_find_all_possible_recipes_from_given_supplies.Solution
- Solution() - Constructor for class g2101_2200.s2116_check_if_a_parentheses_string_can_be_valid.Solution
- Solution() - Constructor for class g2101_2200.s2117_abbreviating_the_product_of_a_range.Solution
- Solution() - Constructor for class g2101_2200.s2119_a_number_after_a_double_reversal.Solution
- Solution() - Constructor for class g2101_2200.s2120_execution_of_all_suffix_instructions_staying_in_a_grid.Solution
- Solution() - Constructor for class g2101_2200.s2121_intervals_between_identical_elements.Solution
- Solution() - Constructor for class g2101_2200.s2122_recover_the_original_array.Solution
- Solution() - Constructor for class g2101_2200.s2124_check_if_all_as_appears_before_all_bs.Solution
- Solution() - Constructor for class g2101_2200.s2125_number_of_laser_beams_in_a_bank.Solution
- Solution() - Constructor for class g2101_2200.s2126_destroying_asteroids.Solution
- Solution() - Constructor for class g2101_2200.s2127_maximum_employees_to_be_invited_to_a_meeting.Solution
- Solution() - Constructor for class g2101_2200.s2129_capitalize_the_title.Solution
- Solution() - Constructor for class g2101_2200.s2130_maximum_twin_sum_of_a_linked_list.Solution
- Solution() - Constructor for class g2101_2200.s2131_longest_palindrome_by_concatenating_two_letter_words.Solution
- Solution() - Constructor for class g2101_2200.s2132_stamping_the_grid.Solution
- Solution() - Constructor for class g2101_2200.s2133_check_if_every_row_and_column_contains_all_numbers.Solution
- Solution() - Constructor for class g2101_2200.s2134_minimum_swaps_to_group_all_1s_together_ii.Solution
- Solution() - Constructor for class g2101_2200.s2135_count_words_obtained_after_adding_a_letter.Solution
- Solution() - Constructor for class g2101_2200.s2136_earliest_possible_day_of_full_bloom.Solution
- Solution() - Constructor for class g2101_2200.s2138_divide_a_string_into_groups_of_size_k.Solution
- Solution() - Constructor for class g2101_2200.s2139_minimum_moves_to_reach_target_score.Solution
- Solution() - Constructor for class g2101_2200.s2140_solving_questions_with_brainpower.Solution
- Solution() - Constructor for class g2101_2200.s2141_maximum_running_time_of_n_computers.Solution
- Solution() - Constructor for class g2101_2200.s2144_minimum_cost_of_buying_candies_with_discount.Solution
- Solution() - Constructor for class g2101_2200.s2145_count_the_hidden_sequences.Solution
- Solution() - Constructor for class g2101_2200.s2146_k_highest_ranked_items_within_a_price_range.Solution
- Solution() - Constructor for class g2101_2200.s2147_number_of_ways_to_divide_a_long_corridor.Solution
- Solution() - Constructor for class g2101_2200.s2148_count_elements_with_strictly_smaller_and_greater_elements.Solution
- Solution() - Constructor for class g2101_2200.s2149_rearrange_array_elements_by_sign.Solution
- Solution() - Constructor for class g2101_2200.s2150_find_all_lonely_numbers_in_the_array.Solution
- Solution() - Constructor for class g2101_2200.s2151_maximum_good_people_based_on_statements.Solution
- Solution() - Constructor for class g2101_2200.s2154_keep_multiplying_found_values_by_two.Solution
- Solution() - Constructor for class g2101_2200.s2155_all_divisions_with_the_highest_score_of_a_binary_array.Solution
- Solution() - Constructor for class g2101_2200.s2156_find_substring_with_given_hash_value.Solution
- Solution() - Constructor for class g2101_2200.s2157_groups_of_strings.Solution
- Solution() - Constructor for class g2101_2200.s2160_minimum_sum_of_four_digit_number_after_splitting_digits.Solution
- Solution() - Constructor for class g2101_2200.s2161_partition_array_according_to_given_pivot.Solution
- Solution() - Constructor for class g2101_2200.s2162_minimum_cost_to_set_cooking_time.Solution
- Solution() - Constructor for class g2101_2200.s2163_minimum_difference_in_sums_after_removal_of_elements.Solution
- Solution() - Constructor for class g2101_2200.s2164_sort_even_and_odd_indices_independently.Solution
- Solution() - Constructor for class g2101_2200.s2165_smallest_value_of_the_rearranged_number.Solution
- Solution() - Constructor for class g2101_2200.s2167_minimum_time_to_remove_all_cars_containing_illegal_goods.Solution
- Solution() - Constructor for class g2101_2200.s2169_count_operations_to_obtain_zero.Solution
- Solution() - Constructor for class g2101_2200.s2170_minimum_operations_to_make_the_array_alternating.Solution
- Solution() - Constructor for class g2101_2200.s2171_removing_minimum_number_of_magic_beans.Solution
- Solution() - Constructor for class g2101_2200.s2172_maximum_and_sum_of_array.Solution
- Solution() - Constructor for class g2101_2200.s2176_count_equal_and_divisible_pairs_in_an_array.Solution
- Solution() - Constructor for class g2101_2200.s2177_find_three_consecutive_integers_that_sum_to_a_given_number.Solution
- Solution() - Constructor for class g2101_2200.s2178_maximum_split_of_positive_even_integers.Solution
- Solution() - Constructor for class g2101_2200.s2179_count_good_triplets_in_an_array.Solution
- Solution() - Constructor for class g2101_2200.s2180_count_integers_with_even_digit_sum.Solution
- Solution() - Constructor for class g2101_2200.s2181_merge_nodes_in_between_zeros.Solution
- Solution() - Constructor for class g2101_2200.s2182_construct_string_with_repeat_limit.Solution
- Solution() - Constructor for class g2101_2200.s2183_count_array_pairs_divisible_by_k.Solution
- Solution() - Constructor for class g2101_2200.s2185_counting_words_with_a_given_prefix.Solution
- Solution() - Constructor for class g2101_2200.s2186_minimum_number_of_steps_to_make_two_strings_anagram_ii.Solution
- Solution() - Constructor for class g2101_2200.s2187_minimum_time_to_complete_trips.Solution
- Solution() - Constructor for class g2101_2200.s2188_minimum_time_to_finish_the_race.Solution
- Solution() - Constructor for class g2101_2200.s2190_most_frequent_number_following_key_in_an_array.Solution
- Solution() - Constructor for class g2101_2200.s2191_sort_the_jumbled_numbers.Solution
- Solution() - Constructor for class g2101_2200.s2192_all_ancestors_of_a_node_in_a_directed_acyclic_graph.Solution
- Solution() - Constructor for class g2101_2200.s2193_minimum_number_of_moves_to_make_palindrome.Solution
- Solution() - Constructor for class g2101_2200.s2194_cells_in_a_range_on_an_excel_sheet.Solution
- Solution() - Constructor for class g2101_2200.s2195_append_k_integers_with_minimal_sum.Solution
- Solution() - Constructor for class g2101_2200.s2196_create_binary_tree_from_descriptions.Solution
- Solution() - Constructor for class g2101_2200.s2197_replace_non_coprime_numbers_in_array.Solution
- Solution() - Constructor for class g2101_2200.s2200_find_all_k_distant_indices_in_an_array.Solution
- Solution() - Constructor for class g2201_2300.s2201_count_artifacts_that_can_be_extracted.Solution
- Solution() - Constructor for class g2201_2300.s2202_maximize_the_topmost_element_after_k_moves.Solution
- Solution() - Constructor for class g2201_2300.s2203_minimum_weighted_subgraph_with_the_required_paths.Solution
- Solution() - Constructor for class g2201_2300.s2206_divide_array_into_equal_pairs.Solution
- Solution() - Constructor for class g2201_2300.s2207_maximize_number_of_subsequences_in_a_string.Solution
- Solution() - Constructor for class g2201_2300.s2208_minimum_operations_to_halve_array_sum.Solution
- Solution() - Constructor for class g2201_2300.s2209_minimum_white_tiles_after_covering_with_carpets.Solution
- Solution() - Constructor for class g2201_2300.s2210_count_hills_and_valleys_in_an_array.Solution
- Solution() - Constructor for class g2201_2300.s2211_count_collisions_on_a_road.Solution
- Solution() - Constructor for class g2201_2300.s2212_maximum_points_in_an_archery_competition.Solution
- Solution() - Constructor for class g2201_2300.s2213_longest_substring_of_one_repeating_character.Solution
- Solution() - Constructor for class g2201_2300.s2215_find_the_difference_of_two_arrays.Solution
- Solution() - Constructor for class g2201_2300.s2216_minimum_deletions_to_make_array_beautiful.Solution
- Solution() - Constructor for class g2201_2300.s2217_find_palindrome_with_fixed_length.Solution
- Solution() - Constructor for class g2201_2300.s2218_maximum_value_of_k_coins_from_piles.Solution
- Solution() - Constructor for class g2201_2300.s2220_minimum_bit_flips_to_convert_number.Solution
- Solution() - Constructor for class g2201_2300.s2221_find_triangular_sum_of_an_array.Solution
- Solution() - Constructor for class g2201_2300.s2222_number_of_ways_to_select_buildings.Solution
- Solution() - Constructor for class g2201_2300.s2223_sum_of_scores_of_built_strings.Solution
- Solution() - Constructor for class g2201_2300.s2224_minimum_number_of_operations_to_convert_time.Solution
- Solution() - Constructor for class g2201_2300.s2225_find_players_with_zero_or_one_losses.Solution
- Solution() - Constructor for class g2201_2300.s2226_maximum_candies_allocated_to_k_children.Solution
- Solution() - Constructor for class g2201_2300.s2231_largest_number_after_digit_swaps_by_parity.Solution
- Solution() - Constructor for class g2201_2300.s2232_minimize_result_by_adding_parentheses_to_expression.Solution
- Solution() - Constructor for class g2201_2300.s2233_maximum_product_after_k_increments.Solution
- Solution() - Constructor for class g2201_2300.s2234_maximum_total_beauty_of_the_gardens.Solution
- Solution() - Constructor for class g2201_2300.s2235_add_two_integers.Solution
- Solution() - Constructor for class g2201_2300.s2236_root_equals_sum_of_children.Solution
- Solution() - Constructor for class g2201_2300.s2239_find_closest_number_to_zero.Solution
- Solution() - Constructor for class g2201_2300.s2240_number_of_ways_to_buy_pens_and_pencils.Solution
- Solution() - Constructor for class g2201_2300.s2242_maximum_score_of_a_node_sequence.Solution
- Solution() - Constructor for class g2201_2300.s2243_calculate_digit_sum_of_a_string.Solution
- Solution() - Constructor for class g2201_2300.s2244_minimum_rounds_to_complete_all_tasks.Solution
- Solution() - Constructor for class g2201_2300.s2245_maximum_trailing_zeros_in_a_cornered_path.Solution
- Solution() - Constructor for class g2201_2300.s2246_longest_path_with_different_adjacent_characters.Solution
- Solution() - Constructor for class g2201_2300.s2248_intersection_of_multiple_arrays.Solution
- Solution() - Constructor for class g2201_2300.s2249_count_lattice_points_inside_a_circle.Solution
- Solution() - Constructor for class g2201_2300.s2250_count_number_of_rectangles_containing_each_point.Solution
- Solution() - Constructor for class g2201_2300.s2251_number_of_flowers_in_full_bloom.Solution
- Solution() - Constructor for class g2201_2300.s2255_count_prefixes_of_a_given_string.Solution
- Solution() - Constructor for class g2201_2300.s2256_minimum_average_difference.Solution
- Solution() - Constructor for class g2201_2300.s2257_count_unguarded_cells_in_the_grid.Solution
- Solution() - Constructor for class g2201_2300.s2258_escape_the_spreading_fire.Solution
- Solution() - Constructor for class g2201_2300.s2259_remove_digit_from_number_to_maximize_result.Solution
- Solution() - Constructor for class g2201_2300.s2260_minimum_consecutive_cards_to_pick_up.Solution
- Solution() - Constructor for class g2201_2300.s2261_k_divisible_elements_subarrays.Solution
- Solution() - Constructor for class g2201_2300.s2262_total_appeal_of_a_string.Solution
- Solution() - Constructor for class g2201_2300.s2264_largest_3_same_digit_number_in_string.Solution
- Solution() - Constructor for class g2201_2300.s2265_count_nodes_equal_to_average_of_subtree.Solution
- Solution() - Constructor for class g2201_2300.s2266_count_number_of_texts.Solution
- Solution() - Constructor for class g2201_2300.s2267_check_if_there_is_a_valid_parentheses_string_path.Solution
- Solution() - Constructor for class g2201_2300.s2269_find_the_k_beauty_of_a_number.Solution
- Solution() - Constructor for class g2201_2300.s2270_number_of_ways_to_split_array.Solution
- Solution() - Constructor for class g2201_2300.s2271_maximum_white_tiles_covered_by_a_carpet.Solution
- Solution() - Constructor for class g2201_2300.s2272_substring_with_largest_variance.Solution
- Solution() - Constructor for class g2201_2300.s2273_find_resultant_array_after_removing_anagrams.Solution
- Solution() - Constructor for class g2201_2300.s2274_maximum_consecutive_floors_without_special_floors.Solution
- Solution() - Constructor for class g2201_2300.s2275_largest_combination_with_bitwise_and_greater_than_zero.Solution
- Solution() - Constructor for class g2201_2300.s2278_percentage_of_letter_in_string.Solution
- Solution() - Constructor for class g2201_2300.s2279_maximum_bags_with_full_capacity_of_rocks.Solution
- Solution() - Constructor for class g2201_2300.s2280_minimum_lines_to_represent_a_line_chart.Solution
- Solution() - Constructor for class g2201_2300.s2281_sum_of_total_strength_of_wizards.Solution
- Solution() - Constructor for class g2201_2300.s2283_check_if_number_has_equal_digit_count_and_digit_value.Solution
- Solution() - Constructor for class g2201_2300.s2284_sender_with_largest_word_count.Solution
- Solution() - Constructor for class g2201_2300.s2285_maximum_total_importance_of_roads.Solution
- Solution() - Constructor for class g2201_2300.s2287_rearrange_characters_to_make_target_string.Solution
- Solution() - Constructor for class g2201_2300.s2288_apply_discount_to_prices.Solution
- Solution() - Constructor for class g2201_2300.s2289_steps_to_make_array_non_decreasing.Solution
- Solution() - Constructor for class g2201_2300.s2290_minimum_obstacle_removal_to_reach_corner.Solution
- Solution() - Constructor for class g2201_2300.s2293_min_max_game.Solution
- Solution() - Constructor for class g2201_2300.s2294_partition_array_such_that_maximum_difference_is_k.Solution
- Solution() - Constructor for class g2201_2300.s2295_replace_elements_in_an_array.Solution
- Solution() - Constructor for class g2201_2300.s2299_strong_password_checker_ii.Solution
- Solution() - Constructor for class g2201_2300.s2300_successful_pairs_of_spells_and_potions.Solution
- Solution() - Constructor for class g2301_2400.s2301_match_substring_after_replacement.Solution
- Solution() - Constructor for class g2301_2400.s2302_count_subarrays_with_score_less_than_k.Solution
- Solution() - Constructor for class g2301_2400.s2303_calculate_amount_paid_in_taxes.Solution
- Solution() - Constructor for class g2301_2400.s2304_minimum_path_cost_in_a_grid.Solution
- Solution() - Constructor for class g2301_2400.s2305_fair_distribution_of_cookies.Solution
- Solution() - Constructor for class g2301_2400.s2306_naming_a_company.Solution
- Solution() - Constructor for class g2301_2400.s2309_greatest_english_letter_in_upper_and_lower_case.Solution
- Solution() - Constructor for class g2301_2400.s2310_sum_of_numbers_with_units_digit_k.Solution
- Solution() - Constructor for class g2301_2400.s2311_longest_binary_subsequence_less_than_or_equal_to_k.Solution
- Solution() - Constructor for class g2301_2400.s2312_selling_pieces_of_wood.Solution
- Solution() - Constructor for class g2301_2400.s2315_count_asterisks.Solution
- Solution() - Constructor for class g2301_2400.s2316_count_unreachable_pairs_of_nodes_in_an_undirected_graph.Solution
- Solution() - Constructor for class g2301_2400.s2317_maximum_xor_after_operations.Solution
- Solution() - Constructor for class g2301_2400.s2318_number_of_distinct_roll_sequences.Solution
- Solution() - Constructor for class g2301_2400.s2319_check_if_matrix_is_x_matrix.Solution
- Solution() - Constructor for class g2301_2400.s2320_count_number_of_ways_to_place_houses.Solution
- Solution() - Constructor for class g2301_2400.s2321_maximum_score_of_spliced_array.Solution
- Solution() - Constructor for class g2301_2400.s2322_minimum_score_after_removals_on_a_tree.Solution
- Solution() - Constructor for class g2301_2400.s2325_decode_the_message.Solution
- Solution() - Constructor for class g2301_2400.s2326_spiral_matrix_iv.Solution
- Solution() - Constructor for class g2301_2400.s2327_number_of_people_aware_of_a_secret.Solution
- Solution() - Constructor for class g2301_2400.s2328_number_of_increasing_paths_in_a_grid.Solution
- Solution() - Constructor for class g2301_2400.s2331_evaluate_boolean_binary_tree.Solution
- Solution() - Constructor for class g2301_2400.s2332_the_latest_time_to_catch_a_bus.Solution
- Solution() - Constructor for class g2301_2400.s2333_minimum_sum_of_squared_difference.Solution
- Solution() - Constructor for class g2301_2400.s2334_subarray_with_elements_greater_than_varying_threshold.Solution
- Solution() - Constructor for class g2301_2400.s2335_minimum_amount_of_time_to_fill_cups.Solution
- Solution() - Constructor for class g2301_2400.s2337_move_pieces_to_obtain_a_string.Solution
- Solution() - Constructor for class g2301_2400.s2338_count_the_number_of_ideal_arrays.Solution
- Solution() - Constructor for class g2301_2400.s2341_maximum_number_of_pairs_in_array.Solution
- Solution() - Constructor for class g2301_2400.s2342_max_sum_of_a_pair_with_equal_sum_of_digits.Solution
- Solution() - Constructor for class g2301_2400.s2343_query_kth_smallest_trimmed_number.Solution
- Solution() - Constructor for class g2301_2400.s2344_minimum_deletions_to_make_array_divisible.Solution
- Solution() - Constructor for class g2301_2400.s2347_best_poker_hand.Solution
- Solution() - Constructor for class g2301_2400.s2348_number_of_zero_filled_subarrays.Solution
- Solution() - Constructor for class g2301_2400.s2350_shortest_impossible_sequence_of_rolls.Solution
- Solution() - Constructor for class g2301_2400.s2351_first_letter_to_appear_twice.Solution
- Solution() - Constructor for class g2301_2400.s2352_equal_row_and_column_pairs.Solution
- Solution() - Constructor for class g2301_2400.s2354_number_of_excellent_pairs.Solution
- Solution() - Constructor for class g2301_2400.s2357_make_array_zero_by_subtracting_equal_amounts.Solution
- Solution() - Constructor for class g2301_2400.s2358_maximum_number_of_groups_entering_a_competition.Solution
- Solution() - Constructor for class g2301_2400.s2359_find_closest_node_to_given_two_nodes.Solution
- Solution() - Constructor for class g2301_2400.s2360_longest_cycle_in_a_graph.Solution
- Solution() - Constructor for class g2301_2400.s2363_merge_similar_items.Solution
- Solution() - Constructor for class g2301_2400.s2364_count_number_of_bad_pairs.Solution
- Solution() - Constructor for class g2301_2400.s2365_task_scheduler_ii.Solution
- Solution() - Constructor for class g2301_2400.s2366_minimum_replacements_to_sort_the_array.Solution
- Solution() - Constructor for class g2301_2400.s2367_number_of_arithmetic_triplets.Solution
- Solution() - Constructor for class g2301_2400.s2368_reachable_nodes_with_restrictions.Solution
- Solution() - Constructor for class g2301_2400.s2369_check_if_there_is_a_valid_partition_for_the_array.Solution
- Solution() - Constructor for class g2301_2400.s2370_longest_ideal_subsequence.Solution
- Solution() - Constructor for class g2301_2400.s2373_largest_local_values_in_a_matrix.Solution
- Solution() - Constructor for class g2301_2400.s2374_node_with_highest_edge_score.Solution
- Solution() - Constructor for class g2301_2400.s2375_construct_smallest_number_from_di_string.Solution
- Solution() - Constructor for class g2301_2400.s2376_count_special_integers.Solution
- Solution() - Constructor for class g2301_2400.s2379_minimum_recolors_to_get_k_consecutive_black_blocks.Solution
- Solution() - Constructor for class g2301_2400.s2380_time_needed_to_rearrange_a_binary_string.Solution
- Solution() - Constructor for class g2301_2400.s2381_shifting_letters_ii.Solution
- Solution() - Constructor for class g2301_2400.s2382_maximum_segment_sum_after_removals.Solution
- Solution() - Constructor for class g2301_2400.s2383_minimum_hours_of_training_to_win_a_competition.Solution
- Solution() - Constructor for class g2301_2400.s2384_largest_palindromic_number.Solution
- Solution() - Constructor for class g2301_2400.s2385_amount_of_time_for_binary_tree_to_be_infected.Solution
- Solution() - Constructor for class g2301_2400.s2386_find_the_k_sum_of_an_array.Solution
- Solution() - Constructor for class g2301_2400.s2389_longest_subsequence_with_limited_sum.Solution
- Solution() - Constructor for class g2301_2400.s2390_removing_stars_from_a_string.Solution
- Solution() - Constructor for class g2301_2400.s2391_minimum_amount_of_time_to_collect_garbage.Solution
- Solution() - Constructor for class g2301_2400.s2392_build_a_matrix_with_conditions.Solution
- Solution() - Constructor for class g2301_2400.s2395_find_subarrays_with_equal_sum.Solution
- Solution() - Constructor for class g2301_2400.s2396_strictly_palindromic_number.Solution
- Solution() - Constructor for class g2301_2400.s2397_maximum_rows_covered_by_columns.Solution
- Solution() - Constructor for class g2301_2400.s2398_maximum_number_of_robots_within_budget.Solution
- Solution() - Constructor for class g2301_2400.s2399_check_distances_between_same_letters.Solution
- Solution() - Constructor for class g2301_2400.s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps.Solution
- Solution() - Constructor for class g2401_2500.s2401_longest_nice_subarray.Solution
- Solution() - Constructor for class g2401_2500.s2402_meeting_rooms_iii.Solution
- Solution() - Constructor for class g2401_2500.s2404_most_frequent_even_element.Solution
- Solution() - Constructor for class g2401_2500.s2405_optimal_partition_of_string.Solution
- Solution() - Constructor for class g2401_2500.s2406_divide_intervals_into_minimum_number_of_groups.Solution
- Solution() - Constructor for class g2401_2500.s2407_longest_increasing_subsequence_ii.Solution
- Solution() - Constructor for class g2401_2500.s2409_count_days_spent_together.Solution
- Solution() - Constructor for class g2401_2500.s2410_maximum_matching_of_players_with_trainers.Solution
- Solution() - Constructor for class g2401_2500.s2411_smallest_subarrays_with_maximum_bitwise_or.Solution
- Solution() - Constructor for class g2401_2500.s2412_minimum_money_required_before_transactions.Solution
- Solution() - Constructor for class g2401_2500.s2413_smallest_even_multiple.Solution
- Solution() - Constructor for class g2401_2500.s2414_length_of_the_longest_alphabetical_continuous_substring.Solution
- Solution() - Constructor for class g2401_2500.s2415_reverse_odd_levels_of_binary_tree.Solution
- Solution() - Constructor for class g2401_2500.s2416_sum_of_prefix_scores_of_strings.Solution
- Solution() - Constructor for class g2401_2500.s2418_sort_the_people.Solution
- Solution() - Constructor for class g2401_2500.s2419_longest_subarray_with_maximum_bitwise_and.Solution
- Solution() - Constructor for class g2401_2500.s2420_find_all_good_indices.Solution
- Solution() - Constructor for class g2401_2500.s2421_number_of_good_paths.Solution
- Solution() - Constructor for class g2401_2500.s2423_remove_letter_to_equalize_frequency.Solution
- Solution() - Constructor for class g2401_2500.s2425_bitwise_xor_of_all_pairings.Solution
- Solution() - Constructor for class g2401_2500.s2426_number_of_pairs_satisfying_inequality.Solution
- Solution() - Constructor for class g2401_2500.s2427_number_of_common_factors.Solution
- Solution() - Constructor for class g2401_2500.s2428_maximum_sum_of_an_hourglass.Solution
- Solution() - Constructor for class g2401_2500.s2429_minimize_xor.Solution
- Solution() - Constructor for class g2401_2500.s2430_maximum_deletions_on_a_string.Solution
- Solution() - Constructor for class g2401_2500.s2432_the_employee_that_worked_on_the_longest_task.Solution
- Solution() - Constructor for class g2401_2500.s2433_find_the_original_array_of_prefix_xor.Solution
- Solution() - Constructor for class g2401_2500.s2434_using_a_robot_to_print_the_lexicographically_smallest_string.Solution
- Solution() - Constructor for class g2401_2500.s2435_paths_in_matrix_whose_sum_is_divisible_by_k.Solution
- Solution() - Constructor for class g2401_2500.s2437_number_of_valid_clock_times.Solution
- Solution() - Constructor for class g2401_2500.s2438_range_product_queries_of_powers.Solution
- Solution() - Constructor for class g2401_2500.s2439_minimize_maximum_of_array.Solution
- Solution() - Constructor for class g2401_2500.s2440_create_components_with_same_value.Solution
- Solution() - Constructor for class g2401_2500.s2441_largest_positive_integer_that_exists_with_its_negative.Solution
- Solution() - Constructor for class g2401_2500.s2442_count_number_of_distinct_integers_after_reverse_operations.Solution
- Solution() - Constructor for class g2401_2500.s2443_sum_of_number_and_its_reverse.Solution
- Solution() - Constructor for class g2401_2500.s2444_count_subarrays_with_fixed_bounds.Solution
- Solution() - Constructor for class g2401_2500.s2446_determine_if_two_events_have_conflict.Solution
- Solution() - Constructor for class g2401_2500.s2447_number_of_subarrays_with_gcd_equal_to_k.Solution
- Solution() - Constructor for class g2401_2500.s2448_minimum_cost_to_make_array_equal.Solution
- Solution() - Constructor for class g2401_2500.s2449_minimum_number_of_operations_to_make_arrays_similar.Solution
- Solution() - Constructor for class g2401_2500.s2451_odd_string_difference.Solution
- Solution() - Constructor for class g2401_2500.s2452_words_within_two_edits_of_dictionary.Solution
- Solution() - Constructor for class g2401_2500.s2453_destroy_sequential_targets.Solution
- Solution() - Constructor for class g2401_2500.s2454_next_greater_element_iv.Solution
- Solution() - Constructor for class g2401_2500.s2455_average_value_of_even_numbers_that_are_divisible_by_three.Solution
- Solution() - Constructor for class g2401_2500.s2456_most_popular_video_creator.Solution
- Solution() - Constructor for class g2401_2500.s2457_minimum_addition_to_make_integer_beautiful.Solution
- Solution() - Constructor for class g2401_2500.s2458_height_of_binary_tree_after_subtree_removal_queries.Solution
- Solution() - Constructor for class g2401_2500.s2460_apply_operations_to_an_array.Solution
- Solution() - Constructor for class g2401_2500.s2461_maximum_sum_of_distinct_subarrays_with_length_k.Solution
- Solution(double, double, double) - Constructor for class g0401_0500.s0478_generate_random_point_in_a_circle.Solution
- Solution(int[]) - Constructor for class g0301_0400.s0384_shuffle_an_array.Solution
- Solution(int[]) - Constructor for class g0301_0400.s0398_random_pick_index.Solution
- Solution(int[]) - Constructor for class g0501_0600.s0528_random_pick_with_weight.Solution
- Solution(int[][]) - Constructor for class g0401_0500.s0497_random_point_in_non_overlapping_rectangles.Solution
- Solution(int, int) - Constructor for class g0501_0600.s0519_random_flip_matrix.Solution
- Solution(int, int[]) - Constructor for class g0701_0800.s0710_random_pick_with_blacklist.Solution
- Solution(ListNode) - Constructor for class g0301_0400.s0382_linked_list_random_node.Solution
- Solution.CustomFunction - Interface in g1201_1300.s1237_find_positive_integer_solution_for_a_given_equation
- solve(char[][]) - Method in class g0101_0200.s0130_surrounded_regions.Solution
- solveEquation(String) - Method in class g0601_0700.s0640_solve_the_equation.Solution
- solveNQueens(int) - Method in class g0001_0100.s0051_n_queens.Solution
- solveSudoku(char[][]) - Method in class g0001_0100.s0037_sudoku_solver.Solution
- sortArray(int[]) - Method in class g0901_1000.s0912_sort_an_array.Solution
- sortArrayByParity(int[]) - Method in class g0901_1000.s0905_sort_array_by_parity.Solution
- sortArrayByParityII(int[]) - Method in class g0901_1000.s0922_sort_array_by_parity_ii.Solution
- sortByBits(int[]) - Method in class g1301_1400.s1356_sort_integers_by_the_number_of_1_bits.Solution
- sortColors(int[]) - Method in class g0001_0100.s0075_sort_colors.Solution
- sortedArrayToBST(int[]) - Method in class g0101_0200.s0108_convert_sorted_array_to_binary_search_tree.Solution
- sortedListToBST(ListNode) - Method in class g0101_0200.s0109_convert_sorted_list_to_binary_search_tree.Solution
- sortedSquares(int[]) - Method in class g0901_1000.s0977_squares_of_a_sorted_array.Solution
- sortEvenOdd(int[]) - Method in class g2101_2200.s2164_sort_even_and_odd_indices_independently.Solution
- sortItems(int, int, int[], List<List<Integer>>) - Method in class g1201_1300.s1203_sort_items_by_groups_respecting_dependencies.Solution
- sortJumbled(int[], int[]) - Method in class g2101_2200.s2191_sort_the_jumbled_numbers.Solution
- sortList(ListNode) - Method in class g0101_0200.s0148_sort_list.Solution
- sortPeople(String[], int[]) - Method in class g2401_2500.s2418_sort_the_people.Solution
- SORTracker - Class in g2101_2200.s2102_sequentially_ordinal_rank_tracker
- SORTracker() - Constructor for class g2101_2200.s2102_sequentially_ordinal_rank_tracker.SORTracker
- sortSentence(String) - Method in class g1801_1900.s1859_sorting_the_sentence.Solution
- sortString(String) - Method in class g1301_1400.s1370_increasing_decreasing_string.Solution
- soupServings(int) - Method in class g0801_0900.s0808_soup_servings.Solution
- specialArray(int[]) - Method in class g1601_1700.s1608_special_array_with_x_elements_greater_than_or_equal_x.Solution
- spellchecker(String[], String[]) - Method in class g0901_1000.s0966_vowel_spellchecker.Solution
- spiralMatrix(int, int, ListNode) - Method in class g2301_2400.s2326_spiral_matrix_iv.Solution
- spiralMatrixIII(int, int, int, int) - Method in class g0801_0900.s0885_spiral_matrix_iii.Solution
- spiralOrder(int[][]) - Method in class g0001_0100.s0054_spiral_matrix.Solution
- splitArray(int[], int) - Method in class g0401_0500.s0410_split_array_largest_sum.Solution
- splitArraySameAverage(int[]) - Method in class g0801_0900.s0805_split_array_with_same_average.Solution
- splitIntoFibonacci(String) - Method in class g0801_0900.s0842_split_array_into_fibonacci_sequence.Solution
- splitListToParts(ListNode, int) - Method in class g0701_0800.s0725_split_linked_list_in_parts.Solution
- splitPainting(int[][]) - Method in class g1901_2000.s1943_describe_the_painting.Solution
- splitString(String) - Method in class g1801_1900.s1849_splitting_a_string_into_descending_consecutive_values.Solution
- squareIsWhite(String) - Method in class g1801_1900.s1812_determine_color_of_a_chessboard_square.Solution
- startsWith(String) - Method in class g0201_0300.s0208_implement_trie_prefix_tree.Trie
- startsWith(String) - Method in class g0701_0800.s0745_prefix_and_suffix_search.WordFilter
- step(int) - Method in class g2001_2100.s2069_walking_robot_simulation_ii.Robot
- StockPrice - Class in g2001_2100.s2034_stock_price_fluctuation
- StockPrice() - Constructor for class g2001_2100.s2034_stock_price_fluctuation.StockPrice
- StockSpanner - Class in g0901_1000.s0901_online_stock_span
- StockSpanner() - Constructor for class g0901_1000.s0901_online_stock_span.StockSpanner
- stoneGame(int[]) - Method in class g0801_0900.s0877_stone_game.Solution
- stoneGameII(int[]) - Method in class g1101_1200.s1140_stone_game_ii.Solution
- stoneGameIII(int[]) - Method in class g1401_1500.s1406_stone_game_iii.Solution
- stoneGameIX(int[]) - Method in class g2001_2100.s2029_stone_game_ix.Solution
- stoneGameV(int[]) - Method in class g1501_1600.s1563_stone_game_v.Solution
- stoneGameVI(int[], int[]) - Method in class g1601_1700.s1686_stone_game_vi.Solution
- stoneGameVII(int[]) - Method in class g1601_1700.s1690_stone_game_vii.Solution
- stoneGameVIII(int[]) - Method in class g1801_1900.s1872_stone_game_viii.Solution
- strangePrinter(String) - Method in class g0601_0700.s0664_strange_printer.Solution
- StreamChecker - Class in g1001_1100.s1032_stream_of_characters
- StreamChecker(String[]) - Constructor for class g1001_1100.s1032_stream_of_characters.StreamChecker
- stringMatching(String[]) - Method in class g1401_1500.s1408_string_matching_in_an_array.Solution
- strongPasswordChecker(String) - Method in class g0401_0500.s0420_strong_password_checker.Solution
- strongPasswordCheckerII(String) - Method in class g2201_2300.s2299_strong_password_checker_ii.Solution
- strStr(String, String) - Method in class g0001_0100.s0028_implement_strstr.Solution
- strWithout3a3b(int, int) - Method in class g0901_1000.s0984_string_without_aaa_or_bbb.Solution
- subarrayBitwiseORs(int[]) - Method in class g0801_0900.s0898_bitwise_ors_of_subarrays.Solution
- subarrayGCD(int[], int) - Method in class g2401_2500.s2447_number_of_subarrays_with_gcd_equal_to_k.Solution
- subArrayRanges(int[]) - Method in class g2101_2200.s2104_sum_of_subarray_ranges.Solution
- subarraysDivByK(int[], int) - Method in class g0901_1000.s0974_subarray_sums_divisible_by_k.Solution
- subarraySum(int[], int) - Method in class g0501_0600.s0560_subarray_sum_equals_k.Solution
- subarraysWithKDistinct(int[], int) - Method in class g0901_1000.s0992_subarrays_with_k_different_integers.Solution
- subdomainVisits(String[]) - Method in class g0801_0900.s0811_subdomain_visit_count.Solution
- subordinates - Variable in class com_github_leetcode.Employee
-
the id of direct subordinates
- SubrectangleQueries - Class in g1401_1500.s1476_subrectangle_queries
- SubrectangleQueries(int[][]) - Constructor for class g1401_1500.s1476_subrectangle_queries.SubrectangleQueries
- subsets(int[]) - Method in class g0001_0100.s0078_subsets.Solution
- subsetsWithDup(int[]) - Method in class g0001_0100.s0090_subsets_ii.Solution
- subsetXORSum(int[]) - Method in class g1801_1900.s1863_sum_of_all_subset_xor_totals.Solution
- subStrHash(String, int, int, int, int) - Method in class g2101_2200.s2156_find_substring_with_given_hash_value.Solution
- subtractProductAndSum(int) - Method in class g1201_1300.s1281_subtract_the_product_and_sum_of_digits_of_an_integer.Solution
- subtreeWithAllDeepest(TreeNode) - Method in class g0801_0900.s0865_smallest_subtree_with_all_the_deepest_nodes.Solution
- successfulPairs(int[], int[], long) - Method in class g2201_2300.s2300_successful_pairs_of_spells_and_potions.Solution
- sufficientSubset(TreeNode, int) - Method in class g1001_1100.s1080_insufficient_nodes_in_root_to_leaf_paths.Solution
- sufficientSubset(TreeNode, int, int, boolean) - Method in class g1001_1100.s1080_insufficient_nodes_in_root_to_leaf_paths.Solution
- suggestedProducts(String[], String) - Method in class g1201_1300.s1268_search_suggestions_system.Solution
- sum(int, int) - Method in class g2201_2300.s2235_add_two_integers.Solution
- sum(String) - Method in class g0601_0700.s0677_map_sum_pairs.MapSum
- sumBase(int, int) - Method in class g1801_1900.s1837_sum_of_digits_in_base_k.Solution
- sumEvenAfterQueries(int[], int[][]) - Method in class g0901_1000.s0985_sum_of_even_numbers_after_queries.Solution
- sumEvenGrandparent(TreeNode) - Method in class g1301_1400.s1315_sum_of_nodes_with_even_valued_grandparent.Solution
- sumFourDivisors(int[]) - Method in class g1301_1400.s1390_four_divisors.Solution
- sumGame(String) - Method in class g1901_2000.s1927_sum_game.Solution
- summaryRanges(int[]) - Method in class g0201_0300.s0228_summary_ranges.Solution
- SummaryRanges - Class in g0301_0400.s0352_data_stream_as_disjoint_intervals
- SummaryRanges() - Constructor for class g0301_0400.s0352_data_stream_as_disjoint_intervals.SummaryRanges
- sumNumbers(TreeNode) - Method in class g0101_0200.s0129_sum_root_to_leaf_numbers.Solution
- sumOddLengthSubarrays(int[]) - Method in class g1501_1600.s1588_sum_of_all_odd_length_subarrays.Solution
- sumOfBeauties(int[]) - Method in class g2001_2100.s2012_sum_of_beauty_in_the_array.Solution
- sumOfDigits(long) - Method in class g2401_2500.s2457_minimum_addition_to_make_integer_beautiful.Solution
- sumOfDistancesInTree(int, int[][]) - Method in class g0801_0900.s0834_sum_of_distances_in_tree.Solution
- sumOfFlooredPairs(int[]) - Method in class g1801_1900.s1862_sum_of_floored_pairs.Solution
- sumOfLeftLeaves(TreeNode) - Method in class g0401_0500.s0404_sum_of_left_leaves.Solution
- sumOfNumberAndReverse(int) - Method in class g2401_2500.s2443_sum_of_number_and_its_reverse.Solution
- sumOfThree(long) - Method in class g2101_2200.s2177_find_three_consecutive_integers_that_sum_to_a_given_number.Solution
- sumOfUnique(int[]) - Method in class g1701_1800.s1748_sum_of_unique_elements.Solution
- sumPrefixScores(String[]) - Method in class g2401_2500.s2416_sum_of_prefix_scores_of_strings.Solution
- sumRange(int, int) - Method in class g0301_0400.s0303_range_sum_query_immutable.NumArray
- sumRange(int, int) - Method in class g0301_0400.s0307_range_sum_query_mutable.NumArray
- sumRegion(int, int, int, int) - Method in class g0301_0400.s0304_range_sum_query_2d_immutable.NumMatrix
- sumRootToLeaf(TreeNode) - Method in class g1001_1100.s1022_sum_of_root_to_leaf_binary_numbers.Solution
- sumScores(String) - Method in class g2201_2300.s2223_sum_of_scores_of_built_strings.Solution
- sumSubarrayMins(int[]) - Method in class g0901_1000.s0907_sum_of_subarray_minimums.Solution
- sumSubseqWidths(int[]) - Method in class g0801_0900.s0891_sum_of_subsequence_widths.Solution
- sumTree(TreeNode) - Method in class g1301_1400.s1339_maximum_product_of_splitted_binary_tree.Solution
- sumZero(int) - Method in class g1301_1400.s1304_find_n_unique_integers_sum_up_to_zero.Solution
- superEggDrop(int, int) - Method in class g0801_0900.s0887_super_egg_drop.Solution
- superpalindromesInRange(String, String) - Method in class g0901_1000.s0906_super_palindromes.Solution
- superPow(int, int[]) - Method in class g0301_0400.s0372_super_pow.Solution
- surfaceArea(int[][]) - Method in class g0801_0900.s0892_surface_area_of_3d_shapes.Solution
- swap(String, int, int, int, int) - Method in class g0701_0800.s0773_sliding_puzzle.Solution
- swapNodes(ListNode, int) - Method in class g1701_1800.s1721_swapping_nodes_in_a_linked_list.Solution
- swapPairs(ListNode) - Method in class g0001_0100.s0024_swap_nodes_in_pairs.Solution
- swimInWater(int[][]) - Method in class g0701_0800.s0778_swim_in_rising_water.Solution
T
- tallestBillboard(int[]) - Method in class g0901_1000.s0956_tallest_billboard.Solution
- targetIndices(int[], int) - Method in class g2001_2100.s2089_find_target_indices_after_sorting_array.Solution
- taskSchedulerII(int[], int) - Method in class g2301_2400.s2365_task_scheduler_ii.Solution
- TextEditor - Class in g2201_2300.s2296_design_a_text_editor
- TextEditor() - Constructor for class g2201_2300.s2296_design_a_text_editor.TextEditor
- third(Runnable) - Method in class g1101_1200.s1114_print_in_order.Foo
- thirdMax(int[]) - Method in class g0401_0500.s0414_third_maximum_number.Solution
- thousandSeparator(int) - Method in class g1501_1600.s1556_thousand_separator.Solution
- threeConsecutiveOdds(int[]) - Method in class g1501_1600.s1550_three_consecutive_odds.Solution
- threeEqualParts(int[]) - Method in class g0901_1000.s0927_three_equal_parts.Solution
- threeSum(int[]) - Method in class g0001_0100.s0015_3sum.Solution
- threeSumClosest(int[], int) - Method in class g0001_0100.s0016_3sum_closest.Solution
- threeSumMulti(int[], int) - Method in class g0901_1000.s0923_3sum_with_multiplicity.Solution
- ThroneInheritance - Class in g1501_1600.s1600_throne_inheritance
- ThroneInheritance(String) - Constructor for class g1501_1600.s1600_throne_inheritance.ThroneInheritance
- tictactoe(int[][]) - Method in class g1201_1300.s1275_find_winner_on_a_tic_tac_toe_game.Solution
- tilingRectangle(int, int) - Method in class g1201_1300.s1240_tiling_a_rectangle_with_the_fewest_squares.Solution
- TimeMap - Class in g0901_1000.s0981_time_based_key_value_store
- TimeMap() - Constructor for class g0901_1000.s0981_time_based_key_value_store.TimeMap
- timeRequiredToBuy(int[], int) - Method in class g2001_2100.s2073_time_needed_to_buy_tickets.Solution
- titleToNumber(String) - Method in class g0101_0200.s0171_excel_sheet_column_number.Solution
- toGoatLatin(String) - Method in class g0801_0900.s0824_goat_latin.Solution
- toHex(int) - Method in class g0401_0500.s0405_convert_a_number_to_hexadecimal.Solution
- toLowerCase(String) - Method in class g0701_0800.s0709_to_lower_case.Solution
- top() - Method in class g0101_0200.s0155_min_stack.MinStack
- top() - Method in class g0201_0300.s0225_implement_stack_using_queues.MyStack
- topKFrequent(int[], int) - Method in class g0301_0400.s0347_top_k_frequent_elements.Solution
- topKFrequent(String[], int) - Method in class g0601_0700.s0692_top_k_frequent_words.Solution
- topLeft - Variable in class g0401_0500.s0427_construct_quad_tree.Node
- topLeft - Variable in class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node
- topRight - Variable in class g0401_0500.s0427_construct_quad_tree.Node
- topRight - Variable in class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node
- TopVotedCandidate - Class in g0901_1000.s0911_online_election
- TopVotedCandidate(int[], int[]) - Constructor for class g0901_1000.s0911_online_election.TopVotedCandidate
- toString() - Method in class com_github_leetcode.left_right.Node
- toString() - Method in class com_github_leetcode.ListNode
- toString() - Method in class com_github_leetcode.Node
- toString() - Method in class com_github_leetcode.random.Node
- toString() - Method in class com_github_leetcode.TreeNode
- toString() - Method in class g0401_0500.s0427_construct_quad_tree.Node
- toString() - Method in class g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Node
- toString() - Method in class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node
- toString() - Method in class g2101_2200.s2166_design_bitset.Bitset
- totalFruit(int[]) - Method in class g0901_1000.s0904_fruit_into_baskets.Solution
- totalHammingDistance(int[]) - Method in class g0401_0500.s0477_total_hamming_distance.Solution
- totalMoney(int) - Method in class g1701_1800.s1716_calculate_money_in_leetcode_bank.Solution
- totalNQueens(int) - Method in class g0001_0100.s0052_n_queens_ii.Solution
- totalSteps(int[]) - Method in class g2201_2300.s2289_steps_to_make_array_non_decreasing.Solution
- totalStrength(int[]) - Method in class g2201_2300.s2281_sum_of_total_strength_of_wizards.Solution
- trailingZeroes(int) - Method in class g0101_0200.s0172_factorial_trailing_zeroes.Solution
- transfer(int, int, long) - Method in class g2001_2100.s2043_simple_bank_system.Bank
- transpose(int[][]) - Method in class g0801_0900.s0867_transpose_matrix.Solution
- trap(int[]) - Method in class g0001_0100.s0042_trapping_rain_water.Solution
- trapRainWater(int[][]) - Method in class g0401_0500.s0407_trapping_rain_water_ii.Solution
- Tree - Class in g0201_0300.s0212_word_search_ii
- Tree() - Constructor for class g0201_0300.s0212_word_search_ii.Tree
- tree2str(TreeNode) - Method in class g0601_0700.s0606_construct_string_from_binary_tree.Solution
- TreeAncestor - Class in g1401_1500.s1483_kth_ancestor_of_a_tree_node
- TreeAncestor(int, int[]) - Constructor for class g1401_1500.s1483_kth_ancestor_of_a_tree_node.TreeAncestor
- TreeNode - Class in com_github_leetcode
- TreeNode(int) - Constructor for class com_github_leetcode.TreeNode
- TreeNode(int, TreeNode, TreeNode) - Constructor for class com_github_leetcode.TreeNode
- treeQueries(TreeNode, int[]) - Method in class g2401_2500.s2458_height_of_binary_tree_after_subtree_removal_queries.Solution
- triangleNumber(int[]) - Method in class g0601_0700.s0611_valid_triangle_number.Solution
- triangularSum(int[]) - Method in class g2201_2300.s2221_find_triangular_sum_of_an_array.Solution
- tribonacci(int) - Method in class g1101_1200.s1137_n_th_tribonacci_number.Solution
- Trie - Class in g0201_0300.s0208_implement_trie_prefix_tree
- Trie() - Constructor for class g0201_0300.s0208_implement_trie_prefix_tree.Trie
- trimBST(TreeNode, int, int) - Method in class g0601_0700.s0669_trim_a_binary_search_tree.Solution
- trimMean(int[]) - Method in class g1601_1700.s1619_mean_of_array_after_removing_some_elements.Solution
- truncateSentence(String, int) - Method in class g1801_1900.s1816_truncate_sentence.Solution
- tupleSameProduct(int[]) - Method in class g1701_1800.s1726_tuple_with_same_product.Solution
- TweetCounts - Class in g1301_1400.s1348_tweet_counts_per_frequency
- TweetCounts() - Constructor for class g1301_1400.s1348_tweet_counts_per_frequency.TweetCounts
- Twitter - Class in g0301_0400.s0355_design_twitter
- Twitter() - Constructor for class g0301_0400.s0355_design_twitter.Twitter
- twoCitySchedCost(int[][]) - Method in class g1001_1100.s1029_two_city_scheduling.Solution
- twoEditWords(String[], String[]) - Method in class g2401_2500.s2452_words_within_two_edits_of_dictionary.Solution
- twoEggDrop(int) - Method in class g1801_1900.s1884_egg_drop_with_2_eggs_and_n_floors.Solution
- twoOutOfThree(int[], int[], int[]) - Method in class g2001_2100.s2032_two_out_of_three.Solution
- twoSum(int[], int) - Method in class g0001_0100.s0001_two_sum.Solution
- twoSum(int[], int) - Method in class g0101_0200.s0167_two_sum_ii_input_array_is_sorted.Solution
U
- uncommonFromSentences(String, String) - Method in class g0801_0900.s0884_uncommon_words_from_two_sentences.Solution
- UndergroundSystem - Class in g1301_1400.s1396_design_underground_system
- UndergroundSystem() - Constructor for class g1301_1400.s1396_design_underground_system.UndergroundSystem
- unfix(int) - Method in class g2101_2200.s2166_design_bitset.Bitset
- unfollow(int, int) - Method in class g0301_0400.s0355_design_twitter.Twitter
- unhappyFriends(int, int[][], int[][]) - Method in class g1501_1600.s1583_count_unhappy_friends.Solution
- union(int, int, int[], int[]) - Method in class g1501_1600.s1579_remove_max_number_of_edges_to_keep_graph_fully_traversable.Solution
- uniqueLetterString(String) - Method in class g0801_0900.s0828_count_unique_characters_of_all_substrings_of_a_given_string.Solution
- uniqueMorseRepresentations(String[]) - Method in class g0801_0900.s0804_unique_morse_code_words.Solution
- uniqueOccurrences(int[]) - Method in class g1201_1300.s1207_unique_number_of_occurrences.Solution
- uniquePaths(int, int) - Method in class g0001_0100.s0062_unique_paths.Solution
- uniquePathsIII(int[][]) - Method in class g0901_1000.s0980_unique_paths_iii.Solution
- uniquePathsWithObstacles(int[][]) - Method in class g0001_0100.s0063_unique_paths_ii.Solution
- unlock(int, int) - Method in class g1901_2000.s1993_operations_on_tree.LockingTree
- unreserve(int) - Method in class g1801_1900.s1845_seat_reservation_manager.SeatManager
- update(int, int) - Method in class g0301_0400.s0307_range_sum_query_mutable.NumArray
- update(int, int) - Method in class g2001_2100.s2034_stock_price_fluctuation.StockPrice
- updateBoard(char[][], int[]) - Method in class g0501_0600.s0529_minesweeper.Solution
- updateMatrix(int[][]) - Method in class g0501_0600.s0542_01_matrix.Solution
- updateSubrectangle(int, int, int, int, int) - Method in class g1401_1500.s1476_subrectangle_queries.SubrectangleQueries
- upgrade(int, int) - Method in class g1901_2000.s1993_operations_on_tree.LockingTree
- upload(int) - Method in class g2401_2500.s2424_longest_uploaded_prefix.LUPrefix
V
- val - Variable in class com_github_leetcode.left_right.Node
- val - Variable in class com_github_leetcode.ListNode
- val - Variable in class com_github_leetcode.Node
- val - Variable in class com_github_leetcode.random.Node
- val - Variable in class com_github_leetcode.TreeNode
- val - Variable in class g0401_0500.s0427_construct_quad_tree.Node
- val - Variable in class g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Node
- val - Variable in class g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node
- validArrangement(int[][]) - Method in class g2001_2100.s2097_valid_arrangement_of_pairs.Solution
- validateBinaryTreeNodes(int, int[], int[]) - Method in class g1301_1400.s1361_validate_binary_tree_nodes.Solution
- validateStackSequences(int[], int[]) - Method in class g0901_1000.s0946_validate_stack_sequences.Solution
- validIPAddress(String) - Method in class g0401_0500.s0468_validate_ip_address.Solution
- validMountainArray(int[]) - Method in class g0901_1000.s0941_valid_mountain_array.Solution
- validPalindrome(String) - Method in class g0601_0700.s0680_valid_palindrome_ii.Solution
- validPartition(int[]) - Method in class g2301_2400.s2369_check_if_there_is_a_valid_partition_for_the_array.Solution
- validPath(int, int[][], int, int) - Method in class g1901_2000.s1971_find_if_path_exists_in_graph.Solution
- validSquare(int[], int[], int[], int[]) - Method in class g0501_0600.s0593_valid_square.Solution
- validSubarraySize(int[], int) - Method in class g2301_2400.s2334_subarray_with_elements_greater_than_varying_threshold.Solution
- validTicTacToe(String[]) - Method in class g0701_0800.s0794_valid_tic_tac_toe_state.Solution
- validUtf8(int[]) - Method in class g0301_0400.s0393_utf_8_validation.Solution
- VersionControl - Class in g0201_0300.s0278_first_bad_version
- VersionControl() - Constructor for class g0201_0300.s0278_first_bad_version.VersionControl
- verticalTraversal(TreeNode) - Method in class g0901_1000.s0987_vertical_order_traversal_of_a_binary_tree.Solution
- videoStitching(int[][], int) - Method in class g1001_1100.s1024_video_stitching.Solution
- visiblePoints(List<List<Integer>>, int, List<Integer>) - Method in class g1601_1700.s1610_maximum_number_of_visible_points.Solution
- visit(String) - Method in class g1401_1500.s1472_design_browser_history.BrowserHistory
W
- wantsToEat(int, Runnable, Runnable, Runnable, Runnable, Runnable) - Method in class g1201_1300.s1226_the_dining_philosophers.DiningPhilosophers
- watchedVideosByFriends(List<List<String>>, int[][], int, int) - Method in class g1301_1400.s1311_get_watched_videos_by_your_friends.Solution
- wateringPlants(int[], int) - Method in class g2001_2100.s2079_watering_plants.Solution
- ways(String[], int) - Method in class g1401_1500.s1444_number_of_ways_of_cutting_a_pizza.Solution
- waysToBuildRooms(int[]) - Method in class g1901_2000.s1916_count_ways_to_build_rooms_in_an_ant_colony.Solution
- waysToBuyPensPencils(int, int, int) - Method in class g2201_2300.s2240_number_of_ways_to_buy_pens_and_pencils.Solution
- waysToFillArray(int[][]) - Method in class g1701_1800.s1735_count_ways_to_make_array_with_product.Solution
- waysToMakeFair(int[]) - Method in class g1601_1700.s1664_ways_to_make_a_fair_array.Solution
- waysToPartition(int[], int) - Method in class g2001_2100.s2025_maximum_number_of_ways_to_partition_an_array.Solution
- waysToSplit(int[]) - Method in class g1701_1800.s1712_ways_to_split_array_into_three_subarrays.Solution
- waysToSplitArray(int[]) - Method in class g2201_2300.s2270_number_of_ways_to_split_array.Solution
- widthOfBinaryTree(TreeNode) - Method in class g0601_0700.s0662_maximum_width_of_binary_tree.Solution
- wiggleMaxLength(int[]) - Method in class g0301_0400.s0376_wiggle_subsequence.Solution
- wiggleSort(int[]) - Method in class g0301_0400.s0324_wiggle_sort_ii.Solution
- winnerOfGame(String) - Method in class g2001_2100.s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color.Solution
- winnerSquareGame(int) - Method in class g1501_1600.s1510_stone_game_iv.Solution
- withdraw(int) - Method in class g2201_2300.s2241_design_an_atm_machine.ATM
- withdraw(int, long) - Method in class g2001_2100.s2043_simple_bank_system.Bank
- wonderfulSubstrings(String) - Method in class g1901_2000.s1915_number_of_wonderful_substrings.Solution
- wordBreak(String, List<String>) - Method in class g0101_0200.s0139_word_break.Solution
- wordBreak(String, List<String>) - Method in class g0101_0200.s0140_word_break_ii.Solution
- wordCount(String[], String[]) - Method in class g2101_2200.s2135_count_words_obtained_after_adding_a_letter.Solution
- WordDictionary - Class in g0201_0300.s0211_design_add_and_search_words_data_structure
- WordDictionary() - Constructor for class g0201_0300.s0211_design_add_and_search_words_data_structure.WordDictionary
- WordFilter - Class in g0701_0800.s0745_prefix_and_suffix_search
- WordFilter(String[]) - Constructor for class g0701_0800.s0745_prefix_and_suffix_search.WordFilter
- wordPattern(String, String) - Method in class g0201_0300.s0290_word_pattern.Solution
- wordSubsets(String[], String[]) - Method in class g0901_1000.s0916_word_subsets.Solution
X
- xorAllNums(int[], int[]) - Method in class g2401_2500.s2425_bitwise_xor_of_all_pairings.Solution
- xorGame(int[]) - Method in class g0801_0900.s0810_chalkboard_xor_game.Solution
- xorOperation(int, int) - Method in class g1401_1500.s1486_xor_operation_in_an_array.Solution
- xorQueries(int[], int[][]) - Method in class g1301_1400.s1310_xor_queries_of_a_subarray.Solution
Z
- zero(IntConsumer) - Method in class g1101_1200.s1116_print_zero_even_odd.ZeroEvenOdd
- ZeroEvenOdd - Class in g1101_1200.s1116_print_zero_even_odd
- ZeroEvenOdd(int) - Constructor for class g1101_1200.s1116_print_zero_even_odd.ZeroEvenOdd
- zeroFilledSubarray(int[]) - Method in class g2301_2400.s2348_number_of_zero_filled_subarrays.Solution
- zigzagLevelOrder(TreeNode) - Method in class g0101_0200.s0103_binary_tree_zigzag_level_order_traversal.Solution
All Classes and Interfaces|All Packages|Constant Field Values