Can we have Python's sortedcontainers installed for LeetCode?
Python doesn't have a builtin Map/Treemap(O(logn)) data structure which is really useful for certain problems. Having sortedcontainers on LeetCode can be a good workaround to this issue.