A B C D E F G H I K L M N P R S T U V W Z 
All Classes All Packages

S

same(T, T) - Method in class leetcode.common.UnionFind
 
search(boolean, String, Trie.TrieNode, int) - Method in class leetcode.implement_trie_prefix_tree.Trie
 
search(String) - Method in class leetcode.common.Trie
 
search(String) - Method in class leetcode.design_add_and_search_words_data_structure.WordDictionary
如果数据结构中存在字符串与 word 匹配,则返回 true ;否则,返回 false 。word 中可能包含一些 '.' ,每个 .
search(String) - Method in class leetcode.implement_trie_prefix_tree.Trie
如果字符串 word 在前缀树中,返回 true(即,在检索之前已经插入);否则,返回 false 。
search(String, WordDictionary.TrieNode, int) - Method in class leetcode.design_add_and_search_words_data_structure.WordDictionary
 
searchInsert(int[], int) - Method in class leetcode.search_insert_position.Solution
 
second - Variable in class leetcode.common.Pair
 
second - Variable in class leetcode.find_nearest_right_node_in_binary_tree.Solution.Pair
 
sentence - Variable in class leetcode.design_search_autocomplete_system.AutocompleteSystem.Node
 
seq - Variable in class leetcode.design_most_recently_used_queue.MRUQueue
 
setName(String) - Method in class lintcode.lintcode2378.User
 
shortestPalindrome(String) - Method in class leetcode.shortest_palindrome.Solution
 
shortestSubarray(int[], int) - Method in class leetcode.shortest_subarray_with_sum_at_least_k.Solution
 
singleNumber(int[]) - Method in class leetcode.single_number.Solution
 
size - Variable in class leetcode.common.UnionFind
 
Solution - Class in leetcode.a_number_after_a_double_reversal
 
Solution - Class in leetcode.add_binary
 
Solution - Class in leetcode.add_two_polynomials_represented_as_linked_lists
1634.
Solution - Class in leetcode.balanced_binary_tree
 
Solution - Class in leetcode.best_time_to_buy_and_sell_stock
 
Solution - Class in leetcode.binary_tree_cameras
968.
Solution - Class in leetcode.binary_tree_inorder_traversal
 
Solution - Class in leetcode.binary_tree_maximum_path_sum
124.
Solution - Class in leetcode.binary_tree_postorder_traversal
 
Solution - Class in leetcode.binary_tree_preorder_traversal
 
Solution - Class in leetcode.capitalize_the_title
LeetCode 5960.
Solution - Class in leetcode.cheapest_flights_within_k_stops
787.
Solution - Class in leetcode.check_if_a_parentheses_string_can_be_valid
 
Solution - Class in leetcode.climbing_stairs
 
Solution - Class in leetcode.convert_sorted_array_to_binary_search_tree
 
Solution - Class in leetcode.delete_leaves_with_a_given_value
1325.
Solution - Class in leetcode.diameter_of_n_ary_tree
1522.
Solution - Class in leetcode.employee_free_time
759.
Solution - Class in leetcode.execution_of_all_suffix_instructions_staying_in_a_grid
 
Solution - Class in leetcode.find_all_numbers_disappeared_in_an_array
448.
Solution - Class in leetcode.find_all_possible_recipes_from_given_supplies
 
Solution - Class in leetcode.find_leaves_of_binary_tree
366.
Solution - Class in leetcode.find_nearest_right_node_in_binary_tree
1602.
Solution - Class in leetcode.flatten_a_multilevel_doubly_linked_list
430.
Solution - Class in leetcode.graph_valid_tree
261.
Solution - Class in leetcode.implement_strstr
 
Solution - Class in leetcode.intersection_of_two_linked_lists
 
Solution - Class in leetcode.intervals_between_identical_elements
 
Solution - Class in leetcode.kth_smallest_element_in_a_sorted_matrix
378.
Solution - Class in leetcode.largest_rectangle_in_histogram
84.
Solution - Class in leetcode.leetcode_132_pattern
456.
Solution - Class in leetcode.leetcode_4sum_ii
454.
Solution - Class in leetcode.length_of_last_word
 
Solution - Class in leetcode.linked_list_cycle
 
Solution - Class in leetcode.longest_common_prefix
 
Solution - Class in leetcode.longest_consecutive_sequence
128.
Solution - Class in leetcode.longest_palindrome_by_concatenating_two_letter_words
LeetCode 5962.
Solution - Class in leetcode.longest_word_with_all_prefixes
1858.
Solution - Class in leetcode.maximum_depth_of_binary_tree
 
Solution - Class in leetcode.maximum_number_of_words_found_in_sentences
 
Solution - Class in leetcode.maximum_product_subarray
152.
Solution - Class in leetcode.maximum_subarray
 
Solution - Class in leetcode.maximum_twin_sum_of_a_linked_list
LeetCode 5961.
Solution - Class in leetcode.meeting_rooms_ii
253.
Solution - Class in leetcode.merge_sorted_array
 
Solution - Class in leetcode.merge_two_sorted_lists
 
Solution - Class in leetcode.minimum_depth_of_binary_tree
 
Solution - Class in leetcode.minimum_number_of_arrows_to_burst_balloons
452.
Solution - Class in leetcode.number_of_connected_components_in_an_undirected_graph
323.
Solution - Class in leetcode.number_of_islands_ii
305.
Solution - Class in leetcode.palindrome_number
 
Solution - Class in leetcode.palindrome_pairs
336.
Solution - Class in leetcode.pascals_triangle_ii
 
Solution - Class in leetcode.pascals_triangle
 
Solution - Class in leetcode.path_sum
 
Solution - Class in leetcode.perform_string_shifts
1427.
Solution - Class in leetcode.plus_one_linked_list
369.
Solution - Class in leetcode.plus_one
 
Solution - Class in leetcode.possible_bipartition
886.
Solution - Class in leetcode.rearrange_string_k_distance_apart
358.
Solution - Class in leetcode.remove_duplicates_from_sorted_array
 
Solution - Class in leetcode.remove_duplicates_from_sorted_list
 
Solution - Class in leetcode.remove_element
 
Solution - Class in leetcode.remove_k_digits
402.
Solution - Class in leetcode.remove_max_number_of_edges_to_keep_graph_fully_traversable
1579.
Solution - Class in leetcode.reverse_integer
 
Solution - Class in leetcode.roman_to_integer
 
Solution - Class in leetcode.same_tree
 
Solution - Class in leetcode.satisfiability_of_equality_equations
990.
Solution - Class in leetcode.search_insert_position
 
Solution - Class in leetcode.shortest_palindrome
214.
Solution - Class in leetcode.shortest_subarray_with_sum_at_least_k
862.
Solution - Class in leetcode.single_number
 
Solution - Class in leetcode.sqrtx
 
Solution - Class in leetcode.sum_of_all_odd_length_subarrays
1588.
Solution - Class in leetcode.symmetric_tree
 
Solution - Class in leetcode.the_earliest_moment_when_everyone_become_friends
1101.
Solution - Class in leetcode.the_skyline_problem
218.
Solution - Class in leetcode.two_sum_ii_input_array_is_sorted
 
Solution - Class in leetcode.two_sum
 
Solution - Class in leetcode.valid_palindrome
 
Solution - Class in leetcode.valid_parentheses
 
Solution - Class in leetcode.wiggle_sort_ii
324.
Solution - Class in leetcode.wildcard_matching
44.
Solution - Class in leetcode.word_ladder
127.
Solution - Class in leetcode.word_search_ii
212.
Solution - Class in lintcode.get_length
 
Solution - Class in lintcode.lintcode2378
 
Solution() - Constructor for class leetcode.a_number_after_a_double_reversal.Solution
 
Solution() - Constructor for class leetcode.add_binary.Solution
 
Solution() - Constructor for class leetcode.add_two_polynomials_represented_as_linked_lists.Solution
 
Solution() - Constructor for class leetcode.balanced_binary_tree.Solution
 
Solution() - Constructor for class leetcode.best_time_to_buy_and_sell_stock.Solution
 
Solution() - Constructor for class leetcode.binary_tree_cameras.Solution
 
Solution() - Constructor for class leetcode.binary_tree_inorder_traversal.Solution
 
Solution() - Constructor for class leetcode.binary_tree_maximum_path_sum.Solution
 
Solution() - Constructor for class leetcode.binary_tree_postorder_traversal.Solution
 
Solution() - Constructor for class leetcode.binary_tree_preorder_traversal.Solution
 
Solution() - Constructor for class leetcode.capitalize_the_title.Solution
 
Solution() - Constructor for class leetcode.cheapest_flights_within_k_stops.Solution
 
Solution() - Constructor for class leetcode.check_if_a_parentheses_string_can_be_valid.Solution
 
Solution() - Constructor for class leetcode.climbing_stairs.Solution
 
Solution() - Constructor for class leetcode.convert_sorted_array_to_binary_search_tree.Solution
 
Solution() - Constructor for class leetcode.delete_leaves_with_a_given_value.Solution
 
Solution() - Constructor for class leetcode.diameter_of_n_ary_tree.Solution
 
Solution() - Constructor for class leetcode.employee_free_time.Solution
 
Solution() - Constructor for class leetcode.execution_of_all_suffix_instructions_staying_in_a_grid.Solution
 
Solution() - Constructor for class leetcode.find_all_numbers_disappeared_in_an_array.Solution
 
Solution() - Constructor for class leetcode.find_all_possible_recipes_from_given_supplies.Solution
 
Solution() - Constructor for class leetcode.find_leaves_of_binary_tree.Solution
 
Solution() - Constructor for class leetcode.find_nearest_right_node_in_binary_tree.Solution
 
Solution() - Constructor for class leetcode.flatten_a_multilevel_doubly_linked_list.Solution
 
Solution() - Constructor for class leetcode.graph_valid_tree.Solution
 
Solution() - Constructor for class leetcode.implement_strstr.Solution
 
Solution() - Constructor for class leetcode.intersection_of_two_linked_lists.Solution
 
Solution() - Constructor for class leetcode.intervals_between_identical_elements.Solution
 
Solution() - Constructor for class leetcode.kth_smallest_element_in_a_sorted_matrix.Solution
 
Solution() - Constructor for class leetcode.largest_rectangle_in_histogram.Solution
 
Solution() - Constructor for class leetcode.leetcode_132_pattern.Solution
 
Solution() - Constructor for class leetcode.leetcode_4sum_ii.Solution
 
Solution() - Constructor for class leetcode.length_of_last_word.Solution
 
Solution() - Constructor for class leetcode.linked_list_cycle.Solution
 
Solution() - Constructor for class leetcode.longest_common_prefix.Solution
 
Solution() - Constructor for class leetcode.longest_consecutive_sequence.Solution
 
Solution() - Constructor for class leetcode.longest_palindrome_by_concatenating_two_letter_words.Solution
 
Solution() - Constructor for class leetcode.longest_word_with_all_prefixes.Solution
 
Solution() - Constructor for class leetcode.maximum_depth_of_binary_tree.Solution
 
Solution() - Constructor for class leetcode.maximum_number_of_words_found_in_sentences.Solution
 
Solution() - Constructor for class leetcode.maximum_product_subarray.Solution
 
Solution() - Constructor for class leetcode.maximum_subarray.Solution
 
Solution() - Constructor for class leetcode.maximum_twin_sum_of_a_linked_list.Solution
 
Solution() - Constructor for class leetcode.meeting_rooms_ii.Solution
 
Solution() - Constructor for class leetcode.merge_sorted_array.Solution
 
Solution() - Constructor for class leetcode.merge_two_sorted_lists.Solution
 
Solution() - Constructor for class leetcode.minimum_depth_of_binary_tree.Solution
 
Solution() - Constructor for class leetcode.minimum_number_of_arrows_to_burst_balloons.Solution
 
Solution() - Constructor for class leetcode.number_of_connected_components_in_an_undirected_graph.Solution
 
Solution() - Constructor for class leetcode.number_of_islands_ii.Solution
 
Solution() - Constructor for class leetcode.palindrome_number.Solution
 
Solution() - Constructor for class leetcode.palindrome_pairs.Solution
 
Solution() - Constructor for class leetcode.pascals_triangle_ii.Solution
 
Solution() - Constructor for class leetcode.pascals_triangle.Solution
 
Solution() - Constructor for class leetcode.path_sum.Solution
 
Solution() - Constructor for class leetcode.perform_string_shifts.Solution
 
Solution() - Constructor for class leetcode.plus_one_linked_list.Solution
 
Solution() - Constructor for class leetcode.plus_one.Solution
 
Solution() - Constructor for class leetcode.possible_bipartition.Solution
 
Solution() - Constructor for class leetcode.rearrange_string_k_distance_apart.Solution
 
Solution() - Constructor for class leetcode.remove_duplicates_from_sorted_array.Solution
 
Solution() - Constructor for class leetcode.remove_duplicates_from_sorted_list.Solution
 
Solution() - Constructor for class leetcode.remove_element.Solution
 
Solution() - Constructor for class leetcode.remove_k_digits.Solution
 
Solution() - Constructor for class leetcode.remove_max_number_of_edges_to_keep_graph_fully_traversable.Solution
 
Solution() - Constructor for class leetcode.reverse_integer.Solution
 
Solution() - Constructor for class leetcode.roman_to_integer.Solution
 
Solution() - Constructor for class leetcode.same_tree.Solution
 
Solution() - Constructor for class leetcode.satisfiability_of_equality_equations.Solution
 
Solution() - Constructor for class leetcode.search_insert_position.Solution
 
Solution() - Constructor for class leetcode.shortest_palindrome.Solution
 
Solution() - Constructor for class leetcode.shortest_subarray_with_sum_at_least_k.Solution
 
Solution() - Constructor for class leetcode.single_number.Solution
 
Solution() - Constructor for class leetcode.sqrtx.Solution
 
Solution() - Constructor for class leetcode.sum_of_all_odd_length_subarrays.Solution
 
Solution() - Constructor for class leetcode.symmetric_tree.Solution
 
Solution() - Constructor for class leetcode.the_earliest_moment_when_everyone_become_friends.Solution
 
Solution() - Constructor for class leetcode.the_skyline_problem.Solution
 
Solution() - Constructor for class leetcode.two_sum_ii_input_array_is_sorted.Solution
 
Solution() - Constructor for class leetcode.two_sum.Solution
 
Solution() - Constructor for class leetcode.valid_palindrome.Solution
 
Solution() - Constructor for class leetcode.valid_parentheses.Solution
 
Solution() - Constructor for class leetcode.wiggle_sort_ii.Solution
 
Solution() - Constructor for class leetcode.wildcard_matching.Solution
 
Solution() - Constructor for class leetcode.word_ladder.Solution
 
Solution() - Constructor for class leetcode.word_search_ii.Solution
 
Solution() - Constructor for class lintcode.get_length.Solution
 
Solution() - Constructor for class lintcode.lintcode2378.Solution
 
Solution.Frame - Class in leetcode.cheapest_flights_within_k_stops
 
Solution.Frame - Class in leetcode.employee_free_time
 
Solution.Frame - Class in leetcode.rearrange_string_k_distance_apart
 
Solution.Interval - Class in leetcode.employee_free_time
 
Solution.Node - Class in leetcode.diameter_of_n_ary_tree
 
Solution.NotBalancedBinaryTreeException - Exception in leetcode.balanced_binary_tree
 
Solution.Pair<T,​E> - Class in leetcode.find_nearest_right_node_in_binary_tree
 
Solution.Trie - Class in leetcode.longest_word_with_all_prefixes
 
Solution.Trie - Class in leetcode.word_search_ii
 
sortedArrayToBST(int[]) - Method in class leetcode.convert_sorted_array_to_binary_search_tree.Solution
 
stack - Variable in class leetcode.min_stack.MinStack
 
start - Variable in class leetcode.employee_free_time.Solution.Interval
 
startsWith(String) - Method in class leetcode.implement_trie_prefix_tree.Trie
如果之前已经插入的字符串 word 的前缀之一为 prefix ,返回 true ;否则,返回 false 。
stringShift(String, int[][]) - Method in class leetcode.perform_string_shifts.Solution
 
strStr(String, String) - Method in class leetcode.implement_strstr.Solution
 
sumOddLengthSubarrays(int[]) - Method in class leetcode.sum_of_all_odd_length_subarrays.Solution
 
swap(int[], int, int) - Method in class leetcode.wiggle_sort_ii.Solution
 
A B C D E F G H I K L M N P R S T U V W Z 
All Classes All Packages