XYZ CODE
Learning java, javascript, HTML, CSS, shell, python with fun javascript games and videos
Site Search:
home
Java 8
Basic
Advanced
Java Concurrency
Algorithm
Python Algorithm
Java Algorithm
Tools
Splunk
Dynamic Web Project
soap web service
misc
Games
Resources
Blogger Tips
xyznetwork
IT Security
misc
books
About
maze quiz 8
public static int rank(int[] a, int key) {
int lo = 0;
int hi = a.length - 1;
while(lo <= hi) {
//what is missing here?
if(key < a[mid]) hi = mid - 1;
else if(key > a[mid] lo = mid + 1;
else return mid;
}
return lo;
}
help!
Newer Post
Older Post
Home