The time complexity of tuples

The time complexity of various functions of tuples can be summarized as follows (using Big O notation):

Function Time Complexity
Append O(1)

 

Note that Append is a function that adds an element toward the end of the already existing tuple. Its complexity is O(1). 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.219.22.169