Skip to content

Conversation

homnay1234
Copy link

I hope that i can add a jUnit Test on Selection Sort algorithms for your project.

I hope i can add a  jUnit Test on Selection Sort for your Project
I hope i can add a jUnit Test on BinarySearch Algorithm for you project
I you should change two methods from private to public for it's easier to use in another file, for example jUnit Test in Package
private static int binarySearch(int[] a, int n) {
        return binarySearch(a, n, 0, a.length - 1);
    }
private static int binarySearchNonRecursive(int[] a, int n) { 
......
}
I hope i can add a jUnit Test on Binary Search Algorithm on your Project
jUnit Test on Binary Search Algorithm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant