A repository designed, in Java, to create dynamic arrays, as opposed to the conventional static arrays. Dynamic arrays mimic the ArrayList
generic class, though the latter is more efficient with memory consumption.
-
Numbers.java
: A class that creates a dynamic array -
Main.java
: The driver class
The repository is openly available to whomever wishes to clone and improve upon it. I would kindly ask if you could submit pull requests for your improvements so that everyone can access such enhancements.