Uploaded by rk20221995

Linked Lists AS Level

advertisement
LINKED LISTS
✓ A linked list is a data structure used to store a collection of
items where each item is linked to the next one using
pointers
✓ Ordered list is a linked list in which data is sorted in either
ascending or descending.
✓ Unordered list is not sorted.
BASICS
THE END
Download