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 

P

pacificAtlantic(kotlin.Array) - function in g0401_0500.s0417_pacific_atlantic_water_flow.Solution
 
palindromePairs(kotlin.Array) - function in g0301_0400.s0336_palindrome_pairs.Solution
 
pancakeSort(kotlin.IntArray) - function in g0901_1000.s0969_pancake_sorting.Solution
 
parseBoolExpr(java.lang.String) - function in g1101_1200.s1106_parsing_a_boolean_expression.Solution
 
partition(com_github_leetcode.ListNode,java.lang.Integer) - function in g0001_0100.s0086_partition_list.Solution
 
partition(java.lang.String) - function in g0101_0200.s0131_palindrome_partitioning.Solution
 
partitionDisjoint(kotlin.IntArray) - function in g0901_1000.s0915_partition_array_into_disjoint_intervals.Solution
 
partitionLabels(java.lang.String) - function in g0701_0800.s0763_partition_labels.Solution
 
pathInZigZagTree(java.lang.Integer) - function in g1101_1200.s1104_path_in_zigzag_labelled_binary_tree.Solution
 
pathSum(com_github_leetcode.TreeNode,java.lang.Integer) - function in g0101_0200.s0113_path_sum_ii.Solution
 
pathSum(com_github_leetcode.TreeNode,java.lang.Integer) - function in g0401_0500.s0437_path_sum_iii.Solution
 
peakIndexInMountainArray(kotlin.IntArray) - function in g0801_0900.s0852_peak_index_in_a_mountain_array.Solution
 
peek() - function in g0201_0300.s0232_implement_queue_using_stacks.MyQueue
 
peek() - function in g0201_0300.s0284_peeking_iterator.PeekingIterator
 
PeekingIterator - class in g0201_0300.s0284_peeking_iterator
 
permute(kotlin.IntArray) - function in g0001_0100.s0046_permutations.Solution
 
permuteUnique(kotlin.IntArray) - function in g0001_0100.s0047_permutations_ii.Solution
 
pick(java.lang.Integer) - function in g0301_0400.s0398_random_pick_index.Solution
 
pick() - function in g0401_0500.s0497_random_point_in_non_overlapping_rectangles.Solution
 
pick() - function in g0701_0800.s0710_random_pick_with_blacklist.Solution
 
pickIndex() - function in g0501_0600.s0528_random_pick_with_weight.Solution
 
ping(java.lang.Integer) - function in g0901_1000.s0933_number_of_recent_calls.RecentCounter
 
pivotIndex(kotlin.IntArray) - function in g0701_0800.s0724_find_pivot_index.Solution
 
plusOne(kotlin.IntArray) - function in g0001_0100.s0066_plus_one.Solution
 
poorPigs(java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in g0401_0500.s0458_poor_pigs.Solution
 
pop() - function in g0101_0200.s0155_min_stack.MinStack
 
pop() - function in g0201_0300.s0225_implement_stack_using_queues.MyStack
 
pop() - function in g0201_0300.s0232_implement_queue_using_stacks.MyQueue
 
pop() - function in g0801_0900.s0895_maximum_frequency_stack.FreqStack
 
pop() - function in g1101_1200.s1172_dinner_plate_stacks.DinnerPlates
 
popAtStack(java.lang.Integer) - function in g1101_1200.s1172_dinner_plate_stacks.DinnerPlates
 
possibleBipartition(java.lang.Integer,kotlin.Array) - function in g0801_0900.s0886_possible_bipartition.Solution
 
postorder(com_github_leetcode.Node) - function in g0501_0600.s0590_n_ary_tree_postorder_traversal.Solution
 
postorderTraversal(com_github_leetcode.TreeNode) - function in g0101_0200.s0145_binary_tree_postorder_traversal.Solution
 
postTweet(java.lang.Integer,java.lang.Integer) - function in g0301_0400.s0355_design_twitter.Twitter
 
powerfulIntegers(java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in g0901_1000.s0970_powerful_integers.Solution
 
predictPartyVictory(java.lang.String) - function in g0601_0700.s0649_dota2_senate.Solution
 
predictTheWinner(kotlin.IntArray) - function in g0401_0500.s0486_predict_the_winner.Solution
 
prefixesDivBy5(kotlin.IntArray) - function in g1001_1100.s1018_binary_prefix_divisible_by_5.Solution
 
preimageSizeFZF(java.lang.Integer) - function in g0701_0800.s0793_preimage_size_of_factorial_zeroes_function.Solution
 
preorder(com_github_leetcode.Node) - function in g0501_0600.s0589_n_ary_tree_preorder_traversal.Solution
 
preorderTraversal(com_github_leetcode.TreeNode) - function in g0101_0200.s0144_binary_tree_preorder_traversal.Solution
 
prevPermOpt1(kotlin.IntArray) - function in g1001_1100.s1053_previous_permutation_with_one_swap.Solution
 
primePalindrome(java.lang.Integer) - function in g0801_0900.s0866_prime_palindrome.Solution
 
printTree(com_github_leetcode.TreeNode) - function in g0601_0700.s0655_print_binary_tree.Solution
 
prisonAfterNDays(kotlin.IntArray,java.lang.Integer) - function in g0901_1000.s0957_prison_cells_after_n_days.Solution
 
productExceptSelf(kotlin.IntArray) - function in g0201_0300.s0238_product_of_array_except_self.Solution
 
profitableSchemes(java.lang.Integer,java.lang.Integer,kotlin.IntArray,kotlin.IntArray) - function in g0801_0900.s0879_profitable_schemes.Solution
 
projectionArea(kotlin.Array) - function in g0801_0900.s0883_projection_area_of_3d_shapes.Solution
 
pruneTree(com_github_leetcode.TreeNode) - function in g0801_0900.s0814_binary_tree_pruning.Solution
 
push(java.lang.Integer) - function in g0101_0200.s0155_min_stack.MinStack
 
push(java.lang.Integer) - function in g0201_0300.s0225_implement_stack_using_queues.MyStack
 
push(java.lang.Integer) - function in g0201_0300.s0232_implement_queue_using_stacks.MyQueue
 
push(java.lang.Integer) - function in g0801_0900.s0895_maximum_frequency_stack.FreqStack
 
push(java.lang.Integer) - function in g1101_1200.s1172_dinner_plate_stacks.DinnerPlates
 
pushDominoes(java.lang.String) - function in g0801_0900.s0838_push_dominoes.Solution
 
put(java.lang.Integer,java.lang.Integer) - function in g0101_0200.s0146_lru_cache.LRUCache
 
put(java.lang.Integer,java.lang.Integer) - function in g0401_0500.s0460_lfu_cache.LFUCache
 
put(java.lang.Integer,java.lang.Integer) - function in g0701_0800.s0706_design_hashmap.MyHashMap
 
pyramidTransition(java.lang.String,java.util.List) - function in g0701_0800.s0756_pyramid_transition_matrix.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