MCPcopy Create free account

hub / github.com/VanjaRo/LeetCode / functions

Functions160 in github.com/VanjaRo/LeetCode

↓ 26 callersMethodPrint
()
tasks/23.go:30
↓ 9 callersMethodPop
func NewStack() Stack { return stack }
tasks/150.go:51
↓ 7 callersFunctiondfs
(root, min, max *TreeNode)
tasks/98.go:36
↓ 5 callersMethodPush
(el int)
tasks/150.go:57
↓ 4 callersMethodPing
(t int)
tasks/933.go:26
↓ 4 callersMethodPut
(key int, value int)
tasks/146.go:56
↓ 3 callersFunctionabs
(a byte)
tasks/20.go:57
↓ 3 callersMethoddelete
(curr *DLNode)
tasks/146.go:86
↓ 3 callersFunctionmaxInt
(a, b int)
tasks/849.go:31
↓ 2 callersMethodPush
** Push element x to the back of queue. */
tasks/232.go:27
↓ 2 callersFunctionequal
(mp1, mp2 [26]byte)
tasks/567.go:40
↓ 2 callersFunctionexpandAroundCenter
(s string, L, R int)
tasks/5.go:31
↓ 2 callersFunctionmax
(a, b int)
tasks/1493.go:27
↓ 2 callersFunctionmodInt
(a int)
tasks/977.go:27
↓ 2 callersMethodpushAfter
(current, new *DLNode)
tasks/146.go:80
↓ 2 callersFunctionvalue
(m byte)
tasks/125.go:31
↓ 1 callersFunctionConstructor
(capacity int)
tasks/146.go:35
↓ 1 callersFunctionConstructor
()
tasks/933.go:22
↓ 1 callersFunctionConstructor
** Initialize your data structure here. */
tasks/232.go:22
↓ 1 callersMethodEmpty
** Returns whether the queue is empty. */
tasks/232.go:44
↓ 1 callersMethodPeek
** Get the front element. */
tasks/232.go:39
↓ 1 callersMethodPop
** Removes the element from in front of queue and returns that element. */
tasks/232.go:32
↓ 1 callersFunctionareSymmetricNodes
(lSubTree *TreeNode, rSubTree *TreeNode)
tasks/101.go:17
↓ 1 callersFunctionbackTrack
(output *[]string, current string, opened, closed, max int)
tasks/22.go:16
↓ 1 callersFunctioncheckInclusion
(s1 string, s2 string)
tasks/567.go:13
↓ 1 callersFunctionconvert
(s string, numRows int)
tasks/6.go:9
↓ 1 callersMethoddeque
()
tasks/332.go:67
↓ 1 callersFunctiondfs
(i, j int, grid *[][]byte)
tasks/200.go:20
↓ 1 callersMethoddfs
(itinerary *[]string, from string)
tasks/332.go:57
↓ 1 callersFunctionevalRPN
(tokens []string)
tasks/150.go:14
↓ 1 callersFunctionexpandFromMiddle
(nums *[]int, target, ind int)
tasks/34.go:38
↓ 1 callersFunctionfindClosestElements
(arr []int, k int, x int)
tasks/658.go:12
↓ 1 callersFunctionfindItinerary
(tickets [][]string)
tasks/332.go:13
↓ 1 callersFunctionfindMedianSortedArrays
(nums1 []int, nums2 []int)
tasks/4.go:14
↓ 1 callersFunctiongenerateMatrix
(n int)
tasks/59.go:9
↓ 1 callersFunctiongenerateParenthesis
(n int)
tasks/22.go:9
↓ 1 callersFunctiongetArea
(matrix [][]byte, x, y int)
tasks/85.go:44
↓ 1 callersFunctiongroupAnagrams
(strs []string)
tasks/49.go:12
↓ 1 callersFunctionintersect
(nums1 []int, nums2 []int)
tasks/350.go:13
↓ 1 callersFunctionisMatch
abab bas ab* b.*
tasks/10.go:14
↓ 1 callersFunctionisPalindrome
(head *ListNode)
tasks/234.go:27
↓ 1 callersFunctionisPalindrome
(s string)
tasks/125.go:11
↓ 1 callersFunctionisSubsequence
(s string, t string)
tasks/392.go:9
↓ 1 callersFunctionisValid
(s string)
tasks/20.go:12
↓ 1 callersFunctionisValidBST
(root *TreeNode)
tasks/98.go:30
↓ 1 callersFunctionlengthOfLongestSubstring
(s string)
tasks/3.go:11
↓ 1 callersFunctionlongestSubarray
(nums []int)
tasks/1493.go:9
↓ 1 callersFunctionmaxDistToClosest
(seats []int)
tasks/849.go:10
↓ 1 callersFunctionmaxInt
(a, b int)
tasks/56.go:37
↓ 1 callersFunctionmaximalRectangle
(matrix [][]byte)
tasks/85.go:29
↓ 1 callersFunctionmerge
(nums1 []int, m int, nums2 []int, n int)
tasks/88.go:11
↓ 1 callersFunctionmergeTwoLists
(fList *ListNode, sList *ListNode)
tasks/23.go:38
↓ 1 callersFunctionmin
(i, j int)
tasks/11.go:25
↓ 1 callersFunctionminIntModified
(a, b int)
tasks/279.go:25
↓ 1 callersFunctionminValNode
(fNode, sNode *ListNode)
tasks/23.go:61
↓ 1 callersFunctionminValNode
(fNode, sNode *ListNode)
tasks/21.go:35
↓ 1 callersFunctionmoveZeroes
(nums []int)
tasks/283.go:11
↓ 1 callersFunctionmyAtoi
(s string)
tasks/8.go:14
↓ 1 callersFunctionnewGraph
(tickets [][]string)
tasks/332.go:30
↓ 1 callersFunctionnumSquares
(n int)
tasks/279.go:12
↓ 1 callersFunctionrecursiveBackCounterDelete
0 – found -1 – delete next
tasks/19.go:22
↓ 1 callersFunctionreverse
(x int)
tasks/7.go:12
↓ 1 callersFunctionreverse
(ss *[]string)
tasks/332.go:73
↓ 1 callersFunctionrotate
(matrix [][]int)
tasks/48.go:20
↓ 1 callersFunctionsearchRange
(nums []int, target int)
tasks/34.go:10
↓ 1 callersFunctionsimplifyPath
(path string)
tasks/71.go:12
↓ 1 callersFunctionsortString
(s string)
tasks/49.go:39
↓ 1 callersFunctionsortedSquares
(nums []int)
tasks/977.go:10
↓ 1 callersFunctionsubarraySum
(nums []int, k int)
tasks/560.go:9
↓ 1 callersFunctionsubarraysDivByK
(nums []int, k int)
tasks/974.go:10
↓ 1 callersFunctiontrap
(height []int)
tasks/42.go:9
FunctionConstructor
** Initialize your data structure here. */
tasks/380.go:20
FunctionConstructor
()
tasks/449.go:20
MethodGet
(key int)
tasks/146.go:46
MethodGetRandom
** Get a random element from the set. */
tasks/380.go:51
MethodInsert
** Inserts a value to the set. Returns true if the set did not already contain the specified element. */
tasks/380.go:28
MethodLen
()
tasks/49.go:35
MethodLess
(i, j int)
tasks/49.go:27
MethodRemove
** Removes a value from the set. Returns true if the set contained the specified element. */
tasks/380.go:38
MethodSwap
(i, j int)
tasks/49.go:31
Method__init__
(self, vecs)
tasks/281.py:8
Method_next
(self)
tasks/281.py:19
FunctionaddTwoNumbers
(l1 *ListNode, l2 *ListNode)
tasks/2.go:15
Functioncompress
(chars []byte)
tasks/443.go:5
Methoddeserialize
Deserializes your encoded data to tree.
tasks/449.go:43
MethodhasNext
(self)
tasks/281.py:29
FunctionisPalindrome
(x int)
tasks/9.go:9
FunctionisReflected
(points [][]int)
tasks/356.go:7
FunctionisSymmetric
(root *TreeNode)
tasks/101.go:13
FunctionlongestOnes
(nums []int, k int)
tasks/1004.go:7
FunctionlongestPalindrome
(s string)
tasks/5.go:7
Functionmain
()
tasks/9.go:5
Functionmain
()
tasks/146.go:5
Functionmain
()
tasks/268.go:3
Functionmain
()
tasks/56.go:3
Functionmain
()
tasks/85.go:5
Functionmain
()
tasks/5.go:3
Functionmain
()
tasks/150.go:8
Functionmain
()
tasks/11.go:3
Functionmain
()
tasks/283.go:5
next →1–100 of 160, ranked by callers