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
find_kth_largest_unknown_length
(stream: Iterator[int], k: int)
epi_judge_python/kth_largest_element_in_long_array.py:6
↓ 1 callers
Function
find_kth_largest_unknown_length
(stream: Iterator[int], k: int)
epi_judge_python_solutions/kth_largest_element_in_long_array.py:8
↓ 1 callers
Function
find_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 callers
Function
find_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 callers
Function
find_longest_increasing_subarray
(A: List[int])
epi_judge_python/longest_increasing_subarray.py:9
↓ 1 callers
Function
find_longest_increasing_subarray
(A: List[int])
epi_judge_python_solutions/longest_increasing_subarray.py:9
↓ 1 callers
Function
find_max_subarray
()
epi_judge_python_solutions/maximum_subarray_in_circular_array.py:9
↓ 1 callers
Function
find_missing_element
(stream: Iterator[int])
epi_judge_python/absent_value_array.py:7
↓ 1 callers
Function
find_missing_element
(stream: Iterator[int])
epi_judge_python_solutions/absent_value_array.py:8
↓ 1 callers
Function
find_node
(tree, val)
epi_judge_python/test_framework/binary_tree_utils.py:89
↓ 1 callers
Function
find_node
(tree, val)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:89
↓ 1 callers
Method
flipColor
(int x, int y, List<List<Boolean>> image)
epi_judge_java/epi/MatrixConnectedRegions.java:9
↓ 1 callers
Method
flipColor
(int x, int y, List<List<Boolean>> image)
epi_judge_java_solutions/epi/MatrixConnectedRegions.java:24
↓ 1 callers
Function
flip_color
(x: int, y: int, image: List[List[bool]])
epi_judge_python/matrix_connected_regions.py:6
↓ 1 callers
Function
flip_color
(x: int, y: int, image: List[List[bool]])
epi_judge_python_solutions/matrix_connected_regions.py:7
↓ 1 callers
Method
floydWarshall
(List<List<Integer>> graph)
epi_judge_java_solutions/epi/RoadNetwork.java:87
↓ 1 callers
Function
floyd_warshall
(graph)
epi_judge_python_solutions/road_network.py:24
↓ 1 callers
Function
flushSchedulerQueue
* Flush both queues and run the watchers.
html/js/vue.js:4281
↓ 1 callers
Function
fmt
(x)
epi_judge_python/interval_add.py:27
↓ 1 callers
Function
fmt
(x)
epi_judge_python/search_for_missing_element.py:17
↓ 1 callers
Function
fmt
(x)
epi_judge_python/road_network.py:28
↓ 1 callers
Function
fmt
(x)
epi_judge_python/rectangle_intersection.py:19
↓ 1 callers
Function
fmt
(x)
epi_judge_python/search_for_min_max_in_array.py:16
↓ 1 callers
Function
fmt
(x)
epi_judge_python_solutions/interval_add.py:44
↓ 1 callers
Function
fmt
(x)
epi_judge_python_solutions/search_for_missing_element.py:41
↓ 1 callers
Function
fmt
(x)
epi_judge_python_solutions/road_network.py:57
↓ 1 callers
Function
fmt
(x)
epi_judge_python_solutions/rectangle_intersection.py:26
↓ 1 callers
Function
fmt
(x)
epi_judge_python_solutions/search_for_min_max_in_array.py:33
↓ 1 callers
Function
format_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 callers
Function
format_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 callers
Method
fromCommandLine
(String testFile, String testDataFile, long timeoutSeconds,
epi_judge_java/epi/test_framework/TestConfig.java:115
↓ 1 callers
Method
fromCommandLine
(String testFile, String testDataFile, long timeoutSeconds,
epi_judge_java_solutions/epi/test_framework/TestConfig.java:115
↓ 1 callers
Method
from_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 callers
Method
from_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 callers
Function
from_json_array_impl
epi_judge_cpp_solutions/test_framework/json.h:1126
↓ 1 callers
Function
from_json_array_impl
epi_judge_cpp/test_framework/json.h:1126
↓ 1 callers
Function
from_json_tuple_impl
epi_judge_cpp_solutions/test_framework/json.h:1263
↓ 1 callers
Function
from_json_tuple_impl
epi_judge_cpp/test_framework/json.h:1263
↓ 1 callers
Method
gatherColumn
(List<List<Integer>> data, int i)
epi_judge_java/epi/SudokuSolve.java:67
↓ 1 callers
Method
gatherColumn
(List<List<Integer>> data, int i)
epi_judge_java_solutions/epi/SudokuSolve.java:131
↓ 1 callers
Method
gatherSquareBlock
(List<List<Integer>> data, int blockSize, int n)
epi_judge_java/epi/SudokuSolve.java:75
↓ 1 callers
Method
gatherSquareBlock
(List<List<Integer>> data, int blockSize, int n)
epi_judge_java_solutions/epi/SudokuSolve.java:139
↓ 1 callers
Function
gather_square_block
(data, block_size, n)
epi_judge_python/sudoku_solve.py:28
↓ 1 callers
Function
gather_square_block
(data, block_size, n)
epi_judge_python_solutions/sudoku_solve.py:72
↓ 1 callers
Function
gcd
(x: int, y: int)
epi_judge_python/gcd.py:4
↓ 1 callers
Function
genCheckboxModel
( el, value, modifiers )
html/js/vue.js:7356
↓ 1 callers
Function
genClassForVnode
(vnode)
html/js/vue.js:5497
↓ 1 callers
Function
genComment
(comment)
html/js/vue.js:11390
↓ 1 callers
Function
genComponent
( componentName, el, state )
html/js/vue.js:11420
↓ 1 callers
Function
genDefaultModel
( el, value, modifiers )
html/js/vue.js:7416
↓ 1 callers
Function
genDirectives
(el, state)
html/js/vue.js:11177
↓ 1 callers
Function
genHandler
(handler)
html/js/vue.js:10798
↓ 1 callers
Function
genIfConditions
( conditions, state, altGen, altEmpty )
html/js/vue.js:11034
↓ 1 callers
Function
genInlineTemplate
(el, state)
html/js/vue.js:11202
↓ 1 callers
Function
genKeyFilter
(keys)
html/js/vue.js:10857
↓ 1 callers
Function
genRadioModel
( el, value, modifiers )
html/js/vue.js:7387
↓ 1 callers
Function
genScopedSlot
( el, state )
html/js/vue.js:11289
↓ 1 callers
Function
genScopedSlots
( el, slots, state )
html/js/vue.js:11216
↓ 1 callers
Function
genSelect
( el, value, modifiers )
html/js/vue.js:7399
↓ 1 callers
Function
genSlot
(el, state)
html/js/vue.js:11394
↓ 1 callers
Function
genStaticKeys
* Generate a string containing static keys from compiler modules.
html/js/vue.js:286
↓ 1 callers
Function
genText
(text)
html/js/vue.js:11384
↓ 1 callers
Method
generateAllBinaryTrees
(int numNodes)
epi_judge_java/epi/EnumerateTrees.java:13
↓ 1 callers
Method
generateAllBinaryTrees
(int numNodes)
epi_judge_java_solutions/epi/EnumerateTrees.java:15
↓ 1 callers
Function
generateCodeFrame
( source, start, end )
html/js/vue.js:11572
↓ 1 callers
Method
generateInorder
(TreeLike<T, ?> tree)
epi_judge_java/epi/test_framework/BinaryTreeUtils.java:103
↓ 1 callers
Method
generateInorder
(TreeLike<T, ?> tree)
epi_judge_java_solutions/epi/test_framework/BinaryTreeUtils.java:103
↓ 1 callers
Function
generate_postorder
(tree)
epi_judge_python/test_framework/binary_tree_utils.py:71
↓ 1 callers
Function
generate_postorder
(tree)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:71
↓ 1 callers
Function
generate_preorder
(tree)
epi_judge_python/test_framework/binary_tree_utils.py:31
↓ 1 callers
Function
generate_preorder
(tree)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:31
↓ 1 callers
Method
genericTestMain
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 callers
Method
genericTestMain
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 callers
Function
getColor
(x)
html/js/index.js:245
↓ 1 callers
Method
getColorCodeWin
(Color color)
epi_judge_java/epi/test_framework/ConsoleColor.java:7
↓ 1 callers
Method
getColorCodeWin
(Color color)
epi_judge_java_solutions/epi/test_framework/ConsoleColor.java:7
↓ 1 callers
Function
getData
(data, vm)
html/js/vue.js:4735
↓ 1 callers
Method
getDescription
()
epi_judge_java/epi/test_framework/TestFailure.java:79
↓ 1 callers
Method
getDescription
()
epi_judge_java_solutions/epi/test_framework/TestFailure.java:79
↓ 1 callers
Method
getHeightHelper
(int cases, int drops, List<List<Integer>> F)
epi_judge_java_solutions/epi/MaxSafeHeight.java:22
↓ 1 callers
Method
getInnerTrait
()
epi_judge_java/epi/test_framework/serialization_traits/SetTrait.java:43
↓ 1 callers
Method
getInnerTrait
()
epi_judge_java/epi/test_framework/serialization_traits/LinkedListTrait.java:51
↓ 1 callers
Method
getInnerTrait
()
epi_judge_java_solutions/epi/test_framework/serialization_traits/SetTrait.java:43
↓ 1 callers
Method
getInnerTrait
()
epi_judge_java_solutions/epi/test_framework/serialization_traits/LinkedListTrait.java:51
↓ 1 callers
Function
getInvalidTypeMessage
(name, value, expectedTypes)
html/js/vue.js:1782
↓ 1 callers
Method
getLocation
()
epi_judge_java/epi/test_framework/minimal_json/JsonParser.java:464
↓ 1 callers
Method
getLocation
()
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonParser.java:464
↓ 1 callers
Method
getMaxPropertyNameLength
()
epi_judge_java/epi/test_framework/TestFailure.java:81
↓ 1 callers
Method
getMaxPropertyNameLength
()
epi_judge_java_solutions/epi/test_framework/TestFailure.java:81
↓ 1 callers
Method
getMetricNames
(String argName)
epi_judge_java/epi/test_framework/serialization_traits/SetTrait.java:28
↓ 1 callers
Method
getMetricNames
(String argName)
epi_judge_java_solutions/epi/test_framework/serialization_traits/SetTrait.java:28
↓ 1 callers
Method
getMetrics
(Object x)
epi_judge_java/epi/test_framework/serialization_traits/SetTrait.java:33
↓ 1 callers
Method
getMetrics
(Object x)
epi_judge_java_solutions/epi/test_framework/serialization_traits/SetTrait.java:33
↓ 1 callers
Function
getNormalizationType
( children, maybeComponent )
html/js/vue.js:11347
↓ 1 callers
Function
getOuterHTML
* Get outerHTML of elements, taking care * of SVG elements in IE as well.
html/js/vue.js:11930
↓ 1 callers
Method
getParam
(String[] commandlineArgs, int i, String argName)
epi_judge_java/epi/test_framework/TestConfig.java:86
↓ 1 callers
Method
getParam
(String[] commandlineArgs, int i, String argName)
epi_judge_java_solutions/epi/test_framework/TestConfig.java:86
↓ 1 callers
Function
getPropDefaultValue
* Get the default value of a prop.
html/js/vue.js:1649
↓ 1 callers
Method
getProperties
()
epi_judge_java/epi/test_framework/TestFailure.java:88
↓ 1 callers
Method
getProperties
()
epi_judge_java_solutions/epi/test_framework/TestFailure.java:88
← previous
next →
1,601–1,700 of 6,328, ranked by callers