kgashok / orientations

Orienting students with the "lay of the land" for each semester subject
3 stars 2 forks source link

Demonstrate the power of in-built Java functionality #25

Closed kgashok closed 7 years ago

kgashok commented 7 years ago

binarySearch comes in-built for an Array Object

Screenshot 2016-11-17 at 22.57.50.png

kgashok commented 7 years ago

https://www.tutorialspoint.com/java/util/arrays_binarysearch_int.htm

kgashok commented 7 years ago

http://macsstuff.net/photobov/java-collection-map-api

Show how easy it is to do a Binary Search on a 1,000,000 records. Use the in-built binary search that is available in Java.