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 
All Classes All Packages

A

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(NestedInteger) - Method in class com_github_leetcode.NestedInteger
 
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
 
addBinary(String, String) - Method in class g0001_0100.s0067_add_binary.Solution
 
addDigits(int) - Method in class g0201_0300.s0258_add_digits.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
 
addStrings(String, String) - Method in class g0401_0500.s0415_add_strings.Solution
 
addTwoNumbers(ListNode, ListNode) - Method in class g0001_0100.s0002_add_two_numbers.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
 
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
 
arrangeCoins(int) - Method in class g0401_0500.s0441_arranging_coins.Solution
 
arrayNesting(int[]) - Method in class g0501_0600.s0565_array_nesting.Solution
 
arrayPairSum(int[]) - Method in class g0501_0600.s0561_array_partition_i.Solution
 
asteroidCollision(int[]) - Method in class g0701_0800.s0735_asteroid_collision.Solution
 
averageOfLevels(TreeNode) - Method in class g0601_0700.s0637_average_of_levels_in_binary_tree.Solution
 

B

balance(PriorityQueue<Integer>, PriorityQueue<Integer>) - Method in class g0201_0300.s0295_find_median_from_data_stream.MedianFinder
 
basicCalculatorIV(String, String[], int[]) - Method in class g0701_0800.s0770_basic_calculator_iv.Solution
 
bestRotation(int[]) - Method in class g0701_0800.s0798_smallest_rotation_with_highest_score.Solution
 
bfs(int[][], int) - Method in class g0701_0800.s0778_swim_in_rising_water.Solution
 
BinaryMatrix - Interface in com_github_leetcode
 
BinaryMatrixImpl - Class in com_github_leetcode
 
BinaryMatrixImpl(int[][]) - Constructor for class com_github_leetcode.BinaryMatrixImpl
 
binaryTreePaths(TreeNode) - Method in class g0201_0300.s0257_binary_tree_paths.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
 
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
 
BSTIterator - Class in g0101_0200.s0173_binary_search_tree_iterator
 
BSTIterator(TreeNode) - Constructor for class g0101_0200.s0173_binary_search_tree_iterator.BSTIterator
 
buildDict(String[]) - Method in class g0601_0700.s0676_implement_magic_dictionary.MagicDictionary
 
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
 

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
 
calPoints(String[]) - Method in class g0601_0700.s0682_baseball_game.Solution
 
canCompleteCircuit(int[], int[]) - Method in class g0101_0200.s0134_gas_station.Solution
 
canConstruct(String, String) - Method in class g0301_0400.s0383_ransom_note.Solution
 
canCross(int[]) - Method in class g0401_0500.s0403_frog_jump.Solution
 
candy(int[]) - Method in class g0101_0200.s0135_candy.Solution
 
canFinish(int, int[][]) - Method in class g0201_0300.s0207_course_schedule.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
 
canMeasureWater(int, int, int) - Method in class g0301_0400.s0365_water_and_jug_problem.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
 
canTransform(String, String) - Method in class g0701_0800.s0777_swap_adjacent_in_lr_string.Solution
 
canWinNim(int) - Method in class g0201_0300.s0292_nim_game.Solution
 
champagneTower(int, int, int) - Method in class g0701_0800.s0799_champagne_tower.Solution
 
change(int, int[]) - Method in class g0501_0600.s0518_coin_change_2.Solution
 
characterReplacement(String, int) - Method in class g0401_0500.s0424_longest_repeating_character_replacement.Solution
 
checkInclusion(String, String) - Method in class g0501_0600.s0567_permutation_in_string.Solution
 
checkNewUser(int) - Method in class g0301_0400.s0355_design_twitter.Twitter
 
checkPerfectNumber(int) - Method in class g0501_0600.s0507_perfect_number.Solution
 
checkPossibility(int[]) - Method in class g0601_0700.s0665_non_decreasing_array.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
 
checkSubarraySum(int[], int) - Method in class g0501_0600.s0523_continuous_subarray_sum.Solution
 
checkValidString(String) - Method in class g0601_0700.s0678_valid_parenthesis_string.Solution
 
cherryPickup(int[][]) - Method in class g0701_0800.s0741_cherry_pickup.Solution
 
child - Variable in class g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Node
 
children - Variable in class g0201_0300.s0208_implement_trie_prefix_tree.TrieNode
 
circularArrayLoop(int[]) - Method in class g0401_0500.s0457_circular_array_loop.Solution
 
cleanup(List<Character>) - Method in class g0401_0500.s0488_zuma_game.Solution
 
climbStairs(int) - Method in class g0001_0100.s0070_climbing_stairs.Solution
 
cloneGraph(Node) - Method in class g0101_0200.s0133_clone_graph.Solution
 
Codec - Class in g0201_0300.s0297_serialize_and_deserialize_binary_tree
 
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 g0501_0600.s0535_encode_and_decode_tinyurl.Codec
 
coinChange(int[], int) - Method in class g0301_0400.s0322_coin_change.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
 
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
 
compareTo(Interval) - Method in class com_github_leetcode.Interval
 
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
 
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
 
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
 
construct(int[][]) - Method in class g0401_0500.s0427_construct_quad_tree.Solution
 
constructArray(int, int) - Method in class g0601_0700.s0667_beautiful_arrangement_ii.Solution
 
constructMaximumBinaryTree(int[]) - Method in class g0601_0700.s0654_maximum_binary_tree.Solution
 
constructRectangle(int) - Method in class g0401_0500.s0492_construct_the_rectangle.Solution
 
contains(int) - Method in class g0701_0800.s0705_design_hashset.MyHashSet
 
containsDuplicate(int[]) - Method in class g0201_0300.s0217_contains_duplicate.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
 
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
 
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
 
countAndSay(int) - Method in class g0001_0100.s0038_count_and_say.Solution
 
countArrangement(int) - Method in class g0501_0600.s0526_beautiful_arrangement.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
 
countDigitOne(int) - Method in class g0201_0300.s0233_number_of_digit_one.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
 
countOfAtoms(String) - Method in class g0701_0800.s0726_number_of_atoms.Solution
 
countPalindromicSubsequences(String) - Method in class g0701_0800.s0730_count_different_palindromic_subsequences.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
 
countRangeSum(int[], int, int) - Method in class g0301_0400.s0327_count_of_range_sum.Solution
 
countSegments(String) - Method in class g0401_0500.s0434_number_of_segments_in_a_string.Solution
 
countSmaller(int[]) - Method in class g0301_0400.s0315_count_of_smaller_numbers_after_self.Solution
 
countSubstrings(String) - Method in class g0601_0700.s0647_palindromic_substrings.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
 
customSortString(String, String) - Method in class g0701_0800.s0791_custom_sort_string.Solution
 
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
 
dec(String) - Method in class g0401_0500.s0432_all_oone_data_structure.AllOne
 
decode(String) - Method in class g0501_0600.s0535_encode_and_decode_tinyurl.Codec
 
decodeString(String) - Method in class g0301_0400.s0394_decode_string.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
 
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
 
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
 
deleteWord(Tree, String) - Static method in class g0201_0300.s0212_word_search_ii.Tree
 
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
 
detectCapitalUse(String) - Method in class g0501_0600.s0520_detect_capital.Solution
 
detectCycle(ListNode) - Method in class g0101_0200.s0142_linked_list_cycle_ii.Solution
 
diameterOfBinaryTree(TreeNode) - Method in class g0501_0600.s0543_diameter_of_binary_tree.Solution
 
diffWaysToCompute(String) - Method in class g0201_0300.s0241_different_ways_to_add_parentheses.Solution
 
dimensions() - Method in interface com_github_leetcode.BinaryMatrix
 
dimensions() - Method in class com_github_leetcode.BinaryMatrixImpl
 
distributeCandies(int[]) - Method in class g0501_0600.s0575_distribute_candies.Solution
 
divide(int, int) - Method in class g0001_0100.s0029_divide_two_integers.Solution
 
dominantIndex(int[]) - Method in class g0701_0800.s0747_largest_number_at_least_twice_of_others.Solution
 

E

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
 
end - Variable in class com_github_leetcode.Interval
 
end - Variable in class g0201_0300.s0212_word_search_ii.Tree
 
enQueue(int) - Method in class g0601_0700.s0622_design_circular_queue.MyCircularQueue
 
equals(Object) - Method in class com_github_leetcode.Interval
 
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
 
eventualSafeNodes(int[][]) - Method in class g0801_0900.s0802_find_eventual_safe_states.Solution
 
exclusiveTime(int, List<String>) - Method in class g0601_0700.s0636_exclusive_time_of_functions.Solution
 
exist(char[][], String) - Method in class g0001_0100.s0079_submissions.Solution
 
expressiveWords(String, String[]) - Method in class g0801_0900.s0809_expressive_words.Solution
 

F

f(String, String) - Method in class g0701_0800.s0745_prefix_and_suffix_search.WordFilter
 
fallingSquares(int[][]) - Method in class g0601_0700.s0699_falling_squares.Solution
 
fib(int) - Method in class g0501_0600.s0509_fibonacci_number.Solution
 
fillMap(String[], Map<String, Integer>) - Method in class g0501_0600.s0599_minimum_index_sum_of_two_lists.Solution
 
find132pattern(int[]) - Method in class g0401_0500.s0456_132_pattern.Solution
 
findAllConcatenatedWordsInADict(String[]) - Method in class g0401_0500.s0472_concatenated_words.Solution
 
findAnagrams(String, String) - Method in class g0401_0500.s0438_find_all_anagrams_in_a_string.Solution
 
findBottomLeftValue(TreeNode) - Method in class g0501_0600.s0513_find_bottom_left_tree_value.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
 
findComplement(int) - Method in class g0401_0500.s0476_number_complement.Solution
 
findContentChildren(int[], int[]) - Method in class g0401_0500.s0455_assign_cookies.Solution
 
findDiagonalOrder(int[][]) - Method in class g0401_0500.s0498_diagonal_traverse.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
 
findErrorNums(int[]) - Method in class g0601_0700.s0645_set_mismatch.Solution
 
findFrequentTreeSum(TreeNode) - Method in class g0501_0600.s0508_most_frequent_subtree_sum.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
 
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
 
findLadders(String, String, List<String>) - Method in class g0101_0200.s0126_word_ladder_ii.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
 
findLHS(int[]) - Method in class g0501_0600.s0594_longest_harmonious_subsequence.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
 
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
 
findMaxLength(int[]) - Method in class g0501_0600.s0525_contiguous_array.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
 
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
 
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
 
findOrder(int, int[][]) - Method in class g0201_0300.s0210_course_schedule_ii.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
 
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
 
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
 
findSecondMinimumValue(TreeNode) - Method in class g0601_0700.s0671_second_minimum_node_in_a_binary_tree.Solution
 
findShortestSubArray(int[]) - Method in class g0601_0700.s0697_degree_of_an_array.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
 
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
 
findTheDifference(String, String) - Method in class g0301_0400.s0389_find_the_difference.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
 
findWords(char[][], String[]) - Method in class g0201_0300.s0212_word_search_ii.Solution
 
findWords(String[]) - Method in class g0401_0500.s0500_keyboard_row.Solution
 
firstBadVersion(int) - Method in class g0201_0300.s0278_first_bad_version.Solution
 
firstMissingPositive(int[]) - Method in class g0001_0100.s0041_first_missing_positive.Solution
 
firstUniqChar(String) - Method in class g0301_0400.s0387_first_unique_character_in_a_string.Solution
 
fizzBuzz(int) - Method in class g0401_0500.s0412_fizz_buzz.Solution
 
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
 
flipLights(int, int) - Method in class g0601_0700.s0672_bulb_switcher_ii.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
 
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
 
frequencySort(String) - Method in class g0401_0500.s0451_sort_characters_by_frequency.Solution
 
front() - Method in class g0601_0700.s0622_design_circular_queue.MyCircularQueue
 
fullJustify(String[], int) - Method in class g0001_0100.s0068_text_justification.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_multiple_strings - package g0001_0100.s0043_multiple_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_submissions - package g0001_0100.s0079_submissions
 
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.s0448_find_all_numbers_disappeared_in_an_array - package g0401_0500.s0448_find_all_numbers_disappeared_in_an_array
 
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.s0864_shortest_path_to_get_all_keys - package g0801_0900.s0864_shortest_path_to_get_all_keys
 
g0801_0900.s0900_rle_iterator - package g0801_0900.s0900_rle_iterator
 
g0901_1000.s0994_rotting_oranges - package g0901_1000.s0994_rotting_oranges
 
g2001_2100.s2080_range_frequency_queries - package g2001_2100.s2080_range_frequency_queries
 
g2101_2200.s2151_maximum_good_people_based_on_statements - package g2101_2200.s2151_maximum_good_people_based_on_statements
 
gameOfLife(int[][]) - Method in class g0201_0300.s0289_game_of_life.Solution
 
generate(int) - Method in class g0101_0200.s0118_pascals_triangle.Solution
 
generateMatrix(int) - Method in class g0001_0100.s0059_spiral_matrix_ii.Solution
 
generateParenthesis(int) - Method in class g0001_0100.s0022_generate_parentheses.Solution
 
generateTrees(int) - Method in class g0001_0100.s0095_unique_binary_search_trees_ii.Solution
 
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 interface com_github_leetcode.BinaryMatrix
 
get(int, int) - Method in class com_github_leetcode.BinaryMatrixImpl
 
getChild(char) - Method in class g0201_0300.s0212_word_search_ii.Tree
 
getFront() - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
 
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
 
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
 
getList() - Method in class com_github_leetcode.NestedInteger
 
getMaxKey() - Method in class g0401_0500.s0432_all_oone_data_structure.AllOne
 
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
 
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
 
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
 
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
 
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
 
getRow(int) - Method in class g0101_0200.s0119_pascals_triangle_ii.Solution
 
getSkyline(int[][]) - Method in class g0201_0300.s0218_the_skyline_problem.Solution
 
getSum(int, int) - Method in class g0301_0400.s0371_sum_of_two_integers.Solution
 
grayCode(int) - Method in class g0001_0100.s0089_gray_code.Solution
 
groupAnagrams(String[]) - Method in class g0001_0100.s0049_group_anagrams.Solution
 
guessNumber(int) - Method in class g0301_0400.s0374_guess_number_higher_or_lower.Solution
 

H

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
 
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
 
hashCode() - Method in class com_github_leetcode.Interval
 
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
 
hasPathSum(TreeNode, int) - Method in class g0101_0200.s0112_path_sum.Solution
 
helper(String, int, String) - Method in class g0701_0800.s0784_letter_case_permutation.Solution
 
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
 

I

id - Variable in class com_github_leetcode.Employee
It's the unique id of each node; unique id of this employee
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
 
increasingTriplet(int[]) - Method in class g0301_0400.s0334_increasing_triplet_subsequence.Solution
 
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[][], int[]) - Method in class g0001_0100.s0057_insert_interval.Solution
 
insert(String) - Method in class g0201_0300.s0208_implement_trie_prefix_tree.Trie
 
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
 
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
 
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[], 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
 
Interval - Class in com_github_leetcode
 
Interval() - Constructor for class com_github_leetcode.Interval
 
Interval(int, int) - Constructor for class com_github_leetcode.Interval
 
intToRoman(int) - Method in class g0001_0100.s0012_integer_to_roman.Solution
 
invertTree(TreeNode) - Method in class g0201_0300.s0226_invert_binary_tree.Solution
 
isAdditiveNumber(String) - Method in class g0301_0400.s0306_additive_number.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
 
isEmpty() - Method in class g0601_0700.s0622_design_circular_queue.MyCircularQueue
 
isEmpty() - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
 
isFull() - Method in class g0601_0700.s0622_design_circular_queue.MyCircularQueue
 
isFull() - Method in class g0601_0700.s0641_design_circular_deque.MyCircularDeque
 
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
 
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
 
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
 
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
 
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
 
isRectangleCover(int[][]) - Method in class g0301_0400.s0391_perfect_rectangle.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
 
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
 
isSymmetric(TreeNode) - Method in class g0101_0200.s0101_symmetric_tree.Solution
 
isToeplitzMatrix(int[][]) - Method in class g0701_0800.s0766_toeplitz_matrix.Solution
 
isUgly(int) - Method in class g0201_0300.s0263_ugly_number.Solution
 
isValid(String) - Method in class g0001_0100.s0020_valid_parentheses.Solution
 
isValid(String) - Method in class g0501_0600.s0591_tag_validator.Solution
 
isValid(List<Character>, List<Character>) - Method in class g0401_0500.s0488_zuma_game.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
 
isWord - Variable in class g0201_0300.s0208_implement_trie_prefix_tree.TrieNode
 

J

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

kinversePairs(int, int) - Method in class g0601_0700.s0629_k_inverse_pairs_array.Solution
 
knightProbability(int, int, int, int) - Method in class g0601_0700.s0688_knight_probability_in_chessboard.Solution
 
ksmallestPairs(int[], int[], int) - Method in class g0301_0400.s0373_find_k_pairs_with_smallest_sums.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
 
kthSmallest(int[][], int) - Method in class g0301_0400.s0378_kth_smallest_element_in_a_sorted_matrix.Solution
 
kthSmallest(TreeNode, int) - Method in class g0201_0300.s0230_kth_smallest_element_in_a_bst.Solution
 
kthSmallestPrimeFraction(int[], int) - Method in class g0701_0800.s0786_k_th_smallest_prime_fraction.Solution
 

L

ladderLength(String, String, List<String>) - Method in class g0101_0200.s0127_word_ladder.Solution
 
largestDivisibleSubset(int[]) - Method in class g0301_0400.s0368_largest_divisible_subset.Solution
 
largestNumber(int[]) - Method in class g0101_0200.s0179_largest_number.Solution
 
largestPalindrome(int) - Method in class g0401_0500.s0479_largest_palindrome_product.Solution
 
largestRectangleArea(int[]) - Method in class g0001_0100.s0084_largest_rectangle_in_histogram.Solution
 
largestValues(TreeNode) - Method in class g0501_0600.s0515_find_largest_value_in_each_tree_row.Solution
 
lastRemaining(int) - Method in class g0301_0400.s0390_elimination_game.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
 
left - Variable in class com_github_leetcode.left_right.Node
 
left - Variable in class com_github_leetcode.TreeNode
 
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
 
lengthOfLongestSubstring(String) - Method in class g0001_0100.s0003_longest_substring_without_repeating_characters.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
 
longestCommonPrefix(String[]) - Method in class g0001_0100.s0014_longest_common_prefix.Solution
 
longestConsecutive(int[]) - Method in class g0101_0200.s0128_longest_consecutive_sequence.Solution
 
longestIncreasingPath(int[][]) - Method in class g0301_0400.s0329_longest_increasing_path_in_a_matrix.Solution
 
longestPalindrome(String) - Method in class g0001_0100.s0005_longest_palindromic_substring.Solution
 
longestPalindrome(String) - Method in class g0401_0500.s0409_longest_palindrome.Solution
 
longestPalindromeSubseq(String) - Method in class g0501_0600.s0516_longest_palindromic_subsequence.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
 
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
 

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
 
majorityElement(int[]) - Method in class g0101_0200.s0169_majority_element.Solution
 
majorityElement(int[]) - Method in class g0201_0300.s0229_majority_element_ii.Solution
 
makeLargestSpecial(String) - Method in class g0701_0800.s0761_special_binary_string.Solution
 
makesquare(int[]) - Method in class g0401_0500.s0473_matchsticks_to_square.Solution
 
MapSum - Class in g0601_0700.s0677_map_sum_pairs
 
MapSum() - Constructor for class g0601_0700.s0677_map_sum_pairs.MapSum
 
matrixReshape(int[][], int, int) - Method in class g0501_0600.s0566_reshape_the_matrix.Solution
 
maxArea(int[]) - Method in class g0001_0100.s0011_container_with_most_water.Solution
 
maxAreaOfIsland(int[][]) - Method in class g0601_0700.s0695_max_area_of_island.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
 
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
 
maxEnvelopes(int[][]) - Method in class g0301_0400.s0354_russian_doll_envelopes.Solution
 
maximalRectangle(char[][]) - Method in class g0001_0100.s0085_maximal_rectangle.Solution
 
maximalSquare(char[][]) - Method in class g0201_0300.s0221_maximal_square.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
 
maximumProduct(int[]) - Method in class g0601_0700.s0628_maximum_product_of_three_numbers.Solution
 
maximumSwap(int) - Method in class g0601_0700.s0670_maximum_swap.Solution
 
maxIncreaseKeepingSkyline(int[][]) - Method in class g0801_0900.s0807_max_increase_to_keep_city_skyline.Solution
 
maxNumber(int[], int[], int) - Method in class g0301_0400.s0321_create_maximum_number.Solution
 
maxPathSum(TreeNode) - Method in class g0101_0200.s0124_binary_tree_maximum_path_sum.Solution
 
maxPoints(int[][]) - Method in class g0101_0200.s0149_max_points_on_a_line.Solution
 
maxProduct(int[]) - Method in class g0101_0200.s0152_maximum_product_subarray.Solution
 
maxProduct(String[]) - Method in class g0301_0400.s0318_maximum_product_of_word_lengths.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 g0101_0200.s0188_best_time_to_buy_and_sell_stock_iv.Solution
 
maxRotateFunction(int[]) - Method in class g0301_0400.s0396_rotate_function.Solution
 
maxSlidingWindow(int[], int) - Method in class g0201_0300.s0239_sliding_window_maximum.Solution
 
maxSubArray(int[]) - Method in class g0001_0100.s0053_maximum_subarray.Solution
 
maxSumOfThreeSubarrays(int[], int) - Method in class g0601_0700.s0689_maximum_sum_of_3_non_overlapping_subarrays.Solution
 
maxSumSubmatrix(int[][], int) - Method in class g0301_0400.s0363_max_sum_of_rectangle_no_larger_than_k.Solution
 
maxSumSubmatrix(int[][], int) - Method in class g0301_0400.s0363_max_sum_of_rectangle_no_larger_than_k.Solution2
 
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
 
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
 
mergeKLists(ListNode[]) - Method in class g0001_0100.s0023_merge_k_sorted_lists.Solution
 
mergeTrees(TreeNode, TreeNode) - Method in class g0601_0700.s0617_merge_two_binary_trees.Solution
 
mergeTwoLists(ListNode, ListNode) - Method in class g0001_0100.s0021_merge_two_sorted_lists.Solution
 
minCostClimbingStairs(int[]) - Method in class g0701_0800.s0746_min_cost_climbing_stairs.Solution
 
minCut(String) - Method in class g0101_0200.s0132_palindrome_partitioning_ii.Solution
 
minDepth(TreeNode) - Method in class g0101_0200.s0111_minimum_depth_of_binary_tree.Solution
 
minDiffInBST(TreeNode) - Method in class g0701_0800.s0783_minimum_distance_between_bst_nodes.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
 
minimumDeleteSum(String, String) - Method in class g0701_0800.s0712_minimum_ascii_delete_sum_for_two_strings.Solution
 
minimumTotal(List<List<Integer>>) - Method in class g0101_0200.s0120_triangle.Solution
 
minMoves(int[]) - Method in class g0401_0500.s0453_minimum_moves_to_equal_array_elements.Solution
 
minMoves2(int[]) - Method in class g0401_0500.s0462_minimum_moves_to_equal_array_elements_ii.Solution
 
minMutation(String, String, String[]) - Method in class g0401_0500.s0433_minimum_genetic_mutation.Solution
 
minPatches(int[], int) - Method in class g0301_0400.s0330_patching_array.Solution
 
minPathSum(int[][]) - Method in class g0001_0100.s0064_minimum_path_sum.Solution
 
MinStack - Class in g0101_0200.s0155_min_stack
 
MinStack() - Constructor for class g0101_0200.s0155_min_stack.MinStack
 
minSteps(int) - Method in class g0601_0700.s0650_2_keys_keyboard.Solution
 
minStickers(String[], String) - Method in class g0601_0700.s0691_stickers_to_spell_word.Solution
 
minSubArrayLen(int, int[]) - Method in class g0201_0300.s0209_minimum_size_subarray_sum.Solution
 
minSwap(int[], int[]) - Method in class g0801_0900.s0801_minimum_swaps_to_make_sequences_increasing.Solution
 
minSwapsCouples(int[]) - Method in class g0701_0800.s0765_couples_holding_hands.Solution
 
minWindow(String, String) - Method in class g0001_0100.s0076_minimum_window_substring.Solution
 
missingNumber(int[]) - Method in class g0201_0300.s0268_missing_number.Solution
 
monotoneIncreasingDigits(int) - Method in class g0701_0800.s0738_monotone_increasing_digits.Solution
 
movesToChessboard(int[][]) - Method in class g0701_0800.s0782_transform_to_chessboard.Solution
 
moveZeroes(int[]) - Method in class g0201_0300.s0283_move_zeroes.Solution
 
multiply(String, String) - Method in class g0001_0100.s0043_multiple_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

nearestPalindromic(String) - Method in class g0501_0600.s0564_find_the_closest_palindrome.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
 
networkDelayTime(int[][], int, int) - Method in class g0701_0800.s0743_network_delay_time.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(int) - Method in class g0801_0900.s0900_rle_iterator.RLEIterator
 
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
 
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 g0101_0200.s0155_min_stack
 
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, int, Node, Node) - Constructor for class g0101_0200.s0155_min_stack.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
 
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
 
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
 
numberOfArithmeticSlices(int[]) - Method in class g0401_0500.s0413_arithmetic_slices.Solution
 
numberOfLines(int[], String) - Method in class g0801_0900.s0806_number_of_lines_to_write_string.Solution
 
numberToWords(int) - Method in class g0201_0300.s0273_integer_to_english_words.Solution
 
numDecodings(String) - Method in class g0001_0100.s0091_decode_ways.Solution
 
numDecodings(String) - Method in class g0601_0700.s0639_decode_ways_ii.Solution
 
numDistinct(String, String) - Method in class g0101_0200.s0115_distinct_subsequences.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
 
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
 
numRabbits(int[]) - Method in class g0701_0800.s0781_rabbits_in_forest.Solution
 
numSquares(int) - Method in class g0201_0300.s0279_perfect_squares.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
 
numTilings(int) - Method in class g0701_0800.s0790_domino_and_tromino_tiling.Solution
 
numTrees(int) - Method in class g0001_0100.s0096_unique_binary_search_trees.Solution
 

O

oddEvenList(ListNode) - Method in class g0301_0400.s0328_odd_even_linked_list.Solution
 
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
 
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
 

P

pacificAtlantic(int[][]) - Method in class g0401_0500.s0417_pacific_atlantic_water_flow.Solution
 
palindromePairs(String[]) - Method in class g0301_0400.s0336_palindrome_pairs.Solution
 
partition(ListNode, int) - Method in class g0001_0100.s0086_partition_list.Solution
 
partition(String) - Method in class g0101_0200.s0131_palindrome_partitioning.Solution
 
partitionLabels(String) - Method in class g0701_0800.s0763_partition_labels.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
 
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
 
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
 
pivotIndex(int[]) - Method in class g0701_0800.s0724_find_pivot_index.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
 
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
 
predictPartyVictory(String) - Method in class g0601_0700.s0649_dota2_senate.Solution
 
predictTheWinner(int[]) - Method in class g0401_0500.s0486_predict_the_winner.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
 
printTree(TreeNode) - Method in class g0601_0700.s0655_print_binary_tree.Solution
 
productExceptSelf(int[]) - Method in class g0201_0300.s0238_product_of_array_except_self.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
 
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

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
 

R

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
 
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
 
reconstructQueue(int[][]) - Method in class g0401_0500.s0406_queue_reconstruction_by_height.Solution
 
recoverTree(TreeNode) - Method in class g0001_0100.s0099_recover_binary_search_tree.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
 
removeBoxes(int[]) - Method in class g0501_0600.s0546_remove_boxes.Solution
 
removeComments(String[]) - Method in class g0701_0800.s0722_remove_comments.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
 
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
 
removeNthFromEnd(ListNode, int) - Method in class g0001_0100.s0019_remove_nth_node_from_end_of_list.Solution
 
removeRange(int, int) - Method in class g0701_0800.s0715_range_module.RangeModule
 
reorderList(ListNode) - Method in class g0101_0200.s0143_reorder_list.Solution
 
reorganizeString(String) - Method in class g0701_0800.s0767_reorganize_string.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
 
replaceWords(List<String>, String) - Method in class g0601_0700.s0648_replace_words.Solution
 
reset() - Method in class g0301_0400.s0384_shuffle_an_array.Solution
 
reset() - Method in class g0501_0600.s0519_random_flip_matrix.Solution
 
restoreIpAddresses(String) - Method in class g0001_0100.s0093_restore_ip_addresses.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
 
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
 
reversePairs(int[]) - Method in class g0401_0500.s0493_reverse_pairs.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
 
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
 
rotateRight(ListNode, int) - Method in class g0001_0100.s0061_rotate_list.Solution
 
rotateString(String, String) - Method in class g0701_0800.s0796_rotate_string.Solution
 

S

scheduleCourse(int[][]) - Method in class g0601_0700.s0630_course_schedule_iii.Solution
 
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, 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
 
selfDividingNumbers(int, int) - Method in class g0701_0800.s0728_self_dividing_numbers.Solution
 
serialize(TreeNode) - Method in class g0201_0300.s0297_serialize_and_deserialize_binary_tree.Codec
 
serialize(TreeNode, StringBuilder) - Method in class g0201_0300.s0297_serialize_and_deserialize_binary_tree.Codec
 
setZeroes(int[][]) - Method in class g0001_0100.s0073_set_matrix_zeroes.Solution
 
shoppingOffers(List<Integer>, List<List<Integer>>, List<Integer>) - Method in class g0601_0700.s0638_shopping_offers.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
 
shortestPathAllKeys(String[]) - Method in class g0801_0900.s0864_shortest_path_to_get_all_keys.Solution
 
shuffle() - Method in class g0301_0400.s0384_shuffle_an_array.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
 
slidingPuzzle(int[][]) - Method in class g0701_0800.s0773_sliding_puzzle.Solution
 
smallestDistancePair(int[], int) - Method in class g0701_0800.s0719_find_k_th_smallest_pair_distance.Solution
 
smallestGoodBase(String) - Method in class g0401_0500.s0483_smallest_good_base.Solution
 
smallestRange(List<List<Integer>>) - Method in class g0601_0700.s0632_smallest_range_covering_elements_from_k_lists.Solution
 
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_multiple_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_submissions
 
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.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.s0864_shortest_path_to_get_all_keys
 
Solution - Class in g0901_1000.s0994_rotting_oranges
 
Solution - Class in g2101_2200.s2151_maximum_good_people_based_on_statements
 
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_multiple_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_submissions.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.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.s0864_shortest_path_to_get_all_keys.Solution
 
Solution() - Constructor for class g0901_1000.s0994_rotting_oranges.Solution
 
Solution() - Constructor for class g2101_2200.s2151_maximum_good_people_based_on_statements.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
 
Solution2 - Class in g0301_0400.s0363_max_sum_of_rectangle_no_larger_than_k
 
Solution2() - Constructor for class g0301_0400.s0363_max_sum_of_rectangle_no_larger_than_k.Solution2
 
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
 
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
 
sortList(ListNode) - Method in class g0101_0200.s0148_sort_list.Solution
 
soupServings(int) - Method in class g0801_0900.s0808_soup_servings.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
 
splitListToParts(ListNode, int) - Method in class g0701_0800.s0725_split_linked_list_in_parts.Solution
 
start - Variable in class com_github_leetcode.Interval
 
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
 
strangePrinter(String) - Method in class g0601_0700.s0664_strange_printer.Solution
 
strongPasswordChecker(String) - Method in class g0401_0500.s0420_strong_password_checker.Solution
 
strStr(String, String) - Method in class g0001_0100.s0028_implement_strstr.Solution
 
subarraySum(int[], int) - Method in class g0501_0600.s0560_subarray_sum_equals_k.Solution
 
subordinates - Variable in class com_github_leetcode.Employee
the id of direct subordinates
subsets(int[]) - Method in class g0001_0100.s0078_subsets.Solution
 
subsetsWithDup(int[]) - Method in class g0001_0100.s0090_subsets_ii.Solution
 
sum(String) - Method in class g0601_0700.s0677_map_sum_pairs.MapSum
 
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
 
sumOfLeftLeaves(TreeNode) - Method in class g0401_0500.s0404_sum_of_left_leaves.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
 
superPow(int, int[]) - Method in class g0301_0400.s0372_super_pow.Solution
 
swap(String, int, int, int, int) - Method in class g0701_0800.s0773_sliding_puzzle.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

thirdMax(int[]) - Method in class g0401_0500.s0414_third_maximum_number.Solution
 
threeSum(int[]) - Method in class g0001_0100.s0015_3sum.Solution
 
threeSumClosest(int[], int) - Method in class g0001_0100.s0016_3sum_closest.Solution
 
titleToNumber(String) - Method in class g0101_0200.s0171_excel_sheet_column_number.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
 
toString() - Method in class com_github_leetcode.Interval
 
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
 
totalHammingDistance(int[]) - Method in class g0401_0500.s0477_total_hamming_distance.Solution
 
totalNQueens(int) - Method in class g0001_0100.s0052_n_queens_ii.Solution
 
trailingZeroes(int) - Method in class g0101_0200.s0172_factorial_trailing_zeroes.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
 
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
 
triangleNumber(int[]) - Method in class g0601_0700.s0611_valid_triangle_number.Solution
 
Trie - Class in g0201_0300.s0208_implement_trie_prefix_tree
 
Trie() - Constructor for class g0201_0300.s0208_implement_trie_prefix_tree.Trie
 
TrieNode - Class in g0201_0300.s0208_implement_trie_prefix_tree
 
TrieNode() - Constructor for class g0201_0300.s0208_implement_trie_prefix_tree.TrieNode
 
trimBST(TreeNode, int, int) - Method in class g0601_0700.s0669_trim_a_binary_search_tree.Solution
 
Tweet - Class in g0301_0400.s0355_design_twitter
 
Twitter - Class in g0301_0400.s0355_design_twitter
 
Twitter() - Constructor for class g0301_0400.s0355_design_twitter.Twitter
 
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

unfollow(int, int) - Method in class g0301_0400.s0355_design_twitter.Twitter
 
uniqueMorseRepresentations(String[]) - Method in class g0801_0900.s0804_unique_morse_code_words.Solution
 
uniquePaths(int, int) - Method in class g0001_0100.s0062_unique_paths.Solution
 
uniquePathsWithObstacles(int[][]) - Method in class g0001_0100.s0063_unique_paths_ii.Solution
 
update(int, int) - Method in class g0301_0400.s0307_range_sum_query_mutable.NumArray
 
updateBoard(char[][], int[]) - Method in class g0501_0600.s0529_minesweeper.Solution
 
updateMatrix(int[][]) - Method in class g0501_0600.s0542_01_matrix.Solution
 

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
 
validIPAddress(String) - Method in class g0401_0500.s0468_validate_ip_address.Solution
 
validPalindrome(String) - Method in class g0601_0700.s0680_valid_palindrome_ii.Solution
 
validSquare(int[], int[], int[], int[]) - Method in class g0501_0600.s0593_valid_square.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
 

W

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
 
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
 
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
 

X

xorGame(int[]) - Method in class g0801_0900.s0810_chalkboard_xor_game.Solution
 

Z

zigzagLevelOrder(TreeNode) - Method in class g0101_0200.s0103_binary_tree_zigzag_level_order_traversal.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 
All Classes All Packages