Question: What data structure does a binary tree degenerate to if it isn't balanced properly?

  1. linked list
  2. queue
  3. set
  4. OrderedDict

Answer: The correct answer of the above question is Option A:linked list