BaseMax/ArrayListPython

BUGS at add and remove

fhkong opened this issue · 1 comments

When you add or remove an element from ArrayList, the count of it should be increase or decrese simultaneously.
But, in your implementation, you seem to forget it.

Hi, thank you so much for reporting. I updated, Would you take a look on source again?