Created a Linked List and an Array List of same data, Applied Searching
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