Geeks
deepak-malik
/
Data-Structures-In-Java
Readme
Issues
Stargazers
Watchers
Elements do not get deleted from the ADT
psvnlsaikumar
opened this issue
4 years ago
·
0
comments
psvnlsaikumar
commented
4 years ago
Steps to replicate :
Set initial size of array to 1;
add a few elements
try deleting an element
Expected behaviour - Element should be deleted
Actual behaviour - Exception thrown, and item does not get deleted.