ARRAYS VS. LINKED LIST
- Arrays are of fixed size, Not for Linked list
- Random access is not allowed in Linked list
- Extra memory needed in Linked list to store pointer to next element
- Insertion and deletion elements in arrays are expensive than Linked list
No comments:
Post a Comment
Note: only a member of this blog may post a comment.