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

Method binarySearch

73_binarySearch.java:7–13  ·  view source on GitHub ↗

@param nums: The integer array. @param target: Target to find. @return: The first position of target. Position starts from 0.

(int[] nums, int target)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

binaryMethod · 0.95

Tested by

no test coverage detected