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 

N

nearestExit(kotlin.Array,kotlin.IntArray) - function in g1901_2000.s1926_nearest_exit_from_entrance_in_maze.Solution
 
nearestPalindromic(java.lang.String) - function in g0501_0600.s0564_find_the_closest_palindrome.Solution
 
nearestValidPoint(java.lang.Integer,java.lang.Integer,kotlin.Array) - function in g1701_1800.s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate.Solution
 
NestedInteger - class in com_github_leetcode
 
NestedIterator - class in g0301_0400.s0341_flatten_nested_list_iterator
 
networkBecomesIdle(kotlin.Array,kotlin.IntArray) - function in g2001_2100.s2039_the_time_when_the_network_becomes_idle.Solution
 
networkDelayTime(kotlin.Array,java.lang.Integer,java.lang.Integer) - function in g0701_0800.s0743_network_delay_time.Solution
 
new21Game(java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in g0801_0900.s0837_new_21_game.Solution
 
next() - function in g0101_0200.s0173_binary_search_tree_iterator.BSTIterator
 
next() - function in g0201_0300.s0284_peeking_iterator.PeekingIterator
 
next() - function in g0301_0400.s0341_flatten_nested_list_iterator.NestedIterator
 
next(java.lang.Integer) - function in g0801_0900.s0900_rle_iterator.RLEIterator
 
next(java.lang.Integer) - function in g0901_1000.s0901_online_stock_span.StockSpanner
 
next() - function in g1201_1300.s1286_iterator_for_combination.CombinationIterator
 
nextBeautifulNumber(java.lang.Integer) - function in g2001_2100.s2048_next_greater_numerically_balanced_number.Solution
 
nextGreaterElement(kotlin.IntArray,kotlin.IntArray) - function in g0401_0500.s0496_next_greater_element_i.Solution
 
nextGreaterElement(java.lang.Integer) - function in g0501_0600.s0556_next_greater_element_iii.Solution
 
nextGreaterElements(kotlin.IntArray) - function in g0501_0600.s0503_next_greater_element_ii.Solution
 
nextGreatestLetter(kotlin.CharArray,java.lang.Character) - function in g0701_0800.s0744_find_smallest_letter_greater_than_target.Solution
 
nextLargerNodes(com_github_leetcode.ListNode) - function in g1001_1100.s1019_next_greater_node_in_linked_list.Solution
 
nextPermutation(kotlin.IntArray) - function in g0001_0100.s0031_next_permutation.Solution
 
Node - class in com_github_leetcode
 
Node - class in com_github_leetcode.left_right
 
Node - class in com_github_leetcode.neighbors
 
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
 
nodesBetweenCriticalPoints(com_github_leetcode.ListNode) - function in g2001_2100.s2058_find_the_minimum_and_maximum_number_of_nodes_between_critical_points.Solution
 
nthMagicalNumber(java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in g0801_0900.s0878_nth_magical_number.Solution
 
nthPersonGetsNthSeat(java.lang.Integer) - function in g1201_1300.s1227_airplane_seat_assignment_probability.Solution
 
nthSuperUglyNumber(java.lang.Integer,kotlin.IntArray) - function in g0301_0400.s0313_super_ugly_number.Solution
 
nthUglyNumber(java.lang.Integer) - function in g0201_0300.s0264_ugly_number_ii.Solution
 
nthUglyNumber(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in 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
 
number(java.util.function.IntConsumer) - function in g1101_1200.s1195_fizz_buzz_multithreaded.FizzBuzz
 
NumberContainers - class in g2301_2400.s2349_design_a_number_container_system
 
numberOfArithmeticSlices(kotlin.IntArray) - function in g0401_0500.s0413_arithmetic_slices.Solution
 
numberOfArithmeticSlices(kotlin.IntArray) - function in g0401_0500.s0446_arithmetic_slices_ii_subsequence.Solution
 
numberOfArrays(java.lang.String,java.lang.Integer) - function in g1401_1500.s1416_restore_the_array.Solution
 
numberOfArrays(kotlin.IntArray,java.lang.Integer,java.lang.Integer) - function in g2101_2200.s2145_count_the_hidden_sequences.Solution
 
numberOfBeams(kotlin.Array) - function in g2101_2200.s2125_number_of_laser_beams_in_a_bank.Solution
 
numberOfBoomerangs(kotlin.Array) - function in g0401_0500.s0447_number_of_boomerangs.Solution
 
numberOfCombinations(java.lang.String) - function in g1901_2000.s1977_number_of_ways_to_separate_numbers.Solution
 
numberOfCuts(java.lang.Integer) - function in g2401_2500.s2481_minimum_cuts_to_divide_a_circle.Solution
 
numberOfEmployeesWhoMetTarget(kotlin.IntArray,java.lang.Integer) - function in g2701_2800.s2798_number_of_employees_who_met_the_target.Solution
 
numberOfGoodPaths(kotlin.IntArray,kotlin.Array) - function in g2401_2500.s2421_number_of_good_paths.Solution
 
numberOfGoodSubarraySplits(kotlin.IntArray) - function in g2701_2800.s2750_ways_to_split_array_into_good_subarrays.Solution
 
numberOfGoodSubsets(kotlin.IntArray) - function in g1901_2000.s1994_the_number_of_good_subsets.Solution
 
numberOfLines(kotlin.IntArray,java.lang.String) - function in g0801_0900.s0806_number_of_lines_to_write_string.Solution
 
numberOfMatches(java.lang.Integer) - function in g1601_1700.s1688_count_of_matches_in_tournament.Solution
 
numberOfPairs(kotlin.IntArray) - function in g2301_2400.s2341_maximum_number_of_pairs_in_array.Solution
 
numberOfPairs(kotlin.IntArray,kotlin.IntArray,java.lang.Integer) - function in g2401_2500.s2426_number_of_pairs_satisfying_inequality.Solution
 
numberOfPaths(kotlin.Array,java.lang.Integer) - function in g2401_2500.s2435_paths_in_matrix_whose_sum_is_divisible_by_k.Solution
 
numberOfRounds(java.lang.String,java.lang.String) - function in g1901_2000.s1904_the_number_of_full_rounds_you_have_played.Solution
 
numberOfSets(java.lang.Integer,java.lang.Integer) - function in g1601_1700.s1621_number_of_sets_of_k_non_overlapping_line_segments.Solution
 
numberOfSteps(java.lang.Integer) - function in g1301_1400.s1342_number_of_steps_to_reduce_a_number_to_zero.Solution
 
numberOfSubarrays(kotlin.IntArray,java.lang.Integer) - function in g1201_1300.s1248_count_number_of_nice_subarrays.Solution
 
numberOfSubstrings(java.lang.String) - function in g1301_1400.s1358_number_of_substrings_containing_all_three_characters.Solution
 
numberOfUniqueGoodSubsequences(java.lang.String) - function in g1901_2000.s1987_number_of_unique_good_subsequences.Solution
 
numberOfWays(java.lang.String) - function in g2101_2200.s2147_number_of_ways_to_divide_a_long_corridor.Solution
 
numberOfWays(java.lang.String) - function in g2201_2300.s2222_number_of_ways_to_select_buildings.Solution
 
numberOfWays(java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in g2301_2400.s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps.Solution
 
numberOfWays(java.lang.Integer,java.lang.Integer) - function in g2701_2800.s2787_ways_to_express_an_integer_as_sum_of_powers.Solution
 
numberOfWeakCharacters(kotlin.Array) - function in g1901_2000.s1996_the_number_of_weak_characters_in_the_game.Solution
 
numberOfWeeks(kotlin.IntArray) - function in g1901_2000.s1953_maximum_number_of_weeks_for_which_you_can_work.Solution
 
numberToWords(java.lang.Integer) - function in g0201_0300.s0273_integer_to_english_words.Solution
 
numberWays(java.util.List) - function in g1401_1500.s1434_number_of_ways_to_wear_different_hats_to_each_other.Solution
 
numBusesToDestination(kotlin.Array,java.lang.Integer,java.lang.Integer) - function in g0801_0900.s0815_bus_routes.Solution
 
numComponents(com_github_leetcode.ListNode,kotlin.IntArray) - function in g0801_0900.s0817_linked_list_components.Solution
 
numDecodings(java.lang.String) - function in g0001_0100.s0091_decode_ways.Solution
 
numDecodings(java.lang.String) - function in g0601_0700.s0639_decode_ways_ii.Solution
 
numDifferentIntegers(java.lang.String) - function in g1801_1900.s1805_number_of_different_integers_in_a_string.Solution
 
numDistinct(java.lang.String,java.lang.String) - function in g0101_0200.s0115_distinct_subsequences.Solution
 
numDupDigitsAtMostN(java.lang.Integer) - function in g1001_1100.s1012_numbers_with_repeated_digits.Solution
 
numEnclaves(kotlin.Array) - function in g1001_1100.s1020_number_of_enclaves.Solution
 
numEquivDominoPairs(kotlin.Array) - function in g1101_1200.s1128_number_of_equivalent_domino_pairs.Solution
 
numFactoredBinaryTrees(kotlin.IntArray) - function in g0801_0900.s0823_binary_trees_with_factors.Solution
 
numFriendRequests(kotlin.IntArray) - function in g0801_0900.s0825_friends_of_appropriate_ages.Solution
 
numIdenticalPairs(kotlin.IntArray) - function in g1501_1600.s1512_number_of_good_pairs.Solution
 
numIslands(kotlin.Array) - function in g0101_0200.s0200_number_of_islands.Solution
 
numJewelsInStones(java.lang.String,java.lang.String) - function in g0701_0800.s0771_jewels_and_stones.Solution
 
numMagicSquaresInside(kotlin.Array) - function in g0801_0900.s0840_magic_squares_in_grid.Solution
 
numMatchingSubseq(java.lang.String,kotlin.Array) - function in g0701_0800.s0792_number_of_matching_subsequences.Solution
 
NumMatrix - class in g0301_0400.s0304_range_sum_query_2d_immutable
 
numMovesStones(java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in g1001_1100.s1033_moving_stones_until_consecutive.Solution
 
numMovesStonesII(kotlin.IntArray) - function in g1001_1100.s1040_moving_stones_until_consecutive_ii.Solution
 
numMusicPlaylists(java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in g0901_1000.s0920_number_of_music_playlists.Solution
 
numOfArrays(java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in g1401_1500.s1420_build_array_where_you_can_find_the_maximum_exactly_k_comparisons.Solution
 
numOfBurgers(java.lang.Integer,java.lang.Integer) - function in g1201_1300.s1276_number_of_burgers_with_no_waste_of_ingredients.Solution
 
numOfMinutes(java.lang.Integer,java.lang.Integer,kotlin.IntArray,kotlin.IntArray) - function in g1301_1400.s1376_time_needed_to_inform_all_employees.Solution
 
numOfPairs(kotlin.Array,java.lang.String) - function in g2001_2100.s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target.Solution
 
numOfStrings(kotlin.Array,java.lang.String) - function in g1901_2000.s1967_number_of_strings_that_appear_as_substrings_in_word.Solution
 
numOfSubarrays(kotlin.IntArray,java.lang.Integer,java.lang.Integer) - function in g1301_1400.s1343_number_of_sub_arrays_of_size_k_and_average_greater_than_or_equal_to_threshold.Solution
 
numOfSubarrays(kotlin.IntArray) - function in g1501_1600.s1524_number_of_sub_arrays_with_odd_sum.Solution
 
numOfWays(java.lang.Integer) - function in g1401_1500.s1411_number_of_ways_to_paint_n_3_grid.Solution
 
numOfWays(kotlin.IntArray) - function in g1501_1600.s1569_number_of_ways_to_reorder_array_to_get_same_bst.Solution
 
numPairsDivisibleBy60(kotlin.IntArray) - function in g1001_1100.s1010_pairs_of_songs_with_total_durations_divisible_by_60.Solution
 
numPermsDISequence(java.lang.String) - function in g0901_1000.s0903_valid_permutations_for_di_sequence.Solution
 
numPoints(kotlin.Array,java.lang.Integer) - function in g1401_1500.s1453_maximum_number_of_darts_inside_of_a_circular_dartboard.Solution
 
numPrimeArrangements(java.lang.Integer) - function in g1101_1200.s1175_prime_arrangements.Solution
 
numRabbits(kotlin.IntArray) - function in g0701_0800.s0781_rabbits_in_forest.Solution
 
numRescueBoats(kotlin.IntArray,java.lang.Integer) - function in g0801_0900.s0881_boats_to_save_people.Solution
 
numRollsToTarget(java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in g1101_1200.s1155_number_of_dice_rolls_with_target_sum.Solution
 
numRookCaptures(kotlin.Array) - function in g0901_1000.s0999_available_captures_for_rook.Solution
 
numSimilarGroups(kotlin.Array) - function in g0801_0900.s0839_similar_string_groups.Solution
 
numSmallerByFrequency(kotlin.Array,kotlin.Array) - function in g1101_1200.s1170_compare_strings_by_frequency_of_the_smallest_character.Solution
 
numSpecial(kotlin.Array) - function in g1501_1600.s1582_special_positions_in_a_binary_matrix.Solution
 
numSpecialEquivGroups(kotlin.Array) - function in g0801_0900.s0893_groups_of_special_equivalent_strings.Solution
 
numSplits(java.lang.String) - function in g1501_1600.s1525_number_of_good_ways_to_split_a_string.Solution
 
numSquarefulPerms(kotlin.IntArray) - function in g0901_1000.s0996_number_of_squareful_arrays.Solution
 
numSquares(java.lang.Integer) - function in g0201_0300.s0279_perfect_squares.Solution
 
numsSameConsecDiff(java.lang.Integer,java.lang.Integer) - function in g0901_1000.s0967_numbers_with_same_consecutive_differences.Solution
 
numSteps(java.lang.String) - function in g1401_1500.s1404_number_of_steps_to_reduce_a_number_in_binary_representation_to_one.Solution
 
numSub(java.lang.String) - function in g1501_1600.s1513_number_of_substrings_with_only_1s.Solution
 
numSubarrayBoundedMax(kotlin.IntArray,java.lang.Integer,java.lang.Integer) - function in g0701_0800.s0795_number_of_subarrays_with_bounded_maximum.Solution
 
numSubarrayProductLessThanK(kotlin.IntArray,java.lang.Integer) - function in g0701_0800.s0713_subarray_product_less_than_k.Solution
 
numSubarraysWithSum(kotlin.IntArray,java.lang.Integer) - function in g0901_1000.s0930_binary_subarrays_with_sum.Solution
 
numSubmat(kotlin.Array) - function in g1501_1600.s1504_count_submatrices_with_all_ones.Solution
 
numSubmatrixSumTarget(kotlin.Array,java.lang.Integer) - function in g1001_1100.s1074_number_of_submatrices_that_sum_to_target.Solution
 
numSubseq(kotlin.IntArray,java.lang.Integer) - function in g1401_1500.s1498_number_of_subsequences_that_satisfy_the_given_sum_condition.Solution
 
numTeams(kotlin.IntArray) - function in g1301_1400.s1395_count_number_of_teams.Solution
 
numTilePossibilities(java.lang.String) - function in g1001_1100.s1079_letter_tile_possibilities.Solution
 
numTilings(java.lang.Integer) - function in g0701_0800.s0790_domino_and_tromino_tiling.Solution
 
numTimesAllBlue(kotlin.IntArray) - function in g1301_1400.s1375_number_of_times_binary_string_is_prefix_aligned.Solution
 
numTrees(java.lang.Integer) - function in g0001_0100.s0096_unique_binary_search_trees.Solution
 
numTriplets(kotlin.IntArray,kotlin.IntArray) - function in g1501_1600.s1577_number_of_ways_where_square_of_number_is_equal_to_product_of_two_numbers.Solution
 
numUniqueEmails(kotlin.Array) - function in g0901_1000.s0929_unique_email_addresses.Solution
 
numWaterBottles(java.lang.Integer,java.lang.Integer) - function in g1501_1600.s1518_water_bottles.Solution
 
numWays(java.lang.Integer,java.lang.Integer) - function in g1201_1300.s1269_number_of_ways_to_stay_in_the_same_place_after_some_steps.Solution
 
numWays(java.lang.String) - function in g1501_1600.s1573_number_of_ways_to_split_a_string.Solution
 
numWays(kotlin.Array,java.lang.String) - function in g1601_1700.s1639_number_of_ways_to_form_a_target_string_given_a_dictionary.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