MCPcopy Create free account

hub / github.com/careercup/ctci / functions

Functions1,645 in github.com/careercup/ctci

↓ 3 callersMethodpreviousElement
(int index)
java/Chapter 3/Question3_1/QuestionB.java:55
↓ 3 callersFunctionprintStackTopAndPop
(stackNum int)
Go/Chapter 3/Question3_1/Question.go:79
↓ 3 callersFunctionpush
( stackNum, val int )
Go/Chapter 3/Question3_1/Question.go:25
↓ 3 callersMethodrefreshPage
()
java/Chapter 8/Question8_5/Display.java:34
↓ 3 callersFunctionreverseLinkedlist
(linkedlist)
python/Chapter 2/Question2_5.py:80
↓ 3 callersFunctionreverseList
(l *list.List)
Go/Chapter 2/Question2_5/Question.go:81
↓ 3 callersFunctionrotatedStringHasSubstring
(s1,s2)
python/Chapter 1/Question1_8/ChapQ1.8.py:8
↓ 3 callersMethodsetRight
(self, rightvalue)
python/Chapter 4/Question4_7/BinaryTreeNode.py:15
↓ 3 callersMethodsetRight
(self, rightvalue)
python/Chapter 4/Question4_9/BinaryTreeNode.py:15
↓ 3 callersMethodtoString
()
java/Chapter 8/Question8_3/Song.java:5
↓ 3 callersMethodtoString
()
java/Chapter 11/Question11_7/HtWt.java:17
↓ 3 callersMethodtotal
(int n)
java/Chapter 9/Question9_11/Question.java:258
↓ 2 callersMethodAdd
(i int)
Go/Chapter 3/Question3_4/Question.go:41
↓ 2 callersMethodFront
()
Go/Chapter 3/list/list.go:59
↓ 2 callersMethodInit
Init initializes or clears list l.
go/chapter02/list/list.go:64
↓ 2 callersMethodPoll
removes the head and returns its value
Go/Chapter 3/list/list.go:63
↓ 2 callersMethodPop
()
go/chapter02/stack/stack.go:44
↓ 2 callersMethodPop
Remove the top element from the stack and return it's value If the stack is empty, return nil
Go/Chapter 3/stack/stack.go:36
↓ 2 callersMethodPop
()
Go/Chapter 3/Question3_3/Question.go:46
↓ 2 callersMethodPrintScreen
(Color[][] screen)
java/Chapter 9/Question9_7/Question.java:25
↓ 2 callersMethodPush
(val int)
Go/Chapter 3/Question3_3/Question.go:33
↓ 2 callersMethodPushBack
(v interface{})
Go/Chapter 3/list/list.go:37
↓ 2 callersMethodPushFront
PushFront inserts a new Node with value v at the front of list l
Go/Chapter 3/list/list.go:26
↓ 2 callersMethodRemove
Remove removes e from l if e is an element of list l. It returns the element value e.Value.
go/chapter02/list/list.go:139
↓ 2 callersFunctionSortString
(s string)
Go/Chapter 1/Question1_3/Question.go:19
↓ 2 callersFunctionWalker
Walker launches Walk in a new goroutine, and returns a read-only channel of values.
go/chapter04/binarytree/binarytree.go:48
↓ 2 callersMethodadd
(T value)
java/Chapter 3/Question3_5/MyQueue.java:17
↓ 2 callersMethodaddContact
(User user)
java/Chapter 8/Question8_7/User.java:52
↓ 2 callersFunctionaddListsA
O(n) time with O(1) space by overwriting one of the original lists.
Go/Chapter 2/Question2_5/Question.go:28
↓ 2 callersFunctionaddLists_rev
(L1, L2)
python/Chapter 2/Question2_5.py:5
↓ 2 callersMethodaddMessage
(Message m)
java/Chapter 8/Question8_7/Conversation.java:14
↓ 2 callersMethodaddProducts
(Queue<Integer> q, int v)
java/Chapter 7/Question7_7/QuestionA.java:21
↓ 2 callersMethodaddUsingKey
(self, key)
python/Chapter 4/Question4_5/ChapQ4.5.py:68
↓ 2 callersMethodaddWord
(String word)
java/CtCILibrary/CtCILibrary/TrieNode.java:49
↓ 2 callersMethodassignNewCall
()
java/Chapter 8/Question8_2/Employee.java:51
↓ 2 callersFunctionbuildListWithDuplicates
()
Go/Chapter 2/Question2_1/Question.go:53
↓ 2 callersMethodcanBeAbove
(Box b)
java/Chapter 9/Question9_10/Box.java:20
↓ 2 callersMethodcanFitVehicle
(Vehicle vehicle)
java/Chapter 8/Question8_4/ParkingSpot.java:23
↓ 2 callersFunctionchangeSpacesForURL
(spacestring)
python/Chapter 1/Question1_4/ChapQ1.4.py:32
↓ 2 callersMethodcode
(char c)
java/Chapter 17/Question17_5/Question.java:24
↓ 2 callersMethodconcat
(BiNode x, BiNode y)
java/Chapter 17/Question17_13/QuestionA.java:33
↓ 2 callersMethodconcat
(BiNode x, BiNode y)
java/Chapter 17/Question17_13/QuestionB.java:35
↓ 2 callersMethodcontainsTree
(TreeNode t1, TreeNode t2)
java/Chapter 4/Question4_8/Question.java:10
↓ 2 callersMethodconvertToBase
(String number, int base)
java/Introduction/CompareBinaryToHex/CompareBinaryToHex.java:16
↓ 2 callersFunctioncountSame
(string, pos)
python/Chapter 1/Question1_5/ChapQ1.5.py:47
↓ 2 callersMethodcovers
(TreeNode root, TreeNode p, TreeNode q)
java/Chapter 4/Question4_7/Question.java:11
↓ 2 callersMethoddeposit
(int value)
java/Chapter 16/IntroductionLocks/NoLockATM.java:23
↓ 2 callersMethoddequeueCat
()
Go/Chapter 3/Question3_7/Question.go:112
↓ 2 callersMethoddequeueDog
()
Go/Chapter 3/Question3_7/Question.go:109
↓ 2 callersMethoddoTest
(Square s1, Square s2, Point start, Point end)
java/Chapter 7/Question7_5/Question.java:30
↓ 2 callersMethoddrawLine
()
java/Chapter 9/Question9_9/Question.java:71
↓ 2 callersMethodempty
(self)
python/Chapter 3/Question3_5/ChapQ3.5.py:18
↓ 2 callersMethodencodeEnd
(StringBuffer sb)
java/Chapter 17/Question17_10/QuestionOO.java:12
↓ 2 callersMethodequivalent
(Cell<K, V> c)
java/Chapter 8/Question8_10/Cell.java:11
↓ 2 callersMethodfactorial
(int num)
java/Chapter 17/Question17_3/QuestionA.java:21
↓ 2 callersMethodfind_tallest
Return a sorted list with the Boxes that build the highest Stack.
python/Chapter 9/Question9_10/tallest_stack.py:78
↓ 2 callersMethodfloorToNearestEpsilon
(double d)
java/Chapter 7/Question7_6/Line.java:28
↓ 2 callersMethodgetChild
(char c)
java/CtCILibrary/CtCILibrary/TrieNode.java:76
↓ 2 callersMethodgetColumn
(int i)
java/Chapter 18/Question18_13/Rectangle.java:34
↓ 2 callersMethodgetColumn
()
java/Chapter 8/Question8_8/Location.java:19
↓ 2 callersMethodgetFromQueue
(self)
python/Chapter 1/Question1_4/ChapQ1.4.py:17
↓ 2 callersMethodgetHeight
(TreeNode root)
java/Chapter 4/Question4_1/QuestionBrute.java:8
↓ 2 callersMethodgetID
()
java/Chapter 8/Question8_5/User.java:17
↓ 2 callersMethodgetInstance
()
java/Chapter 8/Question8_8/Automator.java:23
↓ 2 callersMethodgetIthColor
(Piece[][] board, int index, int var, Check check)
java/Chapter 17/Question17_2/QuestionB.java:16
↓ 2 callersMethodgetListOfWords
()
java/CtCILibrary/CtCILibrary/AssortedMethods.java:227
↓ 2 callersMethodgetLongTextBlobAsStringList
()
java/CtCILibrary/CtCILibrary/AssortedMethods.java:219
↓ 2 callersMethodgetMax
(int a, int b)
java/Chapter 17/Question17_4/Question.java:20
↓ 2 callersMethodgetMaxNaive
(int a, int b)
java/Chapter 17/Question17_4/Question.java:14
↓ 2 callersMethodgetName
()
java/Chapter 8/Question8_10/Dummy.java:20
↓ 2 callersMethodgetNodes
()
java/Chapter 4/Question4_2/Graph.java:20
↓ 2 callersMethodgetRank
(int d)
java/Chapter 11/Question11_8/RankNode.java:29
↓ 2 callersMethodgetRow
()
java/Chapter 8/Question8_8/Location.java:15
↓ 2 callersMethodgetSpotsNeeded
()
java/Chapter 8/Question8_4/Vehicle.java:11
↓ 2 callersMethodgetTagCode
(String tag)
java/Chapter 17/Question17_10/QuestionString.java:159
↓ 2 callersMethodget_min
(self)
python/Chapter 3/Question3_2/ChapQ3.2.py:17
↓ 2 callersMethodhashCodeOfKey
(K key)
java/Chapter 8/Question8_10/Hash.java:13
↓ 2 callersMethodinbounds
(int[][] matrix)
java/Chapter 11/Question11_6/Coordinate.java:11
↓ 2 callersMethodindex
()
java/Chapter 3/Question3_4/Tower.java:13
↓ 2 callersMethodinitialize
()
java/Chapter 8/Question8_8/Board.java:12
↓ 2 callersMethodinsertBefore
(LinkedListNode list, int data)
java/Chapter 2/Question2_5/QuestionB.java:54
↓ 2 callersFunctionint_array_to_binary_search_tree
(intarray)
python/Chapter 4/Question4_3/ChapQ4.3.py:15
↓ 2 callersFunctionisBTaBST
(t *binarytree.Tree, min int, max int)
go/chapter04/question4.5/question4_5.go:34
↓ 2 callersFunctionisBalanced
(t *binarytree.Tree)
go/chapter04/question4.1/question4_1b.go:55
↓ 2 callersMethodisBalanced
(TreeNode root)
java/Chapter 4/Question4_1/QuestionImproved.java:28
↓ 2 callersMethodisBalanced
(TreeNode root)
java/Chapter 4/Question4_1/QuestionBrute.java:15
↓ 2 callersMethodisBefore
(Coordinate p)
java/Chapter 11/Question11_6/Coordinate.java:18
↓ 2 callersFunctionisEmpty
( stackNum int )
Go/Chapter 3/Question3_1/Question.go:22
↓ 2 callersMethodisEmpty
(int stackNum)
java/Chapter 3/Question3_1/Question.java:51
↓ 2 callersMethodisFaceCard
()
java/Chapter 8/Question8_1/BlackJackCard.java:38
↓ 2 callersMethodisFree
()
java/Chapter 8/Question8_2/Employee.java:59
↓ 2 callersMethodisFree
(int x, int y)
java/Chapter 9/Question9_2/QuestionDP.java:13
↓ 2 callersMethodisOlderThan
(Animal a)
java/Chapter 3/Question3_7/Animal.java:20
↓ 2 callersFunctionisPalindrome_iter
(linkedlist)
python/Chapter 2/Question2_7.py:4
↓ 2 callersFunctionisPalindrome_recu
(linkedlist)
python/Chapter 2/Question2_7.py:25
↓ 2 callersMethodis_inside
Check whether the pixel (x, y) falls within the Screen.
python/Chapter 9/Question9_07/paint_fill.py:41
↓ 2 callersMethodlength
(LinkedListNode l)
java/Chapter 2/Question2_5/QuestionB.java:5
↓ 2 callersFunctionlengthOfLinkedlist
(linkedlist)
python/Chapter 2/Question2_5.py:90
↓ 2 callersMethodlistOfPointsToString
(ArrayList<Point> list)
java/CtCILibrary/CtCILibrary/AssortedMethods.java:163
↓ 2 callersMethodmagicSlow
(int[] array)
java/Chapter 9/Question9_3/Question.java:9
← previousnext →201–300 of 1,645, ranked by callers