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 

M

magicalString(Integer) - function in g0401_0500.s0481_magical_string.Solution
 
MagicDictionary - class in g0601_0700.s0676_implement_magic_dictionary
 
majorityElement(IntArray) - function in g0101_0200.s0169_majority_element.Solution
 
majorityElement(IntArray) - function in g0201_0300.s0229_majority_element_ii.Solution
 
makeLargestSpecial(String) - function in g0701_0800.s0761_special_binary_string.Solution
 
makesquare(IntArray) - function in g0401_0500.s0473_matchsticks_to_square.Solution
 
MapSum - class in g0601_0700.s0677_map_sum_pairs
 
maskPII(String) - function in g0801_0900.s0831_masking_personal_information.Solution
 
matrixReshape(Array,Integer,Integer) - function in g0501_0600.s0566_reshape_the_matrix.Solution
 
maxArea(IntArray) - function in g0001_0100.s0011_container_with_most_water.Solution
 
maxAreaOfIsland(Array) - function in g0601_0700.s0695_max_area_of_island.Solution
 
maxChunksToSorted(IntArray) - function in g0701_0800.s0768_max_chunks_to_make_sorted_ii.Solution
 
maxChunksToSorted(IntArray) - function in g0701_0800.s0769_max_chunks_to_make_sorted.Solution
 
maxCoins(IntArray) - function in g0301_0400.s0312_burst_balloons.Solution
 
maxCount(Integer,Integer,Array) - function in g0501_0600.s0598_range_addition_ii.Solution
 
maxDepth(TreeNode) - function in g0101_0200.s0104_maximum_depth_of_binary_tree.Solution
 
maxDepth(Node) - function in g0501_0600.s0559_maximum_depth_of_n_ary_tree.Solution
 
maxDistToClosest(IntArray) - function in g0801_0900.s0849_maximize_distance_to_closest_person.Solution
 
maxEnvelopes(Array) - function in g0301_0400.s0354_russian_doll_envelopes.Solution
 
maximalRectangle(Array) - function in g0001_0100.s0085_maximal_rectangle.Solution
 
maximalSquare(Array) - function in g0201_0300.s0221_maximal_square.Solution
 
maximumGap(IntArray) - function in g0101_0200.s0164_maximum_gap.Solution
 
maximumProduct(IntArray) - function in g0601_0700.s0628_maximum_product_of_three_numbers.Solution
 
maximumSwap(Integer) - function in g0601_0700.s0670_maximum_swap.Solution
 
maxIncreaseKeepingSkyline(Array) - function in g0801_0900.s0807_max_increase_to_keep_city_skyline.Solution
 
maxNumber(IntArray,IntArray,Integer) - function in g0301_0400.s0321_create_maximum_number.Solution
 
maxPathSum(TreeNode) - function in g0101_0200.s0124_binary_tree_maximum_path_sum.Solution
 
maxPoints(Array) - function in g0101_0200.s0149_max_points_on_a_line.Solution
 
maxProduct(IntArray) - function in g0101_0200.s0152_maximum_product_subarray.Solution
 
maxProduct(Array) - function in g0301_0400.s0318_maximum_product_of_word_lengths.Solution
 
maxProfit(IntArray) - function in g0101_0200.s0121_best_time_to_buy_and_sell_stock.Solution
 
maxProfit(IntArray) - function in g0101_0200.s0122_best_time_to_buy_and_sell_stock_ii.Solution
 
maxProfit(IntArray) - function in g0101_0200.s0123_best_time_to_buy_and_sell_stock_iii.Solution
 
maxProfit(Integer,IntArray) - function in g0101_0200.s0188_best_time_to_buy_and_sell_stock_iv.Solution
 
maxProfit(IntArray) - function in g0301_0400.s0309_best_time_to_buy_and_sell_stock_with_cooldown.Solution
 
maxProfit(IntArray,Integer) - function in g0701_0800.s0714_best_time_to_buy_and_sell_stock_with_transaction_fee.Solution
 
maxProfitAssignment(IntArray,IntArray,IntArray) - function in g0801_0900.s0826_most_profit_assigning_work.Solution
 
maxRotateFunction(IntArray) - function in g0301_0400.s0396_rotate_function.Solution
 
maxSlidingWindow(IntArray,Integer) - function in g0201_0300.s0239_sliding_window_maximum.Solution
 
maxSubArray(IntArray) - function in g0001_0100.s0053_maximum_subarray.Solution
 
maxSumOfThreeSubarrays(IntArray,Integer) - function in g0601_0700.s0689_maximum_sum_of_3_non_overlapping_subarrays.Solution
 
maxSumSubmatrix(Array,Integer) - function in g0301_0400.s0363_max_sum_of_rectangle_no_larger_than_k.Solution
 
MedianFinder - class in g0201_0300.s0295_find_median_from_data_stream
 
medianSlidingWindow(IntArray,Integer) - function in g0401_0500.s0480_sliding_window_median.Solution
 
merge(Array) - function in g0001_0100.s0056_merge_intervals.Solution
 
merge(IntArray,Integer,IntArray,Integer) - function in g0001_0100.s0088_merge_sorted_array.Solution
 
mergeKLists(Array) - function in g0001_0100.s0023_merge_k_sorted_lists.Solution
 
mergeTrees(TreeNode,TreeNode) - function in g0601_0700.s0617_merge_two_binary_trees.Solution
 
mergeTwoLists(ListNode,ListNode) - function in g0001_0100.s0021_merge_two_sorted_lists.Solution
 
minCostClimbingStairs(IntArray) - function in g0701_0800.s0746_min_cost_climbing_stairs.Solution
 
mincostToHireWorkers(IntArray,IntArray,Integer) - function in g0801_0900.s0857_minimum_cost_to_hire_k_workers.Solution
 
minCut(String) - function in g0101_0200.s0132_palindrome_partitioning_ii.Solution
 
minDepth(TreeNode) - function in g0101_0200.s0111_minimum_depth_of_binary_tree.Solution
 
minDiffInBST(TreeNode) - function in g0701_0800.s0783_minimum_distance_between_bst_nodes.Solution
 
minDistance(String,String) - function in g0001_0100.s0072_edit_distance.Solution
 
minDistance(String,String) - function in g0501_0600.s0583_delete_operation_for_two_strings.Solution
 
minimumDeleteSum(String,String) - function in g0701_0800.s0712_minimum_ascii_delete_sum_for_two_strings.Solution
 
minimumLengthEncoding(Array) - function in g0801_0900.s0820_short_encoding_of_words.Solution
 
minimumTotal(List) - function in g0101_0200.s0120_triangle.Solution
 
minMoves(IntArray) - function in g0401_0500.s0453_minimum_moves_to_equal_array_elements.Solution
 
minMoves2(IntArray) - function in g0401_0500.s0462_minimum_moves_to_equal_array_elements_ii.Solution
 
minMutation(String,String,Array) - function in g0401_0500.s0433_minimum_genetic_mutation.Solution
 
minPatches(IntArray,Integer) - function in g0301_0400.s0330_patching_array.Solution
 
minPathSum(Array) - function in g0001_0100.s0064_minimum_path_sum.Solution
 
MinStack - class in g0101_0200.s0155_min_stack
 
minSteps(Integer) - function in g0601_0700.s0650_2_keys_keyboard.Solution
 
minStickers(Array,String) - function in g0601_0700.s0691_stickers_to_spell_word.Solution
 
minSubArrayLen(Integer,IntArray) - function in g0201_0300.s0209_minimum_size_subarray_sum.Solution
 
minSwap(IntArray,IntArray) - function in g0801_0900.s0801_minimum_swaps_to_make_sequences_increasing.Solution
 
minSwapsCouples(IntArray) - function in g0701_0800.s0765_couples_holding_hands.Solution
 
minWindow(String,String) - function in g0001_0100.s0076_minimum_window_substring.Solution
 
missingNumber(IntArray) - function in g0201_0300.s0268_missing_number.Solution
 
monotoneIncreasingDigits(Integer) - function in g0701_0800.s0738_monotone_increasing_digits.Solution
 
mostCommonWord(String,Array) - function in g0801_0900.s0819_most_common_word.Solution
 
movesToChessboard(Array) - function in g0701_0800.s0782_transform_to_chessboard.Solution
 
moveZeroes(IntArray) - function in g0201_0300.s0283_move_zeroes.Solution
 
multiply(String,String) - function in g0001_0100.s0043_multiply_strings.Solution
 
myAtoi(String) - function in g0001_0100.s0008_string_to_integer_atoi.Solution
 
MyCalendar - class in g0701_0800.s0729_my_calendar_i
 
MyCalendarThree - class in g0701_0800.s0732_my_calendar_iii
 
MyCalendarTwo - class in g0701_0800.s0731_my_calendar_ii
 
MyCircularDeque - class in g0601_0700.s0641_design_circular_deque
 
MyCircularQueue - class in g0601_0700.s0622_design_circular_queue
 
MyHashMap - class in g0701_0800.s0706_design_hashmap
 
MyHashSet - class in g0701_0800.s0705_design_hashset
 
MyLinkedList - class in g0701_0800.s0707_design_linked_list
 
myPow(Double,Integer) - function in g0001_0100.s0050_powx_n.Solution
 
MyQueue - class in g0201_0300.s0232_implement_queue_using_stacks
 
mySqrt(Integer) - function in g0001_0100.s0069_sqrtx.Solution
 
MyStack - class in g0201_0300.s0225_implement_stack_using_queues
 
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