Would you be able to explain the difference between an array and a linked list?They
Anonymous
Array: Homogenous collection of data, fixed size, data can be retried from anywhere (no traversal required), stored with continous memory location LinkedList: can be heterogenous, size can be varied, Traversal is required to get data, stored at random memory location
Check out your Company Bowl for anonymous work chats.