Skip to content

Used binarySearch in ArrayList of Integers

Mahmood Rasheed requested to merge Task14 into main

Created an ArrayList of Integers, sorted via Collections.sort and used bianarySearch() of Collections class for searching item

Merge request reports