Advantages of linked list representation of “Binary trees” over “Arrays”?April 3, 2019 Marwa KhanIn Data Structure McqsLeave a Comment on Advantages of linked list representation of “Binary trees” over “Arrays”? A. dynamic size B. ease of insertion/deletion C. Both A & B D. both dynamic size and ease in insertion/deletion