Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaskRay/LeetCode
/ functions
Functions
1,379 in github.com/MaskRay/LeetCode
⨍
Functions
1,379
◇
Types & classes
851
Method
f
binary-tree-longest-consecutive-sequence.cc:3
Method
f
cousins-in-binary-tree.cc:4
Method
f
implement-queue-using-stacks.cc:5
Method
f
count-and-say.cc:7
Method
f
construct-binary-tree-from-preorder-and-postorder-traversal.cc:4
Method
f
count-of-range-sum.cc:42
Method
f
convert-sorted-list-to-binary-search-tree.cc:4
Method
f
nested-list-weight-sum.cc:4
Method
f
beautiful-array.cc:5
Method
f
sum-root-to-leaf-numbers.cc:7
Method
f
(mut i: i64, mut j: i64)
super-palindromes.rs:4
Method
f
integer-to-english-words.cc:4
Method
f
check-completeness-of-a-binary-tree.cc:7
Method
fairCandySwap
fair-candy-swap.cc:6
Method
ff
word-ladder-ii.cc:24
Method
finalPositionOfSnake
snake-in-matrix.cc:4
Method
finalValueAfterOperations
final-value-of-variable-after-performing-operations.cc:4
Method
find
(uf: &mut Vec<usize>, mut x: usize)
checking-existence-of-edge-length-limited-paths.rs:4
Method
find
Find if there exists any pair of numbers which sum is equal to the value.
two-sum-iii-data-structure-design.cc:11
Method
find
(uf: &mut [usize], mut x: usize)
last-day-where-you-can-still-cross.rs:4
Method
find
find-elements-in-a-contaminated-binary-tree.cc:15
Method
find
(uf: &mut Vec<i32>, mut x: i32)
gcd-sort-of-an-array.rs:4
Method
find
(uf: &mut Vec<i32>, mut x: i32)
graph-connectivity-with-threshold.rs:4
Method
find
(uf: &mut Vec<i32>, mut x: i32)
largest-component-size-by-common-factor.rs:4
Method
find
(uf: &mut Vec<usize>, mut x: usize)
minimum-interval-to-include-each-query.rs:84
Method
find132pattern
132-pattern.cc:7
Method
findAllConcatenatedWordsInADict
concatenated-words.cc:7
Method
findAllPeople
find-all-people-with-secret.cc:6
Method
findAllRecipes
find-all-possible-recipes-from-given-supplies.cc:4
Method
findAnagrams
find-all-anagrams-in-a-string.cc:7
Method
findAndReplacePattern
find-and-replace-pattern.cc:15
Method
findArray
find-the-original-array-of-prefix-xor.cc:6
Method
findBlackPixel
lonely-pixel-ii.cc:6
Method
findCelebrity
find-the-celebrity.cc:11
Method
findComplement
number-complement.cc:4
Method
findContentChildren
assign-cookies.cc:4
Method
findCrossingTime
time-to-cross-a-bridge.cc:8
Method
findDerangement
find-the-derangement-of-an-array.cc:4
Method
findDerangement
codegolf/find-the-derangement-of-an-array.cc:2
Method
findDuplicate
find-the-duplicate-number.cc:4
Method
findDuplicateSubtrees
find-duplicate-subtrees.cc:27
Method
findFrequentTreeSum
most-frequent-subtree-sum.cc:12
Method
findIntegers
non-negative-integers-without-consecutive-ones.cc:7
Method
findItinerary
reconstruct-itinerary.cc:16
Method
findKDistantIndices
find-all-k-distant-indices-in-an-array.cc:6
Method
findKthLargest
kth-largest-element-in-an-array.cc:4
Method
findKthNumber
k-th-smallest-in-lexicographical-order.cc:4
Method
findLHS
longest-harmonious-subsequence.cc:4
Method
findLadders
word-ladder-ii.cc:34
Method
findLeaves
find-leaves-of-binary-tree.cc:14
Method
findLonelyPixel
lonely-pixel-i.cc:6
Method
findMaxAverage
maximum-average-subarray-i.cc:4
Method
findMaxConsecutiveOnes
max-consecutive-ones.cc:4
Method
findMaxForm
ones-and-zeroes.cc:6
Method
findMaxValueOfEquation
max-value-of-equation.cc:7
Method
findMaximizedCapital
ipo.cc:7
Method
findMaximumXOR
maximum-xor-of-two-numbers-in-an-array.cc:4
Method
findMedian
Returns the median of current data stream
find-median-from-data-stream.cc:19
Method
findMedianSortedArrays
median-of-two-sorted-arrays.cc:4
Method
findMin
find-minimum-in-rotated-sorted-array.cc:4
Method
findMin
find-minimum-in-rotated-sorted-array-ii.cc:4
Method
findMinArrowShots
minimum-number-of-arrows-to-burst-balloons.cc:4
Method
findMinHeightTrees
minimum-height-trees.cc:7
Method
findMissingRanges
missing-ranges.cc:7
Method
findMode
find-mode-in-binary-search-tree.cc:11
Method
findNthDigit
nth-digit.cc:4
Method
findOrder
course-schedule-ii.cc:4
Method
findPeakElement
find-peak-element.cc:4
Method
findPoisonedDuration
teemo-attacking.cc:4
Method
findRadius
heaters.cc:4
Method
findRepeatedDnaSequences
repeated-dna-sequences.cc:7
Method
findReplaceString
find-and-replace-in-string.cc:6
Method
findRestaurant
minimum-index-sum-of-two-lists.cc:7
Method
findRightInterval
find-right-interval.cc:7
Method
findRotateSteps
freedom-trail.cc:8
Method
findSecretWord
guess-the-word.cc:13
Method
findShortestWay
the-maze.cc:7
Method
findStrobogrammatic
strobogrammatic-number-ii.cc:17
Method
findSubsequences
increasing-subsequences.cc:8
Method
findSubstring
substring-with-concatenation-of-all-words.cc:7
Method
findSubstringInWraproundString
unique-substrings-in-wraparound-string.cc:4
Method
findTargetSumWays
target-sum.cc:8
Method
findTheDifference
find-the-difference.cc:4
Method
findTheString
find-the-string-with-lcp.cc:7
Method
findUnsortedSubarray
shortest-unsorted-continuous-subarray.cc:4
Method
findValueOfPartition
find-the-value-of-the-partition.cc:7
Method
findWinners
find-players-with-zero-or-one-losses.cc:6
Method
findWords
keyboard-row.cc:4
Method
findWords
word-search-ii.cc:22
Method
find_all_concatenated_words_in_a_dict
(mut words: Vec<String>)
concatenated-words.rs:6
Method
find_kth_largest
(mut nums: Vec<i32>, k: i32)
kth-largest-element-in-an-array.rs:2
Method
find_longest_word
(s: String, dictionary: Vec<String>)
longest-word-in-dictionary-through-deleting.rs:3
Method
find_maximized_capital
(k: i32, mut w: i32, profits: Vec<i32>, capital: Vec<i32>)
ipo.rs:3
Method
find_maximum_xor
(nums: Vec<i32>)
maximum-xor-of-two-numbers-in-an-array.rs:2
Method
find_the_longest_substring
(s: String)
find-the-longest-substring-containing-vowels-in-even-counts.rs:3
Method
find_words
(mut board: Vec<Vec<char>>, words: Vec<String>)
word-search-ii.rs:5
Method
findingUsersActiveMinutes
finding-the-users-active-minutes.cc:4
Method
firstBadVersion
first-bad-version.cc:8
Method
firstCompleteIndex
first-completely-painted-row-or-column.cc:4
Method
firstMissingPositive
first-missing-positive.cc:5
← previous
next →
501–600 of 1,379, ranked by callers