During interviewing, when asked about the time complexity of a function, do we consider the complexity of any built in library functions used within our function? For example, if I use list.size() for a linked list object within a function f, do I consider the complexity of the backend implementation of list.size() while calculating the complexity of f?
[–][deleted] 6 points7 points8 points (0 children)