PREV INDEX NEXT

Author: Unknown
Subject: what is isEmpty() checking?
Date: Wednesday, 18 Mar 2020, 12:08:18

What specifically is isEmpty() checking? In the spec, it says "Return true if Deque *D is empty". Does this mean return true if the pointer to the H stack and T stack both point to null? 

Thank you!
PREV INDEX NEXT