MCPcopy Create free account

hub / github.com/adnanaziz/EPIJudge / functions

Functions6,328 in github.com/adnanaziz/EPIJudge

↓ 1 callersFunctionSplitTsvFile
epi_judge_cpp/test_framework/test_utils.h:106
↓ 1 callersMethodStart
epi_judge_cpp_solutions/test_framework/test_timer.h:28
↓ 1 callersMethodStart
epi_judge_cpp/test_framework/test_timer.h:28
↓ 1 callersFunctionStdOutClearLine
epi_judge_cpp_solutions/test_framework/platform.h:49
↓ 1 callersFunctionStdOutClearLine
epi_judge_cpp/test_framework/platform.h:49
↓ 1 callersFunctionStdOutFd
epi_judge_cpp_solutions/test_framework/platform.h:33
↓ 1 callersFunctionStdOutFd
epi_judge_cpp/test_framework/platform.h:33
↓ 1 callersFunctionStringToInt
epi_judge_cpp_solutions/string_integer_interconversion.cc:26
↓ 1 callersFunctionStringToInt
epi_judge_cpp/string_integer_interconversion.cc:11
↓ 1 callersFunctionSumRootToLeafHelper
epi_judge_cpp_solutions/sum_root_to_leaf.cc:10
↓ 1 callersFunctionUnionOfIntervals
epi_judge_cpp_solutions/intervals_union.cc:20
↓ 1 callersFunctionUnionOfIntervals
epi_judge_cpp/intervals_union.cc:17
↓ 1 callersFunctionUnlimitedPairsProfits
epi_judge_cpp_solutions/buy_and_sell_stock_k_times.cc:32
↓ 1 callersFunctionUpdateTestPassed
epi_judge_cpp_solutions/test_framework/generic_test.h:66
↓ 1 callersFunctionUpdateTestPassed
epi_judge_cpp/test_framework/generic_test.h:66
↓ 1 callersFunctionUseColorOutput
epi_judge_cpp_solutions/test_framework/platform.h:59
↓ 1 callersFunctionUseColorOutput
epi_judge_cpp/test_framework/platform.h:59
↓ 1 callersFunctionValidToAddVal
epi_judge_cpp_solutions/sudoku_solve.cc:54
↓ 1 callersFunctionZeroOneRandom
epi_judge_cpp_solutions/uniform_random_number.cc:15
↓ 1 callersMethod__init__
(self, name, value)
epi_judge_python/test_framework/test_failure.py:26
↓ 1 callersMethod__init__
(self, name, value)
epi_judge_python_solutions/test_framework/test_failure.py:26
↓ 1 callersMethod__repr__
(self)
epi_judge_python/k_closest_stars.py:20
↓ 1 callersMethod__repr__
(self)
epi_judge_python/bst_node.py:12
↓ 1 callersMethod__repr__
(self)
epi_judge_python/list_node.py:14
↓ 1 callersMethod__repr__
(self)
epi_judge_python/binary_tree_node.py:14
↓ 1 callersMethod__repr__
(self)
epi_judge_python/binary_tree_with_parent_prototype.py:11
↓ 1 callersMethod__repr__
(self)
epi_judge_python_solutions/k_closest_stars.py:21
↓ 1 callersMethod__repr__
(self)
epi_judge_python_solutions/bst_node.py:12
↓ 1 callersMethod__repr__
(self)
epi_judge_python_solutions/list_node.py:14
↓ 1 callersMethod__repr__
(self)
epi_judge_python_solutions/binary_tree_node.py:14
↓ 1 callersMethod__repr__
(self)
epi_judge_python_solutions/binary_tree_with_parent_prototype.py:11
↓ 1 callersMethod_assert_results_equal
(self, expected, result)
epi_judge_python/test_framework/generic_test_handler.py:104
↓ 1 callersMethod_assert_results_equal
(self, expected, result)
epi_judge_python_solutions/test_framework/generic_test_handler.py:104
↓ 1 callersFunction_createElement
( context, tag, data, children, normalizationType )
html/js/vue.js:3363
↓ 1 callersMethod_timed_call
(self, func)
epi_judge_python/test_framework/timed_executor.py:37
↓ 1 callersMethod_timed_call
(self, func)
epi_judge_python_solutions/test_framework/timed_executor.py:37
↓ 1 callersFunction_traverse
(val, seen)
html/js/vue.js:2136
↓ 1 callersFunction_update
(oldVnode, vnode)
html/js/vue.js:6573
↓ 1 callersFunctionadd
(event, fn)
html/js/vue.js:3769
↓ 1 callersMethodadd
(long a, long b)
epi_judge_java_solutions/epi/PrimitiveMultiply.java:23
↓ 1 callersMethodaddAll
(int C)
epi_judge_java/epi/AddingCredits.java:23
↓ 1 callersFunctionaddDirective
( el, name, rawName, value, arg, isDynamicArg, modifiers, range )
html/js/vue.js:6955
↓ 1 callersMethodaddLeavesLeftToRight
(BinaryTreeNode<Integer> tree, List<BinaryTreeNode<Integer>> leaves)
epi_judge_java_solutions/epi/TreeConnectLeaves.java:22
↓ 1 callersMethodadd_all
(self, C: int)
epi_judge_python/adding_credits.py:18
↓ 1 callersMethodadd_all
(self, C: int)
epi_judge_python_solutions/adding_credits.py:36
↓ 1 callersFunctionappend_exponent
! @brief appends a decimal representation of e to buf @return a pointer to the element following the exponent. @pre -1000 < e < 1000 */
epi_judge_cpp_solutions/test_framework/json.h:7530
↓ 1 callersFunctionappend_exponent
! @brief appends a decimal representation of e to buf @return a pointer to the element following the exponent. @pre -1000 < e < 1000 */
epi_judge_cpp/test_framework/json.h:7530
↓ 1 callersFunctionapplyNS
(vnode, ns, force)
html/js/vue.js:3447
↓ 1 callersMethodapplyPermutation
(List<Integer> perm, List<Integer> A)
epi_judge_java/epi/ApplyPermutation.java:7
↓ 1 callersMethodapplyPermutation
(List<Integer> perm, List<Integer> A)
epi_judge_java_solutions/epi/ApplyPermutation.java:11
↓ 1 callersFunctionapply_permutation
(perm: List[int], A: List[int])
epi_judge_python/apply_permutation.py:6
↓ 1 callersFunctionapply_permutation
(perm: List[int], A: List[int])
epi_judge_python_solutions/apply_permutation.py:6
↓ 1 callersMethodareKeysInRange
(BinaryTreeNode<Integer> tree, Integer lower, Integer upper)
epi_judge_java_solutions/epi/IsTreeABst.java:14
↓ 1 callersFunctionare_keys_in_range
(tree, low_range=float('-inf'), high_range=float('inf'))
epi_judge_python_solutions/is_tree_a_bst.py:6
↓ 1 callersMethodassertEqualBinaryTrees
(TreeLike<T, ?> expected, TreeLike<T, ?> result)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:229
↓ 1 callersMethodassertEqualBinaryTrees
(TreeLike<T, ?> expected, TreeLike<T, ?> result)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:229
↓ 1 callersMethodassertListsEqual
(PostingListNode orig, PostingListNode copy)
epi_judge_java/epi/CopyPostingList.java:50
↓ 1 callersMethodassertListsEqual
(PostingListNode orig, PostingListNode copy)
epi_judge_java_solutions/epi/CopyPostingList.java:86
↓ 1 callersFunctionassertNodeMatch
(node, vnode, inVPre)
html/js/vue.js:6441
↓ 1 callersFunctionassertProp
* Assert whether a prop is valid.
html/js/vue.js:1682
↓ 1 callersMethodassertResultsEqual
(Object expected, Object result)
epi_judge_java/epi/test_framework/GenericTestHandler.java:193
↓ 1 callersMethodassertResultsEqual
(Object expected, Object result)
epi_judge_java_solutions/epi/test_framework/GenericTestHandler.java:193
↓ 1 callersMethodassertTreeIsBst
(TreeLike<Integer, ?> tree)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:271
↓ 1 callersMethodassertTreeIsBst
(TreeLike<Integer, ?> tree)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:271
↓ 1 callersFunctionassertType
(value, type)
html/js/vue.js:1733
↓ 1 callersFunctionassert_equal_binary_trees
(expected, result)
epi_judge_python/test_framework/binary_tree_utils.py:132
↓ 1 callersFunctionassert_equal_binary_trees
(expected, result)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:132
↓ 1 callersFunctionassert_lists_equal
(orig, copy)
epi_judge_python/copy_posting_list.py:15
↓ 1 callersFunctionassert_lists_equal
(orig, copy)
epi_judge_python_solutions/copy_posting_list.py:40
↓ 1 callersMethodassignHuffmanCode
(BinaryTree tree, StringBuilder code, Map<Character, String> charToEnc
epi_judge_java_solutions/epi/HuffmanCoding.java:91
↓ 1 callersFunctionassign_huffman_code
(tree, code)
epi_judge_python_solutions/huffman_coding.py:43
↓ 1 callersMethodavgAndMedianFromDuration
(List<Long> durations)
epi_judge_java/epi/test_framework/TestTimer.java:43
↓ 1 callersMethodavgAndMedianFromDuration
(List<Long> durations)
epi_judge_java_solutions/epi/test_framework/TestTimer.java:43
↓ 1 callersFunctionavg_and_median_from_durations
(durations)
epi_judge_python/test_framework/test_timer.py:38
↓ 1 callersFunctionavg_and_median_from_durations
(durations)
epi_judge_python_solutions/test_framework/test_timer.py:38
↓ 1 callersMethodbellmanFord
(List<List<Double>> graph, int source)
epi_judge_java_solutions/epi/Arbitrage.java:26
↓ 1 callersFunctionbellman_ford
(graph, source)
epi_judge_python_solutions/arbitrage.py:8
↓ 1 callersFunctionbfs
(s)
epi_judge_python_solutions/is_circuit_wirable.py:16
↓ 1 callersMethodbfs
(GraphVertex s)
epi_judge_java_solutions/epi/IsCircuitWirable.java:25
↓ 1 callersMethodbinaryTreeFromPreorderInorderHelper
(List<Integer> preorder, int preorderStart, int preorderEnd, int inorder
epi_judge_java_solutions/epi/TreeFromPreorderInorder.java:27
↓ 1 callersMethodbinaryTreeHash
(TreeLike<T, ?> tree)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:387
↓ 1 callersMethodbinaryTreeHash
(TreeLike<T, ?> tree)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:387
↓ 1 callersMethodbinaryTreeSize
(TreeLike<T, ?> tree)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:368
↓ 1 callersMethodbinaryTreeSize
(TreeLike<T, ?> tree)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:368
↓ 1 callersMethodbinaryTreeToString
(TreeLike<T, ?> tree)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:297
↓ 1 callersMethodbinaryTreeToString
(TreeLike<T, ?> tree)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:297
↓ 1 callersFunctionbinary_tree_from_preorder_inorder_helper
(preorder_start, preorder_end, inorder_start, inorder_end)
epi_judge_python_solutions/tree_from_preorder_inorder.py:14
↓ 1 callersFunctionbinary_tree_size
(tree)
epi_judge_python/test_framework/binary_tree_utils.py:204
↓ 1 callersFunctionbinary_tree_size
(tree)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:204
↓ 1 callersMethodbstToDoublyLinkedList
(BstNode<Integer> tree)
epi_judge_java/epi/BstToSortedList.java:10
↓ 1 callersMethodbstToDoublyLinkedList
(BstNode<Integer> tree)
epi_judge_java_solutions/epi/BstToSortedList.java:23
↓ 1 callersMethodbstToDoublyLinkedListHelper
(BstNode<Integer> tree)
epi_judge_java_solutions/epi/BstToSortedList.java:30
↓ 1 callersFunctionbst_to_doubly_linked_list_helper
(tree)
epi_judge_python_solutions/bst_to_sorted_list.py:17
↓ 1 callersFunctionbst_to_doubly_list_helper
(n)
epi_judge_python_solutions/bst_merge.py:26
↓ 1 callersMethodbuildBSTFromSortedList
(DoublyListNode<Integer> l, int length)
epi_judge_java/epi/SortedListToBst.java:13
↓ 1 callersMethodbuildBSTFromSortedList
(DoublyListNode<Integer> l, int length)
epi_judge_java_solutions/epi/SortedListToBst.java:18
↓ 1 callersMethodbuildBinaryTree
(JsonArray data)
epi_judge_java/epi/test_framework/serialization_traits/BinaryTreeTrait.java:82
↓ 1 callersMethodbuildBinaryTree
(JsonArray data)
epi_judge_java_solutions/epi/test_framework/serialization_traits/BinaryTreeTrait.java:82
↓ 1 callersMethodbuildBinaryTreeNode
(JsonArray data)
epi_judge_java/epi/test_framework/serialization_traits/BinaryTreeTrait.java:59
↓ 1 callersMethodbuildBinaryTreeNode
(JsonArray data)
epi_judge_java_solutions/epi/test_framework/serialization_traits/BinaryTreeTrait.java:59
← previousnext →1,201–1,300 of 6,328, ranked by callers