List Task 2
Created an Array List and a Linked List both having similar integers and then traverse through both of them and calculate traversing time using Systems.nanoTime and found that an array list is more fast
Created an Array List and a Linked List both having similar integers and then traverse through both of them and calculate traversing time using Systems.nanoTime and found that an array list is more fast