Data-Structures-In-Java
Data-Structures-In-Java copied to clipboard
Elements do not get deleted from the ADT
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.