Commit 0194414a authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez Committed by GitHub

Just this

Class must be in uppercase
parent 264a7935
import java.util.Arrays; import java.util.Arrays;
public class test { public class Test {
public static int binarySearch(int ar[], int first, int last, int X){ public static int binarySearch(int ar[], int first, int last, int X){
int mid = (first + last)/2; int mid = (first + last)/2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment