MCPcopy Create free account
hub / github.com/Jensenczx/CodeEveryday / searchMatrix

Method searchMatrix

40_searchMatrix.java:7–28  ·  view source on GitHub ↗

@param matrix: A list of lists of integers @param: A number you want to search in the matrix @return: An integer indicate the occurrence of target in the given matrix

(int[][] matrix, int target)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected