Example & Tutorial understanding programming in easy ways.

Why we use linked list over array?

Because some times in array , the space wastage is more, while linked list is dynamic memory allocation.


-We can not change the structure of array after once initilize the array.

Read More →