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
L
- ladderLength(java.lang.String,java.lang.String,java.util.List) - function in g0101_0200.s0127_word_ladder.Solution
- largeGroupPositions(java.lang.String) - function in g0801_0900.s0830_positions_of_large_groups.Solution
- largest1BorderedSquare(kotlin.Array) - function in g1101_1200.s1139_largest_1_bordered_square.Solution
- largestComponentSize(kotlin.IntArray) - function in g0901_1000.s0952_largest_component_size_by_common_factor.Solution
- largestDivisibleSubset(kotlin.IntArray) - function in g0301_0400.s0368_largest_divisible_subset.Solution
- largestIsland(kotlin.Array) - function in g0801_0900.s0827_making_a_large_island.Solution
- largestNumber(kotlin.IntArray) - function in g0101_0200.s0179_largest_number.Solution
- largestOverlap(kotlin.Array,kotlin.Array) - function in g0801_0900.s0835_image_overlap.Solution
- largestPalindrome(java.lang.Integer) - function in g0401_0500.s0479_largest_palindrome_product.Solution
- largestPerimeter(kotlin.IntArray) - function in g0901_1000.s0976_largest_perimeter_triangle.Solution
- largestRectangleArea(kotlin.IntArray) - function in g0001_0100.s0084_largest_rectangle_in_histogram.Solution
- largestSumAfterKNegations(kotlin.IntArray,java.lang.Integer) - function in g1001_1100.s1005_maximize_sum_of_array_after_k_negations.Solution
- largestSumOfAverages(kotlin.IntArray,java.lang.Integer) - function in g0801_0900.s0813_largest_sum_of_averages.Solution
- largestTimeFromDigits(kotlin.IntArray) - function in g0901_1000.s0949_largest_time_for_given_digits.Solution
- largestTriangleArea(kotlin.Array) - function in g0801_0900.s0812_largest_triangle_area.Solution
- largestValues(com_github_leetcode.TreeNode) - function in g0501_0600.s0515_find_largest_value_in_each_tree_row.Solution
- lastRemaining(java.lang.Integer) - function in g0301_0400.s0390_elimination_game.Solution
- lastStoneWeight(kotlin.IntArray) - function in g1001_1100.s1046_last_stone_weight.Solution
- lastStoneWeightII(kotlin.IntArray) - function in g1001_1100.s1049_last_stone_weight_ii.Solution
- lastSubstring(java.lang.String) - function in g1101_1200.s1163_last_substring_in_lexicographical_order.Solution
- lcaDeepestLeaves(com_github_leetcode.TreeNode) - function in g1101_1200.s1123_lowest_common_ancestor_of_deepest_leaves.Solution
- leafSimilar(com_github_leetcode.TreeNode,com_github_leetcode.TreeNode) - function in g0801_0900.s0872_leaf_similar_trees.Solution
- leastBricks(java.util.List) - function in g0501_0600.s0554_brick_wall.Solution
- leastInterval(kotlin.CharArray,java.lang.Integer) - function in g0601_0700.s0621_task_scheduler.Solution
- leastOpsExpressTarget(java.lang.Integer,java.lang.Integer) - function in g0901_1000.s0964_least_operators_to_express_number.Solution
- leave(java.lang.Integer) - function in g0801_0900.s0855_exam_room.ExamRoom
- lemonadeChange(kotlin.IntArray) - function in g0801_0900.s0860_lemonade_change.Solution
- len() - function in g0201_0300.s0212_word_search_ii.Tree
- lengthLongestPath(java.lang.String) - function in g0301_0400.s0388_longest_absolute_file_path.Solution
- lengthOfLastWord(java.lang.String) - function in g0001_0100.s0058_length_of_last_word.Solution
- lengthOfLIS(kotlin.IntArray) - function in g0201_0300.s0300_longest_increasing_subsequence.Solution
- lengthOfLongestSubstring(java.lang.String) - function in g0001_0100.s0003_longest_substring_without_repeating_characters.Solution
- lenLongestFibSubseq(kotlin.IntArray) - function in g0801_0900.s0873_length_of_longest_fibonacci_subsequence.Solution
- letterCasePermutation(java.lang.String) - function in g0701_0800.s0784_letter_case_permutation.Solution
- letterCombinations(java.lang.String) - function in g0001_0100.s0017_letter_combinations_of_a_phone_number.Solution
- levelOrder(com_github_leetcode.TreeNode) - function in g0101_0200.s0102_binary_tree_level_order_traversal.Solution
- levelOrder(com_github_leetcode.Node) - function in g0401_0500.s0429_n_ary_tree_level_order_traversal.Solution
- levelOrderBottom(com_github_leetcode.TreeNode) - function in g0101_0200.s0107_binary_tree_level_order_traversal_ii.Solution
- lexicalOrder(java.lang.Integer) - function in g0301_0400.s0386_lexicographical_numbers.Solution
- LFUCache - class in g0401_0500.s0460_lfu_cache
- licenseKeyFormatting(java.lang.String,java.lang.Integer) - function in g0401_0500.s0482_license_key_formatting.Solution
- ListNode - class in com_github_leetcode
- longestArithSeqLength(kotlin.IntArray) - function in g1001_1100.s1027_longest_arithmetic_subsequence.Solution
- longestCommonPrefix(kotlin.Array) - function in g0001_0100.s0014_longest_common_prefix.Solution
- longestCommonSubsequence(java.lang.String,java.lang.String) - function in g1101_1200.s1143_longest_common_subsequence.Solution
- longestConsecutive(kotlin.IntArray) - function in g0101_0200.s0128_longest_consecutive_sequence.Solution
- longestDecomposition(java.lang.String) - function in g1101_1200.s1147_longest_chunked_palindrome_decomposition.Solution
- longestDupSubstring(java.lang.String) - function in g1001_1100.s1044_longest_duplicate_substring.Solution
- longestIncreasingPath(kotlin.Array) - function in g0301_0400.s0329_longest_increasing_path_in_a_matrix.Solution
- longestMountain(kotlin.IntArray) - function in g0801_0900.s0845_longest_mountain_in_array.Solution
- longestOnes(kotlin.IntArray,java.lang.Integer) - function in g1001_1100.s1004_max_consecutive_ones_iii.Solution
- longestPalindrome(java.lang.String) - function in g0001_0100.s0005_longest_palindromic_substring.Solution
- longestPalindrome(java.lang.String) - function in g0401_0500.s0409_longest_palindrome.Solution
- longestPalindromeSubseq(java.lang.String) - function in g0501_0600.s0516_longest_palindromic_subsequence.Solution
- longestStrChain(kotlin.Array) - function in g1001_1100.s1048_longest_string_chain.Solution
- longestSubstring(java.lang.String,java.lang.Integer) - function in g0301_0400.s0395_longest_substring_with_at_least_k_repeating_characters.Solution
- longestUnivaluePath(com_github_leetcode.TreeNode) - function in g0601_0700.s0687_longest_univalue_path.Solution
- longestValidParentheses(java.lang.String) - function in g0001_0100.s0032_longest_valid_parentheses.Solution
- longestWord(kotlin.Array) - function in g0701_0800.s0720_longest_word_in_dictionary.Solution
- longestWPI(kotlin.IntArray) - function in g1101_1200.s1124_longest_well_performing_interval.Solution
- loudAndRich(kotlin.Array,kotlin.IntArray) - function in g0801_0900.s0851_loud_and_rich.Solution
- lowestCommonAncestor(com_github_leetcode.TreeNode,com_github_leetcode.TreeNode,com_github_leetcode.TreeNode) - function in g0201_0300.s0235_lowest_common_ancestor_of_a_binary_search_tree.Solution
- lowestCommonAncestor(com_github_leetcode.TreeNode,com_github_leetcode.TreeNode,com_github_leetcode.TreeNode) - function in g0201_0300.s0236_lowest_common_ancestor_of_a_binary_tree.Solution
- LRUCache - class in g0101_0200.s0146_lru_cache
- LRUCache.Node - class in g0101_0200.s0146_lru_cache.LRUCache