Linked list consists of data nodes each pointing to next in the list .An array consist of contiguous chunk memory of predetermined size
array,linklist,queue,stack,tree,graph etc...
In a circular linked list every node is connected to another node. In a non-circular linked list. There are definitely starting and ending nodes are lacking an incoming and outgoing link, respectively.
Pointer holds an address Array holds values
COPACABANA
An array is a block of memory. A function is a set of lines of code.
When we declare an array of characters it has to be terminated by the NULL , but termination by NULL in case of string is automatic.
in liner search the array is not mandatory to be a sorted array,but in binary search the array must be a sorted array.
Vectors are thread safe but array lists are not. Hence array lists are faster than Vectors.
An array has a fixed size, whereas the vector can grow in size as necessary.
One has pin in front, one has land
structure is a collection of dissimilar datatypes whereas array is collection of similar datatypes.....