0

What is the difference between array and a linked list..

difference

28th Nov 2016, 5:48 AM
MAHESH UMALE
MAHESH UMALE - avatar
2 odpowiedzi
+ 2
Array is a collection of elements having same data type with common name.whereas Linked list is an ordered collection of elements which are connected by links/pointers. Array contains same data types, where as link list not. and the list goes on see here http://freefeast.info/difference-between/difference-between-array-and-linked-list-array-vs-linked-list/
28th Nov 2016, 6:59 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
- 2
array have double rr while linked list has no r
28th Nov 2016, 6:37 AM
script