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

Elements do not get deleted from the ADT

Open psvnlsaikumar opened this issue 4 years ago • 0 comments

Screenshot from 2020-10-13 16-44-06 Screenshot from 2020-10-13 16-44-54

Steps to replicate :

  1. Set initial size of array to 1;
  2. add a few elements
  3. try deleting an element Expected behaviour - Element should be deleted Actual behaviour - Exception thrown, and item does not get deleted.

psvnlsaikumar avatar Oct 13 '20 10:10 psvnlsaikumar