Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jUnit Test on Binary Search Algorithm #21

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

homnay1234
Copy link

@homnay1234 homnay1234 commented Feb 20, 2022

I hope I can add a jUnit Test on Binary Search Algorithm on your Project!
Add i can give some small refactors for Binary Search Algorithm on 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
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.

None yet

1 participant