SEM1-DSA - Lesson02-List Abstract Data Types and Linked Lists
SEM1-DSA - Lesson02-List Abstract Data Types and Linked Lists
LESSON 2
5. Summary
• Circular Linked List − Last item contains link of the first element as next
and the first element has a link to the last element as previous.