MCPcopy Create free account

hub / github.com/adnanaziz/EPIJudge / functions

Functions6,328 in github.com/adnanaziz/EPIJudge

↓ 1 callersFunctionfind_kth_largest_unknown_length
(stream: Iterator[int], k: int)
epi_judge_python/kth_largest_element_in_long_array.py:6
↓ 1 callersFunctionfind_kth_largest_unknown_length
(stream: Iterator[int], k: int)
epi_judge_python_solutions/kth_largest_element_in_long_array.py:8
↓ 1 callersFunctionfind_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
epi_judge_cpp_solutions/test_framework/json.h:7109
↓ 1 callersFunctionfind_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
epi_judge_cpp/test_framework/json.h:7109
↓ 1 callersFunctionfind_longest_increasing_subarray
(A: List[int])
epi_judge_python/longest_increasing_subarray.py:9
↓ 1 callersFunctionfind_longest_increasing_subarray
(A: List[int])
epi_judge_python_solutions/longest_increasing_subarray.py:9
↓ 1 callersFunctionfind_max_subarray
()
epi_judge_python_solutions/maximum_subarray_in_circular_array.py:9
↓ 1 callersFunctionfind_missing_element
(stream: Iterator[int])
epi_judge_python/absent_value_array.py:7
↓ 1 callersFunctionfind_missing_element
(stream: Iterator[int])
epi_judge_python_solutions/absent_value_array.py:8
↓ 1 callersFunctionfind_node
(tree, val)
epi_judge_python/test_framework/binary_tree_utils.py:89
↓ 1 callersFunctionfind_node
(tree, val)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:89
↓ 1 callersMethodflipColor
(int x, int y, List<List<Boolean>> image)
epi_judge_java/epi/MatrixConnectedRegions.java:9
↓ 1 callersMethodflipColor
(int x, int y, List<List<Boolean>> image)
epi_judge_java_solutions/epi/MatrixConnectedRegions.java:24
↓ 1 callersFunctionflip_color
(x: int, y: int, image: List[List[bool]])
epi_judge_python/matrix_connected_regions.py:6
↓ 1 callersFunctionflip_color
(x: int, y: int, image: List[List[bool]])
epi_judge_python_solutions/matrix_connected_regions.py:7
↓ 1 callersMethodfloydWarshall
(List<List<Integer>> graph)
epi_judge_java_solutions/epi/RoadNetwork.java:87
↓ 1 callersFunctionfloyd_warshall
(graph)
epi_judge_python_solutions/road_network.py:24
↓ 1 callersFunctionflushSchedulerQueue
* Flush both queues and run the watchers.
html/js/vue.js:4281
↓ 1 callersFunctionfmt
(x)
epi_judge_python/interval_add.py:27
↓ 1 callersFunctionfmt
(x)
epi_judge_python/search_for_missing_element.py:17
↓ 1 callersFunctionfmt
(x)
epi_judge_python/road_network.py:28
↓ 1 callersFunctionfmt
(x)
epi_judge_python/rectangle_intersection.py:19
↓ 1 callersFunctionfmt
(x)
epi_judge_python/search_for_min_max_in_array.py:16
↓ 1 callersFunctionfmt
(x)
epi_judge_python_solutions/interval_add.py:44
↓ 1 callersFunctionfmt
(x)
epi_judge_python_solutions/search_for_missing_element.py:41
↓ 1 callersFunctionfmt
(x)
epi_judge_python_solutions/road_network.py:57
↓ 1 callersFunctionfmt
(x)
epi_judge_python_solutions/rectangle_intersection.py:26
↓ 1 callersFunctionfmt
(x)
epi_judge_python_solutions/search_for_min_max_in_array.py:33
↓ 1 callersFunctionformat_buffer
! @brief prettify v = buf * 10^decimal_exponent If v is in the range [10^min_exp, 10^max_exp) it will be printed in fixed-point notation. Otherwise i
epi_judge_cpp_solutions/test_framework/json.h:7571
↓ 1 callersFunctionformat_buffer
! @brief prettify v = buf * 10^decimal_exponent If v is in the range [10^min_exp, 10^max_exp) it will be printed in fixed-point notation. Otherwise i
epi_judge_cpp/test_framework/json.h:7571
↓ 1 callersMethodfromCommandLine
(String testFile, String testDataFile, long timeoutSeconds,
epi_judge_java/epi/test_framework/TestConfig.java:115
↓ 1 callersMethodfromCommandLine
(String testFile, String testDataFile, long timeoutSeconds,
epi_judge_java_solutions/epi/test_framework/TestConfig.java:115
↓ 1 callersMethodfrom_command_line
(test_file, test_data_file, timeout_seconds, num_failed_tests_before_stop, commandli
epi_judge_python/test_framework/test_config.py:65
↓ 1 callersMethodfrom_command_line
(test_file, test_data_file, timeout_seconds, num_failed_tests_before_stop, commandli
epi_judge_python_solutions/test_framework/test_config.py:65
↓ 1 callersFunctionfrom_json_array_impl
epi_judge_cpp_solutions/test_framework/json.h:1126
↓ 1 callersFunctionfrom_json_array_impl
epi_judge_cpp/test_framework/json.h:1126
↓ 1 callersFunctionfrom_json_tuple_impl
epi_judge_cpp_solutions/test_framework/json.h:1263
↓ 1 callersFunctionfrom_json_tuple_impl
epi_judge_cpp/test_framework/json.h:1263
↓ 1 callersMethodgatherColumn
(List<List<Integer>> data, int i)
epi_judge_java/epi/SudokuSolve.java:67
↓ 1 callersMethodgatherColumn
(List<List<Integer>> data, int i)
epi_judge_java_solutions/epi/SudokuSolve.java:131
↓ 1 callersMethodgatherSquareBlock
(List<List<Integer>> data, int blockSize, int n)
epi_judge_java/epi/SudokuSolve.java:75
↓ 1 callersMethodgatherSquareBlock
(List<List<Integer>> data, int blockSize, int n)
epi_judge_java_solutions/epi/SudokuSolve.java:139
↓ 1 callersFunctiongather_square_block
(data, block_size, n)
epi_judge_python/sudoku_solve.py:28
↓ 1 callersFunctiongather_square_block
(data, block_size, n)
epi_judge_python_solutions/sudoku_solve.py:72
↓ 1 callersFunctiongcd
(x: int, y: int)
epi_judge_python/gcd.py:4
↓ 1 callersFunctiongenCheckboxModel
( el, value, modifiers )
html/js/vue.js:7356
↓ 1 callersFunctiongenClassForVnode
(vnode)
html/js/vue.js:5497
↓ 1 callersFunctiongenComment
(comment)
html/js/vue.js:11390
↓ 1 callersFunctiongenComponent
( componentName, el, state )
html/js/vue.js:11420
↓ 1 callersFunctiongenDefaultModel
( el, value, modifiers )
html/js/vue.js:7416
↓ 1 callersFunctiongenDirectives
(el, state)
html/js/vue.js:11177
↓ 1 callersFunctiongenHandler
(handler)
html/js/vue.js:10798
↓ 1 callersFunctiongenIfConditions
( conditions, state, altGen, altEmpty )
html/js/vue.js:11034
↓ 1 callersFunctiongenInlineTemplate
(el, state)
html/js/vue.js:11202
↓ 1 callersFunctiongenKeyFilter
(keys)
html/js/vue.js:10857
↓ 1 callersFunctiongenRadioModel
( el, value, modifiers )
html/js/vue.js:7387
↓ 1 callersFunctiongenScopedSlot
( el, state )
html/js/vue.js:11289
↓ 1 callersFunctiongenScopedSlots
( el, slots, state )
html/js/vue.js:11216
↓ 1 callersFunctiongenSelect
( el, value, modifiers )
html/js/vue.js:7399
↓ 1 callersFunctiongenSlot
(el, state)
html/js/vue.js:11394
↓ 1 callersFunctiongenStaticKeys
* Generate a string containing static keys from compiler modules.
html/js/vue.js:286
↓ 1 callersFunctiongenText
(text)
html/js/vue.js:11384
↓ 1 callersMethodgenerateAllBinaryTrees
(int numNodes)
epi_judge_java/epi/EnumerateTrees.java:13
↓ 1 callersMethodgenerateAllBinaryTrees
(int numNodes)
epi_judge_java_solutions/epi/EnumerateTrees.java:15
↓ 1 callersFunctiongenerateCodeFrame
( source, start, end )
html/js/vue.js:11572
↓ 1 callersMethodgenerateInorder
(TreeLike<T, ?> tree)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:103
↓ 1 callersMethodgenerateInorder
(TreeLike<T, ?> tree)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:103
↓ 1 callersFunctiongenerate_postorder
(tree)
epi_judge_python/test_framework/binary_tree_utils.py:71
↓ 1 callersFunctiongenerate_postorder
(tree)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:71
↓ 1 callersFunctiongenerate_preorder
(tree)
epi_judge_python/test_framework/binary_tree_utils.py:31
↓ 1 callersFunctiongenerate_preorder
(tree)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:31
↓ 1 callersMethodgenericTestMain
The main test starter. Is intended to be called from {@link #runFromAnnotations(String[], String, Class)}. @param commandlineArgs - command-line opti
epi_judge_java/epi/test_framework/GenericTest.java:38
↓ 1 callersMethodgenericTestMain
The main test starter. Is intended to be called from {@link #runFromAnnotations(String[], String, Class)}. @param commandlineArgs - command-line opti
epi_judge_java_solutions/epi/test_framework/GenericTest.java:38
↓ 1 callersFunctiongetColor
(x)
html/js/index.js:245
↓ 1 callersMethodgetColorCodeWin
(Color color)
epi_judge_java/epi/test_framework/ConsoleColor.java:7
↓ 1 callersMethodgetColorCodeWin
(Color color)
epi_judge_java_solutions/epi/test_framework/ConsoleColor.java:7
↓ 1 callersFunctiongetData
(data, vm)
html/js/vue.js:4735
↓ 1 callersMethodgetDescription
()
epi_judge_java/epi/test_framework/TestFailure.java:79
↓ 1 callersMethodgetDescription
()
epi_judge_java_solutions/epi/test_framework/TestFailure.java:79
↓ 1 callersMethodgetHeightHelper
(int cases, int drops, List<List<Integer>> F)
epi_judge_java_solutions/epi/MaxSafeHeight.java:22
↓ 1 callersMethodgetInnerTrait
()
epi_judge_java/epi/test_framework/serialization_traits/SetTrait.java:43
↓ 1 callersMethodgetInnerTrait
()
epi_judge_java/epi/test_framework/serialization_traits/LinkedListTrait.java:51
↓ 1 callersMethodgetInnerTrait
()
epi_judge_java_solutions/epi/test_framework/serialization_traits/SetTrait.java:43
↓ 1 callersMethodgetInnerTrait
()
epi_judge_java_solutions/epi/test_framework/serialization_traits/LinkedListTrait.java:51
↓ 1 callersFunctiongetInvalidTypeMessage
(name, value, expectedTypes)
html/js/vue.js:1782
↓ 1 callersMethodgetLocation
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:464
↓ 1 callersMethodgetLocation
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:464
↓ 1 callersMethodgetMaxPropertyNameLength
()
epi_judge_java/epi/test_framework/TestFailure.java:81
↓ 1 callersMethodgetMaxPropertyNameLength
()
epi_judge_java_solutions/epi/test_framework/TestFailure.java:81
↓ 1 callersMethodgetMetricNames
(String argName)
epi_judge_java/epi/test_framework/serialization_traits/SetTrait.java:28
↓ 1 callersMethodgetMetricNames
(String argName)
epi_judge_java_solutions/epi/test_framework/serialization_traits/SetTrait.java:28
↓ 1 callersMethodgetMetrics
(Object x)
epi_judge_java/epi/test_framework/serialization_traits/SetTrait.java:33
↓ 1 callersMethodgetMetrics
(Object x)
epi_judge_java_solutions/epi/test_framework/serialization_traits/SetTrait.java:33
↓ 1 callersFunctiongetNormalizationType
( children, maybeComponent )
html/js/vue.js:11347
↓ 1 callersFunctiongetOuterHTML
* Get outerHTML of elements, taking care * of SVG elements in IE as well.
html/js/vue.js:11930
↓ 1 callersMethodgetParam
(String[] commandlineArgs, int i, String argName)
epi_judge_java/epi/test_framework/TestConfig.java:86
↓ 1 callersMethodgetParam
(String[] commandlineArgs, int i, String argName)
epi_judge_java_solutions/epi/test_framework/TestConfig.java:86
↓ 1 callersFunctiongetPropDefaultValue
* Get the default value of a prop.
html/js/vue.js:1649
↓ 1 callersMethodgetProperties
()
epi_judge_java/epi/test_framework/TestFailure.java:88
↓ 1 callersMethodgetProperties
()
epi_judge_java_solutions/epi/test_framework/TestFailure.java:88
← previousnext →1,601–1,700 of 6,328, ranked by callers