Create an ordered array list with 100 random items in it


Can you please solve this question in java:

a. Create an ordered array list with 100 random items in it and then perform a binary search on the array list looking for an item that is present in the list. Count the number of comparisons required to find the item in the list.

b. Do the same problem as part d again, but this time look for an item that is not in the list.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create an ordered array list with 100 random items in it
Reference No:- TGS02893612

Expected delivery within 24 Hours