Skip to content

Created a Linked List and an Array List of same data, Applied Searching

Mahmood Rasheed requested to merge Task15 into main

Created a Linked List and an Array List of same data, applied search algorithm to find last item. Calculated time for both and found that Array List is faster is traversing and searching

Merge request reports