diego-hermida / Java

All Algorithms implemented in Java
0 stars 0 forks source link

Search BinarySearch only works on Arrays of Integers and Doubles with ASCENDING ordenatios #23

Open carlosventoso opened 6 years ago

carlosventoso commented 6 years ago

This method was tested with 10, 1,000 and 100,000 elements (Integers and Doubles) with three ordenatios: Ascending, descendind and random. Also was tested with a small Array of String and worked.