79571089

Date: 2025-04-13 00:52:17
Score: 2.5
Natty:
Report link

Because it's not possible. Tree structures are based on a BST and are sorted, this is what gives them O(lg(n)) time efficiency. List allows duplicates. There is a TreeSet, and TreeMap, no duplicate elements/keys are allowed.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user24736440