Can I use Python sortedcontainers in interviews?

I am annoyed by the fact that Python does not provide a built-in library for BST (map / set in C++, TreeMap / TreeSet in Java). I found that EPI mentions that a "reasonable" interviewer will allow interviewees to use sortedcontainers in Python but want to hear from your experience whether it is actually the case. Did anyone used it in the actual interviews?

Comments (3)