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
construct_from_base
(num_as_int, base)
epi_judge_python_solutions/convert_base.py:8
↓ 1 callers
Function
containsSlotChild
(el)
html/js/vue.js:11279
↓ 1 callers
Function
convertEnumeratedValue
(key, value)
html/js/vue.js:5463
↓ 1 callers
Method
convertToTreeWithSize
(BinaryTree<Integer> original)
epi_judge_java/epi/KthNodeInTree.java:41
↓ 1 callers
Method
convertToTreeWithSize
(BinaryTree<Integer> original)
epi_judge_java_solutions/epi/KthNodeInTree.java:57
↓ 1 callers
Function
copyAugment
(target, src, keys)
html/js/vue.js:977
↓ 1 callers
Method
copyPostingsList
(PostingListNode l)
epi_judge_java/epi/CopyPostingList.java:14
↓ 1 callers
Method
copyPostingsList
(PostingListNode l)
epi_judge_java_solutions/epi/CopyPostingList.java:16
↓ 1 callers
Method
countSubarrayInversions
(List<Integer> A, int start, int finish)
epi_judge_java_solutions/epi/CountInversions.java:18
↓ 1 callers
Function
count_subarray_inversions
(start, finish)
epi_judge_python_solutions/count_inversions.py:9
↓ 1 callers
Function
crbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last element.
epi_judge_cpp/test_framework/json.h:13015
↓ 1 callers
Function
createAsyncPlaceholder
( factory, data, context, children, tag )
html/js/vue.js:3599
↓ 1 callers
Function
createCompileToFunctionFn
(compile)
html/js/vue.js:11635
↓ 1 callers
Function
createCompilerCreator
(baseCompile)
html/js/vue.js:11737
↓ 1 callers
Function
createComponentInstanceForVnode
( vnode, // we know it's MountedComponentVNode but flow doesn't parent // activeInstance in lifecycle
html/js/vue.js:3275
↓ 1 callers
Function
createFunctionalComponent
( Ctor, propsData, data, contextVm, children )
html/js/vue.js:3038
↓ 1 callers
Function
createKeyToOldIdx
(children, beginIdx, endIdx)
html/js/vue.js:5829
↓ 1 callers
Method
createListOfLeaves
(BinaryTreeNode<Integer> tree)
epi_judge_java/epi/TreeConnectLeaves.java:12
↓ 1 callers
Method
createListOfLeaves
(BinaryTreeNode<Integer> tree)
epi_judge_java_solutions/epi/TreeConnectLeaves.java:14
↓ 1 callers
Function
createOnceHandler
(event, fn)
html/js/vue.js:3777
↓ 1 callers
Method
createOutputList
(List<BinaryTreeNode<Integer>> L)
epi_judge_java/epi/TreeExterior.java:17
↓ 1 callers
Method
createOutputList
(List<BinaryTreeNode<Integer>> L)
epi_judge_java_solutions/epi/TreeExterior.java:73
↓ 1 callers
Function
createPatchFunction
(backend)
html/js/vue.js:5839
↓ 1 callers
Method
createPostingList
(List<SerializedNode> serialized)
epi_judge_java/epi/CopyPostingList.java:29
↓ 1 callers
Method
createPostingList
(List<SerializedNode> serialized)
epi_judge_java_solutions/epi/CopyPostingList.java:65
↓ 1 callers
Function
createRmCb
(childElm, listeners)
html/js/vue.js:5859
↓ 1 callers
Method
createWriter
(Writer writer)
epi_judge_java/epi/test_framework/minimal_json/PrettyPrint.java:56
↓ 1 callers
Method
createWriter
(Writer writer)
epi_judge_java_solutions/epi/test_framework/minimal_json/PrettyPrint.java:56
↓ 1 callers
Function
create_output_list
(L)
epi_judge_python/tree_exterior.py:15
↓ 1 callers
Function
create_output_list
(L)
epi_judge_python_solutions/tree_exterior.py:53
↓ 1 callers
Function
create_posting_list
(serialized)
epi_judge_python/copy_posting_list.py:51
↓ 1 callers
Function
create_posting_list
(serialized)
epi_judge_python_solutions/copy_posting_list.py:76
↓ 1 callers
Function
crend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before the
epi_judge_cpp/test_framework/json.h:13043
↓ 1 callers
Function
cycle_len
(end)
epi_judge_python_solutions/is_list_cyclic.py:11
↓ 1 callers
Function
deactivateChildComponent
(vm, direct)
html/js/vue.js:4191
↓ 1 callers
Method
decode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the check
epi_judge_cpp/test_framework/json.h:8221
↓ 1 callers
Function
decodeAttr
(value, shouldDecodeNewlines)
html/js/vue.js:9275
↓ 1 callers
Function
decoding
(s: str)
epi_judge_python/run_length_compression.py:5
↓ 1 callers
Function
decoding
(s: str)
epi_judge_python_solutions/run_length_compression.py:7
↓ 1 callers
Method
decoding
(String s)
epi_judge_java/epi/RunLengthCompression.java:7
↓ 1 callers
Method
decoding
(String s)
epi_judge_java_solutions/epi/RunLengthCompression.java:9
↓ 1 callers
Method
decomposeIntoDictionaryWords
(String domain, Set<String> dictionary)
epi_judge_java/epi/IsStringDecomposableIntoWords.java:12
↓ 1 callers
Method
decomposeIntoDictionaryWords
(String domain, Set<String> dictionary)
epi_judge_java_solutions/epi/IsStringDecomposableIntoWords.java:16
↓ 1 callers
Function
deconstructComponentInternal
* Check the component for the downgrade method. * Execute if found. * Remove component from createdComponents list. * * @param {*} compone
html/js/material.js:363
↓ 1 callers
Function
dedupeHooks
(hooks)
html/js/vue.js:1295
↓ 1 callers
Function
defaultStrat
(parentVal, childVal)
html/js/vue.js:1397
↓ 1 callers
Method
deleteDuplicates
(List<Integer> A)
epi_judge_java/epi/SortedArrayRemoveDups.java:9
↓ 1 callers
Method
deleteDuplicates
(List<Integer> A)
epi_judge_java_solutions/epi/SortedArrayRemoveDups.java:12
↓ 1 callers
Method
deleteList
(ListNode<Integer> aNode)
epi_judge_java/epi/DeleteFromList.java:8
↓ 1 callers
Method
deleteList
(ListNode<Integer> aNode)
epi_judge_java_solutions/epi/DeleteFromList.java:10
↓ 1 callers
Method
deletionFromList
(ListNode<Integer> nodeToDelete)
epi_judge_java/epi/DeleteNodeFromList.java:8
↓ 1 callers
Method
deletionFromList
(ListNode<Integer> nodeToDelete)
epi_judge_java_solutions/epi/DeleteNodeFromList.java:10
↓ 1 callers
Function
dependArray
* Collect dependencies on array elements when the array is touched, since * we cannot intercept array element access like property getters.
html/js/vue.js:1145
↓ 1 callers
Method
dequeue
()
epi_judge_java/epi/QueueFromStacks.java:16
↓ 1 callers
Method
dequeue
()
epi_judge_java/epi/CircularQueue.java:16
↓ 1 callers
Method
dequeue
()
epi_judge_java/epi/QueueWithMax.java:15
↓ 1 callers
Method
dequeue
()
epi_judge_java_solutions/epi/QueueFromStacks.java:22
↓ 1 callers
Method
dequeue
()
epi_judge_java_solutions/epi/CircularQueue.java:39
↓ 1 callers
Method
dequeue
()
epi_judge_java_solutions/epi/QueueWithMaxUsingDeque.java:31
↓ 1 callers
Method
dequeue
(self)
epi_judge_python/queue_with_max.py:10
↓ 1 callers
Method
dequeue
(self)
epi_judge_python/queue_from_stacks.py:10
↓ 1 callers
Method
dequeue
(self)
epi_judge_python/circular_queue.py:14
↓ 1 callers
Method
dequeue
(self)
epi_judge_python_solutions/queue_from_stacks.py:16
↓ 1 callers
Method
dequeue
(self)
epi_judge_python_solutions/circular_queue.py:29
↓ 1 callers
Method
dequeue
(self)
epi_judge_python_solutions/queue_with_max_using_deque.py:18
↓ 1 callers
Function
detectErrors
(ast, warn)
html/js/vue.js:11477
↓ 1 callers
Function
dfs
(curr)
epi_judge_python_solutions/max_teams_in_photograph.py:16
↓ 1 callers
Method
dfs
(GraphVertex curr)
epi_judge_java_solutions/epi/MaxTeamsInPhotograph.java:30
↓ 1 callers
Method
differsByOneBit
(int x, int y)
epi_judge_java/epi/GrayCode.java:17
↓ 1 callers
Function
differs_by_one_bit
(x, y)
epi_judge_python_solutions/gray_code.py:11
↓ 1 callers
Method
directedCombinations
(int n, int k, int offset, List<Integer> partialCombination,
epi_judge_java_solutions/epi/Combinations.java:23
↓ 1 callers
Method
directedExpressionSynthesis
(List<Integer> digits, int target, int currentTerm, int offset, List<Integer> op
epi_judge_java_solutions/epi/InsertOperatorsInString.java:20
↓ 1 callers
Method
directedGenerateBalancedParentheses
(int numLeftParensNeeded, int numRightParensNeeded,
epi_judge_java_solutions/epi/EnumerateBalancedParentheses.java:23
↓ 1 callers
Method
directedGrayCode
(int numBits, Set<Integer> history, List<Integer> result)
epi_judge_java_solutions/epi/GrayCode.java:23
↓ 1 callers
Method
directedPalindromeDecompositions
(String text, int offset, List<String> partialPartition,
epi_judge_java_solutions/epi/EnumeratePalindromicDecompositions.java:23
↓ 1 callers
Method
directedPermutations
(int i, List<Integer> A, List<List<Integer>> result)
epi_judge_java_solutions/epi/Permutations.java:22
↓ 1 callers
Method
directedPowerSet
(List<Integer> inputSet, int toBeSelected, List<Integer> selectedSoFar,
epi_judge_java_solutions/epi/PowerSet.java:24
↓ 1 callers
Function
directed_combinations
(offset, partial_combination)
epi_judge_python_solutions/combinations.py:7
↓ 1 callers
Function
directed_expression_synthesis
(digits, current_term)
epi_judge_python_solutions/insert_operators_in_string.py:8
↓ 1 callers
Function
directed_generate_balanced_parentheses
(num_left_parens_needed, num_right_parens_needed,
epi_judge_python_solutions/enumerate_balanced_parentheses.py:7
↓ 1 callers
Function
directed_gray_code
(history)
epi_judge_python_solutions/gray_code.py:10
↓ 1 callers
Function
directed_palindrome_decompositions
(offset, partial_partition)
epi_judge_python_solutions/enumerate_palindromic_decompositions.py:7
↓ 1 callers
Function
directed_permutations
(i)
epi_judge_python_solutions/permutations.py:7
↓ 1 callers
Function
directed_power_set
(to_be_selected, selected_so_far)
epi_judge_python_solutions/power_set.py:10
↓ 1 callers
Function
drawArk
(el, x)
html/js/index.js:255
↓ 1 callers
Method
dutchFlagPartition
(int pivotIndex, List<Color> A)
epi_judge_java/epi/DutchNationalFlag.java:12
↓ 1 callers
Method
dutchFlagPartition
(int pivotIndex, List<Color> A)
epi_judge_java_solutions/epi/DutchNationalFlag.java:16
↓ 1 callers
Method
eliminateDuplicate
(List<Name> names)
epi_judge_java/epi/RemoveDuplicates.java:49
↓ 1 callers
Method
eliminateDuplicate
(List<Name> names)
epi_judge_java_solutions/epi/RemoveDuplicates.java:52
↓ 1 callers
Function
emptyNodeAt
(elm)
html/js/vue.js:5855
↓ 1 callers
Function
encoding
(s: str)
epi_judge_python/run_length_compression.py:10
↓ 1 callers
Function
encoding
(s: str)
epi_judge_python_solutions/run_length_compression.py:19
↓ 1 callers
Method
encoding
(String s)
epi_judge_java/epi/RunLengthCompression.java:11
↓ 1 callers
Method
encoding
(String s)
epi_judge_java_solutions/epi/RunLengthCompression.java:27
↓ 1 callers
Method
endArrayValue
Indicates the end of an array element in the JSON input. This method will be called after reading the last character of the element value, just after
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:180
↓ 1 callers
Method
endArrayValue
Indicates the end of an array element in the JSON input. This method will be called after reading the last character of the element value, just after
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:180
↓ 1 callers
Method
endNull
Indicates the end of a <code>null</code> literal in the JSON input. This method will be called after reading the last character of the literal.
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:67
↓ 1 callers
Method
endNull
Indicates the end of a <code>null</code> literal in the JSON input. This method will be called after reading the last character of the literal.
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:67
↓ 1 callers
Method
endNumber
Indicates the end of a number in the JSON input. This method will be called after reading the last character of the number. @param string th
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:120
↓ 1 callers
Method
endNumber
Indicates the end of a number in the JSON input. This method will be called after reading the last character of the number. @param string th
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:120
← previous
next →
1,401–1,500 of 6,328, ranked by callers