AY2324S1-CS2103T-T17-2 / tp

Other
1 stars 5 forks source link

Sort Command Diagram #312

Closed AlagappanRa closed 11 months ago

AlagappanRa commented 11 months ago

image

Comparator should be destroyed right after sortedList is returned by the self-invocation. It is de-referenced at the time of the subsequent method calls.

papataco14 commented 11 months ago

In the code, the comparator is derefenced after the execute method ends. So not an issue