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 

T

takeCharacters(java.lang.String,java.lang.Integer) - function in g2501_2600.s2516_take_k_of_each_character_from_left_and_right.Solution
 
tallestBillboard(kotlin.IntArray) - function in g0901_1000.s0956_tallest_billboard.Solution
 
targetIndices(kotlin.IntArray,java.lang.Integer) - function in g2001_2100.s2089_find_target_indices_after_sorting_array.Solution
 
taskSchedulerII(kotlin.IntArray,java.lang.Integer) - function in g2301_2400.s2365_task_scheduler_ii.Solution
 
TextEditor - class in g2201_2300.s2296_design_a_text_editor
 
theMaximumAchievableX(java.lang.Integer,java.lang.Integer) - function in g2701_2800.s2769_find_the_maximum_achievable_number.Solution
 
thenComparing(java.util.Comparator) - function in java.util.Comparator
 
thenComparing(java.util.function.Function,java.util.Comparator) - function in java.util.Comparator
 
thenComparing(java.util.function.Function) - function in java.util.Comparator
 
thenComparingDouble(java.util.function.ToDoubleFunction) - function in java.util.Comparator
 
thenComparingInt(java.util.function.ToIntFunction) - function in java.util.Comparator
 
thenComparingLong(java.util.function.ToLongFunction) - function in java.util.Comparator
 
third(java.lang.Runnable) - function in g1101_1200.s1114_print_in_order.Foo
 
thirdMax(kotlin.IntArray) - function in g0401_0500.s0414_third_maximum_number.Solution
 
thousandSeparator(java.lang.Integer) - function in g1501_1600.s1556_thousand_separator.Solution
 
threeConsecutiveOdds(kotlin.IntArray) - function in g1501_1600.s1550_three_consecutive_odds.Solution
 
threeEqualParts(kotlin.IntArray) - function in g0901_1000.s0927_three_equal_parts.Solution
 
threeSum(kotlin.IntArray) - function in g0001_0100.s0015_3sum.Solution
 
threeSumClosest(kotlin.IntArray,java.lang.Integer) - function in g0001_0100.s0016_3sum_closest.Solution
 
threeSumMulti(kotlin.IntArray,java.lang.Integer) - function in g0901_1000.s0923_3sum_with_multiplicity.Solution
 
ThroneInheritance - class in g1501_1600.s1600_throne_inheritance
 
tictactoe(kotlin.Array) - function in g1201_1300.s1275_find_winner_on_a_tic_tac_toe_game.Solution
 
tilingRectangle(java.lang.Integer,java.lang.Integer) - function in g1201_1300.s1240_tiling_a_rectangle_with_the_fewest_squares.Solution
 
TimeMap - class in g0901_1000.s0981_time_based_key_value_store
 
timeRequiredToBuy(kotlin.IntArray,java.lang.Integer) - function in g2001_2100.s2073_time_needed_to_buy_tickets.Solution
 
titleToNumber(java.lang.String) - function in g0101_0200.s0171_excel_sheet_column_number.Solution
 
toGoatLatin(java.lang.String) - function in g0801_0900.s0824_goat_latin.Solution
 
toHex(java.lang.Integer) - function in g0401_0500.s0405_convert_a_number_to_hexadecimal.Solution
 
toLowerCase(java.lang.String) - function in g0701_0800.s0709_to_lower_case.Solution
 
top() - function in g0101_0200.s0155_min_stack.MinStack
 
top() - function in g0201_0300.s0225_implement_stack_using_queues.MyStack
 
topKFrequent(kotlin.IntArray,java.lang.Integer) - function in g0301_0400.s0347_top_k_frequent_elements.Solution
 
topKFrequent(kotlin.Array,java.lang.Integer) - function in g0601_0700.s0692_top_k_frequent_words.Solution
 
topStudents(kotlin.Array,kotlin.Array,kotlin.Array,kotlin.IntArray,java.lang.Integer) - function in g2501_2600.s2512_reward_top_k_students.Solution
 
TopVotedCandidate - class in g0901_1000.s0911_online_election
 
toString() - function in com_github_leetcode.ListNode
 
toString() - function in com_github_leetcode.Node
 
toString() - function in com_github_leetcode.TreeNode
 
toString() - function in com_github_leetcode.left_right.Node
 
toString() - function in com_github_leetcode.neighbors.Node
 
toString() - function in com_github_leetcode.random.Node
 
toString() - function in g0401_0500.s0427_construct_quad_tree.Node
 
toString() - function in g0401_0500.s0430_flatten_a_multilevel_doubly_linked_list.Node
 
toString() - function in g0501_0600.s0558_logical_or_of_two_binary_grids_represented_as_quad_trees.Node
 
toString() - function in g2101_2200.s2166_design_bitset.Bitset
 
totalCost(kotlin.IntArray,java.lang.Integer,java.lang.Integer) - function in g2401_2500.s2462_total_cost_to_hire_k_workers.Solution
 
totalFruit(kotlin.IntArray) - function in g0901_1000.s0904_fruit_into_baskets.Solution
 
totalHammingDistance(kotlin.IntArray) - function in g0401_0500.s0477_total_hamming_distance.Solution
 
totalMoney(java.lang.Integer) - function in g1701_1800.s1716_calculate_money_in_leetcode_bank.Solution
 
totalNQueens(java.lang.Integer) - function in g0001_0100.s0052_n_queens_ii.Solution
 
totalSteps(kotlin.IntArray) - function in g2201_2300.s2289_steps_to_make_array_non_decreasing.Solution
 
totalStrength(kotlin.IntArray) - function in g2201_2300.s2281_sum_of_total_strength_of_wizards.Solution
 
trailingZeroes(java.lang.Integer) - function in g0101_0200.s0172_factorial_trailing_zeroes.Solution
 
transfer(java.lang.Integer,java.lang.Integer,java.lang.Long) - function in g2001_2100.s2043_simple_bank_system.Bank
 
transpose(kotlin.Array) - function in g0801_0900.s0867_transpose_matrix.Solution
 
trap(kotlin.IntArray) - function in g0001_0100.s0042_trapping_rain_water.Solution
 
trapRainWater(kotlin.Array) - function in g0401_0500.s0407_trapping_rain_water_ii.Solution
 
Tree - class in g0201_0300.s0212_word_search_ii
 
Tree.Companion - class in g0201_0300.s0212_word_search_ii.Tree
 
tree2str(com_github_leetcode.TreeNode) - function in g0601_0700.s0606_construct_string_from_binary_tree.Solution
 
TreeAncestor - class in g1401_1500.s1483_kth_ancestor_of_a_tree_node
 
TreeNode - class in com_github_leetcode
 
TreeNode.Companion - class in com_github_leetcode.TreeNode
 
treeQueries(com_github_leetcode.TreeNode,kotlin.IntArray) - function in g2401_2500.s2458_height_of_binary_tree_after_subtree_removal_queries.Solution
 
triangleNumber(kotlin.IntArray) - function in g0601_0700.s0611_valid_triangle_number.Solution
 
triangleType(kotlin.IntArray) - function in g3001_3100.s3024_type_of_triangle.Solution
 
triangularSum(kotlin.IntArray) - function in g2201_2300.s2221_find_triangular_sum_of_an_array.Solution
 
tribonacci(java.lang.Integer) - function in g1101_1200.s1137_n_th_tribonacci_number.Solution
 
Trie - class in g0201_0300.s0208_implement_trie_prefix_tree
 
Trie.TrieNode - class in g0201_0300.s0208_implement_trie_prefix_tree.Trie
 
trimBST(com_github_leetcode.TreeNode,java.lang.Integer,java.lang.Integer) - function in g0601_0700.s0669_trim_a_binary_search_tree.Solution
 
trimMean(kotlin.IntArray) - function in g1601_1700.s1619_mean_of_array_after_removing_some_elements.Solution
 
truncateSentence(java.lang.String,java.lang.Integer) - function in g1801_1900.s1816_truncate_sentence.Solution
 
tupleSameProduct(kotlin.IntArray) - function in g1701_1800.s1726_tuple_with_same_product.Solution
 
TweetCounts - class in g1301_1400.s1348_tweet_counts_per_frequency
 
Twitter - class in g0301_0400.s0355_design_twitter
 
twoCitySchedCost(kotlin.Array) - function in g1001_1100.s1029_two_city_scheduling.Solution
 
twoEditWords(kotlin.Array,kotlin.Array) - function in g2401_2500.s2452_words_within_two_edits_of_dictionary.Solution
 
twoEggDrop(java.lang.Integer) - function in g1801_1900.s1884_egg_drop_with_2_eggs_and_n_floors.Solution
 
twoOutOfThree(kotlin.IntArray,kotlin.IntArray,kotlin.IntArray) - function in g2001_2100.s2032_two_out_of_three.Solution
 
twoSum(kotlin.IntArray,java.lang.Integer) - function in g0001_0100.s0001_two_sum.Solution
 
twoSum(kotlin.IntArray,java.lang.Integer) - function in g0101_0200.s0167_two_sum_ii_input_array_is_sorted.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