class IntervalSkipList

def make_path

def make_path
  Array.new(max_height, nil)
end