Data-Structures-In-Java
Data-Structures-In-Java copied to clipboard
Handled an index out of bounds case when removing a valid element fro…
Handled an index out of bounds case when removing a valid element from a non empty customArrayList. Refer to the issue https://github.com/deepak-malik/Data-Structures-In-Java/issues/2. Added a boundary check when removing the elements.
Added set method in the ADT which sets an element in the index to a new value.