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
Method
buildBstNode
(JsonArray data)
epi_judge_java/epi/test_framework/serialization_traits/BinaryTreeTrait.java:110
↓ 1 callers
Method
buildBstNode
(JsonArray data)
epi_judge_java_solutions/epi/test_framework/serialization_traits/BinaryTreeTrait.java:110
↓ 1 callers
Method
buildMinHeightBSTFromSortedArray
(List<Integer> A)
epi_judge_java/epi/BstFromSortedArray.java:12
↓ 1 callers
Method
buildMinHeightBSTFromSortedArray
(List<Integer> A)
epi_judge_java_solutions/epi/BstFromSortedArray.java:14
↓ 1 callers
Method
buildMinHeightBSTFromSortedSubarray
(List<Integer> A, int start, int end)
epi_judge_java_solutions/epi/BstFromSortedArray.java:21
↓ 1 callers
Method
buildSortedDoublyLinkedList
(BstNode<Integer> L, int n)
epi_judge_java_solutions/epi/BstMerge.java:10
↓ 1 callers
Method
buildSortedDoublyLinkedListHelper
(int s, int e)
epi_judge_java_solutions/epi/BstMerge.java:17
↓ 1 callers
Method
buildSortedListHelper
(int start, int end)
epi_judge_java_solutions/epi/SortedListToBst.java:27
↓ 1 callers
Function
build_bst_from_sorted_doubly_list
(L, n)
epi_judge_python_solutions/bst_merge.py:20
↓ 1 callers
Function
build_bst_from_sorted_doubly_list_helper
(start, end)
epi_judge_python_solutions/sorted_list_to_bst.py:18
↓ 1 callers
Function
build_bst_from_sorted_doubly_list_helper
(L, s, e)
epi_judge_python_solutions/bst_merge.py:8
↓ 1 callers
Function
build_min_height_bst_from_sorted_subarray
(start, end)
epi_judge_python_solutions/bst_from_sorted_array.py:13
↓ 1 callers
Method
calculateMetrics
(List<Object> params)
epi_judge_java/epi/test_framework/GenericTestHandler.java:229
↓ 1 callers
Method
calculateMetrics
(List<Object> params)
epi_judge_java_solutions/epi/test_framework/GenericTestHandler.java:229
↓ 1 callers
Method
calculate_metrics
(self, params)
epi_judge_python/test_framework/generic_test_handler.py:127
↓ 1 callers
Method
calculate_metrics
(self, params)
epi_judge_python_solutions/test_framework/generic_test_handler.py:127
↓ 1 callers
Function
callActivatedHooks
(queue)
html/js/vue.js:4362
↓ 1 callers
Function
callInsert
()
html/js/vue.js:6604
↓ 1 callers
Function
callUpdatedHooks
(queue)
html/js/vue.js:4340
↓ 1 callers
Method
checkBalanced
(BinaryTreeNode<Integer> tree)
epi_judge_java_solutions/epi/IsTreeBalanced.java:25
↓ 1 callers
Method
checkBirthdaySpacings
(List<Integer> seq, int n)
epi_judge_java/epi/test_framework/RandomSequenceChecker.java:76
↓ 1 callers
Method
checkBirthdaySpacings
(List<Integer> seq, int n)
epi_judge_java_solutions/epi/test_framework/RandomSequenceChecker.java:76
↓ 1 callers
Function
checkComponents
* Validate component names
html/js/vue.js:1406
↓ 1 callers
Function
checkEvent
(exp, text, warn, range)
html/js/vue.js:11510
↓ 1 callers
Method
checkFeasibleHelper
(List<Jug> jugs, int L, int H, Set<VolumeRange> c)
epi_judge_java_solutions/epi/DefectiveJugs.java:60
↓ 1 callers
Function
checkFor
(node, text, warn, range)
html/js/vue.js:11523
↓ 1 callers
Function
checkForAliasModel
(el, value)
html/js/vue.js:10462
↓ 1 callers
Method
checkGraph
(GraphVertex node, List<GraphVertex> graph)
epi_judge_java/epi/GraphClone.java:39
↓ 1 callers
Method
checkGraph
(GraphVertex node, List<GraphVertex> graph)
epi_judge_java_solutions/epi/GraphClone.java:63
↓ 1 callers
Function
checkInFor
(el)
html/js/vue.js:10398
↓ 1 callers
Function
checkNode
(node, warn)
html/js/vue.js:11483
↓ 1 callers
Method
checkOrder
(List<Integer> A)
epi_judge_java/epi/AlternatingArray.java:15
↓ 1 callers
Method
checkOrder
(List<Integer> A)
epi_judge_java_solutions/epi/AlternatingArray.java:26
↓ 1 callers
Method
checkPairsFrequencies
(List<Integer> seq, int n, double falseNegativeTolerance)
epi_judge_java/epi/test_framework/RandomSequenceChecker.java:55
↓ 1 callers
Method
checkPairsFrequencies
(List<Integer> seq, int n, double falseNegativeTolerance)
epi_judge_java_solutions/epi/test_framework/RandomSequenceChecker.java:55
↓ 1 callers
Method
checkSymmetric
(BinaryTreeNode<Integer> subtree0, BinaryTreeNode<Integer> subtree1)
epi_judge_java_solutions/epi/IsTreeSymmetric.java:14
↓ 1 callers
Method
checkTriplesFrequencies
(List<Integer> seq, int n, double falseNegativeTolerance)
epi_judge_java/epi/test_framework/RandomSequenceChecker.java:65
↓ 1 callers
Method
checkTriplesFrequencies
(List<Integer> seq, int n, double falseNegativeTolerance)
epi_judge_java_solutions/epi/test_framework/RandomSequenceChecker.java:65
↓ 1 callers
Function
check_answer
(A)
epi_judge_python/alternating_array.py:16
↓ 1 callers
Function
check_answer
(A)
epi_judge_python_solutions/alternating_array.py:17
↓ 1 callers
Function
check_balanced
(tree)
epi_judge_python_solutions/is_tree_balanced.py:14
↓ 1 callers
Function
check_birthday_spacings
(seq, n)
epi_judge_python/test_framework/random_sequence_checker.py:54
↓ 1 callers
Function
check_birthday_spacings
(seq, n)
epi_judge_python_solutions/test_framework/random_sequence_checker.py:54
↓ 1 callers
Function
check_feasible_helper
(L, H)
epi_judge_python_solutions/defective_jugs.py:13
↓ 1 callers
Function
check_graph
(node, graph)
epi_judge_python/graph_clone.py:23
↓ 1 callers
Function
check_graph
(node, graph)
epi_judge_python_solutions/graph_clone.py:37
↓ 1 callers
Function
check_judge
(build_dir: str, src_dir: str, lang: str, mode: str)
epijudge_ci_test_tool.py:143
↓ 1 callers
Function
check_output
(result: CompletedProcess)
epijudge_ci_test_tool.py:59
↓ 1 callers
Function
check_pairs_frequencies
(seq, n, false_negative_tolerance)
epi_judge_python/test_framework/random_sequence_checker.py:43
↓ 1 callers
Function
check_pairs_frequencies
(seq, n, false_negative_tolerance)
epi_judge_python_solutions/test_framework/random_sequence_checker.py:43
↓ 1 callers
Function
check_symmetric
(subtree_0, subtree_1)
epi_judge_python_solutions/is_tree_symmetric.py:6
↓ 1 callers
Function
check_triples_frequencies
(seq, n, false_negative_tolerance)
epi_judge_python/test_framework/random_sequence_checker.py:48
↓ 1 callers
Function
check_triples_frequencies
(seq, n, false_negative_tolerance)
epi_judge_python_solutions/test_framework/random_sequence_checker.py:48
↓ 1 callers
Function
classify
(str)
html/js/vue.js:624
↓ 1 callers
Method
clearLineIfTty
()
epi_judge_java/epi/test_framework/TestUtilsConsole.java:13
↓ 1 callers
Method
clearLineIfTty
()
epi_judge_java_solutions/epi/test_framework/TestUtilsConsole.java:13
↓ 1 callers
Function
clear_line_if_tty
()
epi_judge_python/test_framework/test_utils_console.py:12
↓ 1 callers
Function
clear_line_if_tty
()
epi_judge_python_solutions/test_framework/test_utils_console.py:12
↓ 1 callers
Method
cloneGraph
(GraphVertex graph)
epi_judge_java/epi/GraphClone.java:27
↓ 1 callers
Method
cloneGraph
(GraphVertex graph)
epi_judge_java_solutions/epi/GraphClone.java:31
↓ 1 callers
Method
cloneTree
(BinaryTree<Integer> original)
epi_judge_java/epi/TreeRightSibling.java:36
↓ 1 callers
Method
cloneTree
(BinaryTree<Integer> original)
epi_judge_java_solutions/epi/TreeRightSibling.java:56
↓ 1 callers
Function
clone_graph
(graph: GraphVertex)
epi_judge_python/graph_clone.py:14
↓ 1 callers
Function
clone_graph
(graph: GraphVertex)
epi_judge_python_solutions/graph_clone.py:14
↓ 1 callers
Function
clone_tree
(original)
epi_judge_python/tree_right_sibling.py:34
↓ 1 callers
Function
clone_tree
(original)
epi_judge_python_solutions/tree_right_sibling.py:44
↓ 1 callers
Function
comp
(a, b)
epi_judge_python/n_queens.py:11
↓ 1 callers
Method
compareTo
(TrafficElement o)
epi_judge_java/epi/MaxOfSlidingWindow.java:20
↓ 1 callers
Method
compareTo
(Player that)
epi_judge_java/epi/IsArrayDominated.java:16
↓ 1 callers
Method
compareTo
(TrafficElement o)
epi_judge_java_solutions/epi/MaxOfSlidingWindow.java:23
↓ 1 callers
Method
compareVectorAndTree
(DoublyListNode<Integer> tree, Iterator<Integer> it)
epi_judge_java/epi/SortedListToBst.java:18
↓ 1 callers
Method
compareVectorAndTree
(DoublyListNode<Integer> tree, Iterator<Integer> it)
epi_judge_java_solutions/epi/SortedListToBst.java:44
↓ 1 callers
Function
compare_vector_and_tree
(tree, it)
epi_judge_python/sorted_list_to_bst.py:19
↓ 1 callers
Function
compare_vector_and_tree
(tree, it)
epi_judge_python_solutions/sorted_list_to_bst.py:35
↓ 1 callers
Function
compile
( template, options )
html/js/vue.js:11739
↓ 1 callers
Method
computeDeviationMultiplier
(double allowedFalseNegative, int numRvs)
epi_judge_java/epi/test_framework/RandomSequenceChecker.java:14
↓ 1 callers
Method
computeDeviationMultiplier
(double allowedFalseNegative, int numRvs)
epi_judge_java_solutions/epi/test_framework/RandomSequenceChecker.java:14
↓ 1 callers
Method
computeDistanceBetweenPrefixes
(String A, int aIdx, String B, int bIdx, int[][] distanceBetweenPrefixes)
epi_judge_java_solutions/epi/LevenshteinDistance.java:21
↓ 1 callers
Method
computeMaximumRevenueForRange
(List<Integer> coins, int a, int b, int[][] maximumRevenueForRange)
epi_judge_java_solutions/epi/PickingUpCoins.java:19
↓ 1 callers
Method
computeNumberOfWaysToH
(int n, int maximumStep, int[] numberOfWaysToH)
epi_judge_java_solutions/epi/NumberOfTraversalsStaircase.java:14
↓ 1 callers
Method
computeNumberOfWaysToXY
(int x, int y, int[][] numberOfWays)
epi_judge_java_solutions/epi/NumberOfTraversalsMatrix.java:18
↓ 1 callers
Method
computeRandomPermutation
(int n)
epi_judge_java/epi/RandomPermutation.java:13
↓ 1 callers
Method
computeRandomPermutation
(int n)
epi_judge_java_solutions/epi/RandomPermutation.java:17
↓ 1 callers
Method
computeRandomPermutationRunner
(TimedExecutor executor, int n)
epi_judge_java/epi/RandomPermutation.java:37
↓ 1 callers
Method
computeRandomPermutationRunner
(TimedExecutor executor, int n)
epi_judge_java_solutions/epi/RandomPermutation.java:45
↓ 1 callers
Method
computeTowerHanoi
(int numRings)
epi_judge_java/epi/Hanoi.java:16
↓ 1 callers
Method
computeTowerHanoi
(int numRings)
epi_judge_java_solutions/epi/Hanoi.java:21
↓ 1 callers
Method
computeTowerHanoiSteps
(int numRingsToMove, List<Deque<Integer>> pegs,
epi_judge_java_solutions/epi/Hanoi.java:35
↓ 1 callers
Method
computeXChooseY
(int x, int y, int[][] xChooseY)
epi_judge_java_solutions/epi/BinomialCoefficients.java:18
↓ 1 callers
Function
compute_deviation_multiplier
(allowed_false_negative, num_rvs=1)
epi_judge_python/test_framework/random_sequence_checker.py:8
↓ 1 callers
Function
compute_deviation_multiplier
(allowed_false_negative, num_rvs=1)
epi_judge_python_solutions/test_framework/random_sequence_checker.py:8
↓ 1 callers
Function
compute_distance_between_prefixes
(A_idx, B_idx)
epi_judge_python_solutions/levenshtein_distance.py:8
↓ 1 callers
Function
compute_number_of_ways_to_h
(h)
epi_judge_python_solutions/number_of_traversals_staircase.py:8
↓ 1 callers
Function
compute_number_of_ways_to_xy
(x, y)
epi_judge_python_solutions/number_of_traversals_matrix.py:9
↓ 1 callers
Function
compute_random_permutation
(n: int)
epi_judge_python/random_permutation.py:12
↓ 1 callers
Function
compute_random_permutation
(n: int)
epi_judge_python_solutions/random_permutation.py:13
↓ 1 callers
Function
compute_tower_hanoi_steps
(num_rings_to_move, from_peg, to_peg, use_peg)
epi_judge_python_solutions/hanoi.py:12
↓ 1 callers
Method
constructFromBase
(int numAsInt, int base)
epi_judge_java_solutions/epi/ConvertBase.java:23
↓ 1 callers
Method
constructRightSibling
(BinaryTreeNode<Integer> tree)
epi_judge_java/epi/TreeRightSibling.java:32
↓ 1 callers
Method
constructRightSibling
(BinaryTreeNode<Integer> tree)
epi_judge_java_solutions/epi/TreeRightSibling.java:34
← previous
next →
1,301–1,400 of 6,328, ranked by callers