deepak-malik/Data-Structures-In-Java

Elements do not get deleted from the ADT

psvnlsaikumar opened this issue · 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.