Select one of the following topics to discuss and converse with other students in this forum:
• Describe a good application of a linked list data structure
• What are some issues that should be taken into account when considering using a linked list versus another data structure?
• What are the basic algorithms one uses with a linked list data structure?
• What are the Big-O performance estimates for those algorithms?
• When is a linked list a good representation of a stack or a queue?
• What are some of the implications of using a doubly linked list versus a singly linked list?