Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corpsepiges/leetcode
/ functions
Functions
1,433 in github.com/corpsepiges/leetcode
⨍
Functions
1,433
◇
Types & classes
940
Method
canJump
:type nums: List[int] :rtype: bool
python/055. Jump Game.py:4
Method
canJump
:type nums: List[int] :rtype: bool
Algorithms/055. Jump Game/Solution.py:4
Method
canJump
(int[] nums)
Algorithms/055. Jump Game/Solution.java:2
Method
canJump
(int[] nums)
java/055. Jump Game.java:2
Method
canMeasureWater
(int x, int y, int z)
Algorithms/365. Water and Jug Problem/Solution.java:2
Method
canMeasureWater
(int x, int y, int z)
java/365. Water and Jug Problem.java:2
Method
canPartition
(int[] nums)
Algorithms/416. Partition Equal Subset Sum/Solution.java:5
Method
canPartition
(int[] nums)
java/416. Partition Equal Subset Sum.java:5
Method
canWinNim
:type n: int :rtype: bool
python/292. Nim Game.py:4
Method
canWinNim
:type n: int :rtype: bool
Algorithms/292. Nim Game/Solution.py:4
Method
canWinNim
(int n)
Algorithms/292. Nim Game/Solution.java:2
Method
canWinNim
(int n)
java/292. Nim Game.java:2
Method
candy
(int[] ratings)
Algorithms/135. Candy/Solution.java:2
Method
candy
(int[] ratings)
java/135. Candy.java:2
Method
climbStairs
:type n: int :rtype: int
python/070. Climbing Stairs.py:4
Method
climbStairs
:type n: int :rtype: int
Algorithms/070. Climbing Stairs/Solution.py:4
Method
climbStairs
(int n)
Algorithms/070. Climbing Stairs/Solution.java:2
Method
climbStairs
(int n)
java/070. Climbing Stairs.java:2
Method
cloneGraph
:type node: UndirectedGraphNode :rtype: UndirectedGraphNode
python/143. Reorder List.py:12
Method
cloneGraph
:type node: UndirectedGraphNode :rtype: UndirectedGraphNode
python/133. Clone Graph.py:11
Method
cloneGraph
:type node: UndirectedGraphNode :rtype: UndirectedGraphNode
Algorithms/143. Reorder List/Solution.py:12
Method
cloneGraph
:type node: UndirectedGraphNode :rtype: UndirectedGraphNode
Algorithms/133. Clone Graph/Solution.py:11
Method
cloneGraph
(UndirectedGraphNode node)
Algorithms/133. Clone Graph/Solution.java:10
Method
cloneGraph
(UndirectedGraphNode node)
java/133. Clone Graph.java:10
Method
coinChange
(int[] coins, int amount)
Algorithms/322. Coin Change/Solution.java:5
Method
coinChange
(int[] coins, int amount)
java/322. Coin Change.java:5
Method
combinationSum
:type candidates: List[int] :type target: int :rtype: List[List[int]]
python/039. Combination Sum.py:4
Method
combinationSum
:type candidates: List[int] :type target: int :rtype: List[List[int]]
Algorithms/039. Combination Sum/Solution.py:4
Method
combinationSum
(int[] candidates, int target)
Algorithms/039. Combination Sum/Solution.java:2
Method
combinationSum
(int[] candidates, int target)
java/039. Combination Sum.java:2
Method
combinationSum2
(int[] candidates, int target)
Algorithms/040. Combination Sum II/Solution.java:2
Method
combinationSum2
(int[] candidates, int target)
java/040. Combination Sum II.java:2
Method
combinationSum3
:type k: int :type n: int :rtype: List[List[int]]
python/216. Combination Sum III.py:4
Method
combinationSum3
:type k: int :type n: int :rtype: List[List[int]]
Algorithms/216. Combination Sum III/Solution.py:4
Method
combinationSum3
(int k, int n)
Algorithms/216. Combination Sum III/Solution.java:2
Method
combinationSum3
(int k, int n)
java/216. Combination Sum III.java:2
Method
combinationSum4
(int[] nums, int target)
Algorithms/377. Combination Sum IV/Solution.java:2
Method
combinationSum4
(int[] nums, int target)
java/377. Combination Sum IV.java:2
Method
combine
:type n: int :type k: int :rtype: List[List[int]]
python/077. Combinations.py:4
Method
combine
:type n: int :type k: int :rtype: List[List[int]]
Algorithms/077. Combinations/Solution.py:4
Method
combine
(int n, int k)
Algorithms/077. Combinations/Solution.java:2
Method
combine
(int n, int k)
java/077. Combinations.java:2
Function
compare
(a,b)
Algorithms/015. 3Sum/Solution.js:35
Function
compare
(a,b)
js/015. 3Sum.js:35
Method
compare
(int[] arg0,int[] arg1)
Algorithms/373. Find K Pairs with Smallest Sums/Solution.java:9
Method
compare
(int[] e1, int[] e2)
Algorithms/354. Russian Doll Envelopes/Solution.java:5
Method
compare
(int[] arr1, int[] arr2)
Algorithms/354. Russian Doll Envelopes/GodSolution.java:11
Method
compare
(Integer a0, Integer a1)
Algorithms/378. Kth Smallest Element in a Sorted Matrix/Solution.java:4
Method
compare
(int[] arr1, int[] arr2)
Algorithms/406. Queue Reconstruction by Height/Solution.java:5
Method
compare
(Integer a0, Integer a1)
java/378. Kth Smallest Element in a Sorted Matrix.java:4
Method
compare
(int[] e1, int[] e2)
java/354. Russian Doll Envelopes.java:5
Method
compare
(int[] arg0,int[] arg1)
java/373. Find K Pairs with Smallest Sums.java:9
Method
compare
(int[] arr1, int[] arr2)
java/406. Queue Reconstruction by Height.java:5
Method
compareVersion
:type version1: str :type version2: str :rtype: int
python/165. Compare Version Numbers.py:4
Method
compareVersion
:type version1: str :type version2: str :rtype: int
Algorithms/165. Compare Version Numbers/Solution.py:4
Method
compareVersion
(String version1, String version2)
Algorithms/165. Compare Version Numbers/Solution.java:2
Method
compareVersion
(String version1, String version2)
java/165. Compare Version Numbers.java:2
Method
computeArea
:type A: int :type B: int :type C: int :type D: int :type E: int :type F: int :type G: int
python/223. Rectangle Area.py:4
Method
computeArea
:type A: int :type B: int :type C: int :type D: int :type E: int :type F: int :type G: int
Algorithms/223. Rectangle Area/Solution.py:4
Method
computeArea
(int A, int B, int C, int D, int E, int F, int G, int H)
Algorithms/223. Rectangle Area/Solution.java:2
Method
computeArea
(int A, int B, int C, int D, int E, int F, int G, int H)
java/223. Rectangle Area.java:2
Method
connect
:type root: TreeLinkNode :rtype: nothing
python/117. Populating Next Right Pointers in Each Node II.py:12
Method
connect
:type root: TreeLinkNode :rtype: nothing
python/116. Populating Next Right Pointers in Each Node.py:12
Method
connect
:type root: TreeLinkNode :rtype: nothing
Algorithms/116. Populating Next Right Pointers in Each Node/Solution.py:12
Method
connect
(TreeLinkNode root)
Algorithms/116. Populating Next Right Pointers in Each Node/Solution.java:10
Method
connect
:type root: TreeLinkNode :rtype: nothing
Algorithms/117. Populating Next Right Pointers in Each Node II/Solution.py:12
Method
connect
(TreeLinkNode root)
Algorithms/117. Populating Next Right Pointers in Each Node II/Solution.java:10
Method
connect
(TreeLinkNode root)
java/116. Populating Next Right Pointers in Each Node.java:10
Method
connect
(TreeLinkNode root)
java/117. Populating Next Right Pointers in Each Node II.java:10
Method
containsDuplicate
:type nums: List[int] :rtype: bool
python/217. Contains Duplicate.py:4
Method
containsDuplicate
:type nums: List[int] :rtype: bool
Algorithms/217. Contains Duplicate/Solution.py:4
Method
containsDuplicate
(int[] nums)
Algorithms/217. Contains Duplicate/Solution.java:2
Method
containsDuplicate
(int[] nums)
java/217. Contains Duplicate.java:2
Method
containsNearbyDuplicate
:type nums: List[int] :type k: int :rtype: bool
python/219. Contains Duplicate II.py:4
Method
containsNearbyDuplicate
:type nums: List[int] :type k: int :rtype: bool
Algorithms/219. Contains Duplicate II/Solution.py:4
Method
containsNearbyDuplicate
(int[] nums, int k)
Algorithms/219. Contains Duplicate II/Solution.java:2
Method
containsNearbyDuplicate
(int[] nums, int k)
java/219. Contains Duplicate II.java:2
Method
convert
(String s, int numRows)
Algorithms/006. ZigZag Conversion/Solution.java:2
Method
convert
(String s, int numRows)
java/006. ZigZag Conversion.java:2
Method
convertToTitle
:type n: int :rtype: str
python/168. Excel Sheet Column Title.py:4
Method
convertToTitle
:type n: int :rtype: str
Algorithms/168. Excel Sheet Column Title/Solution.py:4
Method
convertToTitle
(int n)
Algorithms/168. Excel Sheet Column Title/Solution.java:2
Method
convertToTitle
(int n)
java/168. Excel Sheet Column Title.java:2
Method
copyRandomList
:type head: RandomListNode :rtype: RandomListNode
python/138. Copy List with Random Pointer.py:11
Method
copyRandomList
:type head: RandomListNode :rtype: RandomListNode
Algorithms/138. Copy List with Random Pointer/Solution.py:11
Method
copyRandomList
(RandomListNode head)
Algorithms/138. Copy List with Random Pointer/Solution.java:10
Method
copyRandomList
(RandomListNode head)
java/138. Copy List with Random Pointer.java:10
Method
countAndSay
(int n)
Algorithms/038. Count and Say/Solution.java:2
Method
countAndSay
(int n)
java/038. Count and Say.java:2
Method
countBits
:type num: int :rtype: List[int]
python/338. Counting Bits.py:6
Method
countBits
:type num: int :rtype: List[int]
Algorithms/338. Counting Bits/Solution.py:6
Method
countBits
(int num)
Algorithms/338. Counting Bits/Solution.java:7
Method
countBits
(int num)
java/338. Counting Bits.java:7
Method
countNodes
:type root: TreeNode :rtype: int
python/222. Count Complete Tree Nodes.py:11
Method
countNodes
:type root: TreeNode :rtype: int
Algorithms/222. Count Complete Tree Nodes/Solution.py:11
Method
countNodes
(TreeNode root)
Algorithms/222. Count Complete Tree Nodes/Solution.java:11
Method
countNodes
(TreeNode root)
java/222. Count Complete Tree Nodes.java:11
Method
countNumbersWithUniqueDigits
(int n)
Algorithms/357. Count Numbers with Unique Digits/Solution.java:4
Method
countNumbersWithUniqueDigits
(int n)
java/357. Count Numbers with Unique Digits.java:4
Method
countPrimes
(int n)
Algorithms/204. Count Primes/Solution.java:2
← previous
next →
501–600 of 1,433, ranked by callers