SyntaxFix
Write A Post
Hire A Developer
Questions
Take a look at implementation of Java ArrayList. Java ArrayList internally uses a fixed size array and reallocates the array once number of elements exceed current size. You can also implement on similar lines.
ArrayList