Efficient List Operations in Python

# Introduction In this Python challenge, we will create a class that can insert an integer to a list and calculate the maximum, minimum, mean, and mode of the list in O(1) time complexity.

|60 : 00

Click the virtual machine below to start practicing