Skip to content

List Task 2

Saad Tariq requested to merge ListTask2 into main

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

Merge request reports