How to create Java ArrayList from scratch
By writing this tutorial I don’t want to “reinvent the bicycle”, this tutorial is not an attempt to rewrite the famous ArrayList class. The purpose of this tutorial is to “learn by doing”. By creating the resizable dynamic array from scratch you will have a better understanding of the internals of this type of data structure which will significantly improve…