MCPcopy Create free account

hub / github.com/adnanaziz/EPIJudge / functions

Functions6,328 in github.com/adnanaziz/EPIJudge

↓ 1 callersMethodMax
epi_judge_cpp_solutions/adding_credits.cc:47
↓ 1 callersMethodMax
epi_judge_cpp_solutions/queue_with_max.cc:30
↓ 1 callersMethodMax
epi_judge_cpp/adding_credits.cc:26
↓ 1 callersMethodMax
epi_judge_cpp/queue_with_max.cc:18
↓ 1 callersMethodMax
epi_judge_cpp/stack_with_max.cc:14
↓ 1 callersFunctionMaximumRevenueAlternativeHelper
epi_judge_cpp_solutions/picking_up_coins.cc:53
↓ 1 callersFunctionMergeSortAndCountInversionsAcrossSubarrays
Merge two sorted subarrays A[start, mid - 1] and A[mid, finish - 1] into A[start, finish - 1] and return the number of inversions across A[start, mid
epi_judge_cpp_solutions/count_inversions.cc:30
↓ 1 callersFunctionMergeSortedArrays
epi_judge_cpp_solutions/sorted_arrays_merge.cc:13
↓ 1 callersFunctionMergeTwoSortedArrays
epi_judge_cpp_solutions/two_sorted_arrays_merge.cc:7
↓ 1 callersFunctionMergeTwoSortedArrays
epi_judge_cpp/two_sorted_arrays_merge.cc:6
↓ 1 callersMethodMetricNames
epi_judge_cpp_solutions/test_framework/generic_test_handler.h:133
↓ 1 callersMethodMetricNames
epi_judge_cpp/test_framework/generic_test_handler.h:133
↓ 1 callersFunctionNextNumber
epi_judge_cpp_solutions/look_and_say.cc:18
↓ 1 callersFunctionNonuniformRandomNumberGeneration
epi_judge_cpp_solutions/nonuniform_random_number.cc:23
↓ 1 callersFunctionNonuniformRandomNumberGeneration
epi_judge_cpp/nonuniform_random_number.cc:13
↓ 1 callersFunctionOnlineMedian
epi_judge_cpp_solutions/online_median.cc:12
↓ 1 callersFunctionOnlineMedian
epi_judge_cpp/online_median.cc:6
↓ 1 callersFunctionOptimumSubjectToItemAndCapacity
Returns the optimum value when we choose from items[0, k] and have a capacity of available_capacity.
epi_judge_cpp_solutions/knapsack.cc:32
↓ 1 callersFunctionOverlappingLists
epi_judge_cpp_solutions/do_lists_overlap.cc:18
↓ 1 callersFunctionOverlappingLists
epi_judge_cpp/do_lists_overlap.cc:9
↓ 1 callersFunctionOverlappingNoCycleLists
epi_judge_cpp/do_terminated_lists_overlap.cc:9
↓ 1 callersFunctionPairIncludesAncestorAndDescendantOfM
epi_judge_cpp_solutions/descendant_and_ancestor_in_bst.cc:13
↓ 1 callersFunctionPairIncludesAncestorAndDescendantOfM
epi_judge_cpp/descendant_and_ancestor_in_bst.cc:9
↓ 1 callersMethodParseSignature
* This method ensures that test data header matches with the signature of * the tested function. * * @param signature - test data header *
epi_judge_cpp_solutions/test_framework/generic_test_handler.h:83
↓ 1 callersMethodParseSignature
* This method ensures that test data header matches with the signature of * the tested function. * * @param signature - test data header *
epi_judge_cpp/test_framework/generic_test_handler.h:83
↓ 1 callersFunctionPartitionAroundPivot
Partition A[left, right] around pivot_idx, returns the new index of the pivot, new_pivot_idx, after partition. After partitioning, A[left, new_pivot_i
epi_judge_cpp_solutions/kth_largest_in_array.cc:67
↓ 1 callersFunctionPathElementIsFeasible
epi_judge_cpp_solutions/search_maze.cc:87
↓ 1 callersFunctionPathElementIsFeasible
epi_judge_cpp/search_maze.cc:47
↓ 1 callersFunctionPermutationIndex
epi_judge_cpp_solutions/random_permutation.cc:26
↓ 1 callersFunctionPermutationIndex
epi_judge_cpp/random_permutation.cc:15
↓ 1 callersFunctionPhoneMnemonicHelper
epi_judge_cpp_solutions/phone_number_mnemonic.cc:29
↓ 1 callersMethodPop
epi_judge_cpp/stack_with_max.cc:18
↓ 1 callersFunctionPopulateLowerLevelNextField
epi_judge_cpp_solutions/tree_right_sibling.cc:31
↓ 1 callersMethodPrint
epi_judge_cpp_solutions/test_framework/any.h:62
↓ 1 callersMethodPrint
epi_judge_cpp/test_framework/any.h:62
↓ 1 callersFunctionPrintFailedTest
epi_judge_cpp_solutions/test_framework/test_utils_console.h:95
↓ 1 callersFunctionPrintFailedTest
epi_judge_cpp/test_framework/test_utils_console.h:95
↓ 1 callersFunctionPrintPostRunStats
epi_judge_cpp_solutions/test_framework/test_utils_console.h:138
↓ 1 callersFunctionPrintPostRunStats
epi_judge_cpp/test_framework/test_utils_console.h:138
↓ 1 callersFunctionPrintTestInfo
epi_judge_cpp_solutions/test_framework/test_utils_console.h:68
↓ 1 callersFunctionPrintTestInfo
epi_judge_cpp/test_framework/test_utils_console.h:68
↓ 1 callersFunctionPrintTestResult
epi_judge_cpp_solutions/test_framework/test_utils_console.h:45
↓ 1 callersFunctionPrintTestResult
epi_judge_cpp/test_framework/test_utils_console.h:45
↓ 1 callersFunctionPrintToImpl
epi_judge_cpp_solutions/test_framework/fmt_print.h:14
↓ 1 callersFunctionPrintToImpl
epi_judge_cpp/test_framework/fmt_print.h:14
↓ 1 callersFunctionPrintUsageAndExit
epi_judge_cpp_solutions/test_framework/test_config.h:26
↓ 1 callersFunctionPrintUsageAndExit
epi_judge_cpp/test_framework/test_config.h:26
↓ 1 callersMethodPush
epi_judge_cpp/stack_with_max.cc:22
↓ 1 callersFunctionRandomSampling
epi_judge_cpp/offline_sampling.cc:11
↓ 1 callersFunctionRangeLookupInBSTHelper
epi_judge_cpp_solutions/range_lookup_in_bst.cc:26
↓ 1 callersFunctionRearrange
epi_judge_cpp_solutions/alternating_array.cc:13
↓ 1 callersFunctionRearrange
epi_judge_cpp/alternating_array.cc:9
↓ 1 callersFunctionRebuildBSTFromPreorderHelper
Builds a BST from preorder_sequence[start, end - 1].
epi_judge_cpp_solutions/bst_from_preorder.cc:22
↓ 1 callersFunctionReconstructPreorder
epi_judge_cpp_solutions/tree_from_preorder_with_null.cc:17
↓ 1 callersFunctionReconstructPreorder
epi_judge_cpp/tree_from_preorder_with_null.cc:10
↓ 1 callersFunctionReconstructPreorderHelper
Reconstructs the subtree that is rooted at subtreeIdx.
epi_judge_cpp_solutions/tree_from_preorder_with_null.cc:24
↓ 1 callersMethodRemove
epi_judge_cpp_solutions/adding_credits.cc:25
↓ 1 callersMethodRemove
epi_judge_cpp/adding_credits.cc:14
↓ 1 callersFunctionReplaceAndRemove
epi_judge_cpp_solutions/replace_and_remove.cc:11
↓ 1 callersFunctionReplaceAndRemove
epi_judge_cpp/replace_and_remove.cc:10
↓ 1 callersFunctionReverseWords
epi_judge_cpp_solutions/reverse_words.cc:9
↓ 1 callersFunctionReverseWords
epi_judge_cpp/reverse_words.cc:7
↓ 1 callersFunctionRightBoundary
Computes the nodes from the rightmost leaf to the root.
epi_judge_cpp_solutions/tree_exterior.cc:49
↓ 1 callersFunctionRookAttack
epi_judge_cpp_solutions/rook_attack.cc:10
↓ 1 callersFunctionRookAttack
epi_judge_cpp/rook_attack.cc:6
↓ 1 callersFunctionRotateArray
epi_judge_cpp_solutions/rotate_array.cc:9
↓ 1 callersFunctionRotateArray
epi_judge_cpp/rotate_array.cc:7
↓ 1 callersFunctionRotateMatrix
epi_judge_cpp_solutions/matrix_rotation.cc:8
↓ 1 callersFunctionRotateMatrix
epi_judge_cpp/matrix_rotation.cc:5
↓ 1 callersMethodRunTest
* This method is invoked for each row * in a test data file (except the header). * It deserializes the list of arguments and * calls the user
epi_judge_cpp_solutions/test_framework/generic_test_handler.h:105
↓ 1 callersMethodRunTest
* This method is invoked for each row * in a test data file (except the header). * It deserializes the list of arguments and * calls the user
epi_judge_cpp/test_framework/generic_test_handler.h:105
↓ 1 callersFunctionRunTests
epi_judge_cpp_solutions/test_framework/generic_test.h:113
↓ 1 callersFunctionRunTests
epi_judge_cpp/test_framework/generic_test.h:113
↓ 1 callersFunctionSearchBST
epi_judge_cpp_solutions/search_in_bst.cc:8
↓ 1 callersFunctionSearchBST
epi_judge_cpp/search_in_bst.cc:6
↓ 1 callersFunctionSearchEntryEqualToItsIndex
epi_judge_cpp_solutions/search_entry_equal_to_index.cc:9
↓ 1 callersFunctionSearchEntryEqualToItsIndex
epi_judge_cpp/search_entry_equal_to_index.cc:8
↓ 1 callersFunctionSearchFrequentItems
Finds the candidates which may occur > n / k times.
epi_judge_cpp_solutions/search_frequent_items.cc:15
↓ 1 callersFunctionSearchFrequentItems
Finds the candidates which may occur > n / k times.
epi_judge_cpp/search_frequent_items.cc:10
↓ 1 callersFunctionSearchList
epi_judge_cpp_solutions/search_in_list.cc:8
↓ 1 callersFunctionSearchList
epi_judge_cpp/search_in_list.cc:7
↓ 1 callersFunctionSearchMaze
epi_judge_cpp_solutions/search_maze.cc:27
↓ 1 callersFunctionSearchMaze
epi_judge_cpp/search_maze.cc:18
↓ 1 callersFunctionSearchMazeHelper
Perform DFS to find a feasible path.
epi_judge_cpp_solutions/search_maze.cc:35
↓ 1 callersFunctionSearchTarget
epi_judge_cpp_solutions/descendant_and_ancestor_in_bst.cc:54
↓ 1 callersFunctionSerializeStructure
epi_judge_cpp_solutions/enumerate_trees.cc:44
↓ 1 callersFunctionSerializeStructure
epi_judge_cpp/enumerate_trees.cc:14
↓ 1 callersFunctionSetOutputOpts
epi_judge_cpp_solutions/test_framework/platform.h:51
↓ 1 callersFunctionSetOutputOpts
epi_judge_cpp/test_framework/platform.h:51
↓ 1 callersFunctionShowComplexityNotification
epi_judge_cpp_solutions/test_framework/test_utils_console.h:132
↓ 1 callersFunctionShowComplexityNotification
epi_judge_cpp/test_framework/test_utils_console.h:132
↓ 1 callersMethodSize
epi_judge_cpp_solutions/circular_queue.cc:39
↓ 1 callersMethodSize
epi_judge_cpp/circular_queue.cc:15
↓ 1 callersFunctionSolveNQueens
epi_judge_cpp_solutions/n_queens.cc:21
↓ 1 callersFunctionSolvePartialSudoku
epi_judge_cpp_solutions/sudoku_solve.cc:23
↓ 1 callersFunctionSolveSudoku
epi_judge_cpp_solutions/sudoku_solve.cc:19
↓ 1 callersFunctionSolveSudoku
epi_judge_cpp/sudoku_solve.cc:12
↓ 1 callersFunctionSortApproximatelySortedData
epi_judge_cpp_solutions/sort_almost_sorted_array.cc:13
↓ 1 callersFunctionSortApproximatelySortedData
epi_judge_cpp/sort_almost_sorted_array.cc:5
↓ 1 callersFunctionSplitTsvFile
epi_judge_cpp_solutions/test_framework/test_utils.h:106
← previousnext →1,101–1,200 of 6,328, ranked by callers