## L317_x
'''
Kick off for L317
'''

'''
Given the list L of lengths of the code-words of an r-ary 
prefix encoding, an letting l = max(L), find the maximum 
number of words of length l that can be added to the code 
so that the new code is still prefix.
'''


