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
searchList
(ListNode<Integer> L, int key)
epi_judge_java/epi/SearchInList.java:6
↓ 1 callers
Method
searchList
(ListNode<Integer> L, int key)
epi_judge_java_solutions/epi/SearchInList.java:8
↓ 1 callers
Method
searchMaze
(List<List<Color>> maze, Coordinate s, Coordinate e)
epi_judge_java/epi/SearchMaze.java:41
↓ 1 callers
Method
searchMaze
(List<List<Color>> maze, Coordinate s, Coordinate e)
epi_judge_java_solutions/epi/SearchMaze.java:43
↓ 1 callers
Method
searchMazeHelper
(List<List<Color>> maze, Coordinate cur, Coordinate e,
epi_judge_java_solutions/epi/SearchMaze.java:52
↓ 1 callers
Function
search_bst
(tree: BstNode, key: int)
epi_judge_python/search_in_bst.py:7
↓ 1 callers
Function
search_bst
(tree: BstNode, key: int)
epi_judge_python_solutions/search_in_bst.py:7
↓ 1 callers
Function
search_frequent_items
(k: int, stream: Iterator[str])
epi_judge_python/search_frequent_items.py:7
↓ 1 callers
Function
search_frequent_items
(k: int, stream: Iterator[str])
epi_judge_python_solutions/search_frequent_items.py:9
↓ 1 callers
Function
search_list
(L: ListNode, key: int)
epi_judge_python/search_in_list.py:5
↓ 1 callers
Function
search_list
(L: ListNode, key: int)
epi_judge_python_solutions/search_in_list.py:5
↓ 1 callers
Function
search_maze_helper
(cur)
epi_judge_python_solutions/search_maze.py:19
↓ 1 callers
Function
search_target
(source, target)
epi_judge_python_solutions/descendant_and_ancestor_in_bst.py:37
↓ 1 callers
Method
serializeStructure
(BinaryTreeNode<Integer> tree)
epi_judge_java/epi/EnumerateTrees.java:18
↓ 1 callers
Method
serializeStructure
(BinaryTreeNode<Integer> tree)
epi_judge_java_solutions/epi/EnumerateTrees.java:40
↓ 1 callers
Method
set
Sets the value of the member with the specified name to the JSON representation of the specified <code>int</code> value. If this object does not conta
epi_judge_java/epi/test_framework/minimal_json/JsonObject.java:400
↓ 1 callers
Method
set
Sets the value of the member with the specified name to the JSON representation of the specified <code>int</code> value. If this object does not conta
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonObject.java:400
↓ 1 callers
Method
setOutputOpts
(TriBool ttyMode, TriBool colorMode)
epi_judge_java/epi/test_framework/Platform.java:13
↓ 1 callers
Method
setOutputOpts
(TriBool ttyMode, TriBool colorMode)
epi_judge_java_solutions/epi/test_framework/Platform.java:13
↓ 1 callers
Function
set_output_opts
(tty_mode, color_mode)
epi_judge_python/test_framework/platform.py:11
↓ 1 callers
Function
set_output_opts
(tty_mode, color_mode)
epi_judge_python_solutions/test_framework/platform.py:11
↓ 1 callers
Function
shouldUpdateValue
(elm, checkVal)
html/js/vue.js:7661
↓ 1 callers
Method
showComplexityNotification
()
epi_judge_java/epi/test_framework/TestUtilsConsole.java:112
↓ 1 callers
Method
showComplexityNotification
()
epi_judge_java_solutions/epi/test_framework/TestUtilsConsole.java:112
↓ 1 callers
Function
show_complexity_notification
()
epi_judge_python/test_framework/test_utils_console.py:100
↓ 1 callers
Function
show_complexity_notification
()
epi_judge_python_solutions/test_framework/test_utils_console.py:100
↓ 1 callers
Function
simpleNormalizeChildren
(children)
html/js/vue.js:2351
↓ 1 callers
Method
size
()
epi_judge_java/epi/CircularQueue.java:20
↓ 1 callers
Method
size
()
epi_judge_java_solutions/epi/CircularQueue.java:47
↓ 1 callers
Method
size
(self)
epi_judge_python/circular_queue.py:18
↓ 1 callers
Method
size
(self)
epi_judge_python_solutions/circular_queue.py:36
↓ 1 callers
Method
solveNQueens
(int n, int row, List<Integer> colPlacement, List<List<Integer>> result)
epi_judge_java_solutions/epi/NQueens.java:22
↓ 1 callers
Method
solvePartialSudoku
(int i, int j, List<List<Integer>> partialAssignment)
epi_judge_java_solutions/epi/SudokuSolve.java:23
↓ 1 callers
Method
solveSudoku
(List<List<Integer>> partialAssignment)
epi_judge_java/epi/SudokuSolve.java:13
↓ 1 callers
Method
solveSudoku
(List<List<Integer>> partialAssignment)
epi_judge_java_solutions/epi/SudokuSolve.java:18
↓ 1 callers
Function
solve_n_queens
(row)
epi_judge_python_solutions/n_queens.py:7
↓ 1 callers
Function
solve_partial_sudoku
(i, j)
epi_judge_python_solutions/sudoku_solve.py:13
↓ 1 callers
Method
sortApproximatelySortedData
(Iterator<Integer> sequence, int k)
epi_judge_java/epi/SortAlmostSortedArray.java:9
↓ 1 callers
Method
sortApproximatelySortedData
(Iterator<Integer> sequence, int k)
epi_judge_java_solutions/epi/SortAlmostSortedArray.java:15
↓ 1 callers
Function
sort_approximately_sorted_array
(sequence: Iterator[int], k: int)
epi_judge_python/sort_almost_sorted_array.py:6
↓ 1 callers
Function
sort_approximately_sorted_array
(sequence: Iterator[int], k: int)
epi_judge_python_solutions/sort_almost_sorted_array.py:8
↓ 1 callers
Function
split
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All exceptions be
epi_judge_cpp_solutions/test_framework/json.h:8802
↓ 1 callers
Function
split
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All exceptions be
epi_judge_cpp/test_framework/json.h:8802
↓ 1 callers
Method
splitTsvFile
(Path tsvFile)
epi_judge_java/epi/test_framework/TestUtils.java:15
↓ 1 callers
Method
splitTsvFile
(Path tsvFile)
epi_judge_java_solutions/epi/test_framework/TestUtils.java:15
↓ 1 callers
Function
split_tsv_file
(tsv_file)
epi_judge_python/test_framework/test_utils.py:8
↓ 1 callers
Function
split_tsv_file
(tsv_file)
epi_judge_python_solutions/test_framework/test_utils.py:8
↓ 1 callers
Method
start
()
epi_judge_java/epi/test_framework/TestTimer.java:18
↓ 1 callers
Method
start
()
epi_judge_java_solutions/epi/test_framework/TestTimer.java:18
↓ 1 callers
Method
start
(self)
epi_judge_python_solutions/test_framework/test_timer.py:12
↓ 1 callers
Method
startArray
Indicates the beginning of an array in the JSON input. This method will be called when reading the opening square bracket character (<code>'['</code>)
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:137
↓ 1 callers
Method
startArray
Indicates the beginning of an array in the JSON input. This method will be called when reading the opening square bracket character (<code>'['</code>)
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:137
↓ 1 callers
Method
startArrayValue
Indicates the beginning of an array element in the JSON input. This method will be called when reading the first character of the element, just before
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:164
↓ 1 callers
Method
startArrayValue
Indicates the beginning of an array element in the JSON input. This method will be called when reading the first character of the element, just before
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:164
↓ 1 callers
Method
startNull
Indicates the beginning of a <code>null</code> literal in the JSON input. This method will be called when reading the first character of the literal.
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:60
↓ 1 callers
Method
startNull
Indicates the beginning of a <code>null</code> literal in the JSON input. This method will be called when reading the first character of the literal.
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:60
↓ 1 callers
Method
startNumber
Indicates the beginning of a number in the JSON input. This method will be called when reading the first character of the number.
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:110
↓ 1 callers
Method
startNumber
Indicates the beginning of a number in the JSON input. This method will be called when reading the first character of the number.
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:110
↓ 1 callers
Method
startObject
Indicates the beginning of an object in the JSON input. This method will be called when reading the opening curly bracket character (<code>'{'</code>)
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:200
↓ 1 callers
Method
startObject
Indicates the beginning of an object in the JSON input. This method will be called when reading the opening curly bracket character (<code>'{'</code>)
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:200
↓ 1 callers
Method
startObjectName
Indicates the beginning of the name of an object member in the JSON input. This method will be called when reading the opening quote character ('"
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:224
↓ 1 callers
Method
startObjectName
Indicates the beginning of the name of an object member in the JSON input. This method will be called when reading the opening quote character ('"
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:224
↓ 1 callers
Method
startObjectValue
Indicates the beginning of the name of an object member in the JSON input. This method will be called when reading the opening quote character ('"
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:252
↓ 1 callers
Method
startObjectValue
Indicates the beginning of the name of an object member in the JSON input. This method will be called when reading the opening quote character ('"
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:252
↓ 1 callers
Method
startString
Indicates the beginning of a string in the JSON input. This method will be called when reading the opening double quote character (<code>'"'</cod
epi_judge_java/epi/test_framework/minimal_json/JsonHandler.java:93
↓ 1 callers
Method
startString
Indicates the beginning of a string in the JSON input. This method will be called when reading the opening double quote character (<code>'"'</cod
epi_judge_java_solutions/epi/test_framework/minimal_json/JsonHandler.java:93
↓ 1 callers
Function
stateMixin
(Vue)
html/js/vue.js:4899
↓ 1 callers
Method
stdOutClearLine
()
epi_judge_java/epi/test_framework/Platform.java:11
↓ 1 callers
Method
stdOutClearLine
()
epi_judge_java_solutions/epi/test_framework/Platform.java:11
↓ 1 callers
Function
std_out_clear_line
()
epi_judge_python/test_framework/platform.py:7
↓ 1 callers
Function
std_out_clear_line
()
epi_judge_python_solutions/test_framework/platform.py:7
↓ 1 callers
Method
stop
()
epi_judge_java/epi/test_framework/TestTimer.java:20
↓ 1 callers
Method
stop
()
epi_judge_java_solutions/epi/test_framework/TestTimer.java:20
↓ 1 callers
Method
stop
(self)
epi_judge_python/test_framework/test_timer.py:15
↓ 1 callers
Method
stop
(self)
epi_judge_python_solutions/test_framework/test_timer.py:15
↓ 1 callers
Method
stringToInt
(String s)
epi_judge_java/epi/StringIntegerInterconversion.java:11
↓ 1 callers
Method
stringToInt
(String s)
epi_judge_java_solutions/epi/StringIntegerInterconversion.java:26
↓ 1 callers
Function
string_to_int
(s: str)
epi_judge_python/string_integer_interconversion.py:10
↓ 1 callers
Function
string_to_int
(s: str)
epi_judge_python_solutions/string_integer_interconversion.py:25
↓ 1 callers
Function
stringifyArray
(value)
html/js/vue.js:5553
↓ 1 callers
Function
stringifyObject
(value)
html/js/vue.js:5565
↓ 1 callers
Function
strip_ascii_codes
(s: str)
epijudge_ci_test_tool.py:27
↓ 1 callers
Function
strip_parent_link
(tree)
epi_judge_python/test_framework/binary_tree_utils.py:243
↓ 1 callers
Function
strip_parent_link
(tree)
epi_judge_python_solutions/test_framework/binary_tree_utils.py:243
↓ 1 callers
Method
sumRootToLeafHelper
(BinaryTreeNode<Integer> tree, int partialPathSum)
epi_judge_java_solutions/epi/SumRootToLeaf.java:14
↓ 1 callers
Function
sum_root_to_leaf_helper
(tree, partial_path_sum=0)
epi_judge_python_solutions/sum_root_to_leaf.py:6
↓ 1 callers
Method
swapBits
(long x, int i, int j)
epi_judge_java_solutions/epi/SwapBits.java:8
↓ 1 callers
Method
toInterval
()
epi_judge_java/epi/IntervalsUnion.java:51
↓ 1 callers
Method
toInterval
()
epi_judge_java_solutions/epi/IntervalsUnion.java:87
↓ 1 callers
Method
toString
()
epi_judge_java/epi/AddingCredits.java:77
↓ 1 callers
Function
to_cbor
epi_judge_cpp_solutions/test_framework/json.h:15080
↓ 1 callers
Function
to_cbor
epi_judge_cpp/test_framework/json.h:15080
↓ 1 callers
Function
to_chars
epi_judge_cpp_solutions/test_framework/json.h:7650
↓ 1 callers
Function
to_chars
epi_judge_cpp/test_framework/json.h:7650
↓ 1 callers
Function
to_json_tuple_impl
epi_judge_cpp_solutions/test_framework/json.h:1606
↓ 1 callers
Function
to_json_tuple_impl
epi_judge_cpp/test_framework/json.h:1606
↓ 1 callers
Function
transformModel
(options, data)
html/js/vue.js:3317
↓ 1 callers
Function
translateChapter
(chapter_name, chapter_data)
html/js/helpers.js:92
↓ 1 callers
Function
translateProblem
(name, data)
html/js/helpers.js:78
↓ 1 callers
Function
translateProblemMappings
* Translate problem_mappings to more convenient format. * * Initially, problem_mapping is in format that is good for json updating. * However, it's
html/js/helpers.js:66
← previous
next →
2,101–2,200 of 6,328, ranked by callers