What is the primary purpose of a sentinel node in a linked list implementation?
To mark the end of the list
To ensure data consistency
To reduce memory overhead
To enhance search efficiency

Computer Science Exercises are loading ...