@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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected