from random import randint MIN_VALUE = 0 MAX_VALUE = 99 LIST_SIZE = 1000000 def generate_random_list(list_size): pass # fill in the blank def generate_empty_buckets(n): pass # fill in the blank # main program "fill in the blank"