Data-Structures-In-Java icon indicating copy to clipboard operation
Data-Structures-In-Java copied to clipboard

Handled an index out of bounds case when removing a valid element fro…

Open psvnlsaikumar opened this issue 5 years ago • 1 comments

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.

psvnlsaikumar avatar Oct 13 '20 11:10 psvnlsaikumar

Added set method in the ADT which sets an element in the index to a new value.

psvnlsaikumar avatar Oct 13 '20 11:10 psvnlsaikumar