Based on the described approach for BagArray that replaces the removed value with the last value in the array instead of shifting.  What would be the state of the following array after a call to remove("twix")?
head = head.next;
A)
B)
C)
D)

C
  • A
  • B
  • D

There are no hints for this question