Problem
1. Design and implement an experiment that will compare the performance of a Python list with a list implemented as a linked list.
2. Design and implement an experiment that will compare the performance of the Python list based stack and queue with the linked list implementation.