MCPcopy Create free account

hub / github.com/careercup/ctci / functions

Functions1,645 in github.com/careercup/ctci

↓ 1 callersMethodcreateGiantArray
()
java/Chapter 18/Question18_7/Question.java:43
↓ 1 callersMethodcreateLevelLinkedList
(TreeNode root, ArrayList<LinkedList<TreeNode>> lists, int level)
java/Chapter 4/Question4_4/QuestionDFS.java:11
↓ 1 callersMethodcreateLevelLinkedList
(TreeNode root)
java/Chapter 4/Question4_4/QuestionBFS.java:11
↓ 1 callersMethodcreateNewGraph
()
java/Chapter 4/Question4_2/Question.java:19
↓ 1 callersMethodcreatePoints
()
java/Chapter 7/Question7_6/Question.java:73
↓ 1 callersMethodcreateStackDP
(Box[] boxes, Box bottom, HashMap<Box, ArrayList<Box>> stack_map)
java/Chapter 9/Question9_10/Question.java:43
↓ 1 callersMethodcreateTree
()
java/Chapter 17/Question17_13/QuestionA.java:48
↓ 1 callersMethodcreateTree
()
java/Chapter 17/Question17_13/QuestionC.java:16
↓ 1 callersMethodcreateTree
()
java/Chapter 17/Question17_13/QuestionB.java:50
↓ 1 callersMethodcreateWordGroups
(String[] list)
java/Chapter 18/Question18_13/WordGroup.java:37
↓ 1 callersMethodcrossOff
(boolean[] flags, int prime)
java/Chapter 7/Introduction/SieveOfEratosthenes.java:5
↓ 1 callersMethodcut
(Square other)
java/Chapter 7/Question7_5/Square.java:66
↓ 1 callersMethoddealInitial
()
java/Chapter 8/Question8_1/BlackJackGameAutomator.java:17
↓ 1 callersMethoddebugPrintHash
()
java/Chapter 8/Question8_10/Hash.java:49
↓ 1 callersFunctiondeleteDups
(linkedlist)
python/Chapter 2/Question2_1.py:5
↓ 1 callersFunctiondeleteDups2
(linkedlist)
python/Chapter 2/Question2_1.py:18
↓ 1 callersMethoddeleteDupsA
(LinkedListNode n)
java/Chapter 2/Question2_1/Question.java:10
↓ 1 callersMethoddeleteDupsC
(LinkedListNode head)
java/Chapter 2/Question2_1/Question.java:24
↓ 1 callersMethoddeleteEntry
(Entry entry)
java/Chapter 8/Question8_9/Directory.java:39
↓ 1 callersFunctiondeleteNode
(linkedlist, node)
python/Chapter 2/Question2_3.py:3
↓ 1 callersMethoddepth
(TreeNode node)
java/Chapter 4/Question4_9/Question.java:31
↓ 1 callersMethoddequeueCats
()
java/Chapter 3/Question3_7/AnimalQueue.java:62
↓ 1 callersMethoddequeueDogs
()
java/Chapter 3/Question3_7/AnimalQueue.java:54
↓ 1 callersMethoddigitToValue
(char c)
java/Introduction/CompareBinaryToHex/CompareBinaryToHex.java:5
↓ 1 callersMethoddisconnect
()
java/Chapter 8/Question8_2/Call.java:49
↓ 1 callersMethoddispatchCall
(Caller caller)
java/Chapter 8/Question8_2/CallHandler.java:76
↓ 1 callersMethoddisplayBook
(Book book)
java/Chapter 8/Question8_5/Display.java:13
↓ 1 callersMethoddisplayUser
(User user)
java/Chapter 8/Question8_5/Display.java:8
↓ 1 callersMethoddivide
(int a, int b)
java/Chapter 7/Question7_4/Question.java:45
↓ 1 callersMethoddoTests
()
java/Chapter 7/Question7_5/Question.java:49
↓ 1 callersMethoddq
(self)
python/Chapter 3/Question3_5/3_5.py:19
↓ 1 callersMethoddrawLine
(byte[] screen, int width, int x1, int x2, int y)
java/Chapter 5/Question5_8/Question.java:10
↓ 1 callersMethodeat
()
java/Chapter 16/Question16_3/Philosopher.java:18
↓ 1 callersMethodencode
(String v, StringBuffer sb)
java/Chapter 17/Question17_10/QuestionOO.java:6
↓ 1 callersMethodencodeToString
(Element root)
java/Chapter 17/Question17_10/QuestionOO.java:38
↓ 1 callersMethodencodeTokens
(ByteArrayOutputStream output)
java/Chapter 17/Question17_10/QuestionString.java:30
↓ 1 callersMethodestimate
(String guess, String solution)
java/Chapter 17/Question17_5/Question.java:41
↓ 1 callersMethodestimateBad
(String g, String s)
java/Chapter 17/Question17_5/Question.java:88
↓ 1 callersMethodevaluate
(String expression, int start, int end)
java/Chapter 9/Question9_11/Question.java:74
↓ 1 callersMethodexpand
(int stackNum)
java/Chapter 3/Question3_1/QuestionB.java:82
↓ 1 callersMethodfactorial
(int num)
java/Chapter 17/Question17_3/QuestionB.java:16
↓ 1 callersMethodfactorsOf5
(int i)
java/Chapter 17/Question17_3/QuestionA.java:4
↓ 1 callersMethodfibonacci
(int i)
java/Chapter 9/Introduction/FibonacciFB.java:6
↓ 1 callersMethodfibonacci
(int i)
java/Chapter 9/Introduction/Fibonacci.java:4
↓ 1 callersFunctionfindAndPrintPath
(t *binarytree.Tree)
go/chapter04/question4.9/question4_9.go:29
↓ 1 callersMethodfindAvailableSpots
(Vehicle vehicle)
java/Chapter 8/Question8_4/Level.java:57
↓ 1 callersFunctionfindBeginning
(linkedlist)
python/Chapter 2/Question2_6.py:4
↓ 1 callersMethodfindBestLine
(GraphPoint[] points)
java/Chapter 7/Question7_6/Question.java:49
↓ 1 callersFunctionfindCommonAncestor
(t1 *binarytree.Tree, t2 *binarytree.Tree)
go/chapter04/question4.7/question4_7.go:37
↓ 1 callersMethodfindElement
(int[][] matrix, int elem)
java/Chapter 11/Question11_6/QuestionA.java:6
↓ 1 callersMethodfindEndOfLeftSubsequence
(int[] array)
java/Chapter 17/Question17_6/Question.java:5
↓ 1 callersFunctionfindKFromLast
Iterative function to find the kth from last element
go/chapter02/question2.2/question2_2.go:34
↓ 1 callersFunctionfindKFromLastRecr
recursive function to find the kth from last element
go/chapter02/question2.2/question2_2.go:61
↓ 1 callersMethodfindMissing
(ArrayList<BitInteger> array)
java/Chapter 5/Question5_7/Question.java:26
↓ 1 callersMethodfindOpenNumber
()
java/Chapter 10/Question10_3/Question.java:12
↓ 1 callersMethodfindOpenNumber
()
java/Chapter 10/Question10_3/QuestionB.java:12
↓ 1 callersFunctionfindPathEqualsSum
(t *binarytree.Tree, path []int, sum int, level int)
go/chapter04/question4.9/question4_9.go:35
↓ 1 callersMethodfindSquare
(int[][] matrix)
java/Chapter 18/Question18_11/QuestionEff.java:21
↓ 1 callersMethodfindSquare
(int[][] matrix)
java/Chapter 18/Question18_11/Question.java:21
↓ 1 callersMethodfindSquareWithSize
(SquareCell[][] processed, int square_size)
java/Chapter 18/Question18_11/QuestionEff.java:6
↓ 1 callersMethodfindSquareWithSize
(int[][] matrix, int squareSize)
java/Chapter 18/Question18_11/Question.java:6
↓ 1 callersMethodfindStartOfRightSubsequence
(int[] array)
java/Chapter 17/Question17_6/Question.java:14
↓ 1 callersFunctionfindSum
(node, givenSum, path=None, depth=0)
python/Chapter 4/Question4_9/Q4_9.py:4
↓ 1 callersMethodfindSum
(TreeNode node, int sum, int[] path, int level)
java/Chapter 4/Question4_9/Question.java:6
↓ 1 callersMethodfindUnsortedSequence
(int[] array)
java/Chapter 17/Question17_6/Question.java:43
↓ 1 callersFunctionfind_next_btree
(btree)
python/Chapter 4/Question4_6/ChapQ4.6.py:15
↓ 1 callersMethodfirst
()
java/Chapter 16/Question16_5/Foo.java:24
↓ 1 callersMethodflip
()
java/Chapter 8/Question8_8/Piece.java:10
↓ 1 callersMethodfoo
()
java/Chapter 14/Introduction/Introduction.java:9
↓ 1 callersMethodfoo
(String name)
java/Chapter 16/IntroductionWaitNotify/MyObject.java:4
↓ 1 callersMethodfoo
(String name)
java/Chapter 16/IntroductionSynchronization/MyObject.java:4
↓ 1 callersMethodfoo
(String name)
java/Chapter 16/IntroductionSynchronizedBlocks/MyObject.java:4
↓ 1 callersMethodgenerateParens
(int remaining)
java/Chapter 9/Question9_6/QuestionA.java:13
↓ 1 callersMethodgenerateParens
(int count)
java/Chapter 9/Question9_6/QuestionB.java:25
↓ 1 callersMethodgenerateResults
(int i)
java/Chapter 10/Question10_7/Question.java:5
↓ 1 callersMethodgetAdjacent
()
java/Chapter 4/Question4_2/Node.java:22
↓ 1 callersMethodgetBalance
()
java/Chapter 16/IntroductionLocks/NoLockATM.java:34
↓ 1 callersMethodgetBalance
()
java/Chapter 16/IntroductionLocks/LockedATM.java:40
↓ 1 callersMethodgetBlackJacks
()
java/Chapter 8/Question8_1/BlackJackGameAutomator.java:30
↓ 1 callersMethodgetChar
()
java/CtCILibrary/CtCILibrary/TrieNode.java:39
↓ 1 callersMethodgetDistinctSortedArray
(int size)
java/Chapter 9/Question9_3/Question.java:37
↓ 1 callersMethodgetFrequency
(Hashtable<String, Integer> table, String word)
java/Chapter 17/Question17_9/Question.java:21
↓ 1 callersMethodgetFullPath
()
java/Chapter 8/Question8_9/Entry.java:25
↓ 1 callersMethodgetHandlerForCall
(Call call)
java/Chapter 8/Question8_2/CallHandler.java:63
↓ 1 callersMethodgetId
()
java/Chapter 16/Question16_4/LockNode.java:68
↓ 1 callersMethodgetIncreasingSequence
(ArrayList<HtWt> items)
java/Chapter 11/Question11_7/Question.java:95
↓ 1 callersMethodgetInstance
()
java/Chapter 16/Question16_4/LockFactory.java:27
↓ 1 callersMethodgetInstance
()
java/Chapter 8/Question8_7/UserManager.java:13
↓ 1 callersMethodgetKey
()
java/Chapter 8/Question8_10/Cell.java:24
↓ 1 callersMethodgetKthMagicNumber
(int k)
java/Chapter 7/Question7_7/QuestionA.java:27
↓ 1 callersMethodgetKthMagicNumber
(int k)
java/Chapter 7/Question7_7/QuestionB.java:15
↓ 1 callersMethodgetLetter
(int i, int j)
java/Chapter 18/Question18_13/Rectangle.java:30
↓ 1 callersFunctiongetLevelbasedList
(root *binarytree.Tree, level int)
go/chapter04/question4.4/question4_4b.go:40
↓ 1 callersFunctiongetLevelbasedList
Here *[]*list.List used in the function argument to input pass by referrence slice
go/chapter04/question4.4/question4_4.go:40
↓ 1 callersMethodgetLock
()
java/Chapter 16/Question16_4/LockNode.java:61
↓ 1 callersMethodgetLongTextBlob
()
java/CtCILibrary/CtCILibrary/AssortedMethods.java:210
↓ 1 callersFunctiongetLoopBegin
(l *list.List)
Go/Chapter 2/Question2_6/Question.go:17
↓ 1 callersMethodgetMachineWithId
(int machineID)
java/Chapter 10/Question10_2/Server.java:9
↓ 1 callersMethodgetMaxIndex
(int[] array)
java/Introduction/SwapMinMax/SwapMinMax.java:17
↓ 1 callersMethodgetMaxMatrix
(int[][] original)
java/Chapter 18/Question18_12/QuestionB.java:6
← previousnext →501–600 of 1,645, ranked by callers