class IntervalSkipList

def empty?

def empty?
  head.forward[0].nil?
end