module documentation

Performs empirical testing of efficiency of list.append.

Function compute_average Perform n appends to an empty list and return average time elapsed.
Variable maxN Undocumented
Variable n Undocumented
def compute_average(n):

Perform n appends to an empty list and return average time elapsed.

maxN =

Undocumented

n: int =

Undocumented