MCPcopy Create free account

hub / github.com/adnanaziz/EPIJudge / functions

Functions6,328 in github.com/adnanaziz/EPIJudge

↓ 1 callersMethodnonuniformRandomNumberGenerationRunner
( TimedExecutor executor, List<Integer> values, List<Double> probabilities)
epi_judge_java_solutions/epi/NonuniformRandomNumber.java:58
↓ 1 callersFunctionnonuniform_random_number_generation
(values: List[int], probabilities: List[float])
epi_judge_python/nonuniform_random_number.py:11
↓ 1 callersFunctionnonuniform_random_number_generation
(values: List[int], probabilities: List[float])
epi_judge_python_solutions/nonuniform_random_number.py:14
↓ 1 callersFunctionnormalizeArrayChildren
(children, nestedIndex)
html/js/vue.js:2376
↓ 1 callersFunctionnormalizeDirectives
* Normalize raw function directives into object format.
html/js/vue.js:1495
↓ 1 callersFunctionnormalizeEvents
(on)
html/js/vue.js:7475
↓ 1 callersFunctionnormalizeInject
* Normalize all injections into Object-based format
html/js/vue.js:1468
↓ 1 callersFunctionnormalizeProps
* Ensure all props option syntax are normalized into the * Object-based format.
html/js/vue.js:1431
↓ 1 callersFunctionnormalizeScopedSlot
(normalSlots, key, fn)
html/js/vue.js:2595
↓ 1 callersMethodonlineMedian
(Iterator<Integer> sequence)
epi_judge_java/epi/OnlineMedian.java:8
↓ 1 callersMethodonlineMedian
(Iterator<Integer> sequence)
epi_judge_java_solutions/epi/OnlineMedian.java:16
↓ 1 callersMethodonlineRandomSample
(Iterator<Integer> stream, int k)
epi_judge_java/epi/OnlineSampling.java:15
↓ 1 callersMethodonlineRandomSample
(Iterator<Integer> stream, int k)
epi_judge_java_solutions/epi/OnlineSampling.java:18
↓ 1 callersMethodonlineRandomSampleRunner
(TimedExecutor executor, List<Integer> A, int k)
epi_judge_java/epi/OnlineSampling.java:20
↓ 1 callersMethodonlineRandomSampleRunner
(TimedExecutor executor, List<Integer> A, int k)
epi_judge_java_solutions/epi/OnlineSampling.java:43
↓ 1 callersFunctiononline_median
(sequence: Iterator[int])
epi_judge_python/online_median.py:6
↓ 1 callersFunctiononline_median
(sequence: Iterator[int])
epi_judge_python_solutions/online_median.py:7
↓ 1 callersFunctiononline_random_sample
(stream: Iterator[int], k: int)
epi_judge_python/online_sampling.py:12
↓ 1 callersFunctiononline_random_sample
(stream: Iterator[int], k: int)
epi_judge_python_solutions/online_sampling.py:14
↓ 1 callersMethodoperator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
epi_judge_cpp_solutions/test_framework/json.h:3925
↓ 1 callersMethodoperator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
epi_judge_cpp/test_framework/json.h:3925
↓ 1 callersMethodoperator+
add to iterator
epi_judge_cpp_solutions/test_framework/json.h:4436
↓ 1 callersMethodoperator+
add to iterator
epi_judge_cpp/test_framework/json.h:4436
↓ 1 callersFunctionoperator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
epi_judge_cpp_solutions/test_framework/json.h:13513
↓ 1 callersFunctionoperator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
epi_judge_cpp/test_framework/json.h:13513
↓ 1 callersFunctionoperator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
epi_judge_cpp_solutions/test_framework/json.h:977
↓ 1 callersFunctionoperator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
epi_judge_cpp/test_framework/json.h:977
↓ 1 callersMethodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
epi_judge_cpp_solutions/test_framework/json.h:4091
↓ 1 callersMethodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
epi_judge_cpp/test_framework/json.h:4091
↓ 1 callersFunctionoptimize
* Goal of the optimizer: walk the generated template AST tree * and detect sub-trees that are purely static, i.e. parts of * the DOM that never
html/js/vue.js:10612
↓ 1 callersMethodoptimumSubjectToItemAndCapacity
(List<Item> items, int k, int availableCapacity,
epi_judge_java_solutions/epi/Knapsack.java:39
↓ 1 callersFunctionoptimum_subject_to_item_and_capacity
(k, available_capacity)
epi_judge_python_solutions/knapsack.py:16
↓ 1 callersMethodoverlappingLists
(ListNode<Integer> l0, ListNode<Integer> l1)
epi_judge_java/epi/DoListsOverlap.java:11
↓ 1 callersMethodoverlappingLists
(ListNode<Integer> l0, ListNode<Integer> l1)
epi_judge_java_solutions/epi/DoListsOverlap.java:13
↓ 1 callersMethodoverlappingNoCycleLists
(ListNode<Integer> l0, ListNode<Integer> l1)
epi_judge_java/epi/DoTerminatedListsOverlap.java:8
↓ 1 callersFunctionoverlapping_no_cycle_lists
(l0: ListNode, l1: ListNode)
epi_judge_python_solutions/do_terminated_lists_overlap.py:9
↓ 1 callersMethodpairIncludesAncestorAndDescendantOfM
(BstNode<Integer> possibleAncOrDesc0, BstNode<Integer> possibleAncOrDes
epi_judge_java/epi/DescendantAndAncestorInBst.java:8
↓ 1 callersMethodpairIncludesAncestorAndDescendantOfM
(BstNode<Integer> possibleAncOrDesc0, BstNode<Integer> possibleAncOrDes
epi_judge_java_solutions/epi/DescendantAndAncestorInBst.java:10
↓ 1 callersMethodparamNames
()
epi_judge_java/epi/test_framework/GenericTestHandler.java:238
↓ 1 callersMethodparamNames
()
epi_judge_java_solutions/epi/test_framework/GenericTestHandler.java:238
↓ 1 callersMethodparam_names
(self)
epi_judge_python/test_framework/generic_test_handler.py:135
↓ 1 callersMethodparam_names
(self)
epi_judge_python_solutions/test_framework/generic_test_handler.py:135
↓ 1 callersFunctionparse
* Convert HTML string to AST.
html/js/vue.js:9587
↓ 1 callersFunctionparseBracket
(chr)
html/js/vue.js:7266
↓ 1 callersFunctionparseFor
(exp)
html/js/vue.js:10014
↓ 1 callersFunctionparseHTML
(html, options)
html/js/vue.js:9280
↓ 1 callersFunctionparseModel
(val)
html/js/vue.js:7214
↓ 1 callersFunctionparseModifiers
(name)
html/js/vue.js:10409
↓ 1 callersFunctionparsePath
(path)
html/js/vue.js:510
↓ 1 callersMethodparseSignature
This method ensures that test data header matches with the signature of the method provided in constructor. @param signature - the header from a test
epi_judge_java/epi/test_framework/GenericTestHandler.java:105
↓ 1 callersMethodparseSignature
This method ensures that test data header matches with the signature of the method provided in constructor. @param signature - the header from a test
epi_judge_java_solutions/epi/test_framework/GenericTestHandler.java:105
↓ 1 callersFunctionparseStartTag
()
html/js/vue.js:9413
↓ 1 callersMethodparse_signature
This method initializes type parsers for all tested function arguments and expected value, basing on test data signature (see get_tra
epi_judge_python/test_framework/generic_test_handler.py:46
↓ 1 callersMethodparse_signature
This method initializes type parsers for all tested function arguments and expected value, basing on test data signature (see get_tra
epi_judge_python_solutions/test_framework/generic_test_handler.py:46
↓ 1 callersMethodpartitionAroundPivot
(int left, int right, int pivotIdx, List<Integer> A,
epi_judge_java_solutions/epi/KthLargestInArray.java:58
↓ 1 callersMethodpathElementIsFeasible
(List<List<Integer>> maze, Coordinate prev, Coordinate cur)
epi_judge_java/epi/SearchMaze.java:46
↓ 1 callersMethodpathElementIsFeasible
(List<List<Integer>> maze, Coordinate prev, Coordinate cur)
epi_judge_java_solutions/epi/SearchMaze.java:80
↓ 1 callersFunctionpath_element_is_feasible
(maze, prev, cur)
epi_judge_python/search_maze.py:21
↓ 1 callersFunctionpath_element_is_feasible
(maze, prev, cur)
epi_judge_python_solutions/search_maze.py:44
↓ 1 callersMethodpauseCapture
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:445
↓ 1 callersMethodpauseCapture
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:445
↓ 1 callersFunctionperformLeave
()
html/js/vue.js:8331
↓ 1 callersMethodpermutationIndex
(List<Integer> perm)
epi_judge_java/epi/RandomPermutation.java:21
↓ 1 callersMethodpermutationIndex
(List<Integer> perm)
epi_judge_java_solutions/epi/RandomPermutation.java:29
↓ 1 callersFunctionpermutation_index
(perm)
epi_judge_python/random_permutation.py:20
↓ 1 callersFunctionpermutation_index
(perm)
epi_judge_python_solutions/random_permutation.py:23
↓ 1 callersMethodphoneMnemonicHelper
(String phoneNumber, int digit, char[] partialMnemonic,
epi_judge_java_solutions/epi/PhoneNumberMnemonic.java:27
↓ 1 callersFunctionphone_mnemonic_helper
(digit: int)
epi_judge_python_solutions/phone_number_mnemonic.py:11
↓ 1 callersMethodpopulateLowerLevelNextField
(BinaryTreeNode<Integer> startNode)
epi_judge_java_solutions/epi/TreeRightSibling.java:42
↓ 1 callersFunctionpopulate_children_next_field
(start_node)
epi_judge_python_solutions/tree_right_sibling.py:16
↓ 1 callersMethodprintFailedTest
(List<String> paramNames, List<String> arguments,
epi_judge_java/epi/test_framework/TestUtilsConsole.java:74
↓ 1 callersMethodprintFailedTest
(List<String> paramNames, List<String> arguments,
epi_judge_java_solutions/epi/test_framework/TestUtilsConsole.java:74
↓ 1 callersMethodprintPostRunStats
(int testsPassed, int totalTests, String complexity,
epi_judge_java/epi/test_framework/TestUtilsConsole.java:118
↓ 1 callersMethodprintPostRunStats
(int testsPassed, int totalTests, String complexity,
epi_judge_java_solutions/epi/test_framework/TestUtilsConsole.java:118
↓ 1 callersMethodprintTestInfo
(TestResult testResult, int testNr, int totalTests, String diagnostic,
epi_judge_java/epi/test_framework/TestUtilsConsole.java:45
↓ 1 callersMethodprintTestInfo
(TestResult testResult, int testNr, int totalTests, String diagnostic,
epi_judge_java_solutions/epi/test_framework/TestUtilsConsole.java:45
↓ 1 callersMethodprintTestResult
(TestResult testResult)
epi_judge_java/epi/test_framework/TestUtilsConsole.java:21
↓ 1 callersMethodprintTestResult
(TestResult testResult)
epi_judge_java_solutions/epi/test_framework/TestUtilsConsole.java:21
↓ 1 callersMethodprintUsageAndExit
()
epi_judge_java/epi/test_framework/TestConfig.java:94
↓ 1 callersMethodprintUsageAndExit
()
epi_judge_java_solutions/epi/test_framework/TestConfig.java:94
↓ 1 callersFunctionprint_failed_test
(param_names, arguments, test_failure, res_printer)
epi_judge_python/test_framework/test_utils_console.py:68
↓ 1 callersFunctionprint_failed_test
(param_names, arguments, test_failure, res_printer)
epi_judge_python_solutions/test_framework/test_utils_console.py:68
↓ 1 callersFunctionprint_post_run_stats
(tests_passed, total_tests, complexity, durations)
epi_judge_python/test_framework/test_utils_console.py:105
↓ 1 callersFunctionprint_post_run_stats
(tests_passed, total_tests, complexity, durations)
epi_judge_python_solutions/test_framework/test_utils_console.py:105
↓ 1 callersFunctionprint_test_info
(test_result, test_nr, total_tests, diagnostic, timer)
epi_judge_python/test_framework/test_utils_console.py:35
↓ 1 callersFunctionprint_test_info
(test_result, test_nr, total_tests, diagnostic, timer)
epi_judge_python_solutions/test_framework/test_utils_console.py:35
↓ 1 callersFunctionprint_test_result
(test_result)
epi_judge_python/test_framework/test_utils_console.py:19
↓ 1 callersFunctionprint_test_result
(test_result)
epi_judge_python_solutions/test_framework/test_utils_console.py:19
↓ 1 callersFunctionprocessAttrs
(el)
html/js/vue.js:10265
↓ 1 callersFunctionprocessComponent
(el)
html/js/vue.js:10255
↓ 1 callersFunctionprocessIf
(el)
html/js/vue.js:10033
↓ 1 callersFunctionprocessIfConditions
(el, parent)
html/js/vue.js:10052
↓ 1 callersFunctionprocessKey
(el)
html/js/vue.js:9962
↓ 1 callersFunctionprocessOnce
(el)
html/js/vue.js:10093
↓ 1 callersFunctionprocessPre
(el)
html/js/vue.js:9910
↓ 1 callersFunctionprocessRawAttrs
(el)
html/js/vue.js:9916
↓ 1 callersFunctionprocessRef
(el)
html/js/vue.js:9989
↓ 1 callersFunctionprocessSlotContent
(el)
html/js/vue.js:10102
↓ 1 callersFunctionprocessSlotOutlet
(el)
html/js/vue.js:10241
↓ 1 callersFunctionprotoAugment
* Augment a target Object or Array by intercepting * the prototype chain using __proto__
html/js/vue.js:966
← previousnext →1,901–2,000 of 6,328, ranked by callers