filmov
tv
#3 What is wrong with Array? | Why LinkedList?
Показать описание
In this video we will see
- What is Array
- How to create Array
- Arrays : pros and cons
- Solution to overcome from Array cons
An array is a container object that holds a fixed number of values of a single type.
The length of an array is established when the array is created.
After creation, its length is fixed.
Each item in an array is called an element, and each element is accessed by its numerical index.
numbering begins with 0.
Linked list is a linear collection of data elements, in which linear order is not given by their physical placement in memory.
Instead, each element points to the next.
It is a data structure consisting of a group of nodes which together represent a sequence.
Under the simplest form, each node is composed of data and a reference (in other words, a link) to the next node in the sequence.
This structure allows for efficient insertion or removal of elements from any position in the sequence during iteration.
Editing Monitors :
Follow on Facebook:
Subscribe to our other channel:
Telusko Hindi :
Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
Комментарии