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
F
- f(String,String) - function in g0701_0800.s0745_prefix_and_suffix_search.WordFilter
- fallingSquares(Array) - function in g0601_0700.s0699_falling_squares.Solution
- fib(Integer) - function in g0501_0600.s0509_fibonacci_number.Solution
- fillMap(Array,Map) - function in g0501_0600.s0599_minimum_index_sum_of_two_lists.Solution
- find(Integer) - function in g0701_0800.s0721_accounts_merge.Solution.UnionFind
- find132pattern(IntArray) - function in g0401_0500.s0456_132_pattern.Solution
- findAllConcatenatedWordsInADict(Array) - function in g0401_0500.s0472_concatenated_words.Solution
- findAnagrams(String,String) - function in g0401_0500.s0438_find_all_anagrams_in_a_string.Solution
- findBottomLeftValue(TreeNode) - function in g0501_0600.s0513_find_bottom_left_tree_value.Solution
- findCheapestPrice(Integer,Array,Integer,Integer,Integer) - function in g0701_0800.s0787_cheapest_flights_within_k_stops.Solution
- findCircleNum(Array) - function in g0501_0600.s0547_number_of_provinces.Solution
- findClosestElements(IntArray,Integer,Integer) - function in g0601_0700.s0658_find_k_closest_elements.Solution
- findComplement(Integer) - function in g0401_0500.s0476_number_complement.Solution
- findContentChildren(IntArray,IntArray) - function in g0401_0500.s0455_assign_cookies.Solution
- findDiagonalOrder(Array) - function in g0401_0500.s0498_diagonal_traverse.Solution
- findDisappearedNumbers(IntArray) - function in g0401_0500.s0448_find_all_numbers_disappeared_in_an_array.Solution
- findDuplicate(IntArray) - function in g0201_0300.s0287_find_the_duplicate_number.Solution
- findDuplicate(Array) - function in g0601_0700.s0609_find_duplicate_file_in_system.Solution
- findDuplicates(IntArray) - function in g0401_0500.s0442_find_all_duplicates_in_an_array.Solution
- findDuplicateSubtrees(TreeNode) - function in g0601_0700.s0652_find_duplicate_subtrees.Solution
- findErrorNums(IntArray) - function in g0601_0700.s0645_set_mismatch.Solution
- findFrequentTreeSum(TreeNode) - function in g0501_0600.s0508_most_frequent_subtree_sum.Solution
- findIntegers(Integer) - function in g0501_0600.s0600_non_negative_integers_without_consecutive_ones.Solution
- findItinerary(List) - function in g0301_0400.s0332_reconstruct_itinerary.Solution
- findKthLargest(IntArray,Integer) - function in g0201_0300.s0215_kth_largest_element_in_an_array.Solution
- findKthNumber(Integer,Integer) - function in g0401_0500.s0440_k_th_smallest_in_lexicographical_order.Solution
- findKthNumber(Integer,Integer,Integer) - function in g0601_0700.s0668_kth_smallest_number_in_multiplication_table.Solution
- findLadders(String,String,List) - function in g0101_0200.s0126_word_ladder_ii.Solution
- findLength(IntArray,IntArray) - function in g0701_0800.s0718_maximum_length_of_repeated_subarray.Solution
- findLengthOfLCIS(IntArray) - function in g0601_0700.s0674_longest_continuous_increasing_subsequence.Solution
- findLHS(IntArray) - function in g0501_0600.s0594_longest_harmonious_subsequence.Solution
- findLongestChain(Array) - function in g0601_0700.s0646_maximum_length_of_pair_chain.Solution
- findLongestWord(String,List) - function in g0501_0600.s0524_longest_word_in_dictionary_through_deleting.Solution
- findLUSlength(String,String) - function in g0501_0600.s0521_longest_uncommon_subsequence_i.Solution
- findLUSlength(Array) - function in g0501_0600.s0522_longest_uncommon_subsequence_ii.Solution
- findMaxAverage(IntArray,Integer) - function in g0601_0700.s0643_maximum_average_subarray_i.Solution
- findMaxConsecutiveOnes(IntArray) - function in g0401_0500.s0485_max_consecutive_ones.Solution
- findMaxForm(Array,Integer,Integer) - function in g0401_0500.s0474_ones_and_zeroes.Solution
- findMaximizedCapital(Integer,Integer,IntArray,IntArray) - function in g0501_0600.s0502_ipo.Solution
- findMaximumXOR(IntArray) - function in g0401_0500.s0421_maximum_xor_of_two_numbers_in_an_array.Solution
- findMaxLength(IntArray) - function in g0501_0600.s0525_contiguous_array.Solution
- findMedian() - function in g0201_0300.s0295_find_median_from_data_stream.MedianFinder
- findMedianSortedArrays(IntArray,IntArray) - function in g0001_0100.s0004_median_of_two_sorted_arrays.Solution
- findMin(IntArray) - function in g0101_0200.s0153_find_minimum_in_rotated_sorted_array.Solution
- findMin(IntArray) - function in g0101_0200.s0154_find_minimum_in_rotated_sorted_array_ii.Solution
- findMinArrowShots(Array) - function in g0401_0500.s0452_minimum_number_of_arrows_to_burst_balloons.Solution
- findMinDifference(List) - function in g0501_0600.s0539_minimum_time_difference.Solution
- findMinHeightTrees(Integer,Array) - function in g0301_0400.s0310_minimum_height_trees.Solution
- findMinMoves(IntArray) - function in g0501_0600.s0517_super_washing_machines.Solution
- findMinStep(String,String) - function in g0401_0500.s0488_zuma_game.Solution
- findMode(TreeNode) - function in g0501_0600.s0501_find_mode_in_binary_search_tree.Solution
- findNthDigit(Integer) - function in g0301_0400.s0400_nth_digit.Solution
- findNumberOfLIS(IntArray) - function in g0601_0700.s0673_number_of_longest_increasing_subsequence.Solution
- findOrder(Integer,Array) - function in g0201_0300.s0210_course_schedule_ii.Solution
- findPairs(IntArray,Integer) - function in g0501_0600.s0532_k_diff_pairs_in_an_array.Solution
- findPaths(Integer,Integer,Integer,Integer,Integer) - function in g0501_0600.s0576_out_of_boundary_paths.Solution
- findPeakElement(IntArray) - function in g0101_0200.s0162_find_peak_element.Solution
- findPoisonedDuration(IntArray,Integer) - function in g0401_0500.s0495_teemo_attacking.Solution
- findRadius(IntArray,IntArray) - function in g0401_0500.s0475_heaters.Solution
- findRedundantConnection(Array) - function in g0601_0700.s0684_redundant_connection.Solution
- findRedundantDirectedConnection(Array) - function in g0601_0700.s0685_redundant_connection_ii.Solution
- findRelativeRanks(IntArray) - function in g0501_0600.s0506_relative_ranks.Solution
- findRepeatedDnaSequences(String) - function in g0101_0200.s0187_repeated_dna_sequences.Solution
- findReplaceString(String,IntArray,Array,Array) - function in g0801_0900.s0833_find_and_replace_in_string.Solution
- findRestaurant(Array,Array) - function in g0501_0600.s0599_minimum_index_sum_of_two_lists.Solution
- findRightInterval(Array) - function in g0401_0500.s0436_find_right_interval.Solution
- findRotateSteps(String,String) - function in g0501_0600.s0514_freedom_trail.Solution
- findSecondMinimumValue(TreeNode) - function in g0601_0700.s0671_second_minimum_node_in_a_binary_tree.Solution
- findSecretWord(Array,Solution.Master) - function in g0801_0900.s0843_guess_the_word.Solution
- findShortestSubArray(IntArray) - function in g0601_0700.s0697_degree_of_an_array.Solution
- findSubsequences(IntArray) - function in g0401_0500.s0491_increasing_subsequences.Solution
- findSubstring(String,Array) - function in g0001_0100.s0030_substring_with_concatenation_of_all_words.Solution
- findSubstringInWraproundString(String) - function in g0401_0500.s0467_unique_substrings_in_wraparound_string.Solution
- findTarget(TreeNode,Integer) - function in g0601_0700.s0653_two_sum_iv_input_is_a_bst.Solution
- findTargetSumWays(IntArray,Integer) - function in g0401_0500.s0494_target_sum.Solution
- findTheDifference(String,String) - function in g0301_0400.s0389_find_the_difference.Solution
- findTilt(TreeNode) - function in g0501_0600.s0563_binary_tree_tilt.Solution
- findUnsortedSubarray(IntArray) - function in g0501_0600.s0581_shortest_unsorted_continuous_subarray.Solution
- findWords(Array,Array) - function in g0201_0300.s0212_word_search_ii.Solution
- findWords(Array) - function in g0401_0500.s0500_keyboard_row.Solution
- firstBadVersion(Integer) - function in g0201_0300.s0278_first_bad_version.Solution
- firstMissingPositive(IntArray) - function in g0001_0100.s0041_first_missing_positive.Solution
- firstUniqChar(String) - function in g0301_0400.s0387_first_unique_character_in_a_string.Solution
- fizzBuzz(Integer) - function in g0401_0500.s0412_fizz_buzz.Solution
- flatten(TreeNode) - function in g0101_0200.s0114_flatten_binary_tree_to_linked_list.Solution
- flatten(Node) - function in g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Solution
- flip() - function in g0501_0600.s0519_random_flip_matrix.Solution
- flipAndInvertImage(Array) - function in g0801_0900.s0832_flipping_an_image.Solution
- flipgame(IntArray,IntArray) - function in g0801_0900.s0822_card_flipping_game.Solution
- flipLights(Integer,Integer) - function in g0601_0700.s0672_bulb_switcher_ii.Solution
- floodFill(Array,Integer,Integer,Integer) - function in g0701_0800.s0733_flood_fill.Solution
- follow(Integer,Integer) - function in g0301_0400.s0355_design_twitter.Twitter
- forEachRemaining(Consumer) - function in kotlin.collections.PeekingIterator
- fourSum(IntArray,Integer) - function in g0001_0100.s0018_4sum.Solution
- fourSumCount(IntArray,IntArray,IntArray,IntArray) - function in g0401_0500.s0454_4sum_ii.Solution
- fractionAddition(String) - function in g0501_0600.s0592_fraction_addition_and_subtraction.Solution
- fractionToDecimal(Integer,Integer) - function in g0101_0200.s0166_fraction_to_recurring_decimal.Solution
- frequencySort(String) - function in g0401_0500.s0451_sort_characters_by_frequency.Solution
- Front() - function in g0601_0700.s0622_design_circular_queue.MyCircularQueue
- fullJustify(Array,Integer) - function in g0001_0100.s0068_text_justification.Solution