Terms of Service
|
Privacy Policy
|
Cookie Policy
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
java-dojo
binary-search
Commits
bf99a182
Commit
bf99a182
authored
Apr 07, 2015
by
Uwe Plonus
Browse files
Changed description to reflect that only ints are searched.
parent
a3b8c669
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/site/apt/index.apt.vm
View file @
bf99a182
...
...
@@ -5,8 +5,8 @@ Task
Specification
The method
<
<<
search
>
>> searches over a given array
and returns
<
<<
true
>
>>, if
the value to search for is found.
The method
<
<<
search
>
>> searches over a given array
of
<
<<
int
>
>>s and returns
<
<<
true
>
>>, if
the value to search for is found.
Implement a binary search. If needed you can add further (private) methods to
the class
<
<<
BinarySearch
>
>>.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment