Question: Which data structure is best suited for implementing a music playlist that allows for easy addition and removal of songs?
Options:
Correct Answer: Linked List
Solution:
A linked list is best suited for a music playlist as it allows for easy addition and removal of songs without the need for shifting elements.