Share
what is the difference between Array list and linked list?
Question
Anyone, can you help me with this question?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Answer ( 1 )
Basically, an array is a set of similar data objects stored in sequential memory locations under a common heading or a variable name. While a linked list is a data structure which contains a sequence of the elements where each element is linked to its next element. There are two fields in an element of linked list.