A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z 

A

abbreviateProduct(java.lang.Integer,java.lang.Integer) - function in g2101_2200.s2117_abbreviating_the_product_of_a_range.Solution
 
accountBalanceAfterPurchase(java.lang.Integer) - function in g2801_2900.s2806_account_balance_after_rounded_purchase.Solution
 
accountsMerge(java.util.List) - function in g0701_0800.s0721_accounts_merge.Solution
 
add(com_github_leetcode.NestedInteger) - function in com_github_leetcode.NestedInteger
 
add(g0101_0200.s0146_lru_cache.LRUCache.Node) - function in g0101_0200.s0146_lru_cache.LRUCache
 
add(java.lang.Integer) - function in g0701_0800.s0703_kth_largest_element_in_a_stream.KthLargest
 
add(java.lang.Integer) - function in g0701_0800.s0705_design_hashset.MyHashSet
 
add(java.lang.Integer) - function in g1201_1300.s1206_design_skiplist.Skiplist
 
add(java.lang.Integer) - function in g1301_1400.s1352_product_of_the_last_k_numbers.ProductOfNumbers
 
add(java.lang.Integer,java.lang.Integer) - function in g1801_1900.s1865_finding_pairs_with_a_certain_sum.FindSumPairs
 
add(kotlin.IntArray) - function in g2001_2100.s2013_detect_squares.DetectSquares
 
add(java.lang.String,java.lang.Integer) - function in g2101_2200.s2102_sequentially_ordinal_rank_tracker.SORTracker
 
add(java.lang.Integer,java.lang.Integer) - function in g2201_2300.s2276_count_integers_in_intervals.CountIntervals
 
add(java.lang.Integer) - function in g2601_2700.s2671_frequency_tracker.FrequencyTracker
 
addAll(java.lang.Integer) - function in g1601_1700.s1622_fancy_sequence.Fancy
 
addAtHead(java.lang.Integer) - function in g0701_0800.s0707_design_linked_list.MyLinkedList
 
addAtIndex(java.lang.Integer,java.lang.Integer) - function in g0701_0800.s0707_design_linked_list.MyLinkedList
 
addAtTail(java.lang.Integer) - function in g0701_0800.s0707_design_linked_list.MyLinkedList
 
addBack(java.lang.Integer) - function in g2301_2400.s2336_smallest_number_in_infinite_set.SmallestInfiniteSet
 
addBinary(java.lang.String,java.lang.String) - function in g0001_0100.s0067_add_binary.Solution
 
addCar(java.lang.Integer) - function in g1601_1700.s1603_design_parking_system.ParkingSystem
 
addDigits(java.lang.Integer) - function in g0201_0300.s0258_add_digits.Solution
 
addEdge(kotlin.IntArray) - function in g2601_2700.s2642_design_graph_with_shortest_path_calculator.Graph
 
addElement(java.lang.Integer) - function in g1801_1900.s1825_finding_mk_average.MKAverage
 
addMinimum(java.lang.String) - function in g2601_2700.s2645_minimum_additions_to_make_valid_string.Solution
 
addNegabinary(kotlin.IntArray,kotlin.IntArray) - function in g1001_1100.s1073_adding_two_negabinary_numbers.Solution
 
addNum(java.lang.Integer) - function in g0201_0300.s0295_find_median_from_data_stream.MedianFinder
 
addNum(java.lang.Integer) - function in g0301_0400.s0352_data_stream_as_disjoint_intervals.SummaryRanges
 
addOneRow(com_github_leetcode.TreeNode,java.lang.Integer,java.lang.Integer) - function in g0601_0700.s0623_add_one_row_to_tree.Solution
 
addOperators(java.lang.String,java.lang.Integer) - function in g0201_0300.s0282_expression_add_operators.Solution
 
addRange(java.lang.Integer,java.lang.Integer) - function in g0701_0800.s0715_range_module.RangeModule
 
addRungs(kotlin.IntArray,java.lang.Integer) - function in g1901_2000.s1936_add_minimum_number_of_rungs.Solution
 
addSpaces(java.lang.String,kotlin.IntArray) - function in g2101_2200.s2109_adding_spaces_to_a_string.Solution
 
addStrings(java.lang.String,java.lang.String) - function in g0401_0500.s0415_add_strings.Solution
 
addText(java.lang.String) - function in g2201_2300.s2296_design_a_text_editor.TextEditor
 
addToArrayForm(kotlin.IntArray,java.lang.Integer) - function in g0901_1000.s0989_add_to_array_form_of_integer.Solution
 
addTwoNumbers(com_github_leetcode.ListNode,com_github_leetcode.ListNode) - function in g0001_0100.s0002_add_two_numbers.Solution
 
addTwoNumbers(com_github_leetcode.ListNode,com_github_leetcode.ListNode) - function in g0401_0500.s0445_add_two_numbers_ii.Solution
 
addWord(java.lang.String) - function in g0201_0300.s0211_design_add_and_search_words_data_structure.WordDictionary
 
addWord(g0201_0300.s0212_word_search_ii.Tree,java.lang.String) - function in g0201_0300.s0212_word_search_ii.Tree.Companion
 
advantageCount(kotlin.IntArray,kotlin.IntArray) - function in g0801_0900.s0870_advantage_shuffle.Solution
 
alertNames(kotlin.Array,kotlin.Array) - function in g1601_1700.s1604_alert_using_same_key_card_three_or_more_times_in_a_one_hour_period.Solution
 
all() - function in g2101_2200.s2166_design_bitset.Bitset
 
allCellsDistOrder(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in g1001_1100.s1030_matrix_cells_in_distance_order.Solution
 
allocate(java.lang.Integer,java.lang.Integer) - function in g2501_2600.s2502_design_memory_allocator.Allocator
 
Allocator - class in g2501_2600.s2502_design_memory_allocator
 
Allocator.Node - class in g2501_2600.s2502_design_memory_allocator.Allocator
 
AllOne - class in g0401_0500.s0432_all_oone_data_structure
 
allPathsSourceTarget(kotlin.Array) - function in g0701_0800.s0797_all_paths_from_source_to_target.Solution
 
allPossibleFBT(java.lang.Integer) - function in g0801_0900.s0894_all_possible_full_binary_trees.Solution
 
alphabetBoardPath(java.lang.String) - function in g1101_1200.s1138_alphabet_board_path.Solution
 
alternateDigitSum(java.lang.Integer) - function in g2501_2600.s2544_alternating_digit_sum.Solution
 
alternatingSubarray(kotlin.IntArray) - function in g2701_2800.s2765_longest_alternating_subarray.Solution
 
ambiguousCoordinates(java.lang.String) - function in g0801_0900.s0816_ambiguous_coordinates.Solution
 
amountOfTime(com_github_leetcode.TreeNode,java.lang.Integer) - function in g2301_2400.s2385_amount_of_time_for_binary_tree_to_be_infected.Solution
 
angleClock(java.lang.Integer,java.lang.Integer) - function in g1301_1400.s1344_angle_between_hands_of_a_clock.Solution
 
answerQueries(kotlin.IntArray,kotlin.IntArray) - function in g2301_2400.s2389_longest_subsequence_with_limited_sum.Solution
 
appealSum(java.lang.String) - function in g2201_2300.s2262_total_appeal_of_a_string.Solution
 
append(java.lang.Integer) - function in g1601_1700.s1622_fancy_sequence.Fancy
 
appendCharacters(java.lang.String,java.lang.String) - function in g2401_2500.s2486_append_characters_to_string_to_make_subsequence.Solution
 
applyOperations(kotlin.IntArray) - function in g2401_2500.s2460_apply_operations_to_an_array.Solution
 
areAlmostEqual(java.lang.String,java.lang.String) - function in g1701_1800.s1790_check_if_one_string_swap_can_make_strings_equal.Solution
 
areaOfMaxDiagonal(kotlin.Array) - function in g2901_3000.s3000_maximum_area_of_longest_diagonal_rectangle.Solution
 
areConnected(java.lang.Integer,java.lang.Integer,kotlin.Array) - function in g1601_1700.s1627_graph_connectivity_with_threshold.Solution
 
areNumbersAscending(java.lang.String) - function in g2001_2100.s2042_check_if_numbers_are_ascending_in_a_sentence.Solution
 
areOccurrencesEqual(java.lang.String) - function in g1901_2000.s1941_check_if_all_characters_have_equal_number_of_occurrences.Solution
 
areSentencesSimilar(java.lang.String,java.lang.String) - function in g1801_1900.s1813_sentence_similarity_iii.Solution
 
areSimilar(kotlin.Array,java.lang.Integer) - function in g2901_3000.s2946_matrix_similarity_after_cyclic_shifts.Solution
 
arithmeticTriplets(kotlin.IntArray,java.lang.Integer) - function in g2301_2400.s2367_number_of_arithmetic_triplets.Solution
 
arrangeCoins(java.lang.Integer) - function in g0401_0500.s0441_arranging_coins.Solution
 
arrangeWords(java.lang.String) - function in g1401_1500.s1451_rearrange_words_in_a_sentence.Solution
 
arrayChange(kotlin.IntArray,kotlin.Array) - function in g2201_2300.s2295_replace_elements_in_an_array.Solution
 
arrayNesting(kotlin.IntArray) - function in g0501_0600.s0565_array_nesting.Solution
 
arrayPairSum(kotlin.IntArray) - function in g0501_0600.s0561_array_partition_i.Solution
 
arrayRankTransform(kotlin.IntArray) - function in g1301_1400.s1331_rank_transform_of_an_array.Solution
 
arraySign(kotlin.IntArray) - function in g1801_1900.s1822_sign_of_the_product_of_an_array.Solution
 
arrayStringsAreEqual(kotlin.Array,kotlin.Array) - function in g1601_1700.s1662_check_if_two_string_arrays_are_equivalent.Solution
 
assignTasks(kotlin.IntArray,kotlin.IntArray) - function in g1801_1900.s1882_process_tasks_using_servers.Solution
 
asteroidCollision(kotlin.IntArray) - function in g0701_0800.s0735_asteroid_collision.Solution
 
asteroidsDestroyed(java.lang.Integer,kotlin.IntArray) - function in g2101_2200.s2126_destroying_asteroids.Solution
 
ATM - class in g2201_2300.s2241_design_an_atm_machine
 
atmostK(kotlin.IntArray,java.lang.Integer) - function in g0901_1000.s0930_binary_subarrays_with_sum.Solution
 
atMostNGivenDigitSet(kotlin.Array,java.lang.Integer) - function in g0901_1000.s0902_numbers_at_most_n_given_digit_set.Solution
 
AuthenticationManager - class in g1701_1800.s1797_design_authentication_manager
 
average(kotlin.IntArray) - function in g1401_1500.s1491_average_salary_excluding_the_minimum_and_maximum_salary.Solution
 
averageOfLevels(com_github_leetcode.TreeNode) - function in g0601_0700.s0637_average_of_levels_in_binary_tree.Solution
 
averageOfSubtree(com_github_leetcode.TreeNode) - function in g2201_2300.s2265_count_nodes_equal_to_average_of_subtree.Solution
 
averageValue(kotlin.IntArray) - function in g2401_2500.s2455_average_value_of_even_numbers_that_are_divisible_by_three.Solution
 
averageWaitingTime(kotlin.Array) - function in g1701_1800.s1701_average_waiting_time.Solution
 
avoidFlood(kotlin.IntArray) - function in g1401_1500.s1488_avoid_flood_in_the_city.Solution
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z