A

Admin • 833.24K Points
Coach

Q. How do you calculate the pointer difference in a memory efficient double linked list?

  • (A) head xor tail
  • (B) pointer to previous node xor pointer to next node
  • (C) pointer to previous node – pointer to next node
  • (D) pointer to next node – pointer to previous node

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.