MCPcopy Create free account

hub / github.com/XilaiZhang/GoogleKickStart_Solutions / functions

Functions212 in github.com/XilaiZhang/GoogleKickStart_Solutions

↓ 9 callersFunctioncomputeDistance
(p1, p2)
2021_RoundF/starTrappers.py:23
↓ 8 callersMethodupdate
2021_RoundD/primesAndQueries.cpp:29
↓ 7 callersFunctionoperationV
2021_RoundD/primesAndQueries.cpp:48
↓ 6 callersFunctionquery
2018_RoundB/kingsCircle.cpp:25
↓ 5 callersFunctionpalindrome5
(r, left, right)
2022_RoundA/palindromeFree.py:5
↓ 4 callersFunctioncomputeN
2020_RoundF/PaintersDuel.cpp:28
↓ 4 callersFunctiondfs
(grid, x,y, S, seen)
2016_RoundC/monsterPath.py:5
↓ 4 callersFunctiongcd
2018_RoundD/funniestWordSearch.cpp:28
↓ 4 callersFunctionhelper
(start,val,neighbor,joint)
2019_RoundH/diagonalPuzzle.py:8
↓ 4 callersFunctionquery
2020_RoundD/lockedDoors.cpp:34
↓ 4 callersFunctionquery
2020_RoundC/candies-biTree.cpp:17
↓ 4 callersMethodsum
2021_RoundD/primesAndQueries.cpp:37
↓ 4 callersFunctionupdate
2018_RoundB/kingsCircle.cpp:18
↓ 4 callersFunctionupdate
2020_RoundC/candies-biTree.cpp:10
↓ 3 callersFunctioncompute
2017_RoundB/center.cpp:29
↓ 3 callersFunctionconcatUntil
2021_RoundH/dependentEvents.cpp:112
↓ 3 callersFunctionf1
(L, p2, p3, p5, p7, S)
2022_RoundA/interestingInteger.py:39
↓ 3 callersFunctionquery
2018_RoundE/boardGame.cpp:70
↓ 3 callersFunctionsign
(p1, p2, p3)
2021_RoundF/starTrappers.py:7
↓ 3 callersFunctionupdate
diff is always 1 in this case
2018_RoundE/boardGame.cpp:63
↓ 3 callersFunctionupdate
2019_RoundB/diverseSubarray.cpp:16
↓ 3 callersFunctionweight
2017_RoundB/center.cpp:21
↓ 2 callersFunctionCountInterestingIntegers
(N)
2022_RoundA/interestingInteger.py:101
↓ 2 callersFunctionaddToMaxHeap
(maxHeap, maxHeapSize, inMaxHeap, hVal, eid)
2021_RoundF/festival.py:24
↓ 2 callersFunctionaddToMinHeap
(minHeap, minHeapSize, inMinHeap, currentR, hVal, eid)
2021_RoundF/festival.py:18
↓ 2 callersFunctionbSearch
2020_RoundD/lockedDoors.cpp:39
↓ 2 callersFunctioncalc
(low,high)
2019_RoundE/streetChecker.py:30
↓ 2 callersFunctioncompute
(numbers)
2021_RoundB/longestRegression.py:4
↓ 2 callersFunctioncompute
2016_RoundB/sherlockAndGymSecrets.cpp:20
↓ 2 callersFunctioncompute
(number)
2020_RoundH/boringNumbers.py:17
↓ 2 callersFunctioncompute
2022_RoundE/pizzaDelivery.cpp:27
↓ 2 callersFunctionconcat
2021_RoundH/dependentEvents.cpp:75
↓ 2 callersFunctionfind
(point,lookup)
2017_RoundG/cardsGame.py:5
↓ 2 callersFunctiongcd
2021_RoundB/truckDelivery.cpp:33
↓ 2 callersFunctiongeneralAdd
2021_RoundD/primesAndQueries.cpp:57
↓ 2 callersFunctiongeneralQuery
2021_RoundD/primesAndQueries.cpp:81
↓ 2 callersFunctionisPal
(A)
2022_RoundB/palindromicFactors.py:4
↓ 2 callersFunctionisPalindrome
(l,begin=0,end=None)
2018_RoundF/palidromicSequence.py:5
↓ 2 callersFunctionisSquare
2020_RoundF/PaintersDuel.cpp:22
↓ 2 callersFunctionp
2018_RoundC/kickstartAlarm.cpp:6
↓ 2 callersFunctionp
2019_practiceRound/kickstartAlarm.cpp:6
↓ 2 callersFunctionpower
(x,y)
2022_RoundC/palindromicDeletions.py:6
↓ 2 callersFunctionquery
2020_RoundC/candies-segment.cpp:18
↓ 2 callersFunctionreplenish
(minHeap, maxHeap,minHeapSize, maxHeapSize, inMinHeap, inMaxHeap, currentR, K)
2021_RoundF/festival.py:5
↓ 2 callersFunctionsolve
(F)
2018_RoundB/noNine.py:4
↓ 2 callersFunctionsortAndFind
(array, K)
2021_RoundG/stayHydrated.py:4
↓ 2 callersFunctiontestPrime
(N)
2021_RoundB/consecutivePrimes.py:4
↓ 2 callersFunctionupdate
2020_RoundC/candies-segment.cpp:10
↓ 2 callersFunctionupdate_meetings
2022_RoundF/schedulingAMeeting.cpp:20
↓ 1 callersFunctionCountInterestingIntegersWithNumberOfDigits
(L)
2022_RoundA/interestingInteger.py:60
↓ 1 callersFunctionCountInterestingIntegersWithPrefixOfN
(N, p2, p3, p5, p7, S, digit_index, is_first_digit)
2022_RoundA/interestingInteger.py:69
↓ 1 callersFunctionPointInTriangle
(pt, v1, v2, v3)
2021_RoundF/starTrappers.py:11
↓ 1 callersFunctionbSearch
2020_RoundG/combinationLock.cpp:20
↓ 1 callersFunctionbSearchRight
2020_RoundG/combinationLock.cpp:40
↓ 1 callersFunctionbuild
2020_RoundD/lockedDoors.cpp:23
↓ 1 callersFunctioncheckPalindrome
(S, i)
2022_RoundE/MatchingPalindrome.py:4
↓ 1 callersFunctioncompute
2016_RoundC/soldiers.cpp:21
↓ 1 callersFunctioncompute
(base,p)
2016_RoundE/beautifulNumbers.py:3
↓ 1 callersFunctioncompute
2016_RoundE/sortingArray.cpp:44
↓ 1 callersFunctioncompute
(start, end, fromLeft, numbers, D)
2022_RoundB/unlockThePadlock.py:6
↓ 1 callersFunctioncompute
(expression, left, right)
2021_RoundC/binaryOperator.py:6
↓ 1 callersFunctioncompute
(l,prefix,N,choices)
2018_RoundF/palidromicSequence.py:19
↓ 1 callersFunctioncompute
(dummy,best,depth,ones,N,P)
2018_RoundE/milkTea.py:10
↓ 1 callersFunctioncomputeCoord
(p1, origin)
2021_RoundF/starTrappers.py:41
↓ 1 callersFunctioncomputeDiameter
(p1, p2, p3)
2021_RoundF/starTrappers.py:26
↓ 1 callersFunctioncomputeDiameterFour
(p1, p2, p3, p4)
2021_RoundF/starTrappers.py:33
↓ 1 callersFunctioncomputeHash
(p1, o)
2021_RoundF/starTrappers.py:68
↓ 1 callersFunctioncomputeNearest
2021_RoundD/finalExam.cpp:21
↓ 1 callersFunctioncomputeScore
2021_RoundF/graphTravel.cpp:52
↓ 1 callersFunctioncomputeWays
2021_RoundF/graphTravel.cpp:29
↓ 1 callersFunctioncomputer
2016_RoundE/sortingArray.cpp:68
↓ 1 callersFunctiondfs
2021_RoundB/truckDelivery.cpp:24
↓ 1 callersFunctiondfs
2018_RoundC/fairiesAndWitches.cpp:16
↓ 1 callersFunctiondfs
2022_RoundH/Electricity.cpp:23
↓ 1 callersFunctiondfs
2022_RoundH/levelDesign.cpp:24
↓ 1 callersFunctiondfs
2020_RoundF/PaintersDuel.cpp:73
↓ 1 callersFunctiondfs
2020_RoundD/beautyTree.cpp:34
↓ 1 callersFunctiondfs
(s, start, r, state)
2022_RoundA/palindromeFree.py:13
↓ 1 callersFunctiondfs
2018_RoundE/boardGame.cpp:24
↓ 1 callersFunctiondfs
(grid, x, y,R,C,parent,children)
2020_RoundC/stableWall.py:5
↓ 1 callersFunctiondfs2
2018_RoundE/boardGame.cpp:44
↓ 1 callersFunctionfindBound
2021_RoundH/dependentEvents.cpp:29
↓ 1 callersFunctionfindCycle
(point,parent,seen,stack,cycle,neighbor)
2018_RoundC/planetDistance.py:7
↓ 1 callersFunctionfindPossible
(s, start, state)
2022_RoundA/palindromeFree.py:27
↓ 1 callersFunctiongcd
(a,b)
2021_RoundF/starTrappers.py:63
↓ 1 callersFunctiongeneralDelete
2021_RoundD/primesAndQueries.cpp:69
↓ 1 callersFunctionhelper
(startIndex,A)
2016_RoundE/helper.py:4
↓ 1 callersFunctionhelper
2017_RoundA/patternOverlap.cpp:21
↓ 1 callersFunctionhelper
2017_RoundG/matrixCutting.cpp:18
↓ 1 callersFunctionhelper
2020_RoundF/yeetzhee.cpp:48
↓ 1 callersMethodhelper
(self,dummy,N)
2018_RoundH/bigButtons.py:11
↓ 1 callersFunctioninit
2016_RoundE/sortingArray.cpp:23
↓ 1 callersFunctioninit
2020_RoundD/beautyTree.cpp:23
↓ 1 callersFunctioninverse
2021_RoundH/dependentEvents.cpp:38
↓ 1 callersFunctionlca
https://www.geeksforgeeks.org/lca-in-a-tree-using-binary-lifting-technique/
2021_RoundH/dependentEvents.cpp:89
↓ 1 callersFunctionparse
(command)
2020_RoundB/p3.py:11
↓ 1 callersFunctionquery
2021_RoundB/truckDelivery.cpp:53
↓ 1 callersFunctionremoveTopMinHeap
(minHeap, minHeapSize, inMinHeap, currentR, maxHeap, maxHeapSize, inMaxHeap)
2021_RoundF/festival.py:29
↓ 1 callersFunctionscc
https://www.geeksforgeeks.org/tarjan-algorithm-find-strongly-connected-components/
2022_RoundD/SuspectsAndWitnesses.cpp:33
↓ 1 callersFunctionsolve
(number,op)
2018_RoundA/evenDigits.py:5
next →1–100 of 212, ranked by callers