Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adnanaziz/EPIJudge
/ functions
Functions
6,328 in github.com/adnanaziz/EPIJudge
⨍
Functions
6,328
◇
Types & classes
1,371
↓ 1 callers
Function
isBoolean
()
html/js/vue.js:1818
↓ 1 callers
Method
isDeadlocked
(List<GraphVertex> graph)
epi_judge_java/epi/DeadlockDetection.java:17
↓ 1 callers
Method
isDeadlocked
(List<GraphVertex> graph)
epi_judge_java_solutions/epi/DeadlockDetection.java:29
↓ 1 callers
Method
isDigit
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:486
↓ 1 callers
Function
isDirectChildOfTemplateFor
(node)
html/js/vue.js:10708
↓ 1 callers
Function
isDirtyWithModifiers
(elm, newVal)
html/js/vue.js:7679
↓ 1 callers
Function
isFalse
(v)
html/js/vue.js:30
↓ 1 callers
Function
isForbiddenTag
(el)
html/js/vue.js:10436
↓ 1 callers
Method
isHexDigit
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:488
↓ 1 callers
Method
isHexDigit
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:488
↓ 1 callers
Method
isIntersect
(Rect r1, Rect r2)
epi_judge_java_solutions/epi/RectangleIntersection.java:70
↓ 1 callers
Method
isNewPillarOrReachEnd
(List<Integer> heights, int currIdx, int lastPillarIdx)
epi_judge_java_solutions/epi/LargestRectangleUnderSkyline.java:32
↓ 1 callers
Function
isNotInFocusAndDirty
(elm, checkVal)
html/js/vue.js:7669
↓ 1 callers
Method
isPalindrome
(String prefix)
epi_judge_java_solutions/epi/EnumeratePalindromicDecompositions.java:42
↓ 1 callers
Method
isPatternSuffixContainedStartingAtXY
(List<List<Integer>> grid, int x, int y, List<Integer> pattern, int off
epi_judge_java_solutions/epi/IsStringInMatrix.java:73
↓ 1 callers
Function
isSameChild
(child, oldChild)
html/js/vue.js:8716
↓ 1 callers
Function
isStatic
(node)
html/js/vue.js:10691
↓ 1 callers
Function
isTextTag
(el)
html/js/vue.js:10432
↓ 1 callers
Method
isValid
(List<Integer> colPlacement)
epi_judge_java_solutions/epi/NQueens.java:40
↓ 1 callers
Method
isVoid
()
epi_judge_java/epi/test_framework/serialization_traits/VoidTrait.java:30
↓ 1 callers
Method
isVoid
()
epi_judge_java_solutions/epi/test_framework/serialization_traits/VoidTrait.java:30
↓ 1 callers
Method
isWhiteSpace
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:481
↓ 1 callers
Method
isWhiteSpace
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:481
↓ 1 callers
Function
is_intersect
(r1, r2)
epi_judge_python_solutions/rectangle_intersection.py:10
↓ 1 callers
Function
is_number
! @brief return whether value is a number This function returns true if and only if the JSON value is a number. This includes both integer (sig
epi_judge_cpp_solutions/test_framework/json.h:11046
↓ 1 callers
Function
is_number
! @brief return whether value is a number This function returns true if and only if the JSON value is a number. This includes both integer (sig
epi_judge_cpp/test_framework/json.h:11046
↓ 1 callers
Function
is_pattern_suffix_contained_starting_at_xy
(x, y, offset)
epi_judge_python_solutions/is_string_in_matrix.py:10
↓ 1 callers
Method
is_root
return whether pointer points to the root document
epi_judge_cpp_solutions/test_framework/json.h:8465
↓ 1 callers
Method
is_root
return whether pointer points to the root document
epi_judge_cpp/test_framework/json.h:8465
↓ 1 callers
Method
is_void
(self)
epi_judge_python/test_framework/serialization_traits.py:39
↓ 1 callers
Method
is_void
(self)
epi_judge_python_solutions/test_framework/serialization_traits.py:39
↓ 1 callers
Method
lca
(BinaryTree<Integer> node0, BinaryTree<Integer> node1)
epi_judge_java/epi/LowestCommonAncestorWithParent.java:9
↓ 1 callers
Method
lca
(BinaryTree<Integer> node0, BinaryTree<Integer> node1)
epi_judge_java/epi/LowestCommonAncestorCloseAncestor.java:9
↓ 1 callers
Method
lca
(BinaryTreeNode<Integer> tree, BinaryTreeNode<Integer> node0,
epi_judge_java/epi/LowestCommonAncestor.java:8
↓ 1 callers
Method
lca
(BinaryTree<Integer> node0, BinaryTree<Integer> node1)
epi_judge_java_solutions/epi/LowestCommonAncestorWithParent.java:11
↓ 1 callers
Method
lca
(BinaryTree<Integer> node0, BinaryTree<Integer> node1)
epi_judge_java_solutions/epi/LowestCommonAncestorCloseAncestor.java:14
↓ 1 callers
Method
lca
(BinaryTreeNode<Integer> tree, BinaryTreeNode<Integer> node0,
epi_judge_java_solutions/epi/LowestCommonAncestor.java:21
↓ 1 callers
Method
lcaHelper
(BinaryTreeNode<Integer> tree, BinaryTreeNode<Integer> node0,
epi_judge_java_solutions/epi/LowestCommonAncestor.java:32
↓ 1 callers
Function
lca_helper
(tree, node0, node1)
epi_judge_python_solutions/lowest_common_ancestor.py:21
↓ 1 callers
Method
leftBoundary
(BinaryTreeNode<Integer> subtree, List<BinaryTreeNode<Integer>> exterior)
epi_judge_java_solutions/epi/TreeExterior.java:32
↓ 1 callers
Function
left_boundary
(subtree)
epi_judge_python_solutions/tree_exterior.py:13
↓ 1 callers
Function
lifecycleMixin
(Vue)
html/js/vue.js:3929
↓ 1 callers
Method
limitFromBottom
(int newLow)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:62
↓ 1 callers
Method
limitFromBottom
(int newLow)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:62
↓ 1 callers
Method
limitFromTop
(int newHigh)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:70
↓ 1 callers
Method
limitFromTop
(int newHigh)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:70
↓ 1 callers
Method
listPivoting
(ListNode<Integer> l, int x)
epi_judge_java/epi/PivotList.java:12
↓ 1 callers
Method
listPivoting
(ListNode<Integer> l, int x)
epi_judge_java_solutions/epi/PivotList.java:14
↓ 1 callers
Function
list_size
(node)
epi_judge_python/list_node.py:46
↓ 1 callers
Function
list_size
(node)
epi_judge_python_solutions/list_node.py:46
↓ 1 callers
Method
lookup
(Integer key)
epi_judge_java/epi/LruCache.java:11
↓ 1 callers
Method
lookup
(String clientID)
epi_judge_java/epi/AddingCredits.java:19
↓ 1 callers
Method
lookup
(Integer key)
epi_judge_java_solutions/epi/LruCache.java:27
↓ 1 callers
Method
lookup
(String clientID)
epi_judge_java_solutions/epi/AddingCredits.java:48
↓ 1 callers
Method
lookup
(self, isbn: int)
epi_judge_python/lru_cache.py:10
↓ 1 callers
Method
lookup
(self, client_id: str)
epi_judge_python/adding_credits.py:14
↓ 1 callers
Method
lookup
(self, isbn: int)
epi_judge_python_solutions/lru_cache.py:14
↓ 1 callers
Method
lookup
(self, client_id: str)
epi_judge_python_solutions/adding_credits.py:31
↓ 1 callers
Function
looseIndexOf
* Return the first index at which a loosely equal value can be * found in the array (if value is a plain object, the array must * contain an obj
html/js/vue.js:336
↓ 1 callers
Method
majoritySearch
(Iterator<String> stream)
epi_judge_java/epi/MajorityElement.java:9
↓ 1 callers
Method
majoritySearch
(Iterator<String> stream)
epi_judge_java_solutions/epi/MajorityElement.java:11
↓ 1 callers
Function
majority_search
(stream: Iterator[str])
epi_judge_python/majority_element.py:6
↓ 1 callers
Function
majority_search
(stream: Iterator[str])
epi_judge_python_solutions/majority_element.py:6
↓ 1 callers
Function
makeAttrsMap
(attrs)
html/js/vue.js:10418
↓ 1 callers
Function
markStatic$1
(node)
html/js/vue.js:10629
↓ 1 callers
Function
markStaticRoots
(node, isInFor)
html/js/vue.js:10661
↓ 1 callers
Method
matchAllWordsInDict
(String s, Map<String, Long> wordToFreq,
epi_judge_java_solutions/epi/StringDecompositionsIntoDictionaryWords.java:31
↓ 1 callers
Function
match_all_words_in_dict
(start)
epi_judge_python_solutions/string_decompositions_into_dictionary_words.py:8
↓ 1 callers
Method
matrixLayerInClockwise
(List<List<Integer>> squareMatrix, int offset,
epi_judge_java_solutions/epi/SpiralOrdering.java:23
↓ 1 callers
Function
matrix_layer_in_clockwise
(offset)
epi_judge_python_solutions/spiral_ordering.py:7
↓ 1 callers
Method
max
()
epi_judge_java/epi/StackWithMax.java:16
↓ 1 callers
Method
max
()
epi_judge_java_solutions/epi/QueueWithMaxUsingDeque.java:39
↓ 1 callers
Method
max
(self)
epi_judge_python/queue_with_max.py:14
↓ 1 callers
Method
max
(self)
epi_judge_python/adding_credits.py:22
↓ 1 callers
Method
max
(self)
epi_judge_python_solutions/adding_credits.py:40
↓ 1 callers
Method
max
(self)
epi_judge_python_solutions/queue_with_max_using_deque.py:24
↓ 1 callers
Method
maximumRevenueAlternativeHelper
(List<Integer> coins, int a, int b, List<Integer> prefixSum,
epi_judge_java_solutions/epi/PickingUpCoins.java:60
↓ 1 callers
Method
merge
Copies all members of the specified object into this object. When the specified object contains members with names that also exist in this object, the
epi_judge_java/epi/test_framework/minimal_json/JsonObject.java:614
↓ 1 callers
Function
mergeHook$1
(f1, f2)
html/js/vue.js:3305
↓ 1 callers
Method
mergeSortAndCountInversionsAcrossSubarrays
(List<Integer> A, int start,
epi_judge_java_solutions/epi/CountInversions.java:33
↓ 1 callers
Method
mergeSortedArrays
(List<List<Integer>> sortedArrays)
epi_judge_java_solutions/epi/SortedArraysMerge.java:23
↓ 1 callers
Method
mergeTwoSortedArrays
(List<Integer> A, int m, List<Integer> B, int n)
epi_judge_java/epi/TwoSortedArraysMerge.java:8
↓ 1 callers
Method
mergeTwoSortedArrays
(List<Integer> A, int m, List<Integer> B, int n)
epi_judge_java_solutions/epi/TwoSortedArraysMerge.java:10
↓ 1 callers
Method
mergeTwoSortedLinkedLists
(BstNode<Integer> A, BstNode<Integer> B)
epi_judge_java_solutions/epi/BstMerge.java:98
↓ 1 callers
Method
mergeTwoSortedLists
(ListNode<Integer> L1, ListNode<Integer> L2)
epi_judge_java_solutions/epi/SortedListsMerge.java:7
↓ 1 callers
Function
merge_sort_and_count_inversions_across_subarrays
( start, mid, finish)
epi_judge_python_solutions/count_inversions.py:13
↓ 1 callers
Function
merge_two_sorted_arrays
(A: List[int], m: int, B: List[int], n: int)
epi_judge_python/two_sorted_arrays_merge.py:6
↓ 1 callers
Function
merge_two_sorted_arrays
(A: List[int], m: int, B: List[int], n: int)
epi_judge_python_solutions/two_sorted_arrays_merge.py:6
↓ 1 callers
Function
merge_two_sorted_lists
(L1: Optional[ListNode], L2: Optional[ListNode])
epi_judge_python_solutions/sorted_lists_merge.py:7
↓ 1 callers
Function
merge_two_sorted_lists
(A, B)
epi_judge_python_solutions/bst_merge.py:82
↓ 1 callers
Method
metricNames
()
epi_judge_java/epi/test_framework/GenericTestHandler.java:222
↓ 1 callers
Method
metricNames
()
epi_judge_java_solutions/epi/test_framework/GenericTestHandler.java:222
↓ 1 callers
Method
metric_names
(self)
epi_judge_python/test_framework/generic_test_handler.py:122
↓ 1 callers
Method
metric_names
(self)
epi_judge_python_solutions/test_framework/generic_test_handler.py:122
↓ 1 callers
Function
mountComponent
( vm, el, hydrating )
html/js/vue.js:4012
↓ 1 callers
Method
nextNumber
(String s)
epi_judge_java_solutions/epi/LookAndSay.java:18
↓ 1 callers
Function
next_number
(s)
epi_judge_python_solutions/look_and_say.py:7
↓ 1 callers
Method
nonuniformRandomNumberGeneration
(List<Integer> values, List<Double> probabilities)
epi_judge_java/epi/NonuniformRandomNumber.java:14
↓ 1 callers
Method
nonuniformRandomNumberGeneration
(List<Integer> values, List<Double> probabilities)
epi_judge_java_solutions/epi/NonuniformRandomNumber.java:18
↓ 1 callers
Method
nonuniformRandomNumberGenerationRunner
( TimedExecutor executor, List<Integer> values, List<Double> probabilities)
epi_judge_java/epi/NonuniformRandomNumber.java:20
← previous
next →
1,801–1,900 of 6,328, ranked by callers