We will implement our own Array Data Structure; by doing this, we will get multiple benefits discussed in the video below.
ArrayList Implementation Game Plan | Intro – 1
OurArrayList Constructor Implementation | 2
OurArrayList Add Implementation | 3
OurArrayList Add and Remove at Index Methods Implementation | 4
OurArrayList Remove with Object Param Method Implementation | 5
OurArrayList Get, Set and Clear Methods Implementation | 6
OurArrayList indexOf, lastIndexOf, size, isEmpty and contains Methods | 7
by