MCPcopy Create free account
hub / github.com/TheAlgorithms/C / modifiedBinarySearch

Function modifiedBinarySearch

searching/modified_binary_search.c:48–94  ·  view source on GitHub ↗

Function to perform binary search on the mid values of row to get the * desired pair of rows where the element can be found * @param [in] mat matrix to search for the value in * @param n number of rows in the matrix * @param m number of columns in the matrix * @param x value to search for */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 1

binarySearchFunction · 0.70

Tested by

no test coverage detected